/* CSS Document */
body
{
	font: 12px 宋体;
	margin: 0 0 0 0;
	background-color:#E0DBCA;
	background-image: url(images/bg_body.gif);
}

/*	超链接样式	*/
a:link, a:active, a:visited
{
	color: #464646;
	text-decoration: none;
}

/*	超链接样式	*/
a:hover
{
	color: #464646;
	text-decoration: underline;
}

/*  输入框,下拉框的样式  */
input, select, textarea, option
{
	font-family: tahoma,verdana, "宋体";
	font-size: 12px;
	line-height: 15px;
	color: #252525;
}


/*	通用表格,段落的样式	*/
table, div
{
	font: 12px 宋体;
	color: #000000;
}

p{
	font-size: 14px;
}

/*	表格标题的样式	*/
th
{
	color: #675F47;
	height: 25px;
	vertical-align:middle;
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
	background-image: url(images/bg_th.gif);
	border:solid 1px #B4AB8F;
}
/*	主表格的样式	*/
table.main_table
{
	border-collapse : collapse ;
	border:solid 1px #B4AB8F;
}

/*	导航条的样式	*/
td.nav
{
	height: 22px;
	padding-left: 5px;
	padding-right: 5px;
	border:solid 1px #B4AB8F;
	background-image: url(images/bg_nav.gif);
}

/*  导航条的样式  */
td.navBar
{
	line-height:22px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #D3CBB3;
}

/*  分隔行的单元格样式   */
td.span
{
	height: 9px;
	padding-left: 5px;
	padding-right: 5px;
	background-image: url(images/bg_span.gif);
}

/*	表格一般内容样式	*/
td.content td
{
	padding-left: 5px;
	padding-right: 5px;
	font-size: 14px;
}


/*	信息显示的淡色样式	*/
.light
{
	padding-left: 5px;
	padding-right: 5px;
	border:solid 1px #EBEBEB;
}


/*	信息显示的浓色样式	*/
.thick
{
	padding-left: 5px;
	padding-right: 5px;
	background-color: #DBD4C0;
	border:solid 1px #EBEBEB;
}

/*	风格菜单样式	*/
.menu
{
    border: #B4AB8F 1px solid;
    visibility: hidden;
    font: 12px Verdana;
    position: absolute;
    background-color: #D2D8E0;
    background-image: url(images/bg_menu.gif);
    background-repeat: repeat-y;
}

/*	右键弹出菜单项的鼠标移走的样式	*/
.menuItem-out
{
    margin:2px;
    padding:1px;
    text-indent:20px;
    word-break:keep-all;
}

/*	右键弹出菜单项的鼠标移至的样式	*/
.menuItem-over
{
    margin: 2px;
    padding: 0px;
    text-indent:20px;
    border: gray 1px solid;
    background-color: #D3CBB3;
}

.menuItem2-out
{
    margin:2px;
    padding:1px;
    width:65px;
    word-break:keep-all;
    text-align:center;
}

.menuItem2-over
{
    margin: 2px;
    padding: 0px;
    width:65px;
    text-align:center;
    border: gray 1px solid;
    background-color: #D3CBB3;
}

/*板块名称*/
.boardName
{
	font: 14px 宋体;
	color: #675F47;
	font-weight: bold;
}                            
/*
版块标题名称
*/
.boardTitleName
{
	color:#675F47;
} 

/*	信息列表显示的淡色样式	*/
.lightList
{
	padding-left: 5px;
	padding-right: 5px;
	border-bottom:solid 1px #EBEBEB;
	
}

/*	信息列表显示的浓色样式	*/
.thickList
{
	padding-left: 5px;
	padding-right: 5px;
	background-color: #DBD4C0;
	border-bottom:solid 1px #EBEBEB;
}

/*	信息列表显示的淡色样式	*/
.lightBg
{
	
}

/*	信息列表显示的浓色样式	*/
.thickBg
{
	background-color: #DBD4C0;
}

.tdHeader
{
	background-color: #D3CBB3;
	border:solid 1px #EBEBEB;
}

.tdThickCommon
{
	border:solid 1px #EBEBEB;
	padding-left:5px;
	behavior:url(/page/bbs/share/css.htc);	
}

.tdThickOver
{
	background-color:  #DBD4C0;
	border:solid 1px #EBEBEB;
	padding-left:5px;
	behavior:url(/page/bbs/share/css.htc);	
}


.tdPage
{
	border:solid 1px #EBEBEB;
	width:15px;
	text-align:center;
}

.tdCurrentPage
{
	border:solid 1px #EBEBEB;
	background-color:  #DBD4C0;
	text-align:center;
	font-weight:bold;
	width:15px;
}

.spanRight {
	PADDING-RIGHT: 5px;float:right;
}

.quote{
	margin:5px 20px; padding: 5px;border: 1px solid #CCCCCC;background-color:#F3F3F3;line-height: normal;
}