﻿/* main content */
h1 { font-size: large; color: Yellow; text-align: center; }
h2 { font-size: medium; color: Yellow; text-align: center; }

body
{
	margin: 30px 0px;
	padding: 0px;
	text-align: center;
	font-family: Verdana;
	font-size: x-small;
	background-image: url(Images/splash-bg.png);
    background-position: left top; 
    background-repeat: repeat-x;
}

#Content
{
	width: 750px;
	margin: 10px auto; /* Right and left margin widths set to "auto" */
	text-align: left; /* Counteract to IE5/Win Hack */
	padding: 5px;
	border: 1px solid Yellow;
	background-color: #2F4F2F;
}


/* generic */
.center { text-align: center; }
.yellowText { color: Yellow; }
.fontSmall { font-size: x-small; }
.alignTop { vertical-align: top; }
.emailResult { color: Blue; font-weight: bold; }
.addPropBox { right: 40px auto;  }
.yellowTextCenter { color: Yellow; text-align: center; }

/* links */
a.yellowLink { color: Yellow; }
a.greenLink { color: #2F4F2F; }
a.greyLink { color: #444444; }


/* search box */
.searchBackground
{
	width: 700px;
	margin: 10px auto; /* Right and left margin widths set to "auto" */
	background-color: #FFFF66;
	padding: 5px;
}

.searchTitle
{
	color: #2F4F2F;
	margin-left: 5px;
	font-weight: bold;
}

/* content */
.propertyPlaceHolder
{
	width: 700px;
	margin: 10px auto;
	padding: 5px;
}

.contentHeading
{
	font-size: small;
	font-weight: bold;
	color: Yellow;
}

.greenHeading
{
	font-size: small;
	font-weight: bold;
	color: #2F4F2F;
}

.contentBackground
{
	background-color: #FFFFFF;
	font-size: x-small;
	font-weight: bold;
	color: #2F4F2F;
	height: 200px;
	padding: 5px;
}

.manageBackground
{
	background-color: #FFFFFF;
	font-size: x-small;
	font-weight: bold;
	color: #2F4F2F;
	padding: 5px;
}

.editBackground
{
	background-color: #FFFFFF;
	font-size: x-small;
	font-weight: bold;
	color: #2F4F2F;
	padding: 5px;
}

/* property */
.propertyTitle
{
	font-size: small;
	font-weight: bold;
}

.largePropertyTitle
{
	font-size: medium;
	font-weight: bold;
}

/* controls */
.dropdownlist
{
	font-family: Verdana;
	font-size: x-small;
}

.button
{
	font-family: Verdana;
	font-size: x-small;
}

/* footer */
.footer
{
	padding: 5px;
	background-color: White;
	text-align: center;
}

.footerText
{
	color: #2F4F2F;
	font-weight: bold;
	font-size: small;
}

.copy
{
	font-size: x-small;
	color: #444444;
}