﻿body {
	text-align:center;
    font-family: 宋体, "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #e8ebed;
	font-size: 12px;
	color: #333333;
}

input {
	font-size: 12px;
	border: 1px solid #CCCCCC;
}

/*取消input type=radio的边框 */
input[type~=radio]
{
    border-width: 0;
}

input[type~=checkbox]
{
    border-width: 0;
}

a:link, a:visited
{
	color: #333333;
	text-decoration: none;
}

a:hover
{
    color: #d32525;
    text-decoration: underline;
}

a:active
{
    color: #034af3;
	text-decoration: none;
}

p
{
	line-height: 1.4em;
}

hr
{
	border: 0;
	border-top: 1px solid #bababa;
	height: 1px;
}

table
{
    border-width: 0;
}

.tbl
{
    border-spacing: 0;
    border-collapse: collapse;
}

th,td 
{
	padding: 0; 
}

img
{
	border-width: 0;
}

/* 自定义 */

.header {
	background-image: url(Images/banner.gif);
	background-repeat: no-repeat;
	position: relative;
	width: 1003px;
	height: 100px;
}

.page
{
    margin: 0 auto;
    background-color: White;
	width:1003px;
}

.detailpage
{
	text-align: center; 
	width:1003px;
}

/* 纯Html页不支持Div样式*/
.tableHtml
{
	border-collapse:collapse; 
	border-spacing:0; 
	background-color:White;
	text-align: center; 
	width:1003px;
}

.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;
}
