/* 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:Times New Roman;
	background-color: #FFFFFF;

}

h1{
	font-family:Times New Roman;
	text-align: left;
}

h2{
	font-family:Times New Roman;
	text-align: center;
	color:#990000;
}

h3 {
	font-family:Times New Roman;
	margin-left: 20px;
	color:#990000;
}

h4 {
	font-family:Times New Roman;
	margin-left: 20px;
}

h5, h6 {
	font-family:Times New Roman;
	text-align: Left;
	margin-left: 35px;
}

P {
	font-family:Times New Roman;
	margin-left: 32px;
	margin-right: 12px;
}
li {
	font-family:Times New Roman;
}

tr, td, th {
	font-family:Times New Roman;
	font-size: 14px;
}

a:link,a:active,a:visited { color : red; text-decoration:none;}
a:hover		{ text-decoration: none; color : #DD6900; }
hr { height: 0px; color: #0033cc}

/*Top-Menu STYLES*/

table.topmenu {
	background-color:#993300; 
	color:#ffffff;
	width:100%;
}
td.topmenu {
	font-family:Garamond;
	font-size:20px;
	line-height:24px;
}
.topmenu a:hover   {color:#ffffff; font-weight:bold; font-style:italic; text-decoration:none;}
.topmenu a:link    {color:#ffffff; font-weight:bold; font-style:italic; text-decoration:none;}
.topmenu a:visited {color:#ffffff; font-weight:bold; font-style:italic; text-decoration:none;}

/*Jobb-Menu STYLES*/
table.jobbmenu {
	background-color:#CCCCCC; 
	width:230px;
}
td.jobbmenu {
	padding-top: 20px;
	padding-left: 10px;
	font-family:Book Antiqua;
	font-size:16px;
	color:#990000; 
	font-weight:bold;
	line-height:20px;
}
.jobbmenu a:link    {color:#990000; font-weight:bold; text-decoration:none;}
.jobbmenu a:visited {color:#990000; font-weight:bold; text-decoration:none;}
.jobbmenu a:hover { color:#000000; font-weight:bold; text-decoration:none;}

td.also {
	background-color:#993300; 
	color:#FFFFFF;
	font-family:Verdana;
	font-size:16px;
}
.also a:hover   {color:#FFFFFF; text-decoration:underline;}
.also a:link    {color:#FFFFFF; text-decoration:underline;}
.also a:visited {color:#FFFFFF; text-decoration:underline;}

/* TABLE STYLES Main Page Color*/

table.form_main { background-color: #FFFFFF; }
td.form_main { background-color: #FFFFFF; }

/* TABLE STYLES lls style*/

table.lls_form { background-color: #FFFFFF;
		 width:100%;
		 border:1px #cccccc solid;
		 cellspacing:0px;
		 cellpadding:10px;
		 }
		 
table.lls_form2 { background-color: #FFFFFF;
		 width:600;
		 border:1px #cccccc solid;
		 cellspacing:0px;
		 cellpadding:10px;
		 }
td.lls_form { background-color: #FFFFFF;
	      font-style:italic;
	    }
td.lls_form2 { background-color: #FFFFFF;
	      font-style:italic;
	      border:1px #cccccc solid;
	     }



.lls_form a:active   {color:red; font-size:small; font-style:italic; text-decoration:none;}
.lls_form a:link    {color:red; font-size:small; font-style:italic; text-decoration:none;}
.lls_form a:visited {color:red; font-size:small; font-style:italic; text-decoration:none;}

/* NEW TABLE STYLE FOR Vertical Layout Control Secondary Layout Color(Light Blue)*/

table.color2_layout { background-color: #a6b3cf; }
td.color2_layout { background-color: #a6b3cf; }

/* 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: #ccf2ff; }
td.image_row_1	{ background-color: #a4e4f9; }

/* for alternating search result listings */
td.search_row_0	{ background-color: #cccccc; }
td.search_row_1	{ background-color: #d8d8d8; }

/* 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;}

.small2 { font-size : 10px; color : #000000;}

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

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


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





