/* html { filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); }*/
/* CSS Document */
/*
lable一般为有红色背景的小标题样式
ul为div区域大小控制样式
li为文字列表样式
*/

html { 
text-align:center;
}
* {
 margin: 0px; 
 padding: 0px; 
 list-style-type: none; }
body {
	font-size: large;
	color: #555555;
	margin-right: auto;
	margin-left: auto;
	text-align:left;
	font-family:Arial,Helvetica,sans-serif;
}

/*网页整体连接样式*/
a:link {
	color:#666666;
    text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	background-color: #87181D;
}
a:active {
	color: #666666;
	text-decoration: none;
}
/*网页整体连接样式*/
/*网页主体样式*/
#Main {
    display:block;
	width:960px;
	margin-right: auto;
	margin-left: auto;
}
/*网页主体样式*/
/*网页头部右边样式*/
#Main #Top {
	height: 120px;
	width: 960px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#Main #Top #Top_Right a:link {
	color:#CC2E29;
    text-decoration: none;
}
#Main #Top #Top_Right a:hover {
	color: #FFFFFF;
    text-decoration: underline;
}
#Main #Top #Top_Right a:active {
	color: #CC2E29;
	text-decoration: none;
}
#Main #Top #Top_Right {
	float: left;
	height: 110px;
	width: 730px;
	clear: right;
	display: block;
}
#Main #Top #Top_Right ul {
	height: 110px;
	display: inline;
	margin-left: 61px;
	margin-right: 0px;
	float: left;
	width: 300px;
}
#Main #Top #Top_Right .btn1 {
	float: left;
	height: 42px;
	width: 261px;
	background-image: url(images/Btn_1.jpg);
	background-repeat: repeat;
	text-align: left;
	font-size: 14px;
	color: #CC2E29;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 3px;
}

#Main #Top #Top_Right li {
	line-height: 20px;
	display: block;
}
#Main #Top #Top_Right #btn {
	height: 50px;
	width: 420px;
	float: right;
	margin-top: 25px;
	display: block;
}
#Main #Top #Top_Right #btn li {
	height: 35px;
	width: 150px;
	float: right;
}
#Main #Top #Top_Right #btn ul {
	height: 50px;
}
#Main #N_Top {
	width: 960px;
	height: 57px;
	display: block;
	margin-top: 5px;
	margin-bottom: 0px;
}
/*网页头部右边样式*/
/*网页头部Logo样式*/
#Main #Top #Logo {
	float: left;
	height: 88px;
	width: 230px;
	margin-top: 25px;
}
/*网页头部Logo样式*/

#Main #Red_Bar {
	height: 74px;
	width: 960px;
	background-image: url(images/Top_Bar_Bg.jpg);
	background-repeat: repeat-x;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 15px;
}
#Main #Red_Bar li {
	display: block;
	width: 400px;
	float: left;
	height: 40px;
	margin-left: 40px;
	margin-right: 40px;
	text-align: left;
}
#Main #Red_Bar ul {
	width: 100%;
	height: 40px;
	display: block;
	padding-top: 15px;
}

#Main #Info_Bar {
	display: block;
	height: 35px;
	width: 960px;
	background-image: url(images/Top_Bar_2_Bg.jpg);
	margin-top: 10px;
	margin-bottom: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E0E0E0;
	border-left-color: #E0E0E0;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	line-height: 35px;
	text-align: center;
}
/*在线计算工具样式*/
#Main #Tool_Box {
	height: auto;
	width: 960px;
	display: block;
	margin-bottom: 10px;
	background-image: url(images/Title_Bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CFCFCF;
	border-bottom-color: #CFCFCF;
	border-left-color: #CFCFCF;
	}
#Main #Tool_Box tr 
{
	height:27px;
}
#Main #Tool_Box td
{
	border-color:#EEEEEE;
}
#Main #Tool_Box ul {
	width: 960px;
	height: auto;
	float: left;
	display: inline-block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
}
#Main #Tool_Box li {
	float: left;
	width: 105.5px;
	line-height: 27px;
	text-align: left;
	/*display: block;*/
	display: inline-block;
	text-indent: 11px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EEEEEE;
}

#Main #Tool_Box li a:link {
	color:#333333;
    text-decoration: none;
}
#Main #Tool_Box li a:hover {
	color: #FFFFFF;
	background-color: #BD3132;
	text-decoration: underline;
	display: block;
}
#Main #Tool_Box li a:active {
	color: #333333;
	text-decoration: none;
}
#Main #Tool_Box label {
	background-image: url(images/Title_Red_Bar.jpg);
	height: 30px;
	width: 109px;
	float: left;
	line-height: 30px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	display: block;
}
/*在线计算工具样式*/
/*小常识样式*/
#Main #Tips {
	height: 307px;
	width: 625px;
	float: left;
	display: block;
	background-image: url(images/Title_Bg.jpg);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CFCFCF;
	border-bottom-color: #CFCFCF;
	border-left-color: #CFCFCF;
	margin-bottom: 15px;
}
#Main #Tips a:link {
	color:#CB2927;
    text-decoration: none;
}
#Main #Tips a:hover {
	color: #FFFFFF;
	background-color: #87181D;
    text-decoration: underline;
}
#Main #Tips label {
	background-image: url(images/Title_Red_Bar.jpg);
	height: 30px;
	width: 109px;
	float: left;
	line-height: 30px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	display: block;
}
#Main #Tips ul {
	display: block;
	width: 600px;
	height: auto;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 39px;
}
#Main #Tips #row-list {
	width: 600px;
	display: block;
	margin-top: 10px;
}
#Main #Tips #row-list li {
	float: left;
	width: 290px;
	margin-right: 10px;
	font-size: 14px;
	margin-bottom: 0px;
}
#Main #Tips #row-list li a:link {
	color:#CB2927;
    text-decoration: none;
}
#Main #Tips #row-list li a:hover {
	color: #FFFFFF;
    text-decoration: underline;
}
#Main #Tips #row-list li a:active {
	color: #333333;
	text-decoration: none;
}
#Main #Tips i {
	font-size: 13px;
	color: #C21817;
	font-style: normal;
	font-weight: bold;
}

#Main #Tips li {
	line-height: 20px;
	margin-top: 10px;
	display: block;
}
/*小常识样式*/
/*《观测过程理论》介绍样式*/
#Main #Present {
	height: 307px;
	width: 320px;
	float: right;
	display: block;
	background-image: url(images/Title_Bg.jpg);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CFCFCF;
	border-bottom-color: #CFCFCF;
	border-left-color: #CFCFCF;
	margin-bottom: 15px;
}
#Main #Present label {
	background-image: url(images/Title_Red_Long_Bar.jpg);
	height: 30px;
	width: 155px;
	float: left;
	line-height: 30px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	display: block;
}
#Main #Present ul {
	line-height: 25px;
	width: 300px;
	margin-top: 39px;
	display: block;
	margin-right: 14px;
	margin-left: 10px;
}

#Main #Present .More {
	background-image: none;
	color: #FF0000;
}
/*《观测过程理论》介绍样式*/
/*其他信息样式*/
#Main #Introduction {
	height: 307px;
	width: 320px;
	float: right;
	display: block;
	background-image: url(images/Title_Bg.jpg);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CFCFCF;
	border-bottom-color: #CFCFCF;
	border-left-color: #CFCFCF;
	margin-bottom: 15px;
}
#Main #Introduction label {
	background-image: url(images/Title_Red_Bar.jpg);
	height: 30px;
	width: 109px;
	float: left;
	line-height: 30px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	display: block;
}
#Main #Introduction ul {
	line-height: 25px;
	width: 300px;
	margin-top: 39px;
	display: block;
	margin-right: 14px;
	margin-left: 10px;
}
/*其他信息样式*/
/*教学资源样式*/
#Main #Resources {
	height: 307px;
	width: 300px;
	float: left;
	display: block;
	background-image: url(images/Title_Bg.jpg);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CFCFCF;
	border-bottom-color: #CFCFCF;
	border-left-color: #CFCFCF;
	margin-bottom: 15px;
}
#Main #Resources label {
	background-image: url(images/Title_Red_Bar.jpg);
	height: 30px;
	width: 109px;
	float: left;
	line-height: 30px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	display: block;
}
#Main #Resources ul {
	width: 96%;
	display: block;
	margin-left: 8px;
	margin-top: 43px;
}
#Main #Resources li {
	height: 26px;
	display: block;
	line-height: 26px;
	text-indent: 20px;
	background-image: url(images/Arraw.jpg);
	background-repeat: no-repeat;
}
#Main #Resources .More {
	background-image: none;
	color: #FF0000;
}
/*教学资源样式*/
/*重要的学术论文样式*/
#Main #Articles {
	height: 307px;
	width: 310px;
	float: left;
	display: block;
	margin-left:13px;
	background-image: url(images/Title_Bg.jpg);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CFCFCF;
	border-bottom-color: #CFCFCF;
	border-left-color: #CFCFCF;
	margin-bottom: 15px;
}
#Main #Articles label {
	background-image: url(images/Title_Red_Bar.jpg);
	height: 30px;
	width: 109px;
	float: left;
	line-height: 30px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	display: block;
}
#Main #Articles ul {
	width: 96%;
	display: block;
	margin-left: 8px;
	margin-top: 43px;
	background-image: url(images/Number.jpg);
	background-repeat: no-repeat;
	background-position: -11px -6px;
}
#Main #Articles li {
	height: 26px;
	display: block;
	line-height: 26px;
	text-indent: 26px;
}
/*重要的学术论文样式*/

/*#Main #Ads {
	height: 307px;
	width: 320px;
	float: left;
	display: block;
	margin-left:11px;
	background-image: url(images/Title_Bg.jpg);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CFCFCF;
	border-bottom-color: #CFCFCF;
	border-left-color: #CFCFCF;
	margin-bottom: 15px;
}
#Main #Ads label {
	background-image: url(images/Title_Red_Bar.jpg);
	height: 30px;
	width: 109px;
	float: left;
	line-height: 30px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	display: block;
}
#Main #Ads ul {
	height: 250px;
	width: 300px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 41px;
}*/
/*幻灯片下载样式*/
#Main #Teaching {
	height: 307px;
	width: 960px;
	float: left;
	display: block;
	background-image: url(images/Title_Bg.jpg);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CFCFCF;
	border-bottom-color: #CFCFCF;
	border-left-color: #CFCFCF;
	margin-bottom: 15px;
}
#Main #Teaching ul {
	height: 250px;
	width: 300px;
	display: inline;
	margin-top: 15px;
	float: left;
	margin-left: 10px;
	background-color: #FCFCFC;
	margin-right: 10px;
}
#Main #Teaching label {
	background-image: url(images/Title_Red_Bar.jpg);
	height: 30px;
	width: 109px;
	line-height: 30px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	display: block;
}
#Main #Teaching li {
	line-height: 26px;
	height: 26px;
	display: block;
	text-indent: 18px;
	background-image: url(images/Arraw.jpg);
	background-repeat: no-repeat;
}
#Main #Teaching .More {
	background-image: none;
	color: #FF0000;
}
/*幻灯片下载样式*/
/*Content.html和list.html内容区样式*/
#Main #Detail {
	height: auto;
	width: 960px;
	display: block;
}
#Main #Detail ul {
	height: auto;
	width: 780px;
	float: left;
	display: block;
	line-height: 20px;
	border: 1px solid #D8D8D8;
	margin-left: 18px;
	background-image: url(images/Detailed_Bar_Bg.jpg);
	background-repeat: repeat-x;
	clear: right;
}
#Main #Detail label {
	float: left;
	height: auto;
	width: 160px;
	display: block;
}
#Main #Detail li {
	width: 760px;
	display: block;
	margin-left: 10px;
	height: auto;
	line-height: 25px;
	background-image: url(images/Arraw.jpg);
	background-repeat: no-repeat;
	text-indent: 20px;
}
#Main #Detail textarea {
	border: 1px solid #EEEEEE;
	margin-left: 0px;
	width: 750px;
}
#Main #Detail .Title_D_Bar {
	height: 29px;
	line-height: 29px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: none;
	text-indent: 0px;
}
/*Content.html和list.html内容区样式*/

/*详细页头部样式*/
#Main #N_Top ul {
	float: right;
	height: auto;
	width: 100px;
}
#Main #N_Top label {
	height: 57px;
	width: 160px;
	display: block;
	float: left;
}
.Table-from{
	border: 1px solid #CCCCCC;
}
#Main #N_Top #Title_Nav {
	float: right;
	height: 39px;
	width: 782px;
	display: block;
	background-image: url(images/Top_Bar.jpg);
	background-repeat: no-repeat;
}
#Main #N_Top #Title_Nav ul {
	display: block;
	float: right;
	height: 23px;
	width: 782px;
	margin-top: 8px;
}
#Main #N_Top #Title_Nav li {
	float: right;
	height: 23px;
	width: 160px;
	display: block;
}

#Main #N_Top #Title_Nav .Title {
	width: 440px;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 23px;
}
/*输入框养样式*/
.Input_Box {
	height: 20px;
	width: 120px;
	border: 1px solid #CCCCCC;
	float: left;
	margin-left: 15px;
	font-size:large;
}
/*输入框养样式*/
/*按纽养样式*/
.btn {
	display: block;
	height: 22px;
	width: 60px;
	float: left;
	margin-left: 15px;
    BORDER-RIGHT: #7b9ebd 1px solid; 
	PADDING-RIGHT: 2px; 
	BORDER-TOP: #7b9ebd 1px solid; 
	PADDING-LEFT: 2px; 
	FONT-SIZE: large; 
	FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#cecfde); 
	BORDER-LEFT: #7b9ebd 1px solid; 
	CURSOR: hand; 
	COLOR: black; 
	PADDING-TOP: 2px; 
	BORDER-BOTTOM: #7b9ebd 1px solid
}
/*按纽养样式*/
/*详细页头部样式*/

/*详细编辑区内容样式*/
#Main #Edit_From {
	height: auto;
	width: 960px;
	display: block;
}
#Main #Edit_From ul {
	height: 600px;
	width: 780px;
	float: left;
	display: block;
	line-height: 20px;
	border: 1px solid #D8D8D8;
	margin-left: 18px;
}

#Main #Edit_From label {
	float: left;
	height: auto;
	width: 160px;
	display: block;
}
#Main #Edit_From li {
	width: 760px;
	display: block;
	margin-left: 10px;
	height: 25px;
	line-height: 25px;
	background-image: url(images/Arraw.jpg);
	background-repeat: no-repeat;
	text-indent: 20px;
}
/*详细编辑区内容样式*/

#Main #footer {
	height: 60px;
	width: 958px;
	display: block;
	line-height: 30px;
	text-align: center;
	border: 1px solid #DBD9E1;
	clear: both;
	font-size:12px;
}
