/*
 StarTutor.sg style sheet
 Updated: 09 Aug 2007
 Updated: 29 Apr 2006
 General styles, body etc. 
*/
* { 
	-moz-box-sizing: border-box; 
	
} 
body, td, th { /* , inputredundant rules for bad browsers  */
	border: 0;
	color: #494949;
	padding: 0;
	margin: 0;

	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;
}

form, li {
	margin: 0px;
	padding: 0px;
}
label{
	white-space: nowrap;
}
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: #333;
}

h4.blue {
	color:  #257AD7;
}

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: 110%; font-weight: normal; color: #000; }
h6 { font-size: 90%; border: 0; }
a {
	color: #7396bf;/*#718C44; #AE6500;*/
	text-decoration: none;
}
a:hover {
	color: #7396bf;
	text-decoration: underline;
}
img {
	border: none;
	/*behavior: url(fix.htc);*/
}
label{
	cursor: pointer;
}
th{
	text-align: left;
}
/* User Specific Styles
   Top Down: Menu -> Boxes -> Tabs -> Footers -> Errors
 */
#header a{
	text-decoration: none;
	color: #333;
}
#header a:hover{
	color: #369;
}
.menu {
	float: left;
}
.menu h2{
	font-family: "Trebuchet Ms", arial, verdana, sans-serif;
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
	padding: 0;
}
.menu a {
	display: block;
	line-height: 26px;
	padding: 0px 12px;
	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 #current2{
	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");
}
div.spacer {
	clear: both;
}
div.clear {
	clear: both; border: 0px; padding: 0px; font-size: 0px; margin:0px; line-height: 0px; height: 0px;
}

abbr, acronym, .help {
  border-bottom: 1px dotted #333;
  cursor: help;
}
.white_box{
	border: 1px solid;
	border-color: #FFFFFF #E2E2E2;
	padding: 0px 10px 10px 15px;
	text-align: left;
	background-color: #FFF;
}
.process_box{
	border: 1px solid;
	border-color: #FFFFFF #E2E2E2;
	text-align: left;
	background-color: #FFF;
}
.process_box a#current_step{
	color: #70A03C;
	font-weight: bold;
}
.process_box ul{
	margin: 0;
	padding: 0;
}
.process_box ul li{
	display: inline;
	padding: 0 35px 0 0;
}
.blue_box{
	background-color: #ACC2D9;
	color: #FFFFFF;
	padding: 0px 10px 10px 15px;
	text-align: left;
}
.blue_box td{
	color: #FFF;
}
.blue_box h1, .blue_box h2, .blue_box h3{
	color: #FFF;
}
.blue_shade{
	background-color: #F4F8FC;
}
.clickable{
	cursor: pointer;
	color: #7396bf;
}
div.float280{
	width: 280px;
	float:left;
	margin-left: 15px;
	margin-bottom: 15px;
}
div.float280 .top{
	background: url(../img/white_280_top.gif) top left no-repeat;
	height: 12px;
	line-height: 12px;
}
div.float280 .btm{
	background: url(../img/white_280_btm.gif) top left no-repeat;
	height: 12px;
}
div.float450{
	width: 450px;
	float:left;
	margin-left: 15px;
	margin-bottom: 10px;
}
div.float450 .top{
	background: url(../img/white_450_top.gif) top left no-repeat;
	height: 12px;
	line-height: 12px;
}
div.float450 .btm{
	background: url(../img/white_450_btm.gif) top left no-repeat;
	height: 12px;
}

div.float620{
	width: 620px;
	float:left;
	margin-left: 15px;
	margin-bottom: 15px;
}
div.float620 .top{
	background: url(../img/white_620_top.gif) top left no-repeat;
	height: 12px;
	line-height: 12px;
}
div.float620 .btm{
	background: url(../img/white_620_btm.gif) top left no-repeat;
	height: 12px;
}
div.float915{
	width: 914px;
	float:left;
	margin-left: 15px;
	margin-bottom: 15px;
}
div.float915_seo{
	width: 914px;
	float:left;
	margin-left: 15px;
	margin-bottom: 15px;
	display: none;
}
div.float915 .top{
	background: url(../img/white_915_top.gif) top left no-repeat;
	height: 12px;
	line-height: 12px;
}
div.float915 .btm{
	background: url(../img/white_915_btm.gif) top left no-repeat;
	height: 12px;
}
div.row {
	clear: both;
	padding-top: 5px;
}
div.row span.label {
	float: left;
	width: 25%;
	text-align: right;
}
div.row span.leftlabel {
	float: left;
	width: 25%;
	text-align: left;
}

div.row span.input {
	float: right;
	width: 74%;
	text-align: left;
} 
input .blue_shade{
	width: 100px;
	color: #405265;
	background-color: #E0EAF4;
	border: 1px solid #9097A2;
}
.error{
	color: #CC0000;
}
.tutor_rating{
	background: url(../img/rating_rank.png); 
	width: 56px; 
	height: 84px; 
	color: #FFFFFF; 
	text-align: center; 
	font-size: 20px; 
	line-height: 30px;
	 
}
.pro_tutor_rating{
	background: url(../img/pro_rating_rank.png); 
	width: 56px; 
	height: 84px; 
	color: #FFFFFF; 
	text-align: center; 
	font-size: 20px; 
	line-height: 30px;
	 
}
.tutor_rank{
	font-size: 11px;
	padding-top: 25px;
	line-height: 12px;
	color: #FFF;
}
.tutor_unrank{
	font-size: 11px;
	padding-top: 20px;
}
.my_tutor{
	background: url(../img/my_tutor.gif) left no-repeat;
	color: #369;
	padding-left: 18px;
	font-family: Tahoma;
	font-size: 12px;
}

.compare_tutor{
	background: url(../img/compare_tutor.gif) left no-repeat;
	color: #369;
	padding-left: 28px;
	font-family: Tahoma;
	font-size: 12px;
	cursor: pointer;
}

.big{
	color: #333333;
	font-size: 20px
}
.big16{
	font-size: 16px;
}
.small{
	font-size: 11px;
}

/* Autocomplete Styles */
div.autocomplete {
      position:absolute;
      background-color: #FFF;
      border:1px solid #888;
      margin:0px;
      padding:0px;
}
div.autocomplete ul {
      list-style-type:none;
      margin:0px;
      padding:0px;
}
div.autocomplete ul li.selected {
	background-color: #3366CC;/*3A8D0D*/
	color: #FFF;
}
div.autocomplete ul li.selected a {
	color: #FFF;
}
div.autocomplete ul li {
      list-style-type:none;
      display:block;
      margin:0;
      padding:2px;
      cursor:pointer;
}

tr.row0{
	background-color: #F4F8FC;
}
tr.row1{
	
}
/* Weekly Calendar */
.weekcal tbody tr td{
	padding: 0px;
}
.weekcal tbody tr th{
	padding: 0px;
}
/* Blue Color Table Styles */
.colorTableBlue{
	color: #365F9A;
}
.colorTableBlue thead th{
	border-top: 1px solid #4f81bd;
	border-bottom: 1px solid #4f81bd;
	color: #365F9A;
}
.colorTableBlue tbody tr.row0{
	background-color: #d3dfee;
}
.colorTableBlue tbody tr.row1{
	
}
.colorTableBlue tbody tr.row2{
	background-color: #F4F8FC;
}

.colorTableBlue tbody .lastrow{
	border-bottom: 1px solid #4f81bd;
}
.colorTableBlue tbody td{
	color: #365F9A;
	padding: 4px 10px;
}
.colorTableBlue tbody th{
	color: #000;
	padding: 4px 10px;
}
/* Light Blue Color Table Styles */
.colorTableB{
	color: #365F9A;
}
.colorTableB thead th{
	padding: 4px 10px;
	border-top: 1px solid #4f81bd;
	border-bottom: 1px solid #4f81bd;
	color: #365F9A;
}
.colorTableB tbody tr.row0{
	background-color: #F4F8FC;
}
.colorTable tbody tr.row1{
	background-color: #FFFFFF;
}
.colorTableB tbody .lastrow{
	border-bottom: 1px solid #4f81bd;
}
.colorTableB tbody td{
	color: #333;
	padding: 4px 10px;
}
.colorTableB tbody th{
	color: #000;
	padding: 4px 10px;
}

.popupBox {
	position: absolute;
	visibility: hidden;
	left: 0px;
	top: 0px;
	z-index: 200;
	border: 1px #696969 solid;
	background-color: white;
	padding: 5px;
	padding-left: 7px;
}

/* Footer */
#footer a {

}








/* Lightwindow */
#lightwindow_overlay {
	/* REQUIRED */
	display: none;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 500;
	/* REQUIRED */
}

#lightwindow {
	/* REQUIRED */
	/* Of Note - The height and width of this element are set to 0px */
	display: none;
	visibility: hidden;
	position: absolute;
	z-index: 999;
	line-height: 0px;
	/* REQUIRED */
}

	#lightwindow_container {
		/* REQUIRED */
		display: none;
		visibility: hidden;
		position: absolute;
		/* REQUIRED */
		padding: 0 0 0 0;
		margin: 0 0 0 0;
	}

	/* IE6 needs this or it messes with our positioning */
	* html #lightwindow_container {
		overflow: hidden;
	}

	#lightwindow_contents {
		overflow: hidden;
		z-index: 0;
		position: relative;
		border: 10px solid #ffffff;
		background-color: #ffffff;
	}		

#lightwindow_loading {
	/* REQUIRED */
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 9999;
	position: absolute;
	/* REQUIRED */
	background-color: #f0f0f0;
	padding: 10px;
}

	#lightwindow_loading_shim { 
		display: none;
		left: 0px; 
		position: absolute; 
		top: 0px;
		width: 100%; 
		height: 100%;
	}

	#lightwindow_loading span {
    	font-size: 12px;
		line-height: 32px;
		color: #444444;
		float: left;
		padding: 0 10px 0 0;
	}

	#lightwindow_loading span a,
	#lightwindow_loading span a:link, 
	#lightwindow_loading span a:visited {
		color: #09F;
		text-decoration: none;
		cursor: pointer;
	}

	#lightwindow_loading span a:hover,
	#lightwindow_loading span a:active {
		text-decoration: underline;
	}


	#lightwindow_loading img {
   		float: left;
   		margin: 0 10px 0 0;
	}


/*-----------------------------------------------------------------------------------------------
	I liked the Navigation so much from http://www.huddletogether.com/projects/lightbox2/
	I mean let's face it, it works really well and is very easy to figure out.
-----------------------------------------------------------------------------------------------*/

#lightwindow_navigation {
	/* REQUIRED */
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	/* REQUIRED */
}
	/* We need to shim the navigation for IE, though its more of a sub-floor */
	#lightwindow_navigation_shim { 
		/* REQUIRED */
		display: none;
		left: 0px; 
		position: absolute; 
		top: 0px;
		width: 100%; 
		height: 100%;
		/* REQUIRED */
	}

	#lightwindow_navigation a,
	#lightwindow_navigation a:link,
	#lightwindow_navigation a:visited,
	#lightwindow_navigation a:hover,
	#lightwindow_navigation a:active { 
		/* REQUIRED */
		outline: none;
		/* REQUIRED */
	}

	#lightwindow_previous, 
	#lightwindow_next {
		width: 49%;
		height: 100%;
		background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
		display: block;
	}
	
	#lightwindow_previous { 
		float: left;
		left: 0px;
	}

	#lightwindow_next { 
		float: right;
		right: 0px;
	}

	#lightwindow_previous:hover, 
	#lightwindow_previous:active { 
		background: url(../images/prevlabel.gif) left 15% no-repeat; 
	}

	#lightwindow_next:hover, 
	#lightwindow_next:active { 
		background: url(../images/nextlabel.gif) right 15% no-repeat; 
	}
	
	#lightwindow_previous_title,
	#lightwindow_next_title {
		display: none;
	}

#lightwindow_data {
	/* REQUIRED */
	position: absolute;
	/* REQUIRED */
}

	#lightwindow_data_slide {
		/* REQUIRED */
		position: relative;
		/* REQUIRED */
	}
#lightwindow_title_bar {
	height: 25px;
	overflow: hidden;		
}

	#lightwindow_title_bar_title {
		color: #ffffbe;
		font-size: 14px;
		line-height: 25px;
		text-align: left;
		float: left;
	}

	a#lightwindow_title_bar_close_link,	
	a:link#lightwindow_title_bar_close_link,
	a:visited#lightwindow_title_bar_close_link {
		float: right;
		text-align: right;		
		cursor: pointer;
		color: #ffffbe;
		line-height: 25px;
		padding: 0;
		margin: 0;
	}
	
	a:hover#lightwindow_title_bar_close_link,
	a:active#lightwindow_title_bar_close_link {
		color: #ffffff;
	}

/*-----------------------------------------------------------------------------------------------
	Theme styling stuff
-----------------------------------------------------------------------------------------------*/	

#lightwindow p {
	color: #000000;
	padding-right: 10px;
}
