/********** LISTS ****************/ 

li.category_li {
    list-style: none;
    /*background: url('images/point.png') 0 5px no-repeat;*/
    margin: 0;
    padding: 2px 10px 10px 22px;
}

ul.category_ul {
    margin-left: 15px; /* width for bullet.gif */ 
    padding-left: 0; 
}

li.sitemap_li {
}

ul.sitemap_ul {
    margin-left: 10px;
    padding-left: 1.0em;
    padding-top: 0.2em;
    list-style-image: url('/images/point.png')
}

/* Status line row/font style */

.status_line {
    background-color:#BABABA;
    color:#ffffff;
    font-size: 12px;
}
 
a.status_line:link {
    color: #ffffff;
    font-size: 12px; 
    text-decoration: none;
}

a.status_line:visited {
    color: #ffffff;
    font-size: 12px; 
    text-decoration: none;
}

a.status_line:hover {
    color: #F56655;
    font-size : 12px; 
    text-decoration: none;
}

/* Company listings styles */

.company_default {
    font-size: 12px;
    font-weight: bold;
	color: black;
}

.company4 {
    font-size: 12px;
    font-weight: bold;
	color: red;
}

.company3 {
    font-size: 12px;
	text-decoration : none;
    font-weight: bold; 
	color: blue;
}


.company2 {
    font-size: 12px;
	text-decoration : none;
    font-weight: bold;
	color: green;
}

.company1 a, .company1 a:visited {
    font-size: 13px;
    font-weight: bold;
    color: #555;
    text-decoration: underline;
}

.company1 a:focus, .company1 a:hover, .company1 a:active {
	text-decoration: none;
}

.listing_hot {
    color: red;
    font-size: 12px;
}

.listing_new_updated {
    color: green;
    font-size: 12px;
}

.listing_marked {
    color:#5678A2;
    font-size: 12px;
}

/******* BOXES ***********/ 

div.greybox {
    background-color: #F7F7F7; 
    border-width: 1px; 
    border-color: #D6D5D6;
    border-style: solid; 
    padding: 4px 4px 4px 4px;
    -moz-border-radius: 4px;
}

div.whitebox {
    background-color: #FFFFFF; 
    border-width: 1px; 
    border-color: #D6D5D6;
    border-style: solid; 
    padding: 4px 4px 4px 4px;
    -moz-border-radius: 4px;
}


/******** TABLE STYLES ************/

table.list {
    border: 0px #F7F7F7 solid;
    border-collapse: collapse;
    border-spacing: 0px;
    margin: 0;
    border: 1px 1px 1px 1px;
    padding: 2px;
}

td.table_header {
    border: 0px #FFFFFF solid;
    background-color: #DEDFDE;
    padding: 4px;
    margin: 0;
    font-weight: bold;
    font-family: Tahoma, 'Trebuchet MS', Arial, sans-serif;
    font-size: 11px;
    color: #515151;
}
 
td.table_rows {
    background-color:#F1F1F1;
    color:#666666;
}

td.table_row_highlight {
    font-weight: bold;
    border: 1px #FFFFFF solid;
    background-color: #fcff9f;
    padding: 4px;
    margin: 0;
}

td.altrow1 {
    border: 1px #FFFFFF solid;
    background-color: #DFEBD3;
    padding: 4px;
    margin: 0;
    text-align: center;
    vertical-align: middle;
}

td.altrow2 {
    border: 1px #FFFFFF solid;
    background-color: #E1F6DD;
    padding: 4px;
    margin: 0;
    text-align: center;
    vertical-align: middle;
}

table.bodyborder {
    border: 0;
}

td.border {
    border: 1px solid #e3e2e0;
}

td.border2 {
    background: #e2dfc3;
}

/********** FORMS STYLES ************************/
form {
    border-width : 0; 
    padding : 0; 
    margin : 0; 
    display:inline;
} 

INPUT.button { 
    font-size : 11px;
    text-transform: uppercase; 
    color : #fff;
    border: 1px solid #637b39;
    background-color:#637b39; 
    padding: 2px 5px;
}

input.button:hover {
	color: #637b39;
	background: #e2dfc3;
	border: 1px solid #e2dfc3;
}

.textarea_default {
    width: 300;
    height: 100;
    border: 1px solid #C0C0C0;
    padding: 1px 3px 1px 3px;
    background-color: #FFFFFF; 
    font-size: 12px; 
    color: #555;
}

.textarea_tall {
    width: 300px;
    height: 300px;
    border: 1px solid #C0C0C0;
    padding: 1px 3px 1px 3px;
    background-color : #FFFFFF; 
    font-size : 12px; 
    color : #555;
}

.input_default {
    width: 300px;
    background-color : #FFFFFF; 
    font-size: 12px; 
    color : #000000;
    border: 1px solid #C0C0C0;
    padding: 1px 3px 1px 3px;
}

.input_seamless {
    width: 300px;
    background-color: #FFFFFF; 
    font-size : 11px; 
    color: #555;
    border: 0;
    padding: 1px 3px 1px 3px;
}

.input_small {
    width: 150px;
    background-color: #FFFFFF; 
    font-size: 12px; 
    color: #555;
    border: 1px solid #C0C0C0;
    padding: 1px 3px 1px 3px;
}

.input_small2 {
    width: 60px;
    background-color : #FFFFFF; 
    font-size: 12px; 
    color: #555;
    border: 1px solid #C0C0C0;
    padding: 1px 3px 1px 3px;
}

.input_small3 {
    width: 40px;
    background-color : #FFFFFF; 
    font-size: 12px; 
    color: #555;
    border: 1px solid #C0C0C0;
    padding: 1px 3px 1px 3px;
}

.input_multiple {
    width: 300px;
    height: 200px;
    background-color: #FFFFFF; 
    font-size: 12px; 
    color: #555;
    border: 1px solid #C0C0C0;
    padding: 1px 3px 1px 3px;
}


radio { BORDER-STYLE: none; }

checkbox { BORDER-STYLE: none; }

INPUT , SELECT {
    background-color: #FFFFFF; 
    font-size : 9pt; 
    color : #555;
} 

TEXTAREA {
    background-color: #FFFFFF; 
    color: #555; 
    font-size: 12px; 
} 

.required_star {
    font-size: 12px;
    color:#ff0000;
}

/********** TEXT STYLES *************************/
span.text {
	color: #555;
    font-size: 14px;
}

span.text_bold {
    color: #525163;
    font-weight: bold;
    font-size: 12px;
}

span.text_soft {
    color: #959598;
    font-size: 12px;
}

span.text_soft_bold {
    color: #959598;
    font-weight: bold;
    font-size: 12px;
}

span.text_large_bold {
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

span.text_small {
    font-size: 11px;
}

span.text_large_bold_grey {
    font-size: 14px;
    font-weight: normal;
    text-decoration : none; 
    color: #777;
}

span.text_small_grey {
    font-size: 11px;
    text-decoration : none; 
    color: #777;
}

span.error {
    font-weight: bold;
    color:#ff0000;
    font-size: 12px;
}

span.success {
    font-weight: bold;
    color:#006600;
    font-size: 12px;
}


div.response_error {
    background-color: #ffeaea; 
    border-width: 1px; 
    border-color: #e82a2a;
    border-style: solid; 
    padding: 2px 2px 2px 2px;
    -moz-border-radius: 4px;
}

div.response_success {
    background-color: #eaffea; 
    border-width: 1px; 
    border-color: #4dda2c;
    border-style: solid; 
    padding: 2px 2px 2px 2px;
    -moz-border-radius: 4px;
}

/********** COMPARE CHART STYLES ****************/

.YES { 
    font-size: 12px; 
    font-weight: bold; 
    color: #006600
} 
.NO { 
    font-size: 12px; 
    font-weight: bold; 
    color: #FF0000
}
