/* GENERIC STYLE SHEET
built by Jon Roig (jon@jonroig.com) for OpenListings
http://jonroig.com for info
*/


/* MAIN STYLES */



BODY {
        margin-top: 0px;
        margin-left: 0px;
        font-family: Arial,Helvetica,sans-serif;
        color: #090E73;
}

h1, h2 {
        font-family: Arial,Helvetica,sans-serif;
        text-align: left;
/*        font-size: 11px;  */
        color: #090E73;
}

h3, h4 {
        font-family: Arial,Helvetica,sans-serif;
        margin-left: 20px;
/*        font-size: 12px;  */
        color: #090E73;
}

h5, h6 {
        font-family: Arial,Helvetica,sans-serif;
        text-align: Left;
        margin-left: 35px;
/*        font-size: 11px;    */
        color: #090E73;
}



P {
        font-family: Arial, Helvetica, sans-serif;
        margin-left: 32px;
        margin-right: 11px;
        font-size: 11px;
        color: #090E73;
}
li {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #090E73;
}


/* for featured listings */

b {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;

}


c {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;

}




/* for menu on top of page */

tr {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        color: #090E73;
}


a:link,a:active,a:visited { color : #006699; font-size: 10px; }
a:hover { text-decoration: underline; color : #DD6900; font-size: 10px; }
hr  { height: 0px; border: solid #000000 1px; border-top-width: 1px; font-size: 10px; }

/* TABLE STYLES */
table.form_main { background-color: #FFFFFF; font-size: 11px; }
td.row_main { background-color: #FFFFFF; font-size: 11px; }

/* for alternating listings in the admin area*/
td.row1_0        { background-color: #009900; font-size: 11px; }
td.row2_0        { background-color: #CCFFCC; font-size: 11px; }
td.row3_0        { background-color: #99CC99; font-size: 11px; }
.adminListingLeft_0 {
color: #FFFFFF;
background-color : transparent;
font-size: 11px;
}

td.row1_1        { background-color: #006699; font-size: 11px; }
td.row2_1        { background-color: #DEE3E7; font-size: 11px; }
td.row3_1        { background-color: #D1D7DC; font-size: 11px; }
.adminListingLeft_1 {
color: #FFFFFF;
background-color : transparent;
font-size: 11px;
}

/* for alternating image listings */
td.image_row_0        { background-color: #D6D3EE; font-size: 11px; }
td.image_row_1        { background-color: #FFFFFF; font-size: 11px; }

/* for alternating search result listings */
td.search_row_0        { background-color: #D6D3EE; font-size: 11px; }
td.search_row_1        { background-color: #FFFFFF; font-size: 11px; }

/* FORM STYLES */
INPUT, select, textarea, text {
border: 1px #006699 groove;
background-color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #0080C0;
border-color: #000000;
border-style: solid;
}


/* TEXT STYLES */
.small { font-size : 11px; }

.required {
color: #0080C0;
background-color : transparent;
font-size: 11px;
}

.lightText {
color: #FFFFFF;
background-color : transparent;
font-size: 11px;
}


/* TEMPLATE EDITOR STYLES */
td.templateEditorHead        { background-color: #D6D3EE; font-size: 11px; }
td.templateEditorNew        { background-color: #EEEEFF; font-size: 11px; }