/* 置标符样式*/

body {
	font-size: 12px;
	background-color: #F2EFE2;
	margin: 20px;
	padding: 0px;
}


td {
font-size: 12px; color: #333333; text-decoration: none; font-family: "Verdana"; line-height:20px;}

input {
	color: #666666;
	font-size: 12px;
	font-family:"Arial", "宋体";
	border-style: solid;
	border-width: 1px;
	line-height: 18px;
	}

textarea {
	color: #666666;
	font-size: 12px;
	font-family:"Arial", "宋体";
	border-style: solid;
	border-width: 1;
	line-height: 18px;
}

select {
	font-size: 12px;
	color: #333333;
	font-family: "Verdana";
}

a { color: #333333; text-decoration: underline;behavior:url(../include/link.htc)}
a:hover {
	color: #EE0000;
	text-decoration: underline;
}

th {
	font-size: 12px;
	color: #000000;
	background-color: #D5C1A1;

}

ul
{
	list-style-type: none;
	margin:5px;
	padding:0px;
	text-align:left;

}

li
{
	list-style-position:outside;
}

/*主表格两边白边*/
.borderMain
{
background-color:#FFFFFF;
border-left:5px #FFFFFF solid;
border-right:5px #FFFFFF solid;
}

/* 字体样式*/
.fontTitle {
	font-size:12;
	text-decoration: none;
	color: #000000;
	font-weight: bold;

}

.fontSubhead {
	font-size:12;
	text-decoration: none;
	color: #000000;
}

.fontContent {
	font-size:12;
	text-decoration: none;
	color: #555555;
}


.fontStriking{
	font-weight: bold;
	font-size:12;
	text-decoration: none;
	color: #ff3300;
}

.fontBigStriking {
	font-size: 14px;
	font-weight: bolder;
	color: #CC0000;
}

.fontYellow{
	font-weight: bold;
	font-size:12;
	text-decoration: none;
	color: #FFAA00;
}

.fontMenu{color:#FFFFFF}
a.fontMenu:hover{color:#FFFFFF}

.fontDel{text-decoration: line-through;color:#FF6600;}

.fontLeftMenu{
	font-size:12;
	text-decoration: none;
	color: #000000;
}

.fontContent
{
	font-size:14px;
	line-height: 22px;
}

/* 单选提交按钮样式*/
.radio {border: 0px;background-color:transparent;}
.button {height: 19px;	width: 50px;border:1px #333333 solid;}
.imgButton {border: 0px;height:20px;}

/* 表格背影样式*/

/* 主标题栏*/
.bgTitleA {
	background-color: #E5D3B7;
}

/* 次标题栏*/
.bgTitleB {
	background-color: #F2E3CB;
	font-weight: bold;
	font-size:12;
}

/* 导航标题栏*/
.bgTitleNav {
	background-color: #F2E3CB;
}

/* 内容列A*/
.bgContentA {
	background-color: #F0F0F0;
}

/* 内容列B*/
.bgContentB {
	background-color: #F5F5F5;
}

/* 右面A*/
.bgRightA {
	background-color: #F2EFE3;
}

/* 右面B*/
.bgRightB {
	background-color: #FFDDEE;
}

/* 顶部Banner区*/
.bgTopBanner {
	background-color: #F5F5F5;
	padding: 10px;

}

/* 公告栏 */
.bgCallBoard  {
	background-image: url(../icon/xianxian.gif);
}

/* 版权栏 */
.bgCopyright {
	background-color: #F8F8F8;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DDDDDD;
	border-right-color: #DDDDDD;
	border-bottom-color: #DDDDDD;
	border-left-color: #DDDDDD;

}

/* 顶上标志处背景 */
.bgTopLogo {
	background-color: #EE3300;
}

/* 顶上导航栏背景 */
.bgTopNav  {
	background-color: #EE3300;
}

/* 文章列表边框 */
borderList {background-color: #FFFFFF;}


/*右边线*/
.borderRight {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-right-color: #eeeeee;
}

/*标题栏右边线*/
.borderRightTitle {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-right-color: #cccccc;
}


#memberList li
{
	float:left;
	width:105px;
	height:20px;
}

.fontTopicTop
{
color:#FF6600;
font-weight:bold;
}
.fontRed {
	color: #FF0000;
}
