/*
 StarTutor Centre style sheet
 Updated: 19 Feb 2007
 General styles, body etc. 
*/
* { 
	-moz-box-sizing: border-box; 
} 
body, td, th { /* , inputredundant rules for bad browsers  */
	margin: 0;
	padding: 0;
	border: 0;
	color: #494949;

	font-family: "Trebuchet Ms", arial, verdana, sans-serif;
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
}
body{
	background: #FFF;
}
textarea{
	font-family: "Trebuchet Ms", arial, verdana, sans-serif;
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
}
table th{
	text-align: left;
}
form, li {
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Grande", "Trebuchet Ms", verdana, arial, sans-serif;
	padding: 0em 0 0.2em 0;
	margin: 0;
}

li h1, li h2, li h3, li h4, li h5, li h6 {
	border: none;
}

h1, h2, h3, h4{
	color: #444;
}

h1 { font-size: 150%; font-weight: normal; }
h2 { font-size: 150%; font-weight: normal; }
h3 { font-size: 140%; font-weight: normal; }
h4 { font-size: 120%; font-weight: normal; }
h5 { font-size: 100%; }
h6 { font-size: 90%; border: 0; }
a {
	color: #7396bf;/*#718C44; #AE6500;*/
	text-decoration: none;
}
a:hover {
	color: #7396bf;
	text-decoration: underline;
}
img {
	border: none;
}
label{
	cursor: pointer;
}

/* User Specific Styles
   Top Down: Menu->Boxes->Tabs->Footers->Errors
 */
.menu {
	float: left;
}
.menu a {
display: block;
	line-height: 26px;
	
	padding: 0px 15px;
	margin:0; 
	font-weight: bold;
	background: url("../img/menu_bg.gif.php");
}
.menu a:hover {
	color: #445E7A;
	text-decoration: none;
	background-image: url("../img/menu_over.gif.php");
}
.menu_spacer{
	float: left;
	width: 2px;
	height: 26px;
	background-image: url("../img/menu_spacer.gif");
}
.menu #current{
	color: #445E7A;
	text-decoration: none;
	background-image: url("../img/menu_over.gif.php");

}
div.spacer {
	clear: both;
}
div.clear {
	clear: both; border: 0px; padding: 0px; font-size: 0px; margin:0px; line-height: 0px; height: 0px;
}
.clickable{
	cursor: pointer;
	color: #7396bf;
}
.white_box{
	border: 1px solid;
	border-color: #FFFFFF #E2E2E2;
	padding: 0px 10px 10px 15px;
	text-align: left;
	background-color: #FFF;
}
abbr, acronym, .help {
  border-bottom: 1px dotted #333;
  cursor: help;
}
div.row {
	clear: both;
	padding-top: 5px;
}
div.row span.label {
	float: left;
	width: 20%;
	text-align: right;
	font-weight: bold;
}
div.row span.leftlabel {
	float: left;
	width: 20%;
	text-align: left;
}

div.row span.input {
	float: right;
	width: 79%;
	text-align: left;
} 
input .blue_shade{
	width: 100px;
	color: #405265;
	background-color: #E0EAF4;
	border: 1px solid #9097A2;
}
.error{
	color: #CC0000;
}

.popupBox {
	position: absolute;
	visibility: hidden;
	left: 0px;
	top: 0px;
	z-index: 200;
	border: 1px #696969 solid;
	background-color: white;
	padding: 10px;
	padding-bottom: 15px
}
.search_result tr{
	vertical-align: top;
}
.search_result th{
	text-align: left;
}
.gmap_tooltip{
	width: 260px;
	text-align: left;
	border: 2px #006699 solid;
	padding: 10px;
	background: white;
}

/* Alternate row colors*/
.course th, .course td{
	padding: 3px 5px;
	vertical-align: top;
}
.course th{
	white-space: nowrap;
}
.course th a{
	color: #369;
}
.row0{

}
.row1{
	background-color: #E5EFFC
	/*E5EFFC*/
}