@charset "UTF-8";
/* CSS Document */
.tabcontainer {width: 729px; margin: auto; position:relative; overflow:hidden; margin-bottom:15px;}
ul.tabs {
	margin: 0;
	padding: 0 0 0 4px;
	float: left;
	list-style: none;
	height: 26px;
	width: 100%;
	color:#03475b;
	z-index:999;
}
ul.tabs li {	
	/*background:url(images/tab_bg.png) top center #e4e4e4;*/
	background:url(../images/brwn.jpg) bottom center;
	font-family:Arial, Helvetica, sans-serif;
	color:#03475b;
	font-size: 12px;
	float: left;
	margin: 0;
	padding: 0;
	height: 25px;
	min-height:25px;
	line-height: 25px;
	/*border: 1px solid #999;*/
	border-left: none;
	/*background: #e0e0e0;*/
	overflow: hidden;
	position: relative;
	margin-left:3px;
	text-align:center;
}
ul.tabs li a {
	text-decoration: none;
	color:#fff; /*#03475b;*/
	font-weight:bold;
	display: block;
	padding: 0;
	outline: none;
	width:74px;
	min-width:74px;
	min-height:25px;
	height:25px;
}
ul.tabs li a:hover {	
	background:url(images/tab_bg.png) bottom center;
	color:#790000; /*#03475b;*/
	/*background: #ccc;*/
	background:#fff;
	/*text-decoration:underline;*/
	min-height:25px;
	height:25px;
}	

.tabActive
{
    color:#790000;
}
.tabInactive
{
    color:#fff;
}

html ul.tabs li.active {
	background:url(images/tab_bg.png) bottom center #fff;
	border-bottom: 1px solid #fff;
	color:#790000;/*#03475b;*/
	min-height:25px;
	height:25px;
}
.tab_container1 {
	border: 1px solid #f8f7f7;
	margin-top:-1px;
	/*background:url(images/top_curved_border.png) top center no-repeat;*/
	clear: both;
	float: left; 
	width: 726px;
	min-width:726px;
	background:#fff;
	 /*background:url(../images/hand.jpg) bottom right no-repeat #fff;*/
	 background:url(../images/tab-bg.png) bottom right no-repeat #fff;
	 overflow:hidden;
	/*-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	
	-moz-border-radius-topright: 5px;
	-khtml-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-khtml-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;*/
}

.tab_container {
	border: 1px solid #E9E9E9;
	margin-top:-1px;
	/*background:url(images/top_curved_border.png) top center no-repeat;*/
	clear: both;
	float: left; 
	width: 726px;
	min-width:726px;
	background:#fff;
	background:url(../images/hand.jpg) bottom right no-repeat #fff;
	 overflow:hidden;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	
	-moz-border-radius-topright: 5px;
	-khtml-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-khtml-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
}

.tab_content {
	padding: 20px;
}
.results_row{
	min-width:687px;
	width:687px;
	float:left;
	padding-left:3px;
	border-top: #ccc dotted 1px;
	position:relative;
	overflow:hidden;
	padding: 5px 0 5px 0;
}
.results_title {
	min-width:342px;
	width:342px;
	float:left;
	text-align:left;
	margin-left:3px;
	position:relative;
	overflow:hidden;
	padding-left:10px;

	color:#808080;
}
.results_title a{
	min-width:342px;
	width:342px;
	float:left;
	text-align:left;
	margin-left:3px;
	position:relative;
	overflow:hidden;
	padding-left:10px;
	text-decoration:none;
	background:url(../images/small_orange_arrow2.png) no-repeat top left;
	color:#808080;
}
.results_title a:hover
{
	
	color:#f89e1b;
	text-decoration:none;
}
.results_words{
	min-width:50px;
	width:50px;
	float:left;
	text-align:center;
	margin-left:3px;
	border-left:1px #ccc dotted;
}
.results_subject{
	min-width:100px;
	width:100px;
	float:left;
	text-align:center;
	margin-left:3px;
	border-left:1px #ccc dotted;
}
.results_rating{
	min-width:100px;
	width:100px;
	float:left;
	text-align:center;
	margin-left:3px;
	border-left:1px #ccc dotted;
}
.results_viewlink a{
	min-width:30px;
	width:30px;
	float:left;
	text-align:center;
	margin-left:3px;
	padding-left:20px;
	border-left:1px #ccc dotted;
	text-decoration:none;
	background:url(../images/essay_icon.png) top left no-repeat;
	color:#808080;
}
.results_viewlink a:hover{
	min-width:30px;
	width:30px;
	float:left;
	text-align:center;
	margin-left:3px;
	padding-left:20px;
	border-left:1px #ccc dotted;
	text-decoration:underline;
	background:url(../images/essay_icon.png) top left no-repeat;
	color:#f89e1b;
}
.results_row_header{
	min-width:687px;
	width:687px;
	float:left;
	padding-left:3px;
	position:relative;
	overflow:hidden;
	padding: 5px 0 5px 0;
	background:#1b6da5;
	color:#FFF;
	font-weight:bold;	
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	
	-moz-border-radius-topright: 5px;
	-khtml-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-khtml-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
}
.results_title_header{
	min-width:337px;
	width:337px;
	float:left;
	text-align:left;
	margin-left:3px;
	position:relative;
	overflow:hidden;
	min-height:27px;
	height:27px;
	padding:13px 0 0 15px;
}
.results_words_header{
	min-width:50px;
	width:50px;
	float:left;
	text-align:center;
	margin-left:3px;
	border-left:1px #ccc dotted;
	min-height:35px;
	height:35px;
	padding:5px 0 0 0;
}
.results_pagination
{
	
	min-width:650px;
	width:650px;
	min-height:45px;
	height:45px;
	padding:30px 0 0 0;
	text-align:center;
	margin:0 auto;
	
	 
}
.pagination_num {
	/*min-width:30px;
	width:30px;
	float:left;
	text-align:center;
    display:block;*/
   	margin-left:10px;
	padding:4px;
	text-decoration:none;
	font-weight:bold;
	color:#03475b;
}
.pagination_num:hover{
	/*min-width:28px;
	float:left;
	text-align:center;
	display:block;*/	
	margin-left:8px;
	
	border:#CCC 1px solid;
	text-decoration:underline;
	background:#f4f4f4;
	font-weight:bold;
}
.pagination a{
	min-width:70px;
	width:70px;
	float:left;
	text-align:center;
	margin-left:3px;
	padding:1px 0 0 0;
	display:block;
	text-decoration:none;
	font-weight:bold;
	color:#03475b;
}
.pagination a:hover{
	min-width:68px;
	width:68px;
	float:left;
	text-align:center;
	margin-left:3px;
	padding:0 0 0 0;
	display:block;
	border:#CCC 1px solid;
	text-decoration:underline;
	background:#f4f4f4;
	font-weight:bold;
}
.results_subject_header{
	min-width:100px;
	width:100px;
	float:left;
	text-align:center;
	margin-left:3px;
	border-left:1px #ccc dotted;
	min-height:27px;
	height:27px;
	padding:13px 0 0 0;
}
.results_rating_header{
	min-width:100px;
	width:100px;
	float:left;
	text-align:center;
	margin-left:3px;
	border-left:1px #ccc dotted;
	min-height:27px;
	height:27px;
	padding:13px 0 0 0;
}
.results_viewlink_header{
	min-width:50px;
	width:50px;
	float:left;
	text-align:center;
	margin-left:3px;
	border-left:1px #ccc dotted;
	min-height:27px;
	height:27px;
	padding:13px 0 0 0;
}