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

/* MAIN STYLES */
BODY.admin {
	margin-top: 0px;
	margin-left: 0px;
	font-family:  verdana ;
	background-color: #FFFFFF;
	font-size: 11px;
}

BODY {
	margin-top: 10px;
      margin-bottom: 10px;
	background-color: #8298A6;
	font-family: verdana;
	font-size: 11px;
}

body, div, td, p, .i, ul, ol {
font-family: verdana, sans-serif;
font-size: 11px;
}

h1, { font-family: verdana;
text-decoration:  none;
border-bottom: 1px solid #8298A6;
color: #8298A6;
font-size: 13px;
text-align: left;
font-weight: bold;
line-height: 1.3;
}

h2 { font-family: verdana;
text-decoration:  none;
border-bottom: 1px solid #666150;
color: #666150;
font-size: 13px;
text-align: left;
font-weight: bold;
line-height: 1.3;
}

h3, h4, h5 { font-family: verdana;
text-decoration:  none;
color: #666150;
font-size: 13px;
text-align: left;
font-weight: bold;
line-height: 1.3;
}

img {
border: 0;
}

ul { font-family: verdana, sans-serif ;
color: #000000;
text-decoration:  none; 
font-size: 11px;
text-align: left;
}

li { font-family: verdana, sans-serif ;
color: #000000;
text-decoration:  none; 
font-size: 11px;
margin-top: 10px;
margin-bottom: 10px;
margin-left: 5px;
text-align: left;
}


a:link {
	font-family: verdana;
	color: #666150;
	text-decoration: none;
}

a:visited {
	font-family: verdana;
	color: #666150;
	text-decoration: none;
}

a:hover, a:active {
	font-family: verdana;
	color: #666150;
	text-decoration: underline;
}

a.white:link {
	font-family: verdana;
	color: #FFFFFF;
	text-decoration: none;
}
a.white:hover, {
	font-family: verdana;
	color: #FFFFFF;
	text-decoration: underline;
}


p { font-family: verdana;
color: #000000;
text-decoration:  none; 
font-size: 11px;
text-align: left;
line-height: 1.3;
}

p.white { font-family: verdana;
color: #FFFFFF;
text-decoration:  none; 
font-size: 11px;
line-height: 1.3;
margin-left: 5px;
}

p.white2 { font-family: verdana;
color: #FFFFFF;
text-decoration:  none; 
font-size: 11px;
text-align: right;
line-height: 1.3;
margin-right: 5px;
}

p.center { font-family: verdana;
color: #000000;
text-decoration:  none; 
font-size: 11px;
text-align: center;
line-height: 1.3
}

p.right { font-family: verdana;
color: #000000;
text-decoration:  none; 
font-size: 11px;
text-align: center;
line-height: 1.3;
}

p.menuheader { font-family: verdana;
color: #FFFFFF;
text-decoration:  none; 
font-size: 13px;
text-align: left;
font-weight: bold;
margin-left: 8px;
line-height: 1.3;
}

td.menu {
background-color: #CEDAC2;
}

.menu2 {
font-family: verdana;
font-size: 12px;
text-align: center;
margin-top: 3px;
margin-bottom: 3px;
}

td.menu3 {
border-right: 1px solid #FFFFFF;
}


tr, td, th {
	font-family:  tahoma, sans-serif ;
	font-size: 11px;
}

/* TABLE STYLES Main Page Color*/
table.form_main { background-color: #FFFFFF; }
td.form_main { background-color: #FFFFFF; font-family: verdana; font-size: 11px;}
/* NEW TABLE STYLE FOR Vertical Layout Control Secondary Layout Color(Light Blue)*/
table.color2_layout { background-color: #EEEEEE; }
td.color2_layout { background-color: #EEEEEE; }

/* for alternating listings in the admin area*/
td.row1_0	{ background-color: #8298A6; font-family: verdana; font-size: 11px;}
td.row2_0	{ background-color: #EEEEEE; font-family: verdana; font-size: 11px; font-weight: bold;}
td.row3_0	{ background-color: #EEEEEE; font-family: verdana; font-size: 11px;}
.adminListingLeft_0 {
color: #FFFFFF;
background-color : transparent;
}

td.row1_1	{ background-color: #666150; font-family: verdana; font-size: 11px;}
td.row2_1	{ background-color: #EEEEEE; font-family: verdana; font-size: 11px; font-weight: bold;}
td.row3_1	{ background-color: #EEEEEE; font-family: verdana; font-size: 11px;}
.adminListingLeft_1 {
color: #FFFFFF;
background-color : transparent;
}

/* for alternating image listings */
td.image_row_0	{ background-color: #EEEEEE; font-family: verdana; font-size: 11px;}
td.image_row_1	{ background-color: #FFFFFF; font-family: verdana; font-size: 11px;}

/* for alternating search result listings */
td.search_row_0	{ background-color: #EEEEEE; font-family: verdana; font-size: 11px;}
td.search_row_1	{ background-color: #FFFFFF; font-family: verdana; font-size: 11px;}

/* FORM STYLES */
INPUT, select, textarea, text {

background-color: #FFFFFF; 
font-family: verdana; 
font-size: 10px;
color: #000000;
}


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

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

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


/* TEMPLATE EDITOR STYLES */
td.templateEditorHead	{ background-color: #EEEEEE; }
td.templateEditorNew	{ background-color: #EEEEEE; }

td.rightborder {
background-color: #E1F1F7;
}





