/*********************************************************************************/

.table-2content-2col,
.table-2content-3col,
.table-2content-4col,
.table-2content-5col,
.table-2content-xcol { width: 477px; overflow-x: auto; }
.table-3content-2col,
.table-3content-3col,
.table-3content-4col,
.table-3content-5col,
.table-3content-xcol { width: 729px; overflow-x: auto; }

*+html .table-2content-2col,
*+html .table-2content-3col,
*+html .table-2content-4col,
*+html .table-2content-5col,
*+html .table-2content-xcol,
*+html .table-3content-2col,
*+html .table-3content-3col,
*+html .table-3content-4col,
*+html .table-3content-5col,
*+html .table-3content-xcol
{  overflow: auto;padding-bottom: 20px; overflow-y: hidden; }


.table-2content-2col th { width: 238px; }
.table-2content-3col th { width: 159px; }
.table-2content-4col th { width: 119px; }

.table-3content-2col th { width: 364px; }
.table-3content-3col th { width: 243px; }
.table-3content-4col th { width: 182px; }
.table-3content-5col th { width: 145px; }


.table-faculty-one th				{ background-color: #00458C; }
.table-faculty-two th 			{ background-color: #0099BF; }
.table-faculty-three th 		{ background-color: #008DD0; }
.table-faculty-four th 			{ background-color: #00AAB5; }
.table-faculty-five th 			{ background-color: #0072BC; }
.table-faculty-six th 			{ background-color: #005BAA; }
.table-faculty-seven th			{ background-color: #00A4D6; }
.table-faculty-eight th			{ background-color: #009793; }
.table-faculty-nine th 			{ background-color: #009B71; }
.table-faculty-ten th 			{ background-color: #008E7D; }
.table-faculty-eleven th 		{ background-color: #F47920; }
.table-faculty-twelve th 		{ background-color: #113B46; }
.table-faculty-thirteen th 	{ background-color: #BD1A8D; }
.table-faculty-fourteen th 	{ background-color: #A62A57; }

.table-faculty-one .table-head				{ background-color: #00458C; }
.table-faculty-two .table-head 			{ background-color: #0099BF; }
.table-faculty-three .table-head 		{ background-color: #008DD0; }
.table-faculty-four .table-head 			{ background-color: #00AAB5; }
.table-faculty-five .table-head 			{ background-color: #0072BC; }
.table-faculty-six .table-head 			{ background-color: #005BAA; }
.table-faculty-seven .table-head			{ background-color: #00A4D6; }
.table-faculty-eight 	.table-head		{ background-color: #009793; }
.table-faculty-nine .table-head			{ background-color: #009B71; }
.table-faculty-ten 	.table-head			{ background-color: #008E7D; }
.table-faculty-eleven .table-head 		{ background-color: #F47920; }
.table-faculty-twelve  .table-head		{ background-color: #113B46; }
.table-faculty-thirteen .table-head 	{ background-color: #BD1A8D; }
.table-faculty-fourteen .table-head 	{ background-color: #A62A57; }





.table-study-interested th	{ background-color: #94ad1c; }
.table-student th						{ background-color: #d30330; }

/*********************************************************************************/


table {
	text-align: left;
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
}
th {
	background-color: #898989;
	padding: 0px 5px 0px 5px;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
}
td {
  color: #3c3c3c;
	border-bottom: 1px solid #FFF;;
	padding: 0px 5px 0px 5px;
}
th, td { vertical-align: top; width: auto;}

th  {
	text-transform: uppercase;
	font-weight: bold;
	color: #FFF !important;
}


table, tbody, tfoot, tr, td {
  font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	color: #55595c;
}
tbody td { line-height: 20px; border-right: 1px solid #FFF; background-color: #EEE;}

table .odd th a,table .odd td a,table .odd td{ color: #3c3c3c; }
table .odd th,table .odd td { background-color: #DDDDDD; }

.table-end {
	color: #000;
	border-bottom: 1px solid #FFFFFF;
	height: 8px !important;
	line-height: 8px !important;
	background-color: #FFF;
}
.table-end:hover { background-color: #FFF;}

.content-table a {
	font-weight: bold !important;
}

tbody tr.odd { border-bottom: 1px dotted #aeb3b6; }
tbody tr:hover td { background-color: #9d9d9d; }
tbody tr:hover td,tbody tr:hover th, tbody tr:hover a { color: #fff !important; }
