/* 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;
	color : #000080;
}

BODY {
	position:absolute;
	top:0px;
	left:0px;
	margin:0px;
	padding:0px;
	margin-top: 0px;
	margin-left: 0px;
	font-family: Arial,Helvetica,sans-serif;
	color: #000080; 
	background-color: #CFE1EB;
}
.small {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 9px;
	color: #000080;
}
.hide { display:""
}

.tiny {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 9px;
	color:#FFFFFF
}
.tiny-black {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 9px;
	color:#000080
}
.style1 {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 36px;
	color: #000080;
	bor
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000080;
}
.style7 {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.style4 {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000080;
}
.style5 {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000080;
}
.style6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
}
.txt {
	font-family: Arial, Helvetica, sans-serif;
	color: #000080;
	font-size: 12px;
	text-align: center;
}
h2 {
	font-family: Arial,Helvetica,sans-serif;
	text-align: left;
}

h1, h3, h4 {
	font-family: Arial,Helvetica,sans-serif;
	margin-left: 20px;
	color: #000080;
}
h5, h6 {
	font-family: Arial,Helvetica,sans-serif;
	color: #000080;
	text-align: Left;
	margin-left: 35px;
}
P {
	font-family: Arial, Helvetica, sans-serif;
	color: #000080;
	margin-left: 32px;
	margin-right: 12px;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	color: #000080;
} 

li { background-image:url(images/listitem.gif);
	list-style: none; 
	background-position: top left;
	background-repeat:no-repeat; 
	margin:0px 0px 0px 10px; 
	padding: 0px 0px 0px 25px}
    
tr, td, th {
	font-family: Arial,Helvetica,sans-serif;
	color: #000080;
	font-size: 14px;
}

a:link,a:active,a:visited { color : #006699; }
a:hover		{ text-decoration: underline; color : #DD6900; }
/*hr { height: 0px; color: #CCCCCC} */
hr  { color: #000080; width: 100%; height: 1px }
table.color2_layout { background-color: #a6b3cf; 
	color: #000080;}
td.color2_layout { background-color: #a6b3cf; 
	color: #000080;}

/* 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: #BDD6E7; }
td.image_row_1	{ background-color: #FFFFFF; }
/* for alternating search result listings */
td.search_row_0	{ background-color: #BDD6E7; }
td.search_row_1	{ background-color: #FFFFFF; }
/* FORM STYLES */
INPUT, select, textarea, text {
border: 1px #006699 groove;
background-color: #FFFFFF; 
font-family: Arial, Helvetica, sans-serif; 
font-size: 11px;
color: #000080;
border-color : #000080;
border-style: solid;
}


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

.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; }

#navlist
{
padding: 0 1px 1px;
margin-left: 5px;
font: bold 12px Verdana, sans-serif;
	color : #000080;
width: 80px;
border-bottom: 1px solid gray;
border-right: 1px solid gray;
}

#navlist li
{
list-style: none;
margin: 0;
border-top: 1px solid gray;
text-align: left;
color: #FFF;
font-weight:bold;
color : #000080;

}

#navlist li a
{
display: block;
height:12px;

padding: 0.1em 0.1em 0.1em 0.1em;
border-left: 1em solid #E1DFE1;
background: transparent;
text-decoration: none;
color : #000080;
}

#navlist li a:link { color: #448; color: #fff; }
#navlist li a:visited { color: #667; color: #fff; }

#navlist li a:hover
{
border-color: #fffFFF;
color: #FFFFFF;
font-weight:bold;
background: #9A8089;
color : #000080;
/*background-image: url("images/hover_bg.gif");*/

}

/*Sliding menu*/
.menu
  {
   position:absolute;
   background-color:#FFFFFF;
   width:90;
   font-size:11px;
   font-family:verdana;
   font-weight:bold;
   cursor: pointer;
   cursor: hand;
   color:#000080;
   text-decoration: none;
  }
  .item_panel
  {
    text-decoration: none;
    width:90;
    border-left:0px solid darkblue;
    border-right:0px solid darkblue;
    clip:rect(0,90,0,0);
    position: absolute;
	color:#000080;

  }
  .item_panel a
  {
   text-decoration:none;
   color:#000080;
   background-color:#FFFFFF;
   cursor:hand;
  }
  .item_panel a:visited
{ color:#000080;
   background-color:#FFFFFF;
       text-decoration: none;}
  .item_panel a:hover
{  color:red;
   background-color:#FFFFFF;
   text-decoration: none;}
  .item
  {
   background-color:#FFFFFF;
   width:90;
   font-size:10px;
   font-family:verdana;
   text-decoration: none;
   color:#000080;
   
  }
  
/* FORMAT THE BUTTON YOU INTEND TO USE */
.sql_button {
/* The blank button inage that will be shown behind your menu text */
	background-image: url(<?php echo $config['template_url'] ?>/images/blank_button.gif);
	cursor:pointer;	
	height: 30px;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}
/* FORMAT THE TEXT YOU INTEND TO USE */
.sql_text {
	font-size: 11px; 
	font-weight: 900; 
	color: Black;
	letter-spacing: 2px;
	text-decoration: none;
}



