/* CSS Document */


a, a:active, a:visited{
	color:#000000;
	text-decoration:underline;
}
a:hover{
	color:#808080;
	text-decoration:underline;
}	
body {
	margin:0px;
	padding:0px;
	background-color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

input {
	margin:0px;
	padding:0px;
	background-color:#fff;
	border:1px solid #000;
}


.head_title{
	width: 100%;
	background-color: #EFEFEF;	
	text-align: center;
	margin: 5px 0px 3px 0px;
}


.option_holder {
	position:relative;
	margin: 5px;	
}
.textbox_label {
	position:relative;
	float: left;
	width: 100px;
	font-weight: bold;	
	text-align: right;
	clear: left;
}
.textbox {
	margin:0px;
	padding:0px;
	background-color:#fff;
	border:1px solid #000;
	max-width: 340px;
}

.add_remove_wysiwyg{
	font-size: 8px;
	font-family: monospace;
	
}

form {
	display:inline;
}
li {
	list-style:none outside;
        margin:0px;
        padding:0px;
	margin-left:-40px;
}
.file {
	margin:0px;
	padding:0px;
	background-color:#fff;
	border:1px solid #000;
}
.button {
	margin:0px;
	padding:0px;
	background-color:#FFFFCC;
	border:1px solid #000;
	font-size:9px;
}
.select {
	margin:0px;
	padding:0px;
	background-color:#fff;
	border:1px solid #000;
}
	
#categories{
	text-align:left;
	background-color: #D2D4D6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
}
#pages{
	text-align:left;
	background-color: #D2D4D6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
}
.menu_title{
	background-color: #336699;
	text-align:center;
	padding:0px;
	border:0px solid #666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	border-collapse:collapse;
	height: 21px;
}
.menu_item{
	padding:2px;
	background-color: #FFFFCC;
	border:1px solid #666;
	border-top:0px;
	font-weight:400;
	font-size:12px;
}
.menu_item a,.menu_item a:active,.menu_item a:visited{
	color:#000000;
	text-decoration:none;
}
.menu_item a:hover{
	color:#808080;
	text-decoration:none;
}
#body_table{
	margin:0px;
	border:10px solid #fff;
}
.normal_result_colum{
	margin:0px;
	padding:2px;
	background-color:#666;
	font-size: 10pt;
	font-weight: bold;
	color: #fff;
}
.listings_column{
	padding:0px;
	padding-bottom:10px;
	background-color:#fff;
}
.listings_table{
	margin:0px;
	padding:0px;
	border-left:1px solid #666;
	border-top:1px solid #666;
}
.listing_row{
	font-size: 12px;	
}
.header_column{
	background-color: #999;
	margin:1px;
	padding:2px;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
	font-size: 10pt;
	color: #ffffff;
}
.header_column a,.header_column a:active,.header_column a:visited{
	color:#ffffff;
	text-decoration:none;
}
.header_column a:hover{
	color:#808080;
	text-decoration:none;
}
.thumbnail_td,#listing_column{
	margin:1px;
	padding:2px;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
	font-size: 10pt;
}
.listing_column a,#listing_column a:active,#listing_column a:visited{
	color:#000000;
}
.listing_column a:hover{
	color:#808080;
}	
.listing_even_bold{
	background-color:#dddddd;
	font-weight:bold;
}
.listing_even{
	background-color:#dddddd;
}
.listing_odd_bold{
	background-color:#eeeeee;
	font-weight:bold;
}
.listing_odd{
	background-color:#eeeeee;
}
.no_ads_in_category{
	text-align:center;
	color:#000;
}
.message_bar{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-transform: none;
	color: ffffff;
        border-top:2px solid #ffcc99;
        border-bottom:2px solid #CC7A00;
        padding-right:5px;
        background-color:#808080
}
.footer{
	text-align: center;
	font-size: 10pt;
}
.footer_links{
	font-size: 10pt;
	text-decoration: none;
}

.footer_sep {
	margin-left: 5px;
	margin-right: 5px;
	width: 2px;
	text-align: center;
}

/* from geostyle.css */
.box_head_1_left {
	width:12px;
	height:21px;
	background-image:url(images/hd_336699_left.gif);
}
.box_head_1_right {
	width:12px;
	height:21px;
	background-image:url(images/hd_336699_right.gif);
}

.box_head_1_dyn {
	background-color: #336699;
	background-image:url(images/hd_336699_mid.gif); background-repeat:repeat-x;
	font-weight: bold;
	color: #FFFFFF;
	font-family:Verdana;
	font-size: 12px;
}


