/*===============================================================================
                                                              
 ShareraV4.0版--通用CSS--V1.1          创建时间：07-02-09
 
 通用CSS，用于控制全部页面的背景，字体，链接状态，以及部分共用到的CSS。
 其中共用的CSS指：
 WholeBodyBox--用于DIV设计时，一个页面的外框总容器BOX
 BodyColor--用于DIV设计时，控制一个页面的外框总容器BOX的背景色
 IncludePage--用于DIV设计时，毎个页面套用头部页面/底部页面的容器BOX
 
 V1.1修改记录：将重名的CSS名修正；
 			   嵌套加入头部和底部页面的CSS文件

================================================================================*/
@charset "gb2312";
/*===============================================================================
                                                              
 ShareraV4.0版--header CSS--V1.1          创建时间：07-02-09
 
 用于控制网站内嵌的头部页面，包括：
 网站LOGO，头部主菜单，次级主菜单，登录/状态栏
 
 V1.1修改记录：将重名的CSS名修正（移到#Header下一级）；
 			   去掉原嵌套的s4_header_V1.0.css文件。

================================================================================*/

/*Header*/
#Header_b{margin-left:auto; margin-right:auto; margin-top:5px;width:778px;}
.HLeftCorner{float:left; width:778px; height:10px; overflow:hidden;background:url(../images_V4/header_01.gif) no-repeat;}
.HRightCorner{float:left; width:778px; height:10px; overflow:hidden;background:url(../images_V4/header_02.gif) no-repeat;margin-bottom:5px;}
.HeaderBgColor {float:left; width:758px; background:#ff8500; padding:0px 10px 0px 10px;}
.Sharera_logo{float:left;	width:195px; height:60px;background: url(../images_V4/logo_ShareraV4.0.gif) no-repeat center;padding:0px 20px 0px 0px;}
#TopMenu_box {float:left; width:500px; height:auto; padding:5px 0px 0px 20px;}
#TopMenu {float:left;width:500px; height:auto;}
#TopMenu a {color:#fff;}
#TopMenu_Submenu {float:left;width:500px; height:18px; background:#fff; margin-top:3px; overflow:hidden;}
#TopMenu_Submenu ul {list-style:none; line-height:20px;}
#TopMenu_Submenu li {float:left; text-align:center; padding:0px 5px 0px 5px;}
#TopMenu_Submenu li .currently {color:#ff3300; text-decoration:underline;}
#LoginBar {margin-left:auto; margin-right:auto; width:778px; height:auto;}
#LoginBar .FLeftCorner{float:left; width:10px; height:30px; overflow:hidden;background:url(../images_V4/LoginBar_01.gif) no-repeat;}
#LoginBar .FRightCorner{float:left; width:10px; height:30px; overflow:hidden;background:url(../images_V4/LoginBar_02.gif) no-repeat;}
#LoginBar_bg {float:left; width:738px; height:30px; padding:0px 10px 0px 10px; background:#e6e7e8;}
#LoginBar_bg td {line-height:30px;}
.LoginBar_img01 {background:url(../images_V4/LoginBar_text.gif) no-repeat left;}
#LoginBar_bg .selectbox {width:60px; height:20px;}
#LoginBar_bg .inputbox {width:120px; height:16px; border:1px solid #939598; padding:2px;}






/*===============================================================================
                                                              
 ShareraV4.0版--footer CSS--V1.1          创建时间：07-02-09
 
 用于控制网站内嵌的底部页面
 
 V1.1修改记录：将重名的CSS名修正（移到#Footer下一级）；
 			   去掉原嵌套的s4_header_V1.0.css文件。

================================================================================*/

#Footer {margin-left:auto; margin-right:auto; margin:5px 0px 5px 0px; width:778px; height:78px;}
#Footer .LeftCorner {float:left; width:778px; height:10px; overflow:hidden; background:url(../images_V4/header_01.gif) no-repeat;}
#Footer .RightCorner {float:left; width:778px; height:10px; overflow:hidden; background:url(../images_V4/header_02.gif) no-repeat;}
#Footer .BgColor {float:left; width:758px; background:#ff8500; padding:0px 10px 0px 10px; color:#fff;}
#Footer .BgColor td {line-height:18px;}
#Footer .BgColor a:link {color:#fff;}
#Footer .BgColor a:visited {color:#fff;}
#Footer .BgColor a:hover {color:#fff;}
#Footer .BgColor a:actived {color:#fff;}





*{margin:0px; padding:0px;}
body {background:#fff; font-family: Arial, "宋体", sans-serif; font-size:12px; color:#231f20;}
table {clear:both;}
input {font-size:12px;}
img {border:0px;}
a:link {color:#231f20; text-decoration:none;}
a:visited {color:#231f20; text-decoration:none;}
a:hover {color:#ff8500; text-decoration:underline;}
a:actived {color:#231f20; text-decoration:none;}

#WholeBodyBox {margin-left:auto; margin-right:auto; width:778px; background:#fff; font-family: Arial, "宋体", sans-serif; font-size:12px; color:#231f20;}
#BodyColor {float:left; width:778px; height:auto; background:#fff; text-align:left;}
.IncludePage {float:left; width:778px;}

/*
分页链接样式
*/
.PageCtrlBox_top {float:left; width:728px; height:auto; padding:5px 25px 5px 25px; margin-top:10px;}
.PageCtrlBox_top .PageCtrl {text-align:right; color:#808284;}
.PageCtrlBox_top .PageCtrl a {color:#808284; text-decoration:none;}
.PageCtrlBox_top .PageCtrl a:hover {color:#555;}
.PageCtrlBox_top .PageCtrl .text {text-decoration:underline}
.PageCtrlBox_top .PageCtrl .currently_page {background:#ff8500; color:#fff;}
