﻿<!--模板样式表-->

/* ---------------------
basic layout
--------------------- */

* {
	font-family: Arial, Helvetica, sans-serif;
}

.simple_body {
	background-color: #FFF;
	margin			: 0;
	color			: #333333;
}

div,
td,
p {
	font-size:12px;
	line-height:18px;
	color:#333333;
}

a,
a:link,
a:active,
a:visited {
	text-decoration:underline;
	color:#000000;
}

a:hover {
	text-decoration:underline;
	color:#3973AC;
}

ul {
	margin: 5px;
	padding: 5px;
	list-style: none;
	list-style-type: square;
}

li {
	line-height: 18px;
	padding-left: 5px;
	padding-top: 0px;
	list-style-position: inside;
}

/** clear the banner to make it sit in the bottom **/
.clear {
	clear:both;
}

/* ---------------------
template layout
--------------------- */

.headmenu ul#lateralmenu{
	margin			: 0;
	padding			: 0;
  	list-style      : none;
}

.headmenu ul#lateralmenu li{
	width			: 90px;
  	float			: left;
  	margin			: 0;
  	font-size		: 12px;
  	line-height		: 28px;
  	white-space		: nowrap;
	font-weight 	: normal;
  	list-style-type : none;
	border			: null;
}

.headmenu ul#lateralmenu li a{
	width			: 90px;
  	display			: block;
  	padding			: 3px 6px;
  	text-decoration	: none;
  	color           : #000;
  	font-size		: 14px;
  	font-weight		: 900;
 	background		: transparent;
}

.headmenu ul#lateralmenu li a:hover{
	color			: #FFF;	
	background-color: #099;
}

.headmenu2 ul#lateralmenu{
	margin			: 0;
	padding			: 0;
  	list-style      : none;
}


.headmenu2 ul#lateralmenu li{
	width			: 60px;
  	float			: left;
  	margin			: 0;
  	font-size		: 12px;
  	line-height		: 28px;
  	white-space		: nowrap;
	font-weight 	: normal;
  	list-style-type : none;
	border			: null;
}
.headmenu2 ul#lateralmenu li a{
	width			: 60px;
  	display			: block;
  	padding			: 3px 6px;
  	text-decoration	: none;
  	color           : #000;
  	font-size		: 14px;
  	font-weight		: 900;
 	background		: transparent;
}

.headmenu2 ul#lateralmenu li a:hover{
	color			: #FFF;	
	background-color: #099;
}




#bodywrapper{
	border          : null;
	min-height		: auto;
	overflow		: auto;
	margin          : 5px;

}

#mainbody{
	border			: 1px solid #CBCDCE;
	float			: left;
	min-height		: 640px;
	width			: 800px;
	margin          : 0px;
	padding			: 10px;
}

#mainbody .contentheading{
	height: 21px;
	width: 800px;
	color:#000;
	text-align:left;
	font-weight: bold;
	font-size: 18px;
	font-weight:900;
	padding:5px;
	border-bottom:1px solid #B29873;
}

#mainbody2 .contentheading{
	height: 21px;
	width: 1040px;
	color:#000;
	text-align:left;
	font-weight: bold;
	font-size: 18px;
	font-weight:900;
	padding:5px;
	border-bottom:1px solid #B29873;
}

#mainbody3 .contentpaneopen img{
    max-width: 95% !important;
}
.contentpaneopen td .small,
.contentpaneopen td .createdate{	
	height:18px;
	color:#666;
	text-align:right;
	font-size: 12px;
	margin:10px 0px;
}


#mainbody3{
	border			: 1px solid #CBCDCE;
	float			: left;
	width			: 100%;
	margin          : 0px;
}

#mainbody3 .contentheading{
	height: 21px;
	width: 100%;
	color:#000;
	text-align:left;
	font-weight: bold;
	font-size: 18px;
	font-weight:900;
	padding:5px;
	border-bottom:1px solid #B29873;
}

#sidebar_right{
	border			: null;
	float			: right;	
	width 			: 235px;
	height			: inherit; 
	margin          : 5px 2px 5px 8px;	
}


#sidebar_right table{
	width           : 100%;		
}


.right_up .moduletable th{
	
	height			: 28px;
	color			: #FFF;
	text-align		: left;
	font-size       : 14px;
	font-weight     : bold;
	text-indent		: 10px;
	padding         : 5px 0px;
	background-color: #6BA4BC;
}

.right_up .moduletable td  {
	height      : 220px;
	color		: #666666;
	text-align	: left;
	padding		: 2px 0px 2px 0px;
	margin		: 0px;
	border		: 1px solid #B29873;
}



#footer{	
	border			: null;
	height			: 60px;
	color			: #008000;
	font-size		: 16px;	
	font-weight		: 900;
	clear			: both;
	padding			: 5px 0;
	text-align		: center;
}

footer_info{
	border			: null;
	float			: none;	
	width 			: 1080px;
	height			: 58px;
	text-align      : center;
	padding         : 0 auto;
}
