﻿/*解决水平滚动条问题*/
html 
{ 
    overflow-x:hidden;
	overflow-y:auto;
	font-size : 9pt;
}

body 
{		

	background-repeat: repeat-x;
	font-size : 9pt;
	margin:0px;
}
table td 
{		
	margin-left : 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
	font-size : 9pt;	
}

/*控制超链接样式*/
a:visited {
	font-size: 12px;
	line-height: 18px;
	color: #6A4600;
	letter-spacing: 0.1em;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	line-height: 18px;
	color: #009900;
	letter-spacing: 0.1em;
	text-decoration: none;
}
a:link {
	font-size: 12px;
	line-height: 18px;
	color: #6A4600;
	letter-spacing: 0.1em;
	text-decoration: none;
}
.link {
	font-size: 12px;
	line-height: 18px;
	color: #6A4600;
	letter-spacing: 0.1em;
	text-decoration: none;
}

.disabledLink 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	text-transform: uppercase;
	color: #999999;
	text-indent: 10px;
	font-size : 9pt;
}

/*表单中必填字段*颜色*/
.form_requestcolor
{
	color:#E78A29;

}

/*最外层表格样式*/
.outTable
{
	width:95%;
	border-collapse:collapse;
	border-width:0px;	
	text-align:center;
	font-size : 9pt;
}
.outTable th
{
    font-weight:normal;	
	text-align:left;
	padding:10px;
	padding-bottom:20px;
	padding-top:15px;
	font-size : 9pt;
}
/*里层一般表格样式*/
.innerTable
{
	
	width:100%;
    border:solid 1px #3399ff;
    border-collapse:collapse;    
    margin-bottom:10px;
    font-size : 9pt;
       
    /*background-color:Blue;*/
}

.innerTable th
{
	padding:1px;
    background-image:url(../Images/thBackgroundImage.jpg);
    color:Black;
    font-weight:normal; 
    text-align:left;
    height:18px;    
    font-size : 9pt;
}

.innerTable td
{
	padding:3px;
	text-align:left;
	font-size : 9pt;
}
/*里层含gridview的表格样式*/
.gridTable
{	
	width:100%;    
    border:solid 1px #3399ff;
    border-collapse:collapse;  
    font-size : 9pt;  
}

.gridTable th
{
	padding:1px;
    background-image:url(../../Images/thBackgroundImage.jpg);
    color:Black;
    text-align:left;
    height:18px;
    font-weight:normal; 
    font-size : 9pt;

}

.gridTable td
{
	padding:0px;	
	font-size : 9pt;
}
/*gridview的样式*/
.grid
{	
	background-color:#e9f7f7;
	font-size : 9pt;
}

.grid td
{
	text-align:center;
	padding:3px;
	color:#000066;
	font-size:9pt;
		
}

.grid th
{
	padding:3px;
	background-image:none;
	background-color:Silver;
	color:#4169E1;
	font-weight:bold;
	text-align:center;	
	font-size : 9pt;
}


/*一些控件的样式*/
.RadioButton
{
	font-family: "宋体";
	font-size: 12px;
	color: #666666;
}

/*在线交流的页面*/
.onlineFellowTable {width:100%; font-size : 9pt;border-collapse:collapse;border-top:1px dotted;border-bottom:1px dotted}
.onlineFellowTable td { font-size : 9pt; border-left-width: 1px; border-right-width: 1px; border-top-width: 1px; 
               border-bottom-style: dotted; border-bottom-width: 1px}
.daohang {
	/*color: #333;*/
	color:#ffffff;
	text-decoration: none;
	font-size : 9pt;
}               
