﻿body {
	font-family: "SimSun";
	width: 960px;
	margin: 0 auto;
	padding: 0px;
	background-image: url(../images/bg.gif);
	background-attachment: fixed;
}
img {
	padding: 0px;
	margin: 0px;
	
}

#topformtr td{
	background-image: url(../images/bg.gif);
}

#datalist_tb .title,
#datalist_tb .title a{
	font-family: "SimSun";
	font-size: 12px;
	font-weight: bold;
	color: #4e461f;
}
#datalist_tb {
	font-size: 12px;
	color: #4e461f;
	overflow:hidden;
	background-image: url(../images/bg.gif);
}

#datalist_tb .datacell,
#datalist_tb .gdatacell,
#datalist_tb .tblovr,
#datalist_tb .gtblovr,
#datalist_tb .checked,
#datalist_tb .gchecked{
	border: 1px #BBB29E;
	word-wrap: break-word;
	word-break: break-all;
}

#datalist_tb .datacell,
#datalist_tb .tblovr,
#datalist_tb .checked{
	border-style: none none solid none;
}
#datalist_tb .gtblovr,
#datalist_tb .gdatacell,
#datalist_tb .gchecked{
	border-style: none dashed solid dashed;
}

#datalist_tb .tblovr,
#datalist_tb .gtblovr{
	background-color: #E6E6FA;
}
#datalist_tb .checked,
#datalist_tb .gchecked{
	background-color: #FFECA0;
}
#datalist_tb .oddrow{
	background-color: #F3F3FA;
}
#datalist_tb .evenrow{
	background-color: #E8E8D0;
}



.td-state-text {
	font-size: 12px;
	color: #000000;
}
.copyright {
	font-family: Tahoma, "SimSun";
	font-size: 12px;
	color: #4b3002;
	line-height: 18px;
}

#index-td a:link {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
#index-td a:visited {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
#index-td a:hover {
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
#index-td a:active {
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}

#copyright a:link {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
#copyright a:visited {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
#copyright a:hover {
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
#copyright a:active {
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}

#nav a:link {
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
#nav a:visited {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
#nav a:hover {
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
#nav a:active {
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}

#sc a:link {
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
#sc a:visited {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
#sc a:hover {
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
#sc a:active {
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}

.btn img {
	padding-left:1px;
}

#fanye {
	font-family: Tahoma, "SimSun";
	font-size: 12px;
	color: #000000;
}
.list-btn {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.bbs-name {
	font-size: 14px;
	line-height: 40px;
	color: #000000;
}
.bbs-intro {
	font-size: 12px;
	color: #666666;
}
.bbs-intro2 {
	line-height: 26px;
}

div#newThingDiv {
    text-align: left;
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 240px;
    border: 1px solid #ccc;
    background-color: white;
}

#newThingDiv h2 {
    padding: 5px;
    background-color: #526EA6;
    color: white;
    font-size: 12px;
    font-weight: normal;
}

#newThingDiv h2 span {
    color: black;
}

#newThingDiv h2 a {
    color: white;
    position: absolute;
    right: 5px;
}

#newThingDiv div {
    padding: 0 5px;
}

#newThingDiv li {
    margin-left: 15px;
    list-style: square;
}

* html div#newThingDiv {
    left: expression( ( 0 - newThingDiv.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
    top: expression( ( 0 - newThingDiv.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}


