body,td,th {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #333333;}
body {background-color: #343434; background-image: url(images/bg_back.gif);	background-repeat: repeat-x; margin-}
a {	font-size: 11px; color: #333333;}
a:link {text-decoration: underline;}
a:visited {text-decoration: underline;}
a:hover {text-decoration: none;	color: #000000;}
a:active {text-decoration: underline;}

.fl{float:left}
.lpad10{padding-left:10px}

a.orangeLnk{font-size:12px; color:#fe9500; text-decoration:underline}
a.orangeLnk:hover{font-size:12px; color:#fe9500; text-decoration:none}
a.grayLnk{font-size:12px; color:#6b6b6b; text-decoration:underline; font-weight:bold}
a.grayLnk:hover{font-size:12px; color:#6b6b6b; text-decoration:none; font-weight:bold}

.headerGray{background-color:#f5f5f5; text-align:right; padding-right:10px; height:20px; line-height:20px; font-size:11px;}
.logo{background-color:#fff; height:110px;}
.menuBg{height:31px; background:url(images/bg_menu.gif) repeat-x};
.menuSeperator{height:31px; background:url(images/img_seperator.gif) no-repeat;}

.newsStrip{float:left; background:#646464 url(images/bg_whatsHot.gif) repeat-x ; height:49px;}
.newsStripLt{float:left; background:url(images/img_whatsHot1.gif) no-repeat; width:18px; height:49px;}
.newsStripBody{float:left; line-height:49px; color:#f6f6f6; padding-left:10px; }
.newsStripRt{float:left; background:url(images/img_whatsHot2.gif) no-repeat; width:15px; height:49px;}
.navLt{float:left; width:14px; height:11px; padding:19px 7px 0 0}
.navRt{float:left; width:12px; height:11px; padding-top:19px}

.quickSrch{float:left; background:url(images/bg_quickSearch.gif) no-repeat; width:288px; height:265px;}
.quickSrch1{float:left; background:url(images/bg_quickSearchInner.gif) no-repeat ; height:158px;}
.quickSrchSelection{color:#f6f6f6;padding-top:9px; padding-left:160px}

.selectField{border:#000000 2px solid; border-bottom:#666666 1px solid; border-right:#666666 1px solid; font-family:Verdana, Arial, Helvetica, sans-serif; size:12px;}
.textField{border:#000000 2px solid; border-bottom:#666666 1px solid; border-right:#666666 1px solid; font-family:Verdana, Arial, Helvetica, sans-serif; size:12px;}

.orangeBold{color:#fe9500; font-weight:bold}

.hiw{float:left; padding:10px; padding-right:0; border:#dfdfdf solid 1px; border-right:none; border-left:none; background-color:#f7f7f7; margin-top:10px; width:100%}

.hiw img{padding-right:9px}

.footerBg{border-top:#e9e9e9 solid 2px;background-color:#e8e8e8; height:20px; line-height:20px; color: #6b6b6b}
.footerCount{border-top:#e9e9e9 solid 2px;background:url(images/pagecount.jpg);height:40px; line-height:40px; color: #ffffff}

.gridHolder{padding:3px}
.gridHeader{background-color:#ffc53e; line-height:34px; height:35px; font-weight:bold;}
.gridBdr{border-bottom:#d1aa4c solid 1px}
.row1{background-color:#fff; line-height:34px; height:35px;}
.row1Bdr{border-bottom:#e3e3e3 solid 1px;}
.row2{background-color:#fff7e4; line-height:34px; height:35px;}
.row2Bdr{border-bottom:#e6e3db solid 1px;}


.leftLine{border-left:1px solid #c9d7f1; margin:5px;}
.adBox{border-bottom:1px solid #dadada; padding:5px; margin:0 0 15px 10px;}
a.adTitle{font-family:"Arial", Times, serif; color:#008000; font-size:16px; text-decoration:underline;}
a.adTitle:hover{font-family:"Arial", Times, serif; color:#2200cc; font-size:16px; text-decoration:none;}
.adContent{font-family:"Arial", Times, serif; color:#000000; font-size:13px;}
a.adLink{font-family:"Arial", Times, serif; color:#2200cc; font-size:13px; text-decoration:none;cursor:hand;}
a.adLink:hover{font-family:"Arial", Times, serif; color:#008000; font-size:13px; text-decoration:underline;}
a.adMore{font-family:"Arial", Times, serif; color:#7777cc; font-size:13px; text-decoration:underline; margin-left:15px}
a.adMore:hover{font-family:"Arial", Times, serif; color:#7777cc; font-size:13px; text-decoration:none; margin-left:15px}


/* added for the pop up div*/

.popup_block{
	display: none; /*--hidden by default--*/
	background: grey;
	padding: 20px;
	border: 5px solid black;
	float: left;
	font-size: 1.2em;
	position: relative;
	z-index: 99999;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 10px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}


