﻿/* Start Table*/

table.tableBorder
{
	border: 1px outset #42ADF1;
	background-color: #FFFFFF;
}

table.purple
{
	border-width: 1px;
	border-style: outset;
	border-color: #D7C0F2;
}
table.green
{
	border-width: 1px;
	border-style: outset;
	border-color: #8EDCBF;
}
table.gray
{
	border-width: 1px;
	border-style: outset;
	border-color: #FFFEFF;
}
table.lightGray
{
	border-width: 1px;
	border-style: solid;
	border-color: #ECE9D8;
}

table.adminTable
{
	border: 1px #1C84D0 solid;
	background-color: #FFFFFF;
}

tr.column
{
	text-align: center;
	font-weight: bold;
	font-size: 9pt;
	background-color: #78ABDE;
	background-repeat: repeat-x;
	color: white;
	background-image: url(images/admin_bg_th.gif);
}
.gridHead
{
	height:20px;
	text-align: center;
	font-weight: bold;
	font-size: 9pt;
	background-color: #78ABDE;
	background-repeat: repeat-x;
	color: white;
	background-image: url(images/admin_bg_th.gif);	
	}
	
tr.columnOrange
{
	text-align: center;
	font-weight: bold;
	font-size: 9pt;
	background-color: #78ABDE;
	background-repeat: repeat-x;
	color: white;
	background-image: url(images/admin_bg_th.gif);
}

tr.f
{
	font-size: 9pt;
	background-color: #DDEEFF;
	border-top: 0px solid #53A3E2;
}
.f
{
	font-size: 9pt;
	background-color: #DDEEFF;
	border-top: 0px solid #53A3E2;
}

.f1
{
	font-size: 9pt;
	text-align:center;
	background-color: #DDEEFF;
	border-top: 0px solid #53A3E2;
}

table.PartL
{
	width: 160px;
	overflow: hidden;
	background: url(images/brown_bg.gif) repeat-y #ffd77b;
	border-bottom: 1px #E5B952 solid;
}
td.brown_head
{
	background: url(images/brown_head.gif) no-repeat #fff2d4;
	color: #333;
	font-size: 12px;
	text-align: center;
	padding: 6px 0 0 0;
	height: 18px;
	font-weight: bold;
	vertical-align: top;
}
td.brown_head a:link
{
	color: #333;
	text-decoration: none;
}
td.brown_head a:visited
{
	color: #333;
	text-decoration: none;
}
td.brown_head a:hover
{
	color: #333;
	text-decoration: underline;
}
td.solidtitle
{
	border:1px;
	border-color:#C7E7D4;
	border-style:solid;
	font-family:宋体| Verdana;
	font-size:10pt;
	font-weight:bold;
    color:white;	
}

table.b_table
{
	border-collapse: collapse;
}
tr.b_tr
{
	border: #000 solid 1px;
}

/*Sort style*/
th.header 
{     
	background-image: url(images/sort_normal.gif);
	cursor: pointer;	
	font-weight: bold;
	background-repeat: no-repeat; 
	background-position: center right;
	text-align:center;	
	padding-right:12px;
} 
th.headerSortDown
{
	background-image: url(images/sort_desc.gif);	
	background-color: #78ABDE;
} 
th.headerSortUp 
{
	background-image: url(images/sort_asc.gif);
	background-color: #78ABDE;
} 

th.headerSortDownUnit
{
	background-image: url(images/sort_desc.gif);	
	background-color: #8dbdd8
} 
th.headerSortUpUnit 
{
	background-image: url(images/sort_asc.gif);
	background-color: #8dbdd8
}

thead.column
{
	text-align: center;
	font-weight: bold;
	font-size: 9pt;
	background-color: #2272B1;
	background-repeat: repeat-x;
	color: white;
}
td.sub
{
	padding-right: 5px; 
	text-align: right; 
	vertical-align: bottom;
}


/* tables */
.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
.tablesorter thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
.tablesorter thead tr .headerSortUp {
	background-image: url(images/sort_asc.gif);
}
.tablesorter thead tr .headerSortDown {
	background-image:url(images/sort_desc.gif); 
}
.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}
/*学历打印报表相关*/
table .xlTable
{
     border-collapse:collapse;
     border:#000 solid 1px;	
     
	}
	.xlTable tr 
	{
		height:30px;
		
		}
	
		.xlTable tr td
		{
			font-weight:normal;
			  line-height:20px;
			 font-size:large;
			 height:auto;
			 text-align:center;
			}
		
.xlTd
{
	text-align:left;
	
	}		

/*bbs table */
tr.bbsColumn
{
	text-align: center;
	font-weight: bold;
	font-size: 9pt;
	background-repeat: repeat-x;
	color: #000000;
	border: 1px outset #42ADF1;
	background-image: url(images/bbs/bbs_03.gif);
	height:25px;
}
