﻿/* CSS Document */

/**********************************************
 Copyright (C) Hisofter.Com
**********************************************/
/*全局*/
.c{clear:both;height:0px; overflow:hidden}
*{padding:0; margin:0;
}
img{ border-style: none;border-color: inherit;border-width: 0;
}
form{margin:0px;display: inline}
li{list-style:none}
li a{text-decoration:none;}
ul{ list-style:none; padding:0px; margin:0px;}
.fl{float:left;}
.fr{float:right;}
.wrap{ width:948px; margin:0 auto;}
a{font-family:Tahoma; font-size:12px; text-decoration:none; color: #666;}
a:hover{color:#333;}
.textBox1{ line-height:18px; height:18px; width:90px;}
.textBox2{ height:17px; line-height:17px; border:#666 1px solid; color:#666666; width:180px; background:#fff;}
.textBox3{ height:17px; line-height:17px; border:#FF0000 1px solid; color:#666666; width:150px; background:#FFFFFF;}
.border1{ border:#C4C4C4 1px solid;}
body {color: #333;font-family:Tahoma;line-height: 20px;font-size:12px; background:url(../Images/bg.jpg) repeat-x; }

/************************************/
.menutable{ background:url(../Images/Menu_bg.jpg) repeat-x;}
div.menu li{ float:left; text-align:center; font-weight:bold; width:100px; background:url(../Images/Menu_li_on.jpg) no-repeat left;}

div.menu li a{ float:left; width:100px; text-align:center; font-weight:bold; color:#FFF;}
div.menu li a:hover{ float:left; width:100px; text-align:center; font-weight:bold; color:#F00;}
.leftBox{ background:url(../Images/Left_bg.jpg) repeat-y left; width:219px; text-align:center;}
.leftBox div.box{ border:1px solid #ccc; background:#FFF; height:60px;width:190px; margin:0 auto; margin-top:15px; margin-bottom:15px;}
.footer{ height:31px; background:url(../Images/Footer_bg.jpg) repeat-x; line-height:25px; padding-top:5px; text-align:center;
color:#FFF;}
.footer a{ color:#FFF;}
.newslist {}
.newslist td{ text-align:left;  height:28px; line-height:28px; padding-left:10px; border-bottom:#CCCCCC 1px dashed}
.newsliston{ text-align:left;  height:28px; line-height:28px; padding-left:10px; }
.newsliston a{ font-size:14px;color:#BC0E33}
.newsliston a:hover{color:#BC0E33}

/* ######### Style for Drop Down Menu ######### */
.chromestyle{
width: 99%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #BBB;
width: 100%;
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}




.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #D9ECFF; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
margin-left:20px;
margin-top:8px;
width: 80px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #D9ECFF; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}
