.cDGray a:hover{
    color:#BA2636;
}
.cDGray, .cDGray a:link, .cDGray a:visited{
    color:#2B2B2B;
}
a:hover{
    color:#BA2636;
    text-decoration:underline;
}
a:link{
    /*color:#004276;*/
}
a{
    color:#2B2B2B;
    text-decoration: none;
}

.theCurrent {
    float: left;
    padding: 7px 0 0 15px;
    font-size: 12px;
    width:100%;
    font-family: Verdana,Arial,Helvetica,sans-serif;
}

.search {
    background: url("images/search-back.gif") repeat-x scroll 0 0 transparent;
    border-color: #BED2E4;
    border-right: 1px solid #BED2E4;
    border-style: solid;
    border-width: 1px;
    height: 25px;
    margin: -1px auto 0;
    text-align: left;
}

.tableForm {
	border-collapse:collapse;
}

.tableForm th {
	text-align: right;
	border-bottom: 1px dotted #ccc;
	padding: 5px;
}

.tableForm td {
	text-align: left;
	border-bottom: 1px dotted #ccc;
	padding: 5px;
}

.tbForm {
    border-collapse: collapse;
}

.tbForm th {
    text-align: right;
    padding: 10px;
}

.tbForm td {
    text-align: left;
    padding: 10px;
}

.editTable {
	border-collapse:separate;
	border-spacing: 8px;
}

.editTable th {
	text-align: right;
	border-bottom: 1px dotted #ccc;
	padding: 8px;
}

.editTable td {
	text-align: left;
	border-bottom: 1px dotted #ccc;
	padding: 8px;
}

.noBorder{
    border:0
}

.info {
	background: #FFFEE6;
	color: #8F5700;
	padding: 12px;
}

.tip {
	width: 24px;
	height: 16px;
	float: left;
}

img {
	cursor: pointer;
}

.tb_background{
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.container:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

div.frame {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #DDDDDD;
    padding: 0.8em;
}

.histock-nodata {
    height: 350px;
    line-height: 350px;
    text-align: center
}
.x_nav {
    height: 18px;
    padding: 8px 0 10px;
}
.w960 {
    width: 960px;
}
.m0 {
    margin: 0 auto;
}
fieldset {
    padding:10px;
    margin-top:5px;
    border:1px solid #808080;
    background:#fff;
}

fieldset legend {
    color:#808080;
    font-weight:bold;
    padding:3px 20px 3px 20px;
    border:1px solid #808080;
    background:#fff;
}

fieldset label {
    float:left;
    width:120px;
    text-align:right;
    padding:4px;
    margin:1px;
}


#header
{
    height:90px;
    padding:0;
    display:block;
    overflow:hidden;
    background:url('../images/head-bg.jpg');
    color:#131d77;
}
#header .logo{
    float:left;
    margin-top:10px;
    margin-left:20px;
}
#header h1{
    font-family:'Microsoft YaHei UI', 'Microsoft YaHei';
    float:left;
    font-size:22px;
    font-weight:normal;
    padding:0px;
    margin:10px 0 0 20px;
}
#header h1 span{
    display:block;
    font-size:14px;
    color:	#FF0000;
    margin-top:8px;
}
#header a:link, #header a:active, #header a:visited{
    color:#2159a4;
    text-decoration:none;
    font-size:12px;
    line-height:18px;
    padding:5px;
    display:block;
    float:right;
}
#header a:hover{
    color:#f90;
}
#header .selected{
    color:#2159a4;
}
#header-system-change{
    margin-right:30px;
}
#header-system-name:link,  #header-system-name:hover{
    position:absolute;
    top:35px;
    right:10px;
    line-height:18px;
    padding:2px 5px !important;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #e5f1ff 0px, #e5f1ff 100%) repeat scroll 0 0;
    border: 1px solid #a7c9f7;
    border-bottom:1px solid #e2eaf7;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    cursor:default;
    color:#2159a4 !important;
}



