
/********************  general layout  *******************/

body, html{
	height:100%;
}

body{
	background:#5292b5;
	font-family:'Lucida Grande', Arial, sans-serif;
	font-size:11pt;
	color:#515151;
	padding:0px;
	margin:0px;
}

#wrapper{
	background:#FFFFFF;
}

#header{
	color:#FFFFFF;
	background:#5292b5;
	margin:0px 0px 10px 0px;
}

.centered{
	margin:0px auto;
}

.searchRpt{background:url(../images/head_search-m.png) top repeat-x; padding:1px 0px 0px 0px;}
#advSearch{color:#515151;}


#settings{
	position:absolute;
	margin:0px 0px 0px 220px;
	font-size:10px;
	color:#5793b5;
}
.settings-m{background:url(../images/settings_m.png) top repeat-x;}

#content{
	width:850px;
	padding-bottom:30px;
}


.breadcrumb a:link, .breadcrumb a:visited, .breadcrumb a:hover{
	background:url(../images/acc_bc-arr.png) left no-repeat;
	display:block;
	float:left;
	padding:2px 2px 2px 15px;
	font-size:8pt;
	color:#c9dfeb;
}

#wrapper-foot{
	background:url(../images/bg_btm.png) bottom repeat-x;
	height:29px;
}

#footer{
	width:850px;
	color:#c9dfeb;
	font-size:11px;
	padding:7px 20px 0px 20px;
}


.footer a:link, .footer a:visited, .footer a:hover{
	font-size:8pt;
	color:#CCC;
}

/*   tabs  */

.tab-on, .tab-off{margin-left:1px;}

#tabs .tab-on td.fill{
	background:#5793b5;
}

#tabs .tab-off td.fill{
	background:#c9dfeb;
}

#tabs a:link, #tabs a:visited, #tabs a:active, #tabs .tab-on a:hover{
	color:#FFFFFF;
	font-size:12px;
	text-decoration:none;
	background:transparent;
}

#tabs a:hover{
	color:#6192af;
	font-size:12px;
	text-decoration:none;
	background:transparent;
	border-bottom:0px none;
}

/*   boxes  */


.box td.c, .tab-on td.c, .tab-off td.c{
	font-size:1px;
}

.box td.title{
	color:#FFFFFF;
	padding:2px 10px;
}

.box td.inner{
	background:#FFFFFF;
	color:#515151;
}

#box-blue td.fill{
	background:#5793b5;
}

#box-blue td.br{
	background:#5793b5 url(../images/box_trans-br.png) top left no-repeat;
}

#box-blue td.bl{
	background:#5793b5 url(../images/box_trans-bl.png) top right no-repeat;
}


#box-ltblue td.fill{
	background:#c9dfeb;
}

#box-ltblue td.br{
	background:#c9dfeb url(../images/box_trans-br.png) top left no-repeat;
}

#box-ltblue td.bl{
	background:#c9dfeb url(../images/box_trans-bl.png) top right no-repeat;
}

#box-ltblue td.title{
	color:#255f80;
	padding:2px 10px;
}


#box-green td.fill{
	background:#48ab6c;
}

#box-green td.br{
	background:#48ab6c url(../images/box_trans-br.png) top left no-repeat;
}

#box-green td.bl{
	background:#48ab6c url(../images/box_trans-bl.png) top right no-repeat;
}



#box-ltgreen td.fill{
	background:#82d39f;
}

#box-ltgreen td.br{
	background:#82d39f url(../images/box_trans-br.png) top left no-repeat;
}

#box-ltgreen td.bl{
	background:#82d39f url(../images/box_trans-bl.png) top right no-repeat;
}


#box-grey td.fill{
	background:#888888;
}

#box-grey td.br{
	background:#888888 url(../images/box_trans-br.png) top left no-repeat;
}

#box-grey td.bl{
	background:#888888 url(../images/box_trans-bl.png) top right no-repeat;
}




/*  comment form  */

#comment-form{
	position:absolute;
}





/********************  div styles  *******************/

.m0{ margin:0px;}
.m10{ margin:10px;}

.mtb5{ margin:5px 0px;}
.mtb10{ margin:10px 0px;}
.mtb20{ margin:20px 0px;}

.mlr5{ margin:0px 5px;}
.mlr10{ margin:0px 10px;}
.mlr20{ margin:0px 20px;}

.mt10{ margin-top:10px;}
.mb10{ margin-bottom:10px;}
.ml10{ margin-left:10px;}
.mr10{ margin-right:10px;}

.m5{ margin:5px;}

.mtb5{ margin:5px 0px;}

.mt5{ margin-top:5px;}
.mb5{ margin-bottom:5px;}
.ml5{ margin-left:5px;}
.mr5{ margin-right:5px;}

.mt20{ margin-top:20px;}
.ml20{ margin-left:20px;}
.mb20{ margin-bottom:20px;}
.mr20{ margin-right:20px;}



.p10{ padding:10px;}
.p20{ padding:20px;}

.pt10{ padding-top:10px;}
.pt20{ padding-top:20px;}

.pb10{ padding-bottom:10px;}
.pb20{ padding-bottom:20px;}

.pl5{ padding-left:5px;}
.pl10{ padding-left:10px;}
.pl20{ padding-left:20px;}

.pr5{ padding-right:5px;}
.pr10{ padding-right:10px;}
.pr20{ padding-right:20px;}

.plr5{ padding:0px 5px;}
.plr10{ padding:0px 10px;}

.p5{ padding:5px;}
.pt5{ padding-top:5px;}
.pb5{ padding-bottom:5px;}
.ptb5{ padding:5px 0px;}

.h1{ height:1px;}
.h15{ height:15px;}
.h25{ height:25px;}

.fl{ float:left;}
.fr{ float:right;}
.clear{ clear:both;}

.bg-ltgrey{ background:#f4f4f4; }

.bb-ltgrey{ border-bottom:1px solid #EEE; }
.bt-ltgrey{ border-top:1px solid #EEE; }
.bl-ltgrey{ border-left:1px solid #EEE; }
.br-ltgrey{ border-right:1px solid #EEE; }
.b-ltgrey{ border:1px solid #EEE;}

.bg-grey{ background:#999; }
.bb-grey{ border-bottom:1px solid #999; }
.bt-grey{ border-top:1px solid #999; }
.br-grey{ border-right:1px solid #999; }
.bl-grey{ border-left:1px solid #999; }
.b-grey{ border:1px solid #999; }

/********************  text sizes  *******************/

.s9{ font-size:9px;}

.s10{ font-size:10px;}

.s11{ font-size:11px;}

.s12{ font-size:12px;}

.s13{ font-size:13px;}

.s14{ font-size:14px;}

.s15{ font-size:15px;}

.s18{ font-size:18px;}

.s22{ font-size:22px;}

.al{ text-align:left; }
.ar{ text-align:right; }
.ac{ text-align:center; }


/********************  text styles  *******************/

.b{ font-weight:bold;}
.n{ font-weight:normal;}

.ltgrey{ color:#AEAEAE;}
.grey{ color:#999;}
.dkgrey{ color:#555;}
.black{ color:#000;}

.red{ color:#ff0000;}
.green{ color:#006600;}

.ltblue{ color:#c9dfeb;}
.blue{ color:#5793b5;}
.dkblue{ color:#255f80;}



/********************  link styles  *******************/

a:link, a:visited, a:active {
	text-decoration: none;
	color: #5793b5;
	padding:1px 2px 1px 2px;
}

a:hover{
	text-decoration: none;
	color: #255f80;
	padding:1px 2px 0px 2px;
	background:#fbffdd;
	border-bottom:1px solid #5793b5;
}


#sort a:link, #sort a:visited, #sort a:active{
	color:#FFF;
	text-decoration: none;
	border-bottom:0px none;
	background:transparent;
}

#sort a:hover{
	color:#f4fcbe;
}

#sort a.active:link, #sort a.active:visited, #sort a.active:active, #sort a.active:hover{
	color:#f4fcbe;
	font-weight:bold;
}

#header a:link, #header a:visited, #header a:active{
	color:#DDD;
	font-weight:bold;
	text-decoration: none;
	border-bottom:1px solid #DDD;
}

#header a:hover{
	color:#333;
}

#footer a:link, #footer a:visited, #footer a:active {
	text-decoration: none;
	color: #DDD;
	padding:1px 2px;
}

#footer a:hover{
	text-decoration: underline;
	color: #FFF;
	background:transparent;
}



/*
a:link, a:visited, a:active{
	color:#de871c;
	text-decoration:none;
	font-size:inherit;
}

a.active:link, a.active:visited, a.active:active{
	color:#4287fc;
	text-decoration:none;
	font-size:inherit;
}

a.active:hover, a:hover{
	color:#999;
	text-decoration:none;
	font-size:inherit;
}

*/

/********************  form styles  *******************/

.text-field-rpt{
	background:url(../images/forms/text-field-rpt.gif) left repeat-x;
}

.text-field-rpt input, .text-field-rpt select, .taC select, .taC input, textarea, .searchRpt select, .searchRpt input, .input{
	border:1px solid #FFF;
	background:#FFF;
	font-size:11px;
}

.button{
	border:1px solid #FFF;
	background:#C9DFEB;
	color:#255F80;
}


.click, .img-button{
	cursor:pointer !important;
}


td.calendarDateInput {letter-spacing:normal;line-height:normal;font-size:11px;}
select.calendarDateInput {letter-spacing:.06em;font-size:11px;}
input.calendarDateInput {letter-spacing:.06em;font-size:11px;}

/*
.taTL{ background:url(../images/bg_input-tl.gif) top left no-repeat; font-size:1px;}
.taTR{ background:url(../images/bg_input-tr.gif) top right no-repeat; font-size:1px;}
.taBR{ background:url(../images/bg_input-br.gif) bottom right no-repeat; font-size:1px;}
.taBL{ background:url(../images/bg_input-bl.gif) bottom left no-repeat; font-size:1px;}
.taT{ background:url(../images/bg_input-t.gif) top repeat-x;font-size:1px;}
.taR{ background:url(../images/bg_input-r.gif) right repeat-y;font-size:1px;}
.taB{ background:url(../images/bg_input-b.gif) bottom repeat-x;font-size:1px;}
.taL{ background:url(../images/bg_input-l.gif) left repeat-y;font-size:1px;}
*/

input.top { 

	background:#FFF; 
	border:1px solid #d1d1d1;
	font-size: 130%;
	 
	}

.taC{font-size:12px;}



/*************** form local *******************/

hr {

	border: none 0;
	margin-top: 5px;
	margin-bottom: 5px;
	border-top: 1px dashed #BBBBBB;/*the border*/
	width: 90%;
	height: 1px;
	background-color: #DDDDDD;
}

#results td.over, tr.over{
	background:#fbffdd;
	cursor:pointer;
}

.resulttitle {
	font-weight: bold;
	padding-left: 10px;
}

.resulttitle a:hover {
	color: #000000;
}

.resultinfo {
	padding-left: 10px;
}

.nores {
	text-align: center;
	color: black;
}

.alt {
	background: #F4F4F4;
}

.commtitle {
	font-size: 1.3em;
	font-weight: bold;
	background-color: #FFFFFF;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

.dynlink {
	font-size: 0.8em;
	text-decoration: underline;
}

.dynlink a:link {
	color: #006600;
}

.dynlink a:visited {
	color: #006600;
}

.dynlink a:hover {
	color: #a7e24b;
}

.fbtitle {
	font-weight: bold;
}

.adviceblock {
	background-color: #FFFFFF;
}

.webtipblock {
	background-color: #FFFFFF;
}

.addtitle {
	font-size: 0.8em;
	font-weight: bold;
}

.tiptitle {
	font-size: 0.8em;
	font-weight: bold;
}

.tipcontent {
	font-size: 0.8em;
}

.tipuser {
	font-size: 0.7em;
	font-weight: bold;
	color: #006600;
	padding-left: 20px;
}

.controtitle {
	font-size: 0.8em;
	font-weight: bold;
}

.controstuff {
	font-size: 0.8em;
}

.controstuff a {
	font-size: 0.8em;
	font-weight: bold;
	margin:0px;
}

.controstuff a:link, .controstuff a:visited {
	color: #006600;
	margin:0px;
}

.controstuff a:hover {
	color: #a7e24b;
	margin:0px;
}


/* ad stuff */
.sponsored {
	/*margin: 20px;*/
	padding: 10px 4px 2px 4px;
	border:1px solid #e7e7e7;
}

.sponsored-web {
	/*margin: 20px;*/
	padding: 10px 4px 2px 4px;
}

.sponsored a:link, .sponsored a:visited, .sponsored-web a:hover, .sponsored a:link, .sponsored-web a:visited, .sponsored-web a:hover {
	background:transparent;
	border:0px;
}

.sponsoredtag{
	float: right;
	font-size: 0.7em;
	color: #999999;
	font-variant:small-caps;
}

.sponsoredtitle {
	color: #0000fe;
	font-weight: normal;
	text-decoration: underline;
}

.sponsoredtitle a:link, .sponsoredtitle a:visited, .sponsoredtitle a:active, .sponsoredtitle a:hover {
	color: #0000fe;
	text-decoration: none;
	font-size: 13pt;
	border-bottom: 0px none;
}


.sponsoreddesc a:link,.sponsoreddesc a:visited {
	color: #717672;
	text-decoration: none;
}

.sponsoreddesc a:hover {
	color: #717672;
	text-decoration: none;
}


.sponsoredurl {
	font-size: 0.7em;
	font-weight: bold;
}

.sponsoredurl a:link,.sponsoredurl a:visited {
	color: #008100;
}

.sponsoredurl a:hover {
	color: #008100;
}



