@charset "utf-8";
@media screen 
{
/*公共样式定义,包含缺省字体等*/
body{margin:0; padding:0;}
form,div,span {margin:0; padding:0;}
form,p,td,div,span {
border-collapse:;
color:#333;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size:9pt;
line-height:180%;
}
p { margin: 0; margin-bottom: 15px; }
textarea {overflow:auto}
input, select {vertical-align:middle}

a{color:#333; text-decoration:none;}
a:hover {color:#0066CC;text-decoration:underline}

.clearboth{clear:both;}
.pointer{cursor:pointer;}
.center {text-align:center}
.left   {text-align:left}
.right  {text-align:right}

.border_ae{border:1px solid #aeaeae;}
.border{border:1px solid #ddd;}
.border_right{border-right:1px solid #ddd;}
.border_left{border-left:1px solid #ddd;}
.border_top{border-top:1px solid #ddd;}
.border_bottom{border-bottom:1px solid #ddd;}
.dashed{display:block; height:1px; margin:3px 0 10px; border-bottom:1px dashed #ccc}

#Pagination_oneByone span{padding:6px 8px 6px 8px; text-align:center;}
#Pagination_oneByone a{display:block;height:15px;border:1px solid #ccc;padding:5px 8px 5px 8px;text-align:center;}

#pagination td {text-align:center;}
#pagination a {display:block; height:18px; padding:0 6px; text-decoration:underline; line-height:18px;}
#pagination a:hover {height:18px; border:1px solid #ccc; text-decoration:none; background:#eee;}
#pagination #selected {margin:0 2px; border:1px solid #999; text-decoration:none; background:#eee;}

#Pager a {padding:1px;padding-left:5px;padding-right:5px;margin-right:3px;text-decoration:underline}
#Pager a:hover {color:red;text-decoration:none;border:1px solid #999999;}
#Pager .currentpage {border:1px solid #999999;text-decoration:none;}

/* service online --start-- */
#service {margin:5px 10px; padding:0;}
#service li {list-style:none; padding:0; line-height:32px;}
#service a {cursor:pointer;}
#service a:hover span {color:#497DB5;}
#service a .servicebl {}
#service a .servicebc {}
#service a .servicebr {}
#service a .qq    {float:left; width:35px; height:32px; background:url(../../images/sprite.gif) no-repeat -160px;}
#service a .msn   {float:left; width:35px; height:32px; background:url(../../images/sprite.gif) no-repeat -220px;}
#service a .skype {float:left; width:35px; height:32px; background:url(../../images/sprite.gif) no-repeat -280px;}
#service .servicetype {display:block; width:160px; padding:0 10px; background:#efefef;}
/* service online   --end-- */
}

