﻿
/* 全局样式 */
body { background-color:#333666; font-family:宋体 Arial; font-size:12px; }
img { border:0; }
a, a:hover { color:#336699;text-decoration:none; }

/* 大边框样式 */
#divFrame { width:935px; margin:0 auto; }
#divHeader { background:url('../images/header_bg.jpg') repeat-x; }
#divLogo { height:82px; overflow:hidden; /*background:url('../images/logo.jpg') no-repeat;*/ }
#divLogo .logoImg {float:left;}
#divIM { float:right; padding:10px;}
#divBanner1 { height:200px; background:url('../images/header_img.jpg') no-repeat; }
#divBody {  }
#divAdmin { padding:15px; background:#FFFFFF url('../images/body_main.jpg') repeat-x bottom; }
#divToolbar { width:234px; float:left; background:#779BE5 url('../images/body_tbar.jpg') repeat-y; }
#divMain { width:700px; float:right; background:#FFFFFF url('../images/body_main.jpg') repeat-x bottom; }
#divFooter { clear:both; height:41px; background:url('../images/footer_bg.jpg') repeat-x; }
#divGo { padding-left:30px; line-height:41px; color:gray; background:url('../images/footer_go.jpg') no-repeat right bottom; }

/* 菜单样式 */
#divMenu { height:30px; text-align:center; background:gray url('../images/menu_bg.jpg') repeat-x; }
#divMenu a, #divMenu a:hover { text-decoration:none; font-family:Verdana; color:#FFFFFF;  height:30px; line-height:30px; }
#divMenu a span { display:inline-block; height:30px; line-height:30px; padding:0 10px; color:#FFFFFF; filter:DropShadow(Color=#6699CC,OffX=1,OffY=1,Positive=1); }
#divMenu a:hover span { background:url('../images/menu_hover.jpg') repeat-x; cursor:pointer; }
span.mSplit1 { display:inline-block; width:2px; height:30px; background:#ffffff url('../images/menu_split.jpg') no-repeat; }

/* 侧边栏样式 */
.tbar { width:198px; margin:10px auto; }
.tbarTitle{ height:25px; }
.tbarTL { width:13px; height:25px; background:url('../images/tbarLeft.gif') no-repeat; float:left;}
.tbarDot { float:left; }
.tbarTM { width:160px; height:25px; line-height:25px; font-size:13px; font-weight:bold; color:#00008B; float:left; background:#FFFFFF url('../images/tbarMiddle.gif') repeat-y right; }
.tbarTR { width:25px; height:25px; background:url('../images/tbarRight.gif') no-repeat 0 0; float:right;}
.tbarContent { border:solid 1px #DBDBDB; border-top:none; padding:6px; background:#eff3ff; margin-bottom:15px; }

/* 窗口样式 */
.divPanel { margin:10px 15px; border:solid 1px #99BBE8; border-top:0; }
.divPanelTitle { background:#FFFFFF url('../images/panel_title.png') repeat-x; height:26px;}
.divPanelTitle img { padding:5px; vertical-align:middle; }
.divPanelTitle span {height:26px; line-height:26px; color:#00008B; font-size:13px; font-weight:bold; }
.divPanelInfo { clear:both; background-color:#F7F7FF; padding:10px; line-height:20px; }
.divPanelControl { padding-bottom:10px; }
.divPanelPager { padding-top:10px; }

/* 表格样式 */
.myTable { border-collapse:collapse; border:solid 1px #aad5e8; }
.myTable tr { border-collapse:collapse; border:solid 1px #aad5e8; }
.myTable td { border:solid 1px #aad5e8; background-color:#EEF9FF; font-family:宋体; font-size:12px; padding:4px; }
.myTable th { border:solid 1px #aad5e8; background-color:#CFEBF8; font-family:宋体; font-size:12px; font-weight:bold; text-align:center; height:22px; }
.tdTitle { font-weight:bold; text-align:right; font-family:宋体; font-size:13px; width:120px; }
.tb400 { width:400px; }
.tb100p { width:100%; }
.noBorderTable { border:0; padding:0; margin:0; }
.noBorderTable td { border:0; padding:0; margin:0; }

/* 滚动图片样式 */
#divMarquee { overflow: hidden; height: 120px; width: 645px; }
#divMarqueeIn { float: left; width: 800%; }
#marquee1, #marquee2 { float: left; }
.marqueePic { float: left; width: 160px; text-align:center; }

#divScroll { overflow:hidden; height:250px; }
#divScrollIn { height:800%; }

/* 登陆页面 */
#divLogin { width:400px; margin:0 auto; margin-top:200px; }

/* 表单控件 */
.tbox { font-size:12px; font-family:宋体; height:16px; line-height:16px; border:solid 1px gray; }
.btn { font-size:13px; font-family:宋体; color:#0234a5; height:23px; border:solid 1px #0d3965; filter:progid:DXImageTransform.Microsoft.Gradient( endColorstr='#51c6fe' , startColorstr='#dbf3ff' ,gradientType='0' ); }
.btn2{background:url('../Images/btnbg.png');height:22px;vertical-align:bottom;font-size:x-small;border:solid 1px #008000;color:White;}

/* 颜色 */
.red { color:Red; }
.blue { color:Blue; }

