@charset "utf-8";
* {

	font-size: 12px;
	margin: 0;
}
html {
	background: #FFF;
}
body {
	text-align: center;
	margin: 0;
	color: #000;
	font-family: Courier New;
	width: 100%;
	background: #FFF;
}
img {
	border: none;
}
form {
	margin: 0;
}
a {
	text-decoration: none;
}
a:link {
	color: #000;
}
a:visited {
	color: #333;
}
a:hover {
	color: #0560A6;
	text-decoration: underline;
}
a:active {
	color: #00f;
}

/*常用的定义*/



h1 {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	border-bottom: 2px solid #ccc;
	padding-bottom: 5px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #F60;
	border-bottom: 2px solid #ccc;
	padding-bottom: 5px;
}
/*加重文字1*/
.stress{font-size: 12px;color: #FF6600;font-weight: bold;}
a.stress{font-size: 12px;color: #FF6600;font-weight: bold;}
a.stress:link{color:#FF6600;text-decoration:none;}
a.stress:visited{color:#FF6600;text-decoration:none;}
a.stress:hover{color:#FF6600;text-decoration:underline;} 


.blackbox {
	float: left;
	color: #FFF;
	height: 14px;
	width: 14px;
	display: block;
	text-align: center;
	vertical-align: middle;
	margin-right: 5px;
	background: #666;
	font: bold 10px Arial;
}
.bluebox {
	float: left;
	color: #FFF;
	height: 14px;
	width: 14px;
	display: block;
	text-align: center;
	vertical-align: middle;
	margin-right: 5px;
	background: #0075DB;
	font: bold 10px Arial;
}
.greenbox {
	float: left;
	color: #FFF;
	height: 14px;
	margin-right: 5px;
	width: 14px;
	display: block;
	text-align: center;
	vertical-align: middle;
	background: #9C0;
	font: bold 10px Arial;
}
.redbox {
	float: left;
	color: #FFF;
	height: 14px;
	margin-right: 5px;
	width: 14px;
	display: block;
	text-align: center;
	vertical-align: middle;
	font: bold 10px Arial;
	background-color: #FF3300;
}
/*字体符号的定义*/

#top {
	text-align: left;
	width: 95%;
	margin: 0;
	padding-top: 30px;
	padding-bottom: 10px;
}
#top #logo {
	float: left;
	height: 54px;
	width: 300px;
	margin-left: 17px;
	background: url(mylogo.gif) no-repeat;
}
#box {
	text-align: left;
	width: 95%;
	margin: 0 auto;
	background: #fafafa url(Box_tr.png) no-repeat right top;
}
/*顶部的定义*/


#menu {
	float: left;
	line-height: normal;
	width: 100%;
	height: 34px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	background: #ECECED;
}
#menu ul {
	list-style: none;
	margin: 11px 0 0 10px;
	padding: 0 3px 0 20px;
}
#menu li {
	float: left;
	margin-right: 5px;
	padding: 0;
}
#menu a span {
	margin-right: 10px;
	text-decoration: none;
}
#menu a:link span {
	font-size: 12px;
	color: #333;
}
#menu a:visited span {
	color: #333;
}
#menu a:hover span {
	color: #F60;
	text-decoration: underline;
}
#menu a:active span {
	color: #333;
}

/*顶部的菜单定义*/



/*==================一级目录===================*/
#nav a {
	width: 97%;
	display: block;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	background: url(Ico_1.png) no-repeat left;
}
#nav ul{margin: 0px; padding: 0px;}
#nav li {
    margin: 0px;
    text-indent: 20px;}
#nav a:link  {margin: 0px;padding: 0px;}
/*==================二级目录===================*/
#nav li ul {margin: 0px;padding: 0px;}
#nav li ul li{margin: 0px;}
#nav li ul a{
    width: 80%; 
	font-weight: normal;
	font-size: 12px;
	color: #333;
	background: url(Ico_2.png) no-repeat left;
	
	/* padding-left二级目录中文字向右移动，但Width必须重新设置=(总宽度-padding-left)*/
}
/*下面是二级目录的链接样式*/
#nav li ul a:link{}
#nav li ul a:visited  {}
#nav li ul a:hover {}

/*==============================*/
#nav li:hover ul {left: auto;}
#content {	clear: left; }
#nav ul.collapsed {	display: none;}


-->
/*菜单的定义*/

#center {
	float: left;
	width: 100%;
	height: auto;
	background-color:#fff;
}
#center ul {
	list-style: none;
	padding: 20px;
}
#center li {
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 30px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
/*无MENU左侧*/

#left {
	float: left;
	width: 40%;
	height: auto;
}
#left ul {
	list-style: none;
	padding: 20px;
}
#left li {
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 23px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
/*无MENU左侧*/

#right {
	float: left;
	width: 60%;
	height: 400px;
	font-family: Arial;
	background: #FFF;
}
#right ul {
	padding: 20px;
	list-style-type: none;
}
#right li {
	list-style-type: none;
	line-height: 160%;
	margin: 0 5px 0 23px;
	padding: 10px 0 0;
	border-bottom: 1px dashed #CCC;
	text-indent: 15px;
	background: url(Ico_dot.png) no-repeat left top;
}
#right li a {
	color: #666;
}
/*无MENU右侧*/



#left1 {
	float: left;
	width: 20%;
	height: 400px;
}
#left1 ul {
	list-style: none;
	padding: 20px;
}
#left1 li {
	margin: 0 5px 0 23px;
	padding: 10px 0 0;
}

/*有MENU左侧*/

#right1 {
	float: left;
	width: 80%;
	height: 400px;
	background: #FFF;
}
#right1 ul {
	padding: 20px;
	list-style-type: none;
}
#right1 li {
	list-style-type: none;
	line-height: 160%;
	margin: 0 5px 0 23px;
	padding: 10px 0 0;
	border-bottom: 1px dashed #CCC;
	text-indent: 15px;
}
#right1 li a {
	color: #666;
}

.table_kuang{
	border: 1px solid #CCCCCC;
}
.table{	padding: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-color: #F5F5F5;
}
.table_label{
	background-color: #DDD;
	text-align: center;
	height: 30px;
}
hr{
	color: #CCCCCC;
	height: 2px;
}

/*有MENU右侧*/

#tree {
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.tree {
	padding: 5px 0 5px 20px;
}
.tree a {
	font-size: 14px;
	color: #333;
	font-weight: bold;
	padding-left: 15px;
	background: url(Ico_1.png) no-repeat left;
}
.tree_s {
	padding: 0 0 5px 10px;
}
.tree_s li {
	list-style-type: none;
}
.tree_s a {
	font-size: 12px;
	color: #333;
	padding-left: 15px;
	background: url(Ico_2.png) no-repeat left;
}


#bottom {
	width: 95%;
	border-top: 3px solid #CCC;
	background: #FFF;
	line-height:18px;
}

/*底部*/



.input {
	height: 19px;
	border: 1px solid #B0CEED;
	padding: 3px;
	background: url(Input_bg.png) repeat-x;
	width:180px;
}
.input_s {
	height: 19px;
	border: 1px solid #B0CEED;
	padding: 3px;
	width: 100px;
	background: url(Input_bg.png) repeat-x;
}

.button {
	height: 21px;
	border: solid #ccc 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #666;
	background: #DDD none;

}

/*验证码和按钮*/




/*分页效果*/
.listpages{
	font-size: 11px;
    font-weight: bold;
	color: #FF6600;
	padding:4px;
	margin-bottom:10px;
    text-decoration:none;

}
a.listpages{
	vertical-align:middle;
	background-color:#fff;
	border: 1px solid #dedeb8;
   }
 a.listpages:link{
   text-decoration:none;
} 
a.listpages:visited{
   text-decoration:none;
} 
a.listpages:hover{
   border-right: #86b9d6 1px solid; 
   border-top: #86b9d6 1px solid; 
   border-left: #86b9d6 1px solid; 
   border-bottom: #86b9d6 1px solid; 
   background-color: #f5fbff;
   text-decoration:none;
} 



#PARENT ul{	margin: 0px;padding:0px;
	padding-left: 20px;}
#nav {

    line-height: 150%; 
	list-style-type: none;
	text-align:left;

}


