/*
Template Name: Education Time
File: Tables CSS
Author: OS Templates
Author URI: http://www.os-templates.com/
Licence: <a href="http://www.os-templates.com/template-terms">Website Template Licence</a>
*/

table{
	width:100%;
	border-collapse:collapse;
	table-layout:auto;
	vertical-align:top;
	margin-bottom:15px;
	max-width:1100px;
	}
#hpage_latestnews table{
	max-width:660px;
	}
.calend_wrap_index table td{
	text-align:center;
	}	
	
.calend_wrap_index table td a{
	text-decoration:none;
	}	

table thead th{
	/*color:#FFFFFF;*/
	background-color:#fbfbfb;
	border:1px solid #CCCCCC;
	border-collapse:collapse;
	text-align:center;
	/*table-layout:auto;*/
	vertical-align:middle;
	}

table tbody td{
	vertical-align:top;
	border-collapse:collapse;
	border:1px solid #CCCCCC;
	}
	
table thead th, table tbody td{
	padding:5px;
	border-collapse:collapse;
	font-weight: normal;
	}

table tbody tr.light{
	color:#666666;
	background-color:#F7F7F7;
	}

table tbody tr.dark{
	color:#666666;
	background-color:#E8E8E8;
	}
	
.teacherstufftable{
	font-size:14px;
	table-layout:fixed;
	}

.teacherstufftable td{
	padding:9px;
	word-wrap:break-word;
	}
	
.teacherstufftable tr:hover{
	background:#eee;
	}		
	
.teacherstufftitle{
	width:50px;
	height:100px;
	}	

.teacherstufftitle td{
 	-moz-transform: rotate(-90.0deg);
       	-o-transform: rotate(-90.0deg);
  	-webkit-transform: rotate(-90.0deg);
        filter:  progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083);
        -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)";
        padding:52px 0 0 0 !important;
        text-align:center;
	}	
	