
/*------general style------*/
body {
	font-size: 12px;
	font-family: Tahoma, Arial;
	background-color: #DDE5D9;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color:#000;
}

a{
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color:#478FD8;
}
h1 {
	padding: 0px;
	margin: 0px;
	color: #000;
	font-size: 14px;
}
img {
	border:0;
}
input {
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #555;
}
input.text 
{
	width: 400px;
	padding-top:5px;
	height: 20px;
	padding: 1px;
	border: 1px solid #C1C0B5;
	color: #555; 
	background-color: #FAFAF0;
}
input[type="text"]
{
	height: 20px;
	width: 400px;
	padding-top:5px;
	border: 1px solid #C1C0B5;
	color: #555; 
	background-color: #FAFAF0;
}
input[type="password"]
{
	height: 20px;
	width: 400px;
	padding-top:5px;
	border: 1px solid #C1C0B5;
	color: #555; 
	background-color: #FAFAF0;
}
input.button {
	height: 20px;
	border: 1px solid #C1C0B5;
	border-top: 1px solid #C1C0B5;
	border-left: 4px solid #C1C0B5;
	color: #555; 
	background-color: #FAFAF0;
}
textarea { 
	border: 1px solid #C1C0B5;
	background-color: #FAFAF0;
	font-family: Tahoma, Arial; 
	font-size: 12px; 
	color: #555;
}

select { 
	font-family: Tahoma, Arial; 
	font-size: 12px;  
	height: 25px;
	padding:3px;
	color: #555; 
	width: 200px;
	background-color: #FAFAF0;
	border: 1px solid #C1C0B5;
	
}
/*------全局变量------*/
#main {
	margin:0 auto;
	width: 100%;
	text-align: left;
}
/*------提示信息------*/
#message {
	margin-top:100px;
	background:#fff;
	text-align:center;
	width:500px;
	border:1px dotted #386792;
	margin-right:auto;
	margin-left:auto;
	padding:20px;
}
#message h2 {
	color:#339;
	font-size:14px;
	margin:20px auto;
}
/*------顶部------*/
#header {
	padding: 0px;
	height: 85px;
	background: repeat-x url(/Content/Images/heder_top.gif) left top;
	margin-bottom: 12px;
	text-align: left;
}
.header-title {
	padding: 0px;
	margin-left: 10px;
	padding-top:3px;
}
.header-title a{
	font-size:20px;
	color:#fff;
}
.header-title a:hover{
	color:#FFAA55;
	background:none;
}
.header-desc 
{
	position:absolute;
	margin-left:140px;
        top:3px;
}
.tableimage
{
	height:80px;
	width:120px; 
	background-color:#f3f8ee;
}

/*------菜单------*/
#menu {
	position:absolute;
	line-height: 150%;
	right:10px;
	top:41px;
	margin:0;
	padding:0;
    text-align: right;
}
#menu li{
	list-style: none;
	float: left;
	text-align: center;
	padding-left: 10px;
}
#menu a{
	font-weight: bold;
	padding: 4px 12px;
	color: #FFF;
	background-color:#5A7594;
	text-decoration: none;
	display: block;
    float: left;
}
#menu a:hover{ 
	background-color: #455E7C;
}
#menu .current_page_item a{
	background-color: #5A7594;
}
/*------主内容------*/
#main-content {
	float: left;
	width: 100%;
	margin-right: -415px;
}
#content-main {
	margin-left: 5px;
	margin-right: 240px;
	background:#FCFCFA;
	text-align: left;
	border: 1px solid #CED4CA;
	border-bottom-width:3px;
	border-right-width:3px;
	padding: 10px;
	padding-top: 0px;
	height:auto;
	overflow: visible;
}
.linkover {
	margin:0 0 20px 0;
	padding:10px 0;
	clear:both;
}
.linkover li {
	color:#666;
	width:100px;
	line-height:20px;
	margin:0 10px;
	float:left;
}
.linkover li a {
	font-weight:700;
}
.tags {
	line-height:26px;
}
.linkover li.onelink {
	width:400px;
	margin:0 10px 8px;
	color:#999;
}
.formbox p {
	margin:0;
	padding:0 0 12px;
}
	/*------主内容 顶部------*/
.content-top {
	padding:5px 10px;
	clear: both;
	color: #666666;
	margin-bottom: 5px;
	margin-top:5px;
	background:#F3F8EE;
	border:1px dotted #E0E6DA;
}

.content-top-right {
	clear: both;
	color: #666666;
	margin-bottom: 5px;
	margin-top:-60px;
	background:#F3F8EE;
	float:right;
}

.content-top  a{
	color: #666666;
}

.contente-top  a:hover{
	background:none;
}
#viewmode {
	float: right;
	padding-bottom:5px;
}
	/*------主内容 文章标题------*/
#article-box{
	padding: 5px;
	padding-top: 0px;
	font-size: 16px;
	border-bottom: 1px dotted #CCC;
}
.article-title h2{
font:bold 14px verdana;
color: #455E7C;
line-height:25px;
margin:0;
clear:both;
}
.article-title h2 a {
color:#333;
text-decoration:none;
padding:2px;
}
.article-title h2 a:hover {
color:#455E7C;
text-decoration:none;
}
.article-postdate{
	padding-left: 5px;
	padding-top: 3px;
	color: #999;
	font-size: 11px;
}
.article-postdate b{
	color: #FFAA55;
	font-weight: bold;
}
	/*------主内容 文章------*/
.article-content{
	padding-left: 10px;
	line-height:150%;
}
.article-content-text{
	padding-left: 10px;
	line-height:25px;
	font-size: 14px;
}
.article-content p a{
	color:#333;
}
.article-content p a:hover {
	color:#FF8102;
}
	/*------主内容 底部------*/
.article-bottom{
	padding: 0px;
	padding-top:6px;
	padding-right:8px;
	padding-bottom: 10px;
	font-size: 12px;
	color: #8E8E8E;
	text-align:right;
    border-bottom: 1px solid #DEE4DA;
}
.article-bottom-left{
	padding: 0px;
	padding-top:6px;
	padding-right:8px;
	padding-bottom: 10px;
	font-size: 12px;
	color: #8E8E8E;
	text-align:left;
}
.article-bottom a {
	color: #666;
	text-decoration: none;
}
.article-bottom a:hover{
	color: #000;
}
/*------附件------*/
.attach {
	padding: 10px;
}
/*------分页------*/
.p_bar {
	clear:both;
	margin:15px 0;
}
.p_bar a {
	font-size:12px;
	text-decoration:none;
	padding:2px 5px;
}
.p_bar a:hover {
	background:#F5FBFF;
	border:1px solid #86B9D6;
	text-decoration:none;
}
.p_info {
	background:#F5FBFF;
	border:1px solid #86B9D6;
	margin-right:1px;
	padding:2px 5px;
}
.p_num {
	background:#FFF;
	border:1px solid #DEDEB8;
	margin-right:1px;
}
.p_redirect {
	background:#FFF;
	border:1px solid #DEDEB8;
	margin-right:1px;
	font-weight:700;
	font-size:12px;
}
.p_curpage {
	margin-right:1px;
	border:1px solid #DEDEB8;
	background:#FFFFD9;
	color:#92A05A;
	font-weight:700;
	padding:2px 5px;
}
/*------右侧菜单------*/
#right{
	float:right;
	width: 200px;
	margin-left: 5px;
	margin-right: 5px;
	text-align: left;
	background:#FCFCFA;
	border: 1px solid #CED4CA;
	border-bottom-width:3px;
	border-right-width:3px;
	padding: 10px;
}
#right h2{
	padding:5px 10px;
	font-size: 14px;
	clear: both;
	color: #000;
	margin-bottom: 5px;
	margin-top:15px;
	background:#F3F8EE;
	border:1px dotted #E0E6DA;

}
#right .right-content{
	margin-left:5px;
	margin-right:5px;
	text-align:left;
	line-height:25px;
}
#right .right-content img{
    vertical-align:middle;
	padding:3px 0;
}
#right .right-content ul{
	padding: 1px;
	margin: 0px;
	margin-left: 2px;
}
#right .right-content li{
	line-height: 20px;
	color:#999999;
	padding:2px;
	border-bottom: solid 1px #E0E6DA;
	list-style: none;
}
#right p {
	text-align:center;
	margin:0px;
}
#right p a {
	margin:10px;
}
#right p.more {
	text-align:right;
	padding:6px 0 0;
}
/*------日历------*/
#calendar{
	margin-top:5px;
	text-align:center;
	color:#666666;
}
#calendar a{
	color:#FFAA55;
}
#calendar a:hover{
	color:#FF8102;
}
.curdate {
	font-weight: bold; 
	font-size: 12px; 
	padding-bottom: 10px;
}
.week {
	padding: 3px;
	font: 11px Tahoma, sans-serif; 
	background: #F3F8EE;
	border-bottom: 1px solid #478FD8;
	text-align: center;
}
.cal_day1 {
	padding:3px;
	font-size: 12px;
	text-align: center;
}
.cal_day1 a {
	text-decoration: underline;
}
.cal_day1 a:hover {
	text-decoration: none;
}
.cal_day2 {
	padding:3px;
	font-size: 12px;
	text-align: center;
	border: 1px solid #999;
	font-weight: bold;
	background: #EEEEEE;
}
.cal_day2 a {
	text-decoration: underline;
}
.cal_day2 a:hover {
	text-decoration: none;
}
/*------底部------*/
#foot{
	clear:both;
	margin-top:5px;
	background:#DDE5D9;
	padding-bottom:10px;
	border-top: 15px solid #5A7594;
}
/*------列表浏览------*/
#list-page{
	padding:10px;
}
.list-page-tr{
	line-height: 200%;
	color:#999999;
	padding:2px;
	border-bottom: dotted 1px #E0E6DA;
}
.list-page-top{
	line-height: 200%;
	font-weight: bold;
	color:#999999;
	padding:2px;
	border-bottom: solid 2px #DEE4DA;
	color:#478FD8;
}
/*------文章显示------*/
.show-prev{ float: left; }
.show-next{ float: right; }
.show-label{ text-align: center;}
/*------文章显示 内容头部------*/
.show-title {
	font-weight: bold;
	background: #F3F8EE;
	border:1px solid #D0DCE8;
	padding: 4px 10px;
	text-align:left;
}
/*------文章显示 内容------*/
.show-content{
	margin-top: 5px;
	margin-bottom: 5px;
}
.show-content ul{
	margin: 0px;
	margin-left: 3px;
	margin-right: 10px;
}
.show-content li{
	line-height: 150%;
	color:#999999;
	padding:2px;
	border-bottom: dotted 1px #E0E6DA;
	list-style: none;
}
.show-adsvideo{
	position:relative; 
	float:left;
    margin-top:15px;
    margin-right:10px;
    background-color:Black;
    padding-top:15px;
    padding-bottom:15px;
	width:365px; 
	height:295px;
}

/*------文章显示 底部------*/
#show-bottom{
	padding: 0px;
	padding-top:6px;
	padding-right:8px;
	padding-bottom: 0px;
	font-size: 12px;
	color: #8E8E8E;
	text-align:left;

	line-height: 200%;
}
#show-bottom a {
	color: #FFAA55;
	text-decoration: none;
}
#show-bottom a:hover{
	color: #FF8102;
}
/*------文章显示 评论------*/
#show-comment{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	line-height: 150%;
	color:#333;
	padding:2px;
	border: solid 1px #E8E7D0;
}
#show-comment .comment-lou{
	float: right;
	color:#999999
}
#show-comment .comment-top{
	padding:5px;
	text-align:left;
	margin:0px;
	color:#999999;
	font-size:11px;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 150%;
	border-bottom: dotted 1px #CECC9B;
}
#show-comment .comment-top b{
	color:#478FD8;
	font-size:12px;
	font-weight: bold;
}
#show-comment .comment-top a{
	color:#478FD8;
	text-decoration: underline;
}
#show-comment .comment-top a:hover{
	color:#666;
	text-decoration: none;
}
#show-comment .comment-centent{
	margin-left: 10px;
	margin-right: 10px;
	line-height: 150%;
	padding:5px;
}
/*------文章发表评论------*/
.show-wyly{
	margin-left: 0px;
	margin-right: 0px;
	line-height: 150%;
	padding:5px;
}
/*ajax style*/
.ajaxmsg {
	padding: 0px 20px;
	right: 0px; 
	background: red; 
	color: #fff; 
	line-height: 20px; 
	position: fixed; 
	top: 0px;
}
.ajaxdiv {
	border: 1px solid #D0DCE8;
	background: #F3F8EE;
	padding: 8px;
	position: absolute; 
	text-align: left;
}
.ajaxdiv H2 {
	font-size: 12px;
	margin: 0px;
	line-height: 24px;
}
.ajaxdiv H2 a {
	font-weight: normal;
	float: right;
}
