﻿*
{
	list-style-type:none;
	margin:0;
	padding:0;	
	font-size:14px;
	text-align:left;	
	/*border:solid 1px red;*/
}
.fleft
{
	float:left;
}
.fright
{
	float:right;
}
body 
{
	background:url(images/bg.gif) repeat-x;
	padding:0px 12px 0 12px;
}
a{color:#008CA7;font-size:14px;}
a:link{color:#008CA7;text-decoration:underline;}
a:visited{color:#008CA7;text-decoration:underline;}
a:hover{color:#FF6600;text-decoration:none;}
#top
{
	height:60px;
	line-height:60px;
	background-color:#006666;
	color:#FFFFFF;
	margin-top:9px;
	padding:0 24px 0 24px;
	overflow:hidden;
	vertical-align:middle;
}
#top span
{
	font-size:24px;
	font-family:Arial Black;
}
#nav
{
	height:28px;
	line-height:28px;
	padding:0 24px 0 24px;
	background:#D3D3D3 url(images/navbg1.gif) no-repeat 5px 9px;
}
#nav span
{
	color:Green;
}
#body
{
	margin-top:12px;
}
#b1
{
    clear:both;
    margin-top:20px;
    height:3px;
    background-color:#006666;
}
#b2
{
    text-align:center;
    padding:3px;
    background-color:#EEEEEE;    
}
#b2 a{font-size:12px;}
#bleft
{
	float:left;
	width:120px;
}
dt,dd,li
{
	line-height:200%;
}
#bleft dt
{
	background:#848484 url(images/navbg2.gif) no-repeat 5px 7px;
	color:White;
	padding-left:24px;
}
#bleft li a
{
	display:block;
	background-color:#EEEEEE;
	border-bottom:solid 1px #DDDDDD;
	padding-left:24px;
	font-weight:bold;
}
#bleft li.sub
{
	line-height:150%;
}
#bleft li.sub a
{
	padding-left:40px;font-weight:normal;color:#000000;text-decoration:none;
}
#bleft li.sub a:hover{background-color:#006666;color:White;}
#bleft li.sub a:hover{background-color:#D0FFFF;color:#000000;}
#bleft ul,#bleft li{display:inline;}

#bright
{
    width:auto;
    margin-left:125px;
}
.rdav
{
    margin-bottom:5px;
    padding:5px;
    background:#EEEEEE;
    font-size:14px;
	border-bottom:solid 1px #006666;
}
.item
{
    float:left;
    width:370px;
    margin-left:5px;
}
.item .title
{	
	background:#EEEEEE;
	padding:5px;
	color:#006464;
	font-weight:bold;
	font-size:14px;
}
a.subitem
{
    font-size:12px;
    display:inline;
}
.list li
{
	padding-left:16px;
	background:url(images/tri.gif) no-repeat 5px 10px;	
}
.list li.index
{
	line-height:25px;
	height:25px;
	display:block;
	width:345px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.list li a
{
	color:#000000;
	text-decoration:none;
}
.list li a:visited
{
	color:#000000;
	text-decoration:none;
}
.list li a:hover
{
	color:#FF6600;
	text-decoration:underline;
}
.list li a.f
{
	color:#006666;
	text-decoration:none;
}

.list li a.f:visited
{
	color:#006666;
	display:inline;
	text-decoration:none;
}
.list li a.f:hover
{
	color:#006666;
	text-decoration:underline;
}
.sublist
{
    margin:10px 0 10px 0;
    padding:5px;
    border:dotted 1px #006666;
    background-color:#EEEEFF;
    font-size:14px;
}
.gray
{
	padding:5px;
	color:#848484;
}
/*添加文章*/
.edittbl .msg
{
    color:Red;
    display:none;
}
/*分页*/
.listpage {padding-left:5px;}
.listpage a{padding:5px;min-width:12px;display:block;float:left;font-weight:bold;background-color:#EEEEFF;border:dotted 1px #006666;margin:1px;}
/*文章查看*/
.artShow *
{
	list-style-type:circle;
	margin:auto;
	padding:auto;
}
.artShow
{
	margin:10px;
	background-color:#F0FFFF;
}
.artShow h1
{
    font-size:16px;
    font-weight:bold;
    text-align:center;
    margin:10px 0 10px 0;
    color:#008CA7;
}
.artDesc,.artFunc
{
    text-align:center;
    line-height:200%;
}
.artFunc
{
	text-align:right;
}
.artContent
{
    line-height:200%;
    font-size:12px;  
}
.artContent *
{
    font-size:12px;    
}
.code
{
	border:solid 1px #D1D7DC;
	font-family:Arial;
	padding:5px;
}
.comment
{	
	border:solid 1px #006666;
	margin-bottom:5px;	
}
.comment .t
{	
	padding:3px;
	background:#eeeeee;
	border-bottom:dotted 1px #333333;
}
.comment .n
{
	font-weight:bold;
}
.comment p
{
	line-height:200%;
	padding:5px;
}
.comment table
{
	margin:5px;
}
.comment input
{
	width:120px;
}
/*注册页面*/
.reg h1
{
	font-size:16px;
	margin:10px 0 10px 2em;
	color:#006666;
}
.reg p
{
	text-indent:2em;
	line-height:200%;
}
.reg dt
{
	font-weight:bold;
}
.reg dd
{
	list-style-type:circle;
	margin-left:2em;
}
.reg .msg
{
	display:none;
	color:Red;
}


