﻿@charset "utf-8";
/* CSS Document */
body{
	padding:0px;
	margin:0px;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	background-color:#F2F3F5;
}
ul,ol,li,dl,dt,dd{
	padding:0px;
	margin:0px;
	list-style-type: none;
}
ol{
margin-left:2.1em;
}
ol li{
	list-style-type: decimal;
 	text-indent: 0px;
}
a{
	text-decoration: none;
	color:#333;
}
a:hover{
	color:#1C5675;
}
a img,img,iframe { border: none; }
/* Headers------------------------------*/
h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0;
}
/*^_^^_^t弹窗相关^^_^^_^^_^^_^^_^^_^^_^^_^^_^^_^^_^^_^*/ 

hr{
	width:100%;
	clear:both;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
/*^_^^_^^_^^_^^_^^_^^_^^_^^_^^_^^_^^_^^_^^_^^_^^_^^_^^_^^_^^_^^_^^_^^_^^_^*/ 



/* 窗口大小样式，自己写的  */
.tdWdith{
	width:80px; 
	padding-right: 8px;
    text-align: right;
}
.tdWdith2{
	width:450px;
	padding-right: 8px;
    text-align: left;
}
input, textarea {
    border: 1px solid;
    border-radius: 4px;
    margin: 0 1px;
    padding: 4px 2px; 
	background-color: #FFFFFF;
    border-color: #BBBBBB;
}
.input_width{
	width:450px;
}
table td {
    line-height: 30px;
}
table td, table th {
    padding: 6px 3px;
}
/*    结束      */


h1 {
	font-size:16pt;
	color: #FFCC00;
	padding:0px;
	margin:0px;
}

#container { 
	width: 97%;
	margin: 12px auto 0px auto;
	text-align: left;
}
ol.txt_list{
	width:96%;
	height:auto;
	display:block;
	margin:0 auto;
	line-height:170%;
}
ol.txt_list li{
	width:90%;
	height:auto;
	margin-left:26px;
	display: list-item;
	list-style-type: upper-alpha;
	font-family:Arial, Helvetica, sans-serif;
}
ol.txt_list li a{
	width:80%;
	height:auto;
	white-space:nowrap;
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}
ol.txt_list li a:hover{	text-decoration: underline;}
.Close {
	height:33px;
	line-height:33px;
	font-size:9pt;
}
.Close a{
	height:33px;
	line-height:33px;
	display:block;
	float:right;
/*	background-image: url(../imgs/dialog_closebtn.gif);
	background-repeat: repeat-x;
	background-position: left top;*/
}
.Close_t {
	text-align:right;
	width:78%;
	margin-top:-10px;
	position: fixed;
	display:none;}
.Close_b,.Close_b a{
	color:#065C91;
	font-weight: bold;
}
/*	display: none;
	background-color:#F2F3F5;
	overflow: auto;
	border: 8px solid #FFFFFF;
	padding:0em 1.5em 0em 1.5em;_left: 9%;
	_height: 480px;*/
.leightbox {
	color: #333;
	position: absolute;
	
	top: 50%;
	left: 20%;
	
	background-color: #FFFFFB;
	text-align: left;
	z-index:1001;
}
.leightbox h1{
	color:#065c91;
	padding-bottom:3px;
}
.leightbox h1,.leightbox .text_p{
	margin:0 auto;
}
.leightbox .text_p{
	font-family:Arial, Helvetica, sans-serif;
	padding-top:25px;
	line-height:175%;
	font-size:10pt;}
#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#cccccc;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }