@charset "utf-8";
/* CSS Document */

body {
	background-color: #a20009;
	text-align: center;
	margin:0;
	padding:0;
}

.black_overlay{
            display: none;
            position: absolute;
            top: 0%;
            left: 0%;
			right:0px;
            width: 100%;
            height: 1500px;
            background-color: #c8d0d4;
            z-index:1001;
            -moz-opacity: 0.8;
            opacity:.80;
            filter: alpha(opacity=80);
}

.white_content {
            display: none;
            position: absolute;
            top: 0;
			margin-left:50%; 
			left:-415px;
            z-index:1002;
            overflow: auto;
}

.tabletitle{
	font-family:"微软雅黑";
	font-size:12px;
	color:#a20009;
	font-weight:bold;
	background-image:url(../nx_images/table1_12.jpg);
}

.tablebody{
	font-family:"微软雅黑";
	font-size:12px;
	color:#58595b;
	font-weight:bold;
	background:#ffffff;
}
.tablebodyother{
	font-family:"微软雅黑";
	font-size:12px;
	color:#58595b;
	font-weight:bold;
	background-image:url(../nx_images/table1_12.jpg);
}

.tableline{
	color:#ffd5d5;
}
