/* DEFAULT HTML ELEMENTS */
a{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #06C;
text-decoration: none;
border: 0;
}
a:hover{
color: #06C;
text-decoration: underline;
}
p a{
color: #06C;
text-decoration: none;
}
p a:hover{
color: #06C;
text-decoration: underline;
}
hr{
border: 1px solid #FFF;
border-top: 1px dashed #CCC;
margin-top: 8px;
}
h1{
font-size: 14px;
color: #000;
margin: 2px 0;
}
h2, h3, h4, h5, h6{
font-size: 14px;
color: #000;
margin: 2px 0px 2px 0px;
padding-bottom: 5px;
}
/* END DEFAULT HTML ELEMENTS */
/* START MAIN CONTENT LAYOUT */
#mainbox{
margin: auto;
text-align: left;
width: 1000px;
}
#leftcontent{
width: 815px;
float: left;
}
#rightcontent{
float: left;
padding-left: 5px;
}
/* START BUILDTABLE BOX */
.btmain{
padding: 0;
}
.btright{
background: #FFF;
border-right: 1px solid #999;
padding: 0;
padding: 10px 10px 0 10px;
border-left: 1px solid #999;
zoom: 1;
}
.btbot{
padding: 0;
line-height: 10px;
height: 10px;
margin-bottom: 12px;
}
.btbotleft{
float: left;
width: 11px;
background: url(/images/bt_left_bot.gif) no-repeat left;
}
.btbotcenter{
float: left;
width: 792px;
background: url(/images/bt_center_bot.gif) repeat-x;
}
.btbotright{
float: left;
background: url(/images/bt_right_bot.gif) no-repeat top;
width: 11px;
}
.nogap{
height: 1px; 
margin: 0 0 -1px 0;
padding: 0;
font-size: 1px; /* to correct IE */
}
/* END BUILDTABLE ELEMENTS */
/* START ACTIVE TABS */
.navbox{
margin: 0;
padding: 0 0 4px 5px;
*padding: 8px 0 4px 5px;
background: url(/images/bt_center_top.gif) repeat-x bottom;
}
.act_tabs{
font-size: 14px;
font-weight: bold;
color: #06C;
background: url(/images/act_left_tab.gif) no-repeat left top;
padding: 5px 0 3px 16px;
border-bottom: 1px solid #FFF;
*padding: 0 0 0 16px;
display: inline;
z-index: 101;
}
.act_tabs div{
background: url(/images/act_right_tab.gif) no-repeat right top;
padding: 5px 11px 3px 0;
margin: 0;
display: inline;
}
.act_tabs a{
font-size: 14px;
font-weight: bold;
color: #06C;
text-decoration: none;
}
.act_tabs a:hover{
font-size: 14px;
font-weight: bold;
color: #06C;
text-decoration: none;
}
/* END ACTIVE TABS */
/* START INACTIVE TABS */
.inact_tabs{
font-size: 14px;
font-weight: bold;
color: #000;
background: url(/images/inact_left_tab.gif) no-repeat left top;
padding: 5px 0 3px 18px;
*padding: 0 0 3px 18px;
margin: 0;
display: inline;
}
.inact_tabs div{
background: url(/images/inact_right_tab.gif) no-repeat right top;
padding: 5px 11px 3px 0;
margin: 0;
display: inline;
}
.inact_tabs a{
font-size: 14px;
font-weight: bold;
color: #000;
text-decoration: none;
}
.inact_tabs a:hover{
font-size: 14px;
font-weight: bold;
color: #FFF;
text-decoration: none;
}
/* END INACTIVE TABS */
/* END MAIN CONTENT LAYOUT */
/* START NEWS ARTICLE ELEMENTS */
.secline{
border-top: 1px solid #FFF;
border-right: 0;
border-bottom: 1px dashed #CCC;
border-left: 0;
}
.seclink{
font-size: 12px;
color: #666;
text-align: left;
}
.seclink a{
font-size: 12px;
color: #06C;
text-decoration: none;
font-weight: bold;
}
.seclink a:hover{
font-size: 12px;
color: #666;
text-decoration: underline;
font-weight: bold;
}
.article{ 
font-size: 12px;
line-height: 17px;
color: #333;
text-align: left;
font-weight: normal;
}
.article ul{
list-style-type: none;
margin: 0;
padding: 3px 0 3px 0;
background: #FFF;
}
.article ul li{
background: #FFF url(/images/list.gif) no-repeat 0px;
padding: 3px 0 3px 20px;
}
.article ol{
margin: 0 0 0 18px;
padding: 0;
background: #FFF;
}
.article ol li{
background: #FFF;
padding: 3px 0 3px 6px;
}
.artlist ul{
list-style-type: none;
margin: 0px;
padding: 3px 0 3px 0;
background: #FFF;
}
.artlist span{
float: right;
width: 100px;
background: #FFF;
}
.newshead{
font-size: 12px;
color: #06C;
background: #FFF url(/images/newshead.jpg) bottom repeat-x;
border: 1px solid #D2D2D2;
padding: 5px 0 5px 6px;
margin: 5px 0 0 0;
clear: left;
}
.newsdate{
font-size: 12px;
color: #999;
background: #FFF url(/images/newsshad.jpg) top repeat-x;
float: right;
padding: 4px 5px 5px 5px;
margin: 6px 1px 0 0;
border-left: 1px solid #EFEFEF;
letter-spacing: -1px;
}
.headshad{
line-height: 7px;
background: #FFF url(/images/newsshad.jpg) top repeat-x;
padding: 0;
margin: 0;
}
.newsviewsbox{
float: right;
margin: 8px 5px 0 0;
padding: 0;
}
.newsviews{
font-size: 11px;
color: #666;
font-weight: bold;
text-align: center;
background: #FFF url(/images/viewsback.jpg) bottom repeat-x;
padding: 5px;
border: 1px solid #D2D2D2;
min-height: 30px;
}
html>body .newsviews{
margin: 0 10px 0 0;
padding-top: 9px;
}
.newstitles{
font-size: 12px;
color: #000;
font-weight: bold;
padding: 4px 0 6px 0;
margin: 0;
}
.newstitles span{
display: inline;
color: #333;
}
.newstitles a{
font-weight: bold;
}
.newstitles a:hover{
font-weight: bold;
}
.newssep{
border: 1px solid #FFF;
border-bottom: 1px dashed #CCC;
margin: 4px 0 2px 0;
}
.hit{
color: #06C;
}
.motornews p{
margin: 0;
padding: 6px 0;
}
.motornews img{
width: 108px;
padding: 0 4px 3px 0; 
float: left;
}
.topbuts{
text-align: center;
margin: 0;
padding: 0;
padding-bottom: 10px;
display: block;
}
.nextbut{
display: inline;
float: left;
}
.midbut{
display: inline;
}
.prevbut{
display: inline;
float: right;
}
.butspace{
color: #FFF;
}
/* END NEWS ARTICLE ELEMENTS */
/* BUSINESS LISTING ELEMENTS */
.businfo{
width: 130px;
float: left;
}
.businfoodd{
background: #dcecfb;
}
.buslogo{
margin: 0;
padding: 7px 0 5px 0;
width: 795px;
height: 100px;
overflow: hidden;
text-align: center;
}
.buslogo div{
text-align: left;
width: 750px;
margin: auto;
}
.busnav{
font-size: 12px;
color: #06C;
background: #FFF;
margin: 0;
display: inline;
}
.busnav a{
color: #000;
background: #FFF url(/images/newshead.jpg) bottom repeat-x;
font-weight: bold;
display: inline;
padding: 5px;
margin: 0 3px;
border: 1px solid #D2D2D2;
border-bottom: 0;
}
.busnav a:hover{
color: #06C;
background: #FFF url(/images/newshead.jpg) bottom repeat-x;
font-weight: bold;
display: inline;
}
.act_bus{
color: #06C;
background: #FFF;
font-weight: bold;
display: inline;
padding: 5px 5px 6px 5px;
margin: 0 3px;
border: 1px solid #D2D2D2;
border-bottom: 1px solid #FFF;
z-index: 10;
}
.busshad{
line-height: 7px;
background: #FFF url(/images/newsshad.jpg) top repeat-x;
padding: 0;
margin: 5px 0 9px 0;
border-top: 1px solid #D2D2D2;
}
.simplelist ul{
list-style-type: none;
margin: 0;
padding: 0;
background: #FFF;
}
.simplelist ul li{
background: #FFF url(/images/listarrow.gif) no-repeat 0px;
padding: 3px 0 3px 20px;
border-bottom: 1px dashed #EEE;
}
.simplelist a{
width: 100%;
}
.simplelist span{
float: left;
background: #FFF;
font-weight: bold;
padding-right: 5px;
}
.tradelist ul li{
background: #FFF url(/images/icons/trade_list.gif) no-repeat 0;
}
.buslist ul li{
background: #FFF url(/images/icons/bus_list.gif) no-repeat 0;
}
.newslist ul li{
background: #FFF url(/images/icons/news_list.gif) no-repeat 0;
}
/* START BUSINESS LISTINGS ELEMENTS */
.fatlinks a{
text-decoration: none;
}
/*END BUSINESS LISTINGS ELEMENTS */
.list{
font-size: 12px;
font-weight: bold;
}
.list a{
font-size: 10px;
color: #000;
font-weight: normal;
text-decoration: none;
display: block;
}
.list a:hover{
font-size: 10px;
color: #06C;
font-weight: normal;
text-decoration: none;
background: #F3F3F3;
}
.adbox{
float: right;
width: 300px;
padding: 0 0 0 6px;
margin: 0;
background: #FFF;
}
.heightfit{
margin: 0;
padding: 0;
background: #FFF;
min-height: 250px;
height: auto;
#height: 250px;
}
.clearfix{
clear: both;
zoom: 1;
line-height: 0;
}
/* START TRADE PAGES */
.tradelinks{
padding: 3px 2px 2px 2px;
border-bottom: 1px dashed #CCC;
}
.tradelinks a{
display: block;
}
.tradelinks a:hover{
color: #06C;
text-decoration: none;
display: block;
}
.tradepost{
color: #333;
background: url(/images/newsshad.jpg) top repeat-x;
float: right;
padding: 2px 4px 4px 5px;
margin: 6px 1px 0 0;
*margin: 1px 1px 0 0;
border-left: 1px solid #EFEFEF;
}
/* END TRADE PAGES */
/* START HOME PAGE ROTATION BOX */
.overlap{
overflow: auto;
height: 260px;
margin-right: 3px;
scrollbar-base-color: #CCC;
scrollbar-arrow-color: #06C;
scrollbar-3dlight-color: #FFF;
scrollbar-darkshadow-color: #CCC;
scrollbar-face-color: #FFF;
scrollbar-highlight-color: #CCC;
scrollbar-shadow-color: #CCC;
scrollbar-track-color: #FFF;
}
.newsbuts img{
padding: 6px;
cursor: pointer;
vertical-align: middle;
}
.sectimer{
font-size: 11px;
color: #CCC;
font-weight: bold;
display:inline;
vertical-align: middle;
height: 27px;
line-height:27px;
padding: 0;
}
/* END HOME PAGE ROTATION BOX */
.secnewstags{
font-size: 14px;
color: #666;
background: #f8f8f8;
text-align: center;
}
.secnewstags a{
font-size: 14px;
color: #000;
text-decoration: none;
line-height: 24px;
padding: 0 6px;
}
.secnewstags a:hover{
font-size: 14px;
color: #06C;
text-decoration: none;
line-height: 24px;
padding: 0 6px;
}
.sectagbox{
border: 1px solid #CCC;
padding: 4px;
margin-bottom: 7px;
color: #333;
}
/* START RSS BUTTON */
.rsslink{
margin: 8px 0 15px 0;
padding: 3px 0;
width: 300px;
border: 1px solid #EFEFEF;
background: url(/images/icons/rss_icon.gif) no-repeat left center;
}
.rsslink a{
text-decoration: none;
font-weight: bold; 
padding-left: 24px;
}
/* END RSS BUTTON */
/* START USERs AND FORMS STYLES */
.boxbr{
line-height: 10px;
}
.logbox{
border: 1px solid #d2d2d2;
border-top: 0px;
background: #FFF url(/images/newsshad.jpg) top repeat-x;
padding: 10px;
width: 450px;
}
#loghead{
width: 464px;
}
.userborder{
border: 1px solid #d2d2d2;
border-top: 0;
padding: 10px 10px 8px 10px;
margin: 0 0 10px 0;
background: #FFF url(/images/newsshad.jpg) top repeat-x;
}
form{
margin: 0;
padding: 0;
}
.formtable{
font-size: 12px;
font-weight: normal;
color: #000;
}
.formtable input:hover{
color: #06C;
border: 1px solid #06C;
}
.formtable input{
font-size: 11px;
font-weight: normal;
color: #000;
background: #FFF url(/images/newsshad.jpg) top repeat-x;
border: 1px solid #CCC;
padding: 3px 0;
_height: 25px;
}
.post input{
font-weight: bold;
cursor: pointer;
padding: 4px 0;
_padding: 3px 0;
}
.formtable input[type=image]{
border: 0;
}
.formtable input[type=button]{
font-weight: bold;
cursor: pointer;
padding: 4px 0;
_padding: 3px 0;
}
.formtable textarea{
font-size: 11px;
font-weight: normal;
color: #666;
padding: 3px;
background: #FFF url(/images/newsshad.jpg) top repeat-x;
border: 1px solid #CCC;
overflow: visible;
height: 65px;
}
.formtable textarea:hover{
color: #06C;
border: 1px solid #06C;
}
.formtable select{
font-size: 11px;
font-weight: normal;
color: #666;
border: 1px solid #CCC;
}
.formtable select:hover{
color: #06C;
border: 1px solid #06C;
}
.formtable td{
padding-bottom: 6px;
}
.noformb input{
border: 0px;
width: 10px;
background: none;
margin-bottom: 2px;
height: auto;
height: 18px;
_width: 15px;
_margin-bottom: 0px;
_height: 19px;
}
.formtable textarea{
font-size: 11px;
font-weight: normal;
color: #666;
padding: 3px;
background: #FFF url(/images/newsshad.jpg) top repeat-x;
border: 1px solid #CCC;
overflow: visible;
scrollbar-base-color: #CCC;
scrollbar-arrow-color: #06C;
scrollbar-3dlight-color: #FFF;
scrollbar-darkshadow-color: #CCC;
scrollbar-face-color: #FFF;
scrollbar-highlight-color: #CCC;
scrollbar-shadow-color: #CCC;
scrollbar-track-color: #F0F0F0;
}
.total{
font-weight: bold;
padding: 2px 3px 2px 3px;
border-bottom: 1px solid #FFF;
}
.odd{
background: #F6F4F5;
}
.righttext{
vertical-align: top;
display: inline;
float: right;
margin-left: 8px;
width: 365px;
}
.icontext{
margin: 1px 0 0 0;
display: inline;
padding: 0 3px;
}
.iconlink{
font-weight: bold;
padding: 2px 2px;
}
.iconlink a{
font-size: 12px;
color: #000;
font-weight: bold;
text-decoration: none;
}
.iconlink a:hover{
color: #06C;
font-weight: bold;
text-decoration: none;
}
.icon{
vertical-align: middle;
margin: 0;
padding: 0;
text-decoration: none;
}
.itemsep{ /* use for lists in user section */
border: 0;
border-bottom: 1px dashed #CCC;
padding: 4px 2px 0 2px;
margin: 2px 0;
}
.botnav{
border: 1px solid #d8d8d8;
padding: 10px;
}
.buscatbox{
font-size: 11px;
font-weight: normal;
color: #666;
overflow: auto;
padding: 3px;
background: #FFF url(/images/newsshad.jpg) top repeat-x;
border: 1px solid #CCC;
width: 380px;
height: 60px;
line-height: 10px;
scrollbar-base-color: #CCC;
scrollbar-arrow-color: #06C;
scrollbar-3dlight-color: #FFF;
scrollbar-darkshadow-color: #CCC;
scrollbar-face-color: #FFF;
scrollbar-highlight-color: #CCC;
scrollbar-shadow-color: #CCC;
scrollbar-track-color: #F0F0F0;
}
.catitems{
font-size: 11px;
color: #666;
border- bottom: 1px solid #CCC;
padding: 2px;
margin-bottom: 2px;
cursor: pointer;
}
.catitems div:hover{
background: #F5F3F4;
}
.freebut input{
font-size: 12px;
color: #000;
font-weight: bold;
text-align: left;
padding: 1px 6px 1px 37px;
background: #FFF url(/images/icons/buslist.gif) 4px no-repeat;
border: 0;
cursor: pointer;
}
.subbut input{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000;
font-weight: bold;
text-align: left;
padding: 3px 6px 3px 23px;
background: #FFF url(/images/icons/mail.gif) 2px no-repeat;
border: 0;
cursor: pointer;
}
.subbut input:hover{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #06C;
font-weight: bold;
text-align: left;
padding: 3px 6px 3px 23px;
background: #FFF url(/images/icons/mail.gif) 2px no-repeat;
}
.servdes{
padding: 0 0 5px 34px;
}
.error{
font-size: 14px;
font-weight: bold;
color: #F00;
background: #FFF url(/images/newshead.jpg) bottom repeat-x;
border: 1px solid #D2D2D2;
padding: 3px 0 5px 6px;
margin: 0;
}
.error img{
margin-top: 2px;
display: inline;
vertical-align: middle;
margin-right: 5px;
}
.termsbox{
width: 685px;
height: 260px;
border: 1px solid #CCC;
overflow: auto;
padding: 8px;
scrollbar-base-color: #CCC;
scrollbar-arrow-color: #06C;
scrollbar-3dlight-color: #FFF;
scrollbar-darkshadow-color: #CCC;
scrollbar-face-color: #FFF;
scrollbar-highlight-color: #CCC;
scrollbar-shadow-color: #CCC;
scrollbar-track-color: #F0F0F0;
}
html>body .termsbox{
width: 666px;
}
/* END MYGBN AND FORMS STYLE */
/* SIDE LINKS */
.bustext{
display: inline;
}
.spon a{
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
text-decoration: none;
}
.spon a:hover{
color: #06C;
font-weight: normal;
text-decoration: none;
}
.line{
vertical-align: middle;
margin: 0 3px 0 0;
text-decoration: none;
}
/* END SIDE LINKS */
.weather{
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
text-align: center;
height: 90px;
padding-left: 140px;
}
.weather div{
float: left;
width: 100px;
border-left: 1px solid #CCC;
}
.weather div:first-child{
border-left: 1px solid #FFF;
}
.newsbox{
overflow: auto;
width: 482px;
height: 390px;
margin-right: 3px;
padding-right: 4px;
scrollbar-base-color: #CCC;
scrollbar-arrow-color: #06C;
scrollbar-3dlight-color: #FFF;
scrollbar-darkshadow-color: #FFF;
scrollbar-face-color: #FFF;
scrollbar-highlight-color: #CCC;
scrollbar-shadow-color: #CCC;
scrollbar-track-color: #F5F3F4;
}
.textad{
color: #666;
margin: 0 0 8px 0;
padding: 5px;
border: 1px solid #06C;
width: 385px;
_width: 394px;
background: #F8F8F8;
}
.textadhead{
font-size: 12px;
color: #06C;
}
.textad ul{
padding: 0;
margin: 0;
list-style-type: none;
border: 1px solid #CCC;
}
.textad ul li{
color: #000;
background: url(/images/listarrow.gif) no-repeat 5px;
padding: 0 0 2px 23px;
}
.comphead{
font-size: 30px;
color: #06C;
padding-top: 40px;
}
.drawer-handle{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
background: #F1F1F1;
border-bottom: 1px solid #FFF;
padding: 5px;
margin: 0;
background: #E2E2E2 url(/images/tab_01.gif) repeat-x bottom;
cursor: pointer;
display: block;
}
.drawers ul{
background: none;
list-style-type: none;
padding: 0;
margin: 0;
}
.drawers li, .drawers ul li{
background: none;
list-style-type: none;
padding: 0;
margin: 0;
}
.drawer ul{
background: none;
list-style-type: none;
padding: 0;
margin: 0;
}
.drawer ul li{
background: none;
list-style-type: none;
padding: 2px 0 2px 4px;
margin: 0;
border-top: 1px dashed #CCC;
}
.drawer li:first-child{
border-top: 0;
}
.presstitle{
font-size: 11px;
font-weight: bold;
text-align: left;
background: #8CC2F8 url(/images/tab_02.gif) repeat-x bottom;
padding: 5px;
}
/* -- events styles -- */
.eventlist{
padding: 5px 0 5px 2px;
border-bottom: 1px dashed #CCC;
border-left: 1px dashed #EFEFEF;
}
.eventlist a{
font-size: 12px;
color: #06C;
text-decoration: none;
width: 100%;
display: block;
}
.eventlist a:hover{
font-size: 12px;
color: #06C;
text-decoration: underline;
}
.eventlist1{
color: #999;
padding: 5px 1px 5px 2px;
border-bottom: 1px dashed #CCC;
}
.eventbox tr:hover{
background: #f7f7f7;
}
.eventmonth{
font-size: 13px;
color: #06C;
font-weight: bold;
padding: 3px;
}
.calmonth{
font-size: 16px;
font-weight: bold;
color: #06C;
display: inline;
}
.calmainbox{
width: 792px;
clear: both;
}
.calhead div{
font-size: 13px;
font-weight: bold;
width: 111px;
background: #CCC;
padding: 4px 0 4px 2px;
float: left;
}
.act_day{
color: #666;
background: #EFEFEF;
width: 111px;
height: 50px;
float: left;
cursor: pointer;
border: 1px solid #FFF;
}
.inact_day{
color: #666;
background: #EFEFEF;
width: 111px;
height: 50px;
float: left;
border: 1px solid #FFF;
}
.day_label{
font-size: 14px;
color: #06C;
font-weight: bold;
text-align: center;
margin-top: -5px;
}
.blank_day{
background: #f6f6f6;
width: 111px;
height: 50px;
float: left;
border: 1px solid #FFF;
}
.quickjump{
background: #EFEFEF;
margin: 12px 0 10px 0;
width: 500px;
padding: 10px 5px;
border: 1px solid #CCC;
}
.cat_head{
background: #EFEFEF;
padding: 5px;
}
.subcat_box{
text-align: left;
float: left;
width: 255px;
padding: 5px 4px 10px 4px;
margin: 0 0 8px 0;
}
.cat_item{
border-bottom: 1px dashed #CCC;
margin-bottom: 8px;
padding-bottom: 5px;
}
.holidaybox{
border: 1px solid #CCC;
padding: 5px 6px;
}
.holhead{
background: #EFEFEF;
}
.red{
color: #F00;
}
