/* 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: Arial,Helvetica,sans-serif;
	background-color: #FFFFFF;
}

BODY {
	position:absolute;
	top:0px;
	left:0px;
	margin:0px;
	padding:0px;
	margin-top: 0px;
	margin-left: 0px;
	font-family: Arial,Helvetica,sans-serif;
	background-color: #FFFFFF;

}

h1, h2 {
	font-family: Arial,Helvetica,sans-serif;
	text-align: left;
	
}

h3, h4 {
	font-family: Arial,Helvetica,sans-serif;
	margin-left: 20px;
}


h6 {
	font-family: Arial,Helvetica,sans-serif;
	text-align: center;
	font-size: 12px;

}


h7, h8 {
	font-family: Arial,Helvetica,sans-serif;
	text-align: Left;
	font-size: 20px;

}




h5 {
	font-family: Arial,Helvetica,sans-serif;
	text-align: Left;
	margin-left: 35px;
}

P {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 12px;
	margin-right: 11px;
}
li {
	font-family: Arial, Helvetica, sans-serif;
}
tr, td, th {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
}

a:link,a:active,a:visited { text-decoration: none; color : #FF0000; }
a:hover		{ text-decoration: none; color : #000000; }
hr { height: 0px; color: #CCCCCC}

/* TABLE STYLES Main Page Color*/
table.form_main { background-color: #FFFFFF; }
td.form_main { background-color: #FFFFFF; }
/* NEW TABLE STYLE FOR Vertical Layout Control Secondary Layout Color(Light Blue)*/
table.color2_layout { background-color: #000000; }
td.color2_layout { background-color: #FF0000; }

/* for alternating listings in the admin area*/
td.row1_0	{ background-color: #009900; }
td.row2_0	{ background-color: #CCFFCC; }
td.row3_0	{ background-color: #99CC99; }
.adminListingLeft_0 {color: #FFFFFF;
background-color : transparent;
}

td.row1_1	{ background-color: #006699; }
td.row2_1	{ background-color: #DEE3E7; }
td.row3_1	{ background-color: #D1D7DC; }
.adminListingLeft_1 {
color: #FFFFFF;
background-color : transparent;
}

/* for alternating image listings */
td.image_row_0	{ background-color: #FFe1e1; }
td.image_row_1	{ background-color: #efefef; }

/* for alternating search result listings */
td.search_row_0	{ background-color: #FFe1e1; }
td.search_row_1	{ background-color: #efefef; }

/* 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 : #000000;}

.required {
color: #FF0000;
background-color : transparent;
}

.lightText {
color: #FFFFFF;
background-color : transparent;
}

/*  Styles For NEW NEXT-PREV Functions*/

/* TEMPLATE EDITOR STYLES */
td.templateEditorHead	{ background-color: #D6D3EE; }
td.templateEditorNew	{ background-color: #EEEEFF; }


.browse_tool {
	background-color: #FFe1e1;
	font-size: 11px; 
	text-decoration: none; 
	color: black; 
}
			
.browse_tool_num {
	color: #FF0000;
}

.browse_tool_button A {		
	background-color: #FFFFFF;
	font-size: 10px;
	line-height: 10px; 
	text-align: center;
	BORDER-COLOR: #000000;
   	BORDER-STYLE: outset;
 	BORDER-WIDTH: 1px; 
	font-weight: bold; 
	text-decoration: none; 
	color: #FF0000; 
	width: 82px;
	height: 18px;
	display: block;
}

.browse_tool_button A:visited {		
	color: #FF0000;
}

.browse_tool_button A:hover {		
	color: #000000;
	BORDER-STYLE: inset;
	width: 82px; 
	height: 18px;
}

.browse_tool_ghost {
	font-size: 10px; 
	line-height: 10px; 
	color: #aaaaaa; 
	text-decoration: none; 
}


.browse_tool_curpage {
	BACKGROUND-COLOR: #FF0000;
	color: #ffffff;
	width: 24px;
	height: 20px;
	display: block;
	text-align: center;
}
			
.bt_pages {
	font-family: verdana, arial; 
	BACKGROUND-COLOR: silver;
	text-decoration:none;
	font-size: 10px;
	vertical-align: middle;
	color:	#000000;
}

bt_pages_ghost{
	color:	#aaaaaa;
	text-decoration:none;
}

A.bt_pages{
	color:	#000000;
	width: 24px;
	height: 20px;
	display: block;
	text-align: center;
}

A.bt_pages:visited{
	color: #000000;
}

A.bt_pages:hover{
	color:#ffffff;
	background: #000000; 
}

