#mainContainer{width:1000px;position:relative;top:0;left:50%;margin-left:-500px;text-align:left;}
#menu{background-color:#666;margin:0px;height:30px;border-bottom:3px solid #CCCCCC;width:100%;}
h1{font-size:18px;font-weight:bold;margin:0px;}
h2{font-size:16px;font-weight:bold;margin:0px;}
.title{font-size:14px;font-weight:bold;margin:0px;}
.blocDiv{border-top:1px solid #666666;border-bottom:1px solid #666666;background-color:#3f3f3f;padding:10px;margin:10px 0 10px 0;}
.leftDiv{margin:0px;width:490px;float:left;padding:5px;line-height:20px;}
.rightDiv{margin:0px;float:right;text-align:left;width:490px;padding:5px;line-height:20px;}
.picNewsDiv{margin:0 0 10px 0;padding:2px;}
.spaceLine{clear:both;margin:0px;padding:0px;}
.more{margin-bottom:10px;}
#searchDiv{margin:0px;padding:0px;}
.input_bg{background-image:url(../images/inputbg.gif);border:1px solid #000000;font-size:14px;height:20px;}

/*link tip*/
#dhtmltooltip{position: absolute;left: -300px;width: 300px;;border: 1px solid black;padding: 5px;background-color: lightyellow;visibility: hidden;z-index: 100;text-align:left;color:#000000;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);}
#dhtmlpointer{position:absolute;left: -300px;z-index: 101;visibility: hidden;}

/*top news*/
.virtualpage, .virtualpage2, .virtualpage3{
/*hide the broken up pieces of contents until script is called. Remove if desired*/
display: none;
}
.paginationstyle{ /*Style for demo pagination divs*/
text-align: left;
width:200px;
margin-top:-7px;
}
.paginationstyle select{ /*Style for demo pagination divs' select menu*/
border: 1px solid navy;
margin: 0 15px;
}
/*Pagination links style*/
.paginationstyle a{padding: 0 5px;text-decoration: none;color: navy;background-color: white;}
.paginationstyle a:hover, .paginationstyle a.selected{
color: #000;
background-color: #FEE496;
}
.paginationstyle a.imglinks{ /*Pagination Image links style (class="imglinks") */
border: 0;padding: 0;
}
.paginationstyle a.imglinks img{
vertical-align: bottom;border: 0;
}
.paginationstyle a.imglinks a:hover{
background: none;
}
.paginationstyle .flatview a:hover, .paginationstyle .flatview a.selected{ /*Pagination div "flatview" links style*/
color: #000;background-color:#99cccc;
}