//Schumaker Homes Database CSS files
// Rice Macfie

#body
{
	background-color: #000000;
}

#page
{	
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	width:800px;
	/*height:729px;*/
	background-color: #FFEC53;
	padding: 0;
	align: left;
}
/* Used on admin.html, deleteHome.html, addToDataBase.php, */
#pageSetHeight
{
	margin-right: auto;
	margin-left: auto;
	margin-top: 26px;
	width:800px;
	height:729px;
	background-color: #FFEC53;
	padding: 0;
	align: center;
	/*border: 2px solid blue;*/
}

/* Used on admin.php page to set height of page*/
#adminPage
{
	margin-right: auto;
	margin-left: auto;
	margin-top: 26px;
	width:800px;
	height:729px;
	background-color: #FFEC53;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 100%;
}

#flashHeader
{
	width:800px;
	height:200px;
	/*border: 2px solid blue;*/
}

#login
{
	margin-left: 34%;
}
#blueBar
{
	font-family: times, serif;
	color: #ffffff;
	font-style: normal;
	text-align: left;//left;
	background-color: #0068B3;
	padding-left:10px;
}

#add_or_delete
{
	margin-left: 34%;
	width: 200px;
}
//_____________________________________________________
// From "ready.php", 
#newHouseTable
{
	color: #000000;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 90%;
	align: left;
}
#newHouseTable a:link, a:visited,  a:hover
{
	text-decoration: none;
	color: #0033CC;
}
//_______________________________________________________

//_____________________________________________________
// From ready.php
#disclosure
{
	padding-left: 10px;
}
#disclosure a/*:link, a:visited,  a:hover*/
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 90%;
	align: left;
	text-decoration: none;
	color: #0033CC;
	padding-left: 10px;
	
}


/*_______________________________________________________*/

#disclosurePage{
	background-color: #FFEC53;

}

.disclosure
{
	font-family: Arial, sans-serif;
	font-size:80%;
	color: #111111;
	text-align: left;
	padding: 5px 10px;
}

h4
{
	font-family: Arial, sans-serif;
	color: #222222;
	text-align: center;
}

h5
{
	font-family: Arial, sans-serif;
	color: #000000;
	text-align: left;
}


th
{
	/* Set standard font family  */
	font-family: Arial, sans-serif;
	/* Set standard font color  */
	color: #000000;
	background-color: #FFEC53;
}

.bold
{
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 75%;
}

.greyText
{
	color: #333333;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 75%;
	
}

/**********  Used on the individual community pages ************/
.boldCommunity
{
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 95%;
}

.greyTextCommunity
{
	color: #333333;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 80%;
	
}
/* ***************** Form Elements **************************** */
.button
{
	color: #000000;
	background: #f99 url(/images/bg_button.jpg) repeat-x;
	background-color: #B41C35;
	font-size: 80%;
}

.button:hover   {	background-image: url(/images/bg_button_hover.png) repeat-x;
	color: #0068B3;}
//input.formInputText   {//	font-size: .8em;//	color: #FFF9CB;//	background-color: #FFF9CA;//	padding: 2px;//	border: solid 1px #333;//	margin-right: 5px;//	margin-bottom: 5px;//	height: 15px;//}//	//input.formInputText:hover {//	background-color: #FFF;//#ccffff;//	border: solid 1px #006600;//	color: #000;//}//	//input.formInputText:focus {//	color: #000;//	background-color: #ffffff;//	border: solid 1px #006600;//}
//select.formSelect  {//	font-size: .8em;//	color: #666;//	background-color: #FFF9CB;//#fee;//	padding: 2px;//	border: solid 1px #333;//	margin-right: 5px;//	margin-bottom: 5px;//	cursor: pointer;//}////select.formSelect:hover  {//	color: #333;//	background-color: #ccffff;//	border: solid 1px #006600;//}//	//select.formSelect:focus  {//	color: #000;//	background-color: #ffffff;//	border: solid 1px #006600;//}////
/* ********************************************* */
#bottomNavigation
{
	/*font-size: 50%;*/
	text-align: center;
	background-color: #FFEC53;
	margin: 0;
	padding: 1em 0 1em 0;
	width: 800px;
}

#bottomNavigation ul 
{	
	font-size: 87%;
	margin: 0;
	display: inline;
	list-style-type: none;/* For IE */
}

#bottomNavigation ul li
{
	border-left: 1px solid #B41C35; /*#3F3F3F;*/
	padding-left: .5%;//5px;
}

#bottomNavigation ul li.firstElement
{
	border-left: none;
}

#bottomNavigation .currentFirstElement
{
	border-left: none;
	padding-left: 2px;
	color: #3F3F3F;
	border-bottom: 1px solid #B41C35; /*#3F3F3F;*/
}

#bottomNavigation li 
{
	font-family: serif;
	display: inline;
	color: #3F3F3F;
	line-height: 1.5em;
	/*margin-top: 50px;*/
	list-style-type: none;/* For IE */
}

#bottomNavigation a:link, #bottomNavigation a:visited
{
	text-decoration: none;
	color: #9F9549;
}

#bottomNavigation a:hover
{
	color: #3F3F3F;
	/* Remove if too much! */
	border-bottom: 1px solid #B41C35; /*#3F3F3F;*/
}
.current
{
	color: #3F3F3F;
	border-bottom: 1px solid #B41C35; /*#3F3F3F;*/

}
#serif
{
	font-family: serif;
}
/* used on searchMLSFromDataBase.php,  */
#error
{
	background-color: red;
}
/* Used on addHome.php, deleteHome.php to stye the table */
#addTable
{
	color: #333333;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 100%;
	padding: 0 0 20px 0;
}
/* ********************************************* */
#SiteDesign
{
	font-family:Times, serif;
	width:800px;
	text-align: left;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

#SiteDesign a
{
	font-size: 90%;
	font-family:Times, serif;
	color: #FFFFFF;
	text-decoration: none;
}
/* ********************************************* */
/* *********** Used on extended class page - Eagles Rest ****************** */
#blueBox
{
	color: #ffffff;
	background-color: #007DC0;
	height: 28px;
	padding-left: 20px;
	/*padding-top: 1px;*/
}