HTML {
	overflow-y: scroll;
	height: 100%;
}
HTML BODY, UL {
	margin: 0px; padding: 0px;
	text-align: left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
BODY {
	background-color: #FFF;
	height: 100%;
	width:100%;
}
BODY DIV#wrapper {
	width:100%;
	margin: 0px auto;
}
H3 {
	margin: 0px;
	padding: 0px;
}
.errors {
	font-weight: bold;
	color: #F00;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	display: block;
}

/* GENERAL LINKS */
A, A:visited {
	color: #36C;
}



/* HEADER */
#header {
	background: url('images/header.png');
	background-repeat: repeat-x;
	background-color: #E9E9E9;
	width: 100%;
	height: 78px;
}
.headerInput {
	float: left;
	background-color: #E9E9E9;
	border: 1px solid #000;
	margin-top:15px;
}


/*Footer*/
#mainfoot{
height: 68px; 
padding: 11px; 

width:80%;
position:relative;
margin: 0px auto;


background: url('images/footer.png');
background-repeat: repeat-x; 
}

/* NAV BAR */
#nav {
	background-color: #1264FC;
	background-image: url('images/navBack.jpg');
	background-repeat: repeat-x;
	background-position: 0px -10px;
	border-top-color:#B00000;
}
UL#mainlinks, UL#sublinks {
	padding: 6px 0px;
	list-style-type:none;
	position:relative;
	left:0%;
	
}
UL#mainlinks {
	background-image: url('images/navLinksBack.png');
	background-repeat: repeat-x;
	position:relative;
	left:0%;
	padding: 6px 0px;
	

}
UL#mainlinks LI, UL#sublinks LI {
	display: inline;
	padding-top: 6px;
	padding-bottom: 6px;
	position:relative;
	left:10%;
}
UL#mainlinks LI A, UL#sublinks LI A {
	padding: 5px 15px;
	text-decoration: none;
	color: inherit;
	color: #FFF;
	font-size: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
}
UL#mainlinks LI A {
	border-right: 1px solid #888;
	color: #000;
	font-size: 14px;
}
UL#mainlinks LI#mainlinkscurrent A {
	background-color: #1264FC;
	background-image: url('images/navBack.jpg');
	background-repeat: repeat-x;
	background-position: 0px -10px;
}
UL#sublinks LI#sublinkscurrent A {
	background: none;
	background-color: transparent;
}
UL#mainlinks LI#mainlinkscurrent A, UL#sublinks LI#sublinkscurrent A {
	cursor: default;
	color: #FFF;
	font-weight: bold;
	border: 0px solid transparent;
}

/* MESSAGE */
#message {
	background-color: #FFF;
	border-bottom: 2px solid #1264FC;
	width: 100%;
	min-height: 20px;
	height: 20px;
	padding-top: 3px;
	font-family: Arial;
	font-size: 10pt;
	color: #1264FC;
}
#message DIV {
	float: right;
}
#message DIV A, #message DIV A :visited{
	color: #36C;
}
#message DIV A:hover, #message DIV A :active{
	color: #449;
}

/* MAIN */
#main {
	margin-top: 4px;
	height: 100%;
}
#mainbody{
min-height: 100%; 
padding: 10px; 
width:80%;
margin:0 auto;
border-left: 1px solid #CCC; 
border-right: 1px solid #CCC;
}
/* index.php */


/* signup.php */
UL#signupSteps {
	list-style: none;
	height: 27px;
	padding: 0px; margin: 0px;
}
UL#signupSteps LI {
	border-left: 1px solid gray; 
	float:left; 
	text-decoration:none; 
	color:#0000FF; 
	background-color:white; 
	padding-right:10px; 
	padding-left:10px; 
	border-right:1px gray solid; 
	
	
	/*font-size: 14px;
	text-align: center;
	float: left;
	background-color: #DAE9FE;
	border: 1px solid black;
	border-left: 0px;
	height: 20px;
	padding-top: 5px;
	padding-bottom: 0px;
	_padding-bottom: 5px;*/
}
UL#signupSteps LI.highlighted {
	float:left;
	text-decoration:underline;
	color:#0000FF;
	background-color:white;
	padding-right:10px;
	padding-left:10px;
	border-right:1pt gray solid;
	left:-1px;

	
	/*background-color: #8C8FFB;*/
}
TABLE#companySearchResults TD {
	border-top: 1px solid black;
}
TABLE#companySearchResults TR TD TABLE TR TD {
	border-top: 0px;
}

/* education.php, quizzes, articles */
DIV.questions {
	margin-top: 15px;
}

DIV.question {
	margin-bottom: 5px;
}

DIV.answer {
	margin-left: 30px;
}

/* ====================================================================
JAVASCRIPT TREE CSS
-------------------------------------------------------------------- */
.trigger{
	width: 90px;
	cursor:pointer;
}
.branch{
	display: block;
	margin-left: 16px;
}
.branch_closed{
	display: none;
	cursor:default;
}

/*for the list on the ad pages not sure if it will screw anything else up.. we will see*/
/*
ul
{
float:none;
width:100%;
padding:0;
margin:0;
list-style-type:none;
}
a.menu
{
float:left;
width:10em;
text-decoration:none;
color:BLACK;
background-color:#DAE9FE;
padding:0.2em 0.6em;
border:1px solid BLACK;
}
a.menu2
{
float:left;
width:10em;
text-decoration:none;
color:BLACK;
background-color:#8C8FFB;
padding:0.2em 0.6em;
border:1px solid BLACK;
}
a.menu:hover 
{
background-color:#ff3300
}
a.menu2:hover 
{
background-color:#ff3300
}
li 
{
display:inline;
}
*/
a.menu
{
float:left;
text-decoration:none;
color:#0000FF;
background-color:white;
padding-right:10px;
padding-left:10px;
border-right:1pt gray solid;
}
span.menu
{
float:left;
text-decoration:none;
color:#0000FF;
background-color:white;
padding-right:10px;
padding-left:10px;
border-right:1pt gray solid;
}
a.menu2
{
float:left;
text-decoration:underline;
color:#0000FF;
background-color:white;
padding-right:10px;
padding-left:10px;
border-right:1pt gray solid;
left:-1px;
}
li.menu
{
float:left;
color:#0000FF;
background-color:white;
}
ul
{
list-style-type:none;
}

a
{
text-decoration:none;
}

.image
{
/*display:none;*/
}

tr.d0 td {
	background-color: #F2F2F2; 
	color: black;
}
tr.d1 td {
	background-color:#E0E4FB; 
	color: black;
}
table.hidden td	/*this is for the hidden tables on the createnewad.php page*/
{
background-color: white;
}
table.noborder
{
empty-cells: show;
border-collapse:collapse;
border-spacing:0px;
width:100%;
}
tr.hiddenspan
{
background-color: #FFFFFF;
}
/*styles for tables that need a background*/
tr.differentiate td{
background-color: #E9E9E9;
background-image: url('images/newListingBack.png');
background-repeat: repeat-x;

}
td.differentiate {
background-color: #E9E9E9;
background-image: url('images/newListingBack.png');
background-repeat: repeat-x;

}
.differentiate {
background-color: #E9E9E9;
background-image: url('images/newListingBack.png');
background-repeat: repeat-x;

}
table.differentiate {
background-color: #E9E9E9;
background-image: url('images/newListingBack.png');
background-repeat: repeat-x;

}
/*styles for tables that need to be centered*/
table.center{
margin-left:auto; 
margin-right:auto;
}


/*style for javascript pagination */
.pg-normal {
	color: black;
	font-weight: normal;
	text-decoration: none;    
	cursor: pointer;    
}
.pg-selected {
	color: black;
	font-weight: bold;        
	text-decoration: underline;
	cursor: pointer;
}
/* full listing photo page */
.right{
text-align:right;
}
.left{
text-align:left;
}
.center{
text-align:center;
}
 table{
font-size:10pt;
}
#fulllistingwrapper
{
font-family:arial;
font-size: 10pt;
width:700px;
}

/* tenant search page */
.selectinput
{
width:176px;
}

/*createnewad.php headers for the different option*/

.standout
{
font-size: 13pt;
font-weight: bold;
}

a.hover:hover, a.hover:active
{
	color:  ;
}

.phone
{
	width:28px;
}

.phone2
{
	width:34px;
}

.phoneext
{
	width:46px;
}
