@import 'silksprite/sprite.css';
/* CSS Document */
FORM{
	display:inline;
}
INPUT,
SELECT,
TEXTAREA{
	margin: 0px;
	padding: 3px;
}
INPUT[type='text'],
INPUT[type='password'],
TEXTAREA,
SELECT{
	font-family: verdana;
	font-size: 10px;
	border: 1px solid #698DAA;
}
INPUT[type='submit'],
INPUT[type='button']
{
	/*height: 22px;*/
	font-size: 12px;
	padding: 0px 5px;
}
TEXTAREA{
	overflow-y: auto;	
}
	
HTML,
BODY{
	margin: 0px 5px 5px 5px;
	padding: 0px;
	/*height: 100%;*/
}
HTML,
BODY,
TD{
	font-family:Verdana;
	font-size:10px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:14px;
}

P{
	margin-bottom: 10px;
}

UL{
	margin: 12px 0px 12px 0px;
	padding: 0px 0px 0px 40px;
}

OL{
	margin: 12px 0px 12px 0px;
	padding: 0px 0px 0px 40px;	
}


FIELDSET{
-moz-border-radius: 4px;
border-radius: 4px;
}

.red{
	color:#F33;	
}

H1{
	font-size: 14px;
	color: #1F437D;
	margin-bottom: 10px;
	margin-top: 0px;
	font-family: Arial, 'Trebuchet MS',Helvetica,sans-serif;
	line-height:1.3em;
	font-weight: normal;
}

H1.big{
	color: #1F437D;
	font-size: 18px;
	font-family:arial;
	font-weight: bold;
	margin-bottom:12px;
	padding:0;
	height: 19px;
}

H1.orange{
	color: #1F437D;
	font-size: 10px;
	font-family:verdana;
	font-weight: bold;
	text-transform:uppercase;
	border-bottom:3px solid #6B8EAC;
	margin-bottom:12px;
	padding:0 0 0px 6px;
	height: 19px;
}
H1.orange > DIV{
	float:right; 
	margin-top:-12px;
	text-transform:none;
	font-weight: normal;
	color: #666;
}

H2{
	font-size: 12px;
	color: #555555;
	margin-bottom: 3px;
	margin-top: 0px;
	font-weight: normal;
}

H2.orange{
	color: #688BAA;
	font-size: 10px;
	font-family:verdana;
	font-weight: bold;
	text-transform:uppercase;
	border-bottom:3px solid #6B8EAC;
	margin-bottom:12px;
	padding:0 0 6px 6px;
}

P{
	margin-top: 0px;
}

H3{
	font-size: 14px;
	font-weight: bold;
	color: #555555;
	margin-bottom: 2px;
	margin-top: 0px;
}

H3.arrow{
	background-image: url(/images/headers/h3-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	font-family: Arial, 'Trebuchet MS',Helvetica,sans-serif;
	font-size: 13px;
	padding-left: 12px;
}

H4{
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 5px;
	margin-top: 5px;
}

.bigHeader{
	font-size: 20px;
	font-weight: bold;
	color: #555555;
	line-height: 23px;
}

.listHeader{
	font-size: 11px;
	font-weight: bold;
	color: #1F437D;
	margin-bottom: 0px;
	margin-top: 5px;
}
.miniText{
	font-size: 8px;
}

#noscript_banner{
	position: absolute;
	top: 0px;
	left: -5px;
	width: 2000px;
	height: 2000px;
	background-color: #fff;
	opacity: 0.9;
	z-index: 999;
	overflow:hidden;
}
#noscript_banner > div{
	position: absolute;
	top: 200px;
	left: 400px;
	width: 400px;
	height: 130px;
	background-color: #000;
	border:2px solid #000;
	
	z-index: 1000;
	padding: 20px;
	font-size: 20px;
	line-height: 30px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:center;
	color: white;
}

INPUT.btnSubmit {
    background: #E3E3E3 url(/images/background/submit-bg.gif) repeat-x;
    height: 22px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 0px 5px 2px 5px;
    border: 1px solid #a7a7a7;
    cursor: pointer;
}

INPUT.btnSubmit:hover {
    background: #b7c8d0 url(/images/background/submit-bg-hover.gif) repeat-x;
}

INPUT.btnSubmit:active {
    background: #E3E3E3 url(/images/background/submit-bg.gif) repeat-x;
}
/*
A.menuLink:link,
A.menuLink:visited{
	font-weight:bold;
	font-family: 'Trebuchet MS',Trebuchet,Verdana,Sans-serif;
	font-size:13px;
	text-transform:uppercase;
	color: #ffffff;
	text-decoration:none;
}
A.menuLink:hover{
	color: #ed8137;
	text-decoration:none;	
}
*/
A:link IMG,
A:visited IMG,
A:active IMG,
A:hover IMG{
	border: none;
}

a.blue_bullet:link,
a.blue_bullet:visited,
a.blue_bullet:active{
	font-family: Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
	color: #1f437d;
	text-decoration: none;
	padding-left: 15px;
	background: url(/images/bullet_blue.gif) no-repeat left 50%;
}

a.blue_sub_bullet:link,
a.blue_sub_bullet:visited{
	font-family: Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:normal;
	color: #1f437d;
	text-decoration: none;
	padding-left: 15px;
}

div.hr{
	height: 1px;
	margin: 5px 0px;
	background: url(../images/dotted_horizontal.gif) repeat-x;
}
/*
A.big_link:link,
A.big_link:visited,
A.big_link:active{
	font-size: 16px;
	font-weight: bold;
	display: inline;
	text-decoration: none;
	color: #003596;
}
A.big_link:hover{
	color: #FF6600;
	text-decoration: none;
}

INPUT.big_link{
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #003596;
}
*/
INPUT.button_80{
	width: 80px;
}

#header{
	position: relative;
	width: 1000px;
	/*height: 153px;*/
	/*background-image: url(/images/header_bg.gif);*/
	/*margin-bottom: 10px;*/
}
#main_container{
	width: 1000px;
}
#search_field input,
#search_field img{
	vertical-align:middle
}
#search_field a{
	position: relative;
	color: #FF6600;
	text-transform: uppercase;
	font-size: 14px;	
	text-decoration: none;
	font-weight: bold;
}

#top_menu{
	position: absolute;
	top: 7px;
	right: 0px;
}
A.top_menu_item,
A.top_menu_item_active{
	position: relative;
	bottom: 1px;
	display: inline;
	padding: 0px 10px 0px 5px;
	border-right: 1px solid #AAAAAA;
	color: #777777;	
	text-decoration: none !important;
	font-weight: normal;
	/* Get rid of the dotted border when link is clicked */
	outline: none;
}
A.top_menu_item:hover{
	color: #012D5B; 
	text-decoration: none;	
}
A.top_menu_item_active{
	color: #012D5B !important;
}


#menu{
	position: absolute;
	bottom: 0px;
	left: 10px;
}
#menu_item,
#menu_item_active{
	position: relative;
	bottom: 5px;
	display: inline;
	padding: 0px 10px 5px 5px;
	margin-bottom: 7px;
	background-image: url(/images/menu_item_vertical_bar.gif);
	background-position: top right;
	background-repeat: no-repeat;
	color: #003596;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	/* Get rid of the dotted border when link is clicked */
	outline: none;
}
#menu_item:hover{
	color: #FF6600;
	text-decoration: none;	
}
#menu_item_active{
	color: #FF6600;
}

#content_menu{
	position: absolute;
	left: 10px;
}
#content_menu_item,
#content_menu_item_active{
	position: relative;
	display: inline;
	padding: 0px 15px 8px 0px;
	background-image: url(/images/menu_item_vertical_bar.gif);
	background-position: top right;
	background-repeat: no-repeat;
	color: #003596;
	text-decoration: none;
	font-weight: bold;
	/* Get rid of the dotted border when link is clicked */
	outline: none;
}

#container{
	width: 754px;
	/*position: relative;*/
	float: left;
	margin-left:5px;
	padding-top: 15px;
}

#custom_page_container{
	margin-top: 15px;
	width: 732px;
	/*position: relative;*/
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	/* background image for custom pages
	background-image: url(/images/background/ct-swirl-bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 30px; */
}


#banners{
	/*position: relative;*/
	/*float: right;*/
	/*right:0px;*/
	/*width: 225px;*/
	/*height: 600px;*/
	/*margin-top: 140px;*/
	/*top: 140px;*/
	z-index: 0;
}


#block1{
	float: left;
	/*border: 1px solid #CCCCCC;*/
	width: 400px;
	/*height: 205px;*/
	margin-bottom: 10px;
	padding: 10px;
	color: #777777;
}
#block2{
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	/*border: 1px solid #CCCCCC;*/
	width: 352px;
	/* height: 205px;	*/
	padding: 10px;
	color: #777777;
}
#top_logo,
#top_logo:active{
	/*position:relative;*/
	left: 30px;
}

#content_sheet{
	float: left;
	/*border: 1px solid #CCCCCC;*/
	border-top: none;
	/*padding: 15px;*/

	padding-top: 0px;
	width: 100%;
}
#content_sheet #content_sheet_header{
	margin-left: -16px;
	/*margin-top: -44px;*/
	height: 34px;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	padding: 0px 4px 4px 15px;
	width: 720px;
	/*background-image: url(/images/content_sheet_header_bg.gif);
	background-repeat: no-repeat;*/
}
#content_sheet #content_sheet_header_orange{
	margin-left: -16px;
	/*margin-top: -44px;*/
	height: 34px;
	font-size: 18px;
	font-weight: normal;
	color: #F26638;
	padding: 10px 4px 4px 10px;
	width: 720px;
	/*background-image: url(/images/content_sheet_header_bg.gif);
	background-repeat: no-repeat;*/
}
#content_sheet #content_sheet_sub_menu{
	position: relative;
	height: 20px;
	top: -10px;
	left: -16px;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	padding: 4px;
	padding-left: 25px;
	padding-top: 10px;
	width: 723px;
	background-image: url(/images/sub_menu_bg.gif);
	background-repeat: x-repeat;
}
#content_sheet #content_sheet_sub_menu A{
	text-decoration: none;
	color: #003596;
}

#content_sheet #content_sheet_sub_menu A:hover{
	text-decoration: none;
	color: #FF6600;
}

#content_sheet_989{
	position: relative;
	float: left;
	border: 1px solid #CCCCCC;
	border-top: none;
	padding: 10px;
	width: 967px;
	margin-bottom: 10px;
	margin-top: 29px;
}
#content_sheet_989 #content_sheet_989_header{
	position: absolute;
	height: 32px;
	top: -29px;
	left: -1px;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	padding: 4px;
	padding-left: 25px;
	padding-top: 10px;
	width: 967px;
	background-image: url(/images/content_sheet_header_989_bg.gif);
	background-repeat: no-repeat;
}

#ad_big{

	float: left;
	/*border: 1px solid #CCCCCC;*/
	padding: 10px;
	/*background:url(/images/ad_big_bg.png) top no-repeat;*/
	border: 1px solid #cccccc;
	width: 721px;
	/*height: 540px;*/
	margin-top: 10px;
	margin-left: 5px;
	/*margin-bottom: 10px;
	margin-top: 29px;*/
}
#ad_big_bottom{
	clear: both;
	width: 721px;
	height: 4px;
	background: url("/images/ad_big_bg.png") bottom left no-repeat white;

	margin-left: 5px;
	position: relative;
	top:-4px;
}

#ad_big #content_sheet_header{

	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color: #1F437D;
	padding-top: 5px;
	float:left;
	/*background-image: url(/images/content_sheet_header_bg.gif);
	background-repeat: no-repeat;*/
}

.normal{
	color: #333333;
	font-size:11px;
}

#table_listing{
	float: left;
	/*border: 1px solid #CCCCCC;*/
	padding: 10px;
	width: 700px;
}

#content{
	float: left;
	border: 1px solid #CCCCCC;
	padding: 10px;
	width: 730px;
}

#horizontal_line{
	margin: 15px 5px 15px 5px;
	border-bottom: 1px solid #CCCCCC;
}

/* Text classes */
A{
	outline: none;
}

A:link,
A:visited{
	color: #1F437D;
	text-decoration: none;
}
A:hover{
	color: #012D5B;
	text-decoration: none;
}

A.arrow{
	font-size:10px;
	font-weight:bold;
	color: #1f437d;
	text-decoration: none;
	padding-left: 15px;
	background: url(/images/bullet_blue.gif) no-repeat left 50%;
}

A.arrow:hover{
	text-decoration: underline;
}

A.arrow-blue{
	background-image: url(/images/bullets/3SquareArrow-blue.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	color: #2B6EBF;
	font-family: 'Trebuchet MS',Helvetica,sans-serif;
	font-size: 13px;
	padding-left: 10px;
	font-weight: bold;
	text-decoration: none;
}

A.arrow-blue:hover{
	text-decoration: underline;
}

#footer{
	width: 1000px;
	margin-top: 20px;
	float: left;
	font-size: 10px;
	color: #666666;
	border-top:7px solid #698CAA;
}
#footer A:link,
#footer A:visited{
	color: #666666;
	text-decoration: underline;
}
#footer A:hover{
	color: #012D5B;
	text-decoration: underline;
}

/* INPUTS - START */
.quad{
width:85px;
margin-bottom:10px;
float:left;
}

.quad select{
width: 70px;
}
.quad input{
width: 60px;
}

.tripple{
width:170px;
margin-bottom:10px;
float:left;
}

.tripple select{
width: 154px;
}
.tripple input{
width: 149px;
}
.tripple input[type="image"]{
width: auto;
}

.double{
width:335px;
float:left;
margin-bottom:10px;
}

.double input{
	width: 320px;
}

/*.double select,*/
.double textarea{
width: 319px;
height: 65px;
margin-bottom: 5px;
}

.double2{
width:227px;
float:left;
margin-bottom:5px;
}

.double2 select{
width: 221px;
}

.single{
float:left;
width:495px;
margin-bottom:5px;
}

.leftHeader{
	width: 130px;
	font-weight: bold;
	color: #333333;
	font-size: 10px;
	float: left;
}

.leftInput{
	width:300px;
	float: left;
	margin-bottom: 5px;
}

.horizontalSeparator{
	clear:both;
	width: 100%;
	border-bottom: 1px dotted #999999;
	margin: 7px 0 13px;
	height: 1px;
}

.line{
float:left;
width: 40%;
padding-bottom:5px
}

#ad_contact_form { margin-top: 15px; }
#ad_contact_form label,
#ad_contact_form label input { display: block; }

.button{
float: left;
width: 100%;
margin-top:5px;
}

/* INPUTS - END */

.right_box{
width:185px;
float:right;
}

.error_small{
	font-size: x-small;
	color: red;
}

.text{
	width:600px;
	margin-bottom:10px;
}

.bold{
	font-weight: bold;
}

table.dialog{
	border: 1px solid #cccccc;
	float: left;
}
table.dialog THEAD TD{
	font-weight: bold;
	background-color: #dddddd;
	
}


div.err_ok,
div.err_info,
div.err_warning,
div.err_error{
	font-size: x-small;
	color: #000000;
	background-repeat: no-repeat;	
	padding-left: 20px;
	vertical-align: middle;
	text-align: left;
	float: left;
	line-height: 16px;
}
div.err_ok{
	background-image: url(/images/icon/icon_ok.gif);
}
div.err_info{
	background-image: url(/images/icon/icon_info.gif);
}
div.err_warning{
	background-image: url(/images/icon/icon_warning.gif);
}
div.err_error{
	background-image: url(/images/icon/icon_error.gif);
}
span.err_ok,
span.err_info,
span.err_warning,
span.err_error{
	font-size: x-small;
	color: #000000;
	background-repeat: no-repeat;	
	padding-left: 20px;
	vertical-align: middle;
	text-align: left;
	line-height: 16px;
}
span.err_ok{
	background-image: url(/images/icon/icon_ok.gif);
}
span.err_info{
	background-image: url(/images/icon/icon_info.gif);
}
span.err_warning{
	background-image: url(/images/icon/icon_warning.gif);
}
span.err_error{
	background-image: url(/images/icon/icon_error.gif);
}

/* Fancy Forms START*/
.FormField
{
	padding:			0px;
	padding-left:		5px;
	padding-top:		2px;
	padding-bottom:		3px;
	background-repeat:	no-repeat;
	background-image:	url(/images/background/FormTextfieldBg.gif);
}

.FormItem
{
	position: relative;
	border:				solid 0px #ffffff;
	font-size:			0.8em;
	background-color:	Transparent;
	color:				#7c6a55;
	top: -1px;
	width: 128px;
}
/* Fancy Forms END*/


OL.instructions{
	padding-left: 20px;
	margin-left:5px;
}
OL.instructions LI{
	
}

/*
*	External ad listing
*/
.external_ad_listing{
	width: 400px;
	height: 100px;
	padding: 10px;
	border-bottom: 1px dotted #333;
	display: block;
	text-decoration: none !important;
}
.external_ad_listing.odd{
	background-color:#fff;
}
.external_ad_listing.even{
	background-color:#eee;
}
.external_ad_listing img{
	float: left;
	margin-right: 10px;
}
.external_ad_listing #listTitle{
	font-weight: bold;
	font-size: 13px;
	display:block;
}
.external_ad_listing #other_info{
	margin-top: 5px;
	display:block;
}

/* Ad search results */
#ad_listing_base{
	float:left;
	width: 365px;
	/*border: solid 1px #eeeeee;*/
	margin-bottom: 5px;
	margin-right: 5px;
	padding-left: 7px;
	padding-top: 7px;
	padding-bottom: 7px;
	/*background-color:#f2f2f2;*/
	text-decoration:none;
	color: #666666;
	cursor:hand; 
	cursor:pointer;
}



.ad_listing_type_1{
	background-image:url(/images/ad_bg_small.png);
	background-repeat:no-repeat;
	height: 56px;
}
.ad_listing_type_2{
	height: 132px;
	background-image:url(/images/ad_bg.png);
	background-repeat:no-repeat;
}
.ad_listing_type_3{
	height: 132px;
	background-image:url(/images/ad_bg.png);
	background-repeat:no-repeat;
}

#ad_listing_base #listTitle{
	font-weight: bold;
	font-size: 15px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
}

#ad_listing_base #other_info div{
	white-space:nowrap;
}

.ad_listing_type_3,
.ad_listing_type_2{
	/*background-image:url(../images/bg_ad_gradient.gif);*/
}

.ad_listing_type_3 #listTitle{
	background-image:url(../images/ad_arrow.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left: 16px;
	color: #1F437D;
	width: 240px;
	height: 15px;
	overflow: hidden;
}

.ad_listing_type_1 #listTitle,
.ad_listing_type_2 #listTitle{
	background-image:url(../images/ad_arrow.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left: 16px;
	min-width: 210px;
	color: #698DAA;
}

.ad_listing_type_3 img{
	/*border: solid 1px #999999;*/
	margin-right: 10px;
	margin-bottom: 10px;
	float:left;
	width: 90px;
	height: 90px;
}

#ad_listing_base #listDesc{
	/*float: left;*/
	overflow:hidden;
	color:#444444;
}

.ad_listing_type_1 #listDesc{
	margin-top: 4px;
	height: 0px;
	max-height: 0px;
	width: 340px;
}

.ad_listing_type_2 #listDesc{
	height: 95px;
	max-height: 100px;
	width: 190px;
	margin-bottom: 11px;
	float:right;
	margin-top: 10px;
}

.ad_listing_type_3 #listDesc{
	margin-top: 4px;
	float: left;
	height: 70px;
	max-height: 70px;
	width: 255px;
}

#ad_listing_base #other_info{

	bottom: 0px;
}

.ad_listing_type_1 #other_info{
	margin-top: 7px;
}

.ad_listing_type_2 #other_info{
	margin-top: 10px;
	height: 70px;
	max-height: 70px;
	width: 165px;
	float:left;
}

.ad_listing_type_3 #other_info{
	/*height: 70px;*/
	max-height: 70px;
	width: 360px;
	float:left;
	margin-top: 17px;
}



#ad_listing_base .attrib{
	float: left; 
	margin-bottom: 3px;
}

.ad_listing_type_1 .attrib,
.ad_listing_type_3 .attrib{
	margin-right: 10px;
}

.ad_listing_type_2 .attrib{
	margin-right: 40px;
}

.advertise_listing TR TD{
	vertical-align: top;
	padding-right: 10px;
	padding-bottom: 15px;
}

a.header_link:link,
a.header_link:visited{
	color: #012D5A;
	font-size: 14px;
	border-bottom: 2px solid #698DAA;
	text-decoration: none;
	display:block;
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
}

/* search_info.php */
.search_ad_types{
	width: 191px;
	float:left;
	text-align:left;
	margin: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	/*min-height: 155px;*/
}
.advertise_listing TR TD a{
	font-size: 12px;
	color: #0066CC;
	font-weight: bold;
	display:block;
	margin-top: 5px;
}
.search_ad_types label{
	width: 50%;
	float: left;
	white-space:nowrap;
}
.search_ad_types label,
.search_ad_types input
{
	vertical-align: middle;
}

/* search.php */
.divLink{
	font-size: 12px;
	color: #0066CC;
	font-weight: bold;
	display:block;
	margin-top: 5px;
	cursor: pointer;
	cursor: hand;
}



.adTypeTable TD{
	border: 1px solid #698DAA;
	padding-left: 5px;
	padding-right:5px;
}
.adTypeTable{
	border-collapse:collapse;
	/*background-color:#eaeaea;*/
	border-color:#698DAA;
	color: #1F437D;
}
.adTypeTable TR.even TD{
	background-color:#fff;
}
.adTypeTable TR.odd TD{
	background-color:#fff;
}

/*
 * Edit Ad on MyPages
 */
 
 tr.table_row_head td{
	background-image: url("/admin/images/header_bg.gif");
	color:#FFFFFF;
	font-weight: bold;
}
tr.table_row td{
	/*border-bottom:solid 1px #ccc;*/
	vertical-align:top;
	background-color: #fff;
}

tr.table_row td.title{
	/*border-bottom:solid 1px #ccc;*/
	vertical-align:top;
	background-color: #eeeeee;
	border: 2px solid #ffffff;
	font-weight: bold;
}

tr.table_row_input td{
	border-bottom:solid 1px #ccc;
	vertical-align:text-top;
}

/*
** FOr the JQuery example plugin (adds example text to input text fields)
*/
.example{
	color: #999;
}

/*
* Right Side Banners
*/
#banners_right_side{
	position:absolute;
	top: 60px;
	left: 1008px;
	width: 250px;
	min-height: 300px;
	background: url(/images/annons.gif) no-repeat top;
	padding-top: 12px;
	display: none;
}

a.bullet_link:link,
a.bullet_link:visited{
	background: #fff url(/images/bullets/3SquareArrow.gif) left no-repeat;
	padding-left: 10px;
	color: #ED8137;
	font-family: Arial;
	font-weight: bold;
	line-height: 1.3em;
	font-size: 12px;
	text-decoration:none;
}a.bullet_link:hover{
	text-decoration:underline;
}

#loginbox{
	/*background-image: url(../images/background/loginbox-bg.gif); */
	background-repeat: no-repeat; 
	padding: 2px 4px; 
	left: 285px; 
	top: 21px; 
	position: absolute; 
	color: #FFFFFF; 
	font-size: 10px; 
	font-family: 'Trebuchet MS',Trebuchet,Verdana,Sans-serif; 
	font-weight: bold; 
	height: 41px; 
	width: 262px; 
	background-color: #698DAA; 
	display: none;
}

ul.bulletList{
	margin-top: 0px;
	/*list-style-image: url(/images/bullets/3SquareArrow.gif);*/
	list-style:circle;
	list-style-position: outside;
	margin: 0;
	padding: 0;
	padding-left: 20px;
}

a.plate{
	width:139px;
	height: 104px;
	background-image:url(/images/plattor/bg_w150.gif);
	float:left;
	padding: 5px;
	display: block;
	text-decoration: none;
	color: #666666;
	outline: none;
}

.expert_question_listing{
	margin-bottom: 10px;
}

.expert_question_listing.odd{
	background-color:#e3e3e3;
}
.expert_question_listing.even{
	background-color:#fff;
}


div.boxFrame {
	margin:0;
	padding:0;
	width:220px;
}
div.boxTopBlue {
	background-color:#2B6EBF;
	font-size:0;
	height:8px;
}
div.boxTopOrange {
	background-color:#ED8137;
	font-size:0;
	height:8px;
}
div.boxBody {
	background-color:White;
	border-bottom:1px solid #DCDCDC;
	border-left:1px solid #DCDCDC;
	border-right:1px solid #DCDCDC;
	height:auto;
	padding-bottom:15px;
	padding-left:15px;
	padding-right:15px;
	padding-top: 5px;
}
div.boxFooter {
	background-image:url(/images/box_shadow.gif);
	background-repeat:no-repeat;
	height:20px;
}
a.whiteBoxFrame{
	margin:0;
	padding:0;
	width:220px;
	display:block;
	text-decoration:none;
	color:#666666;
	outline:none;
}
span.whiteBoxTop,
div.whiteBoxTop{
	background-color:#698DAA;
	background-repeat:no-repeat;
	height:4px;
	display:block;
}
span.whiteBoxBody,
div.whiteBoxBody{
	background-color:White;
	border-bottom:1px solid #DCDCDC;
	border-left:1px solid #DCDCDC;
	border-right:1px solid #DCDCDC;
	height:auto;
	padding:10px;
	display:block;
}
span.whiteBoxFooter,
div.whiteBoxFooter{	
	background:url(/images/box_shadow.gif) no-repeat center;
	/*background:url(/images/white_box_bottom_shadow.gif) no-repeat center;*/
	height:14px;
	display:block;
}

INPUT.error,
TEXTAREA.error,
SELECT.error{
	border: 1px dotted red;
	margin-bottom:2px;
}
LABEL.error{
	font-size: xx-small;
	color: red;
	display:inline;
}

/*
 * Exeperts
 */
div.expert_listing{
	padding:10px; 
	border-bottom: 1px #333333 dashed;
}
div.expert_listing_level_1{
	background-color: #ffffff;
}
div.expert_listing_level_2{
	background-color: #eeeeee;
}
div.expert_listing_level_3{
	background-color: #dddddd;
}

th{
	text-align:left;	
}
table tr.odd td { background-color:#ffffff; }
table tr.even td { background-color:#e9e9e9; }

.whiteBoxBody h5{
	color: #1f437d;
	font-family: arial,sans-serif,"Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
	line-height: 1.2em;
}

/*
*	Rounded corners
*/
.t {background: url(/images/rounded_corners/dot.gif) 0 0 repeat-x; width: 450px}
.b {background: url(/images/rounded_corners/dot.gif) 0 100% repeat-x}
.l {background: url(/images/rounded_corners/dot.gif) 0 0 repeat-y}
.r {background: url(/images/rounded_corners/dot.gif) 100% 0 repeat-y}
.bl {background: url(/images/rounded_corners/bl.gif) 0 100% no-repeat}
.br {background: url(/images/rounded_corners/br.gif) 100% 100% no-repeat}
.tl {background: url(/images/rounded_corners/tl.gif) 0 0 no-repeat}
.tr {background: url(/images/rounded_corners/tr.gif) 100% 0 no-repeat; padding:10px} 

/*
*	Buttons with rounded corners
*/
a.rounded, .roundButton {
  outline: none;
  border: none;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  vertical-align: middle; /* or top */
  display: -moz-inline-box;
  display: inline-block;
  overflow: visible; /* IE6 form button fix */
}
.roundButton {
  color: #fff;
  background-color: #698DAA;
  padding: 5px 7px;
}
.roundButton:hover {
  color: #fff;
  background-color: #acc;
} 

#contactUs{
	display:block;
	width: 110px;
	height:20px;
	padding-top: 5px;
	padding-left: 25px;
	background:url(/images/icon/contact.gif) no-repeat left;
	color: #1F437D;
	font-size: 10px;
	font-family:verdana;
	font-weight: bold;
	text-transform:uppercase;
	text-decoration: none;
}

A.big_button{
	display: block;
	background-color: #1F437D;
	color: #fff;
	font-weight:bold;
	padding-top: 7px;
	padding: 7px 7px 7px 7px;
	text-decoration: none;
	text-align:center;
}

.codaTooltipHigh{
	border: none;
	padding: 15px;
	background: url(/images/popup_fancy.png) no-repeat;
	width: 135px;
	height: 90px;
}
.codaTooltipLow,
.codaTooltipLow:link,
.codaTooltipLow:visited{
	display:block;
	border: none;
	padding: 15px;
	background: url(/images/popup_fancy_low.png) no-repeat;
	width: 135px;
	height: 50px;
	text-decoration: none;
	color: #333;
	font-style:italic;
	opacity: 0.45;
}
.codaTooltipLow:hover{
	opacity: 1;
	text-decoration: none;
}
.codaTooltipLowUp,
.codaTooltipLowUp:link,
.codaTooltipLowUp:visited{
	display:block;
	border: none;
	padding: 15px;
	background: url(/images/popup_fancy_low_up.png) no-repeat;
	width: 135px;
	height: 50px;
	text-decoration: none;
	color: #333;
	font-style:italic;
	opacity: 0.45;
}
.codaTooltipLowUp:hover{
	opacity: 1;
	text-decoration: none;
}
.codaTooltipVertical,
.codaTooltipVertical:link,
.codaTooltipVertical:visited{
	border: none;
	padding: 15px;
	background: url(/images/popup_fancy_vertical.png) no-repeat;
	width: 50px;
	height: 95px;
	text-decoration: none;
	color: #333;
	font-style:italic;
	opacity: 0.45;
}
.codaTooltipVertical:hover{
	opacity: 1;
	text-decoration: none;
}

.company_contact_info{
	position: relative;
	margin-bottom: 15px;
}

.company_list_item{
	border: 1px solid #698DAA;
	position: relative;
	margin-bottom: 10px;
	padding: 20px 5px 5px;
	width: 738px;
	max-height: 90px;
	overflow:hidden;
}
.company_list_item > .title{
	background-color: #698DAA;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 2px 15px 2px 5px;
	color: #fff;
	min-width: 140px;
}
.company_list_item > .left{
	float:left;
	width: 170px;
	margin-right: 10px;
	height: 87px;
	vertical-align: bottom;
}
.company_list_item > .left table{
	height:75px;
}
/*.company_list_item > .left a{
	display: block;
	vertical-align: middle;
	height:70px;
	line-height: 70px;
}
.company_list_item > .left a img{
	vertical-align:middle;
}*/
.company_list_item > .left .location{
	color: #999;
	font-size: 9px;
}
.company_list_item > .middle{
	float: left;
	width: 380px;
	margin-right: 20px;
}
.company_list_item > .right{
	float: left;
}

.hint{
	font-style:italic;
	color: #666;
}

/*
*	Grid CSS
*/
.span-1, .span-2, .span-3{
	float:left;
	margin-right: 20px;
}

.span-1{ width: 238px; }
.span-2{ width: 496px; }
.span-3{ width: 754px; }

.last, div.last {
	margin-right:0;
}

.last {
	margin-right:0;
	padding-right:0;
}
/*
*	!Grid CSS
*/

.smallText{
	color: #333;
	font-size: 10px;
	font-weight: normal;
	text-transform:none;
}

.hidden{
	display:none;	
}

#gads{
	position:absolute;
	top:99px;
	left:1015px;
}
