/*
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>
*/
body{cursor: url(../images/pranay.cur),progress!important;}
a:hover, textarea, input {
cursor: url(../images/shashi.cur),default!important;
}
table{
	width:550px;
	background-color:#FFF;
	border-collapse:collapse;
	table-layout:auto;
	vertical-align:top;
	border:1px solid #CCCCCC;
	}

table thead th{
	color:#FFFFFF;
	background-color:#04182F;
	border:1px solid #CCCCCC;
	border-collapse:collapse;
	text-align:center;
	table-layout:auto;
	vertical-align:middle;
	}

table tbody td{
	vertical-align: middle;
	border-collapse:collapse;
	}
	
table thead th, table tbody td{
	padding:5px;
	border-collapse:collapse;
	}

table tbody tr.light{
	color:#666666;
	background-color:#F7F7F7;
	}

table tbody tr.dark{
	color:#666666;
	background-color:#E8E8E8;
	}
table tbody td a{ color:#0C0; text-decoration:none; font-weight:bold;}
table tbody td a:hover{ color:#030;}
.submit {
font-family:'Open Sans', sans-serif;
	display:block;
	width:100px;
	height:40px;	
	border:solid 1px #cb8604;
	padding:10px;
	background:#125B80;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	background: -webkit-gradient(linear, left top, left bottom, from(#125B80), to(#125B80));
	background: -moz-linear-gradient(top, #125B80, #125B80);
 	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#125B80', endColorstr='#125B80');
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
}
.submit:hover {
font-family:'Open Sans', sans-serif;
	display:block;
	width:100px;
	height:40px;
	border:solid 1px #cb8604;
	padding:10px;
	background:#09425f;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	background: -webkit-gradient(linear, left top, left bottom, from(#125B80), to(#09425f));
	background: -moz-linear-gradient(top, #125B80, #09425f);
 	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#007287', endColorstr='#09425f');
}
