/* GENERIC STYLE SHEET
built by Jon Roig (jon@jonroig.com) for OpenListings
http://jonroig.com for info
*/

/* MAIN STYLES */

BODY {
	margin:10px auto 0px auto;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	background-color:#808080;

}

h1, h2 {
	font-family: Arial,Helvetica,sans-serif;
	text-align: left;
	font-size: 16px;
	margin-bottom: 0px;

}

h3, h4 {
	font-family: Arial,Helvetica,sans-serif;
	margin-left: 0px;
	margin-bottom: 0px;
}

h5, h6 {
	font-family: Arial,Helvetica,sans-serif;
	text-align: Left;
	margin-left: 0px;
	margin-bottom: 0px;
}

P {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 12px;
}
li {
	font-family: Arial, Helvetica, sans-serif;
}

a:link,a:active,a:visited { color : #CC0000; }
a:hover		{ text-decoration: underline; color : #3333CC; }
hr { height: 0px; color: #CCCCCC}

/* FORM STYLES */
INPUT, select, textarea, text {
border: 1px #006699 groove;
background-color: #FFFFFF; 
font-family: Arial, Helvetica, sans-serif; 
font-size: 11px;
color: #000000;
border-color: #000000;
border-style: solid;
}


/* TEXT STYLES */
.small { font-size : 10px; color : #ffffff;}

.required {
color: #FF0000;
background-color : transparent;
}

.lightText {
color: #FFFFFF;
background-color : transparent;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.wireframemenu{
border: 1px solid #C0C0C0;
background-color: white;
margin-left:10px;
border-bottom-width: 0;
width: 190px;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 180px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
font: bold 13px Verdana;
padding: 4px 3px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #595959;
text-decoration: none;
border-bottom: 1px solid #C0C0C0;
}

.wireframemenu a:visited{
color: #595959;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
background-color: #990033;
color: #FFFFFF;
}