﻿body {
	margin: 0;
	background-color: #e8ebed;
	font-family: 宋体, verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #333333;
}

table
{
	border:0;
	font-size: 1em;
}

th,td 
{
	padding: 0; 
}

img
{
	border-width: 0;
}

hr
{
	border: 0;
	border-top: 1px solid #bababa;
	height: 1px;
}

p
{
	line-height: 1.4em;
}

input {
	font-size: 12px;
	border: 1px solid #CCCCCC;
}


a
{
	text-decoration:none;
	color: #444444;
}

a:visited
{
	color: #448DCB; 
	text-decoration: none;
}

a:hover
{
	text-decoration: none;
	color: #d32525; 
	text-decoration: underline;
}

a:active
{
	color: #444444;
	text-decoration: none;
}


/* 自定义 */

.header {
	background-image: url(Images/banner.gif);
	background-repeat: no-repeat;
	position: relative;
	width: 1024;
	height: 100px;
}

.page
{
	background-color:#FFFFFF;
	text-align: center; 
	width:1024px;
}

.detailpage
{
	text-align: center; 
	width:1024px;
}

.table
{
	border-collapse:collapse; 
	border-spacing:0; 
	width:100%;
}

/* 纯Html页不支持Div样式*/
.tableHtml
{
	border-collapse:collapse; 
	border-spacing:0; 
	background-color:White;
	text-align: center; 
	width:1024px;
}

.article
{
	text-align:center;
	width:88%;
	padding-top:30px;
	padding-bottom:10px;
}

.iframe
{
	text-align:left;
	width: 977px;
}

.imgOpacity
{
	filter:alpha(opacity=40);
	vertical-align:text-bottom;
	text-align:center;
	width:75px; 
	height:88px; 
	border:0px; 
}

.bbsTableBorder
{
	padding-top:30px;
	background-color: #F2F2F2; 
    border-width:1px;
    border-style:solid;
    border-color: #CCCCCC;
}
.bbsTableBordeRright
{
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

.bbsTableBorderNoTop 
{
	width:100%;
	text-align:center;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #CCCCCC;
}

.bbsTableBorderTop 
{
	width:100%;
	text-align:center;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-color: #CCCCCC;
}

.bbsAuthor
{
	width:100%;
	filter:glow(color=#9898BA,strength=2);
	font-weight:bold;
}

.gridPager span
{
    font-size: 18px;
    font-weight: bold;
    color: Red;
}
.gridPager td
{
    padding-left: 2px;
    padding-right: 2px;
}