/* code by Chris Bruce 2007 */
/*   results specific css   */

* {
  padding: 0;
  margin: 0;
}

body {
	background-color:#4B6A7F;   /* DEDEDE; */
	margin-top: 8px;
	margin-bottom: 20px;
}

#r_box {
	width: 760px;
	min-height:400px;
  	height:auto !important;
	background-color: #FFF;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif; 
	font-size: 11px;
	color: #000; 
	text-align: left;
  	height:400px;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	border: #00A 1px solid;
}

#r_headx {
	width: 520px;
	/* display: block; */
	height: 38px;
	/* background-color: #FFF; */
	color: #878787;
	font-size: 10px;
	padding-left: 8px;
	text-align: left;
}

#r_head {
	/* width: inherit; */
	/* display: block; */
	height: 45px;
	background-color: #FFF;
	color: #606060;
	font-size: 10px;
	/* margin-left: auto;
	margin-right: auto; */
	padding-left: 0.3em;
	text-align: left;
	}

#r_head h1 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 1.5em;
	font-weight: bold;
	/*text-align: left;*/
	margin:0;
	padding: 0;
	color: #333;   /*#505050;*/
	text-indent: -3px;
}

#r_closex  {
	float:right;
	display:block;
	width: 210px;
	padding:  0.6em 0.5em 0 0;
	font-size: 93%;
	text-decoration: none;
	text-align: right;
}

#r_close  {
	float:right;
	display:block;
	padding:  0 0.5em 4px 0.3em;
	margin-bottom: 4px;
	font-size: 91%;
	line-height: 1.5em;
	text-decoration: underline;
	text-align:right;
/*	border-bottom:1px dotted #aaa;*/
	}


h1 {  
	font-size: 14pt;
	font-weight: normal;
	/* text-align: left; */
	/* margin-bottom: 0; */
	padding: 4px 0;
	color: #333;  /* 555; */
	text-indent: -3px; 
/*  	background-image: url(orangeline.gif);
  	background-repeat: no-repeat;
  	background-position: bottom left;*/
}

h3 {  
	font-size: 11px;
	font-weight: bold;
	/* margin: 1px 0; */
	color: #555;
}

a  { color: #36C; text-decoration:underline; }

a:hover { color: #e00;}

#r_mssg {
	width: 330px;
	min-height: 40px;
	display: block;
	float: left;
	text-align: left;
	padding: 1.2em 0 0.5em 0.6em;
	/* background-color: #FFF; */
	clear: left;
	/* border: #0c0 1px solid; */
}

#r_form {
	text-align: right;
	float: right;
	clear: right;
	width: 360px;
	padding-right: 10px;
	/* background-color: #eee; */
	/* border: #c00 1px solid; */
}

#r_tabl {
	width: 760px;
	clear: both;
	margin: 5px auto 0;
	padding-top: 0px;
	/* background-color: #FFF; */
	/* border: #CCC 1px solid;  #939f95 */
}

#r_tabl_tag {
	padding-right: 10px;
	float:right;
}

table.stats {
	/* text-align: right; */
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	margin-left: auto;
	margin-right: auto; 
	width: 756px;
	border-collapse: collapse;
	/* border-spacing: 0px; */
}

table.stats thead tr th {
	background-color: #D6E7D9; /*#e6EEEE;*/
	font-weight:normal;
	border-bottom: 3px solid #FFF;
	font-size: 11px;
	padding: 3px 0;
}

table.stats td {
	border-bottom: #CCC 1px solid;
	padding: 2px 0 3px;
	/* text-align: center; */
}

tr.cls_hed td {
	/*font-size: 1.05em;*/
	text-align: left;
	background-color:#f0f0f3; /* #D6E7D9;*/   /* C6D6C9; */
	border-top: #FFF 4px solid;
	padding: 3px 0 3px 15px;
	border-bottom: 0;
}

tr.hed td {
	/* padding: 4px 2px 0 2px; */
	/* text-align: center; */
	line-height: 0.95;
	/* border-top: #AAA 1px solid; */
	/* border-bottom: #EEE 4px solid;
	background-color: #EEE; */
} 

.ti {
	text-align: left;
	padding-left: 5px !important;
	/* without important the heading does not indent */
	/* border-left: 3px solid #00F; */
}

/* tablesorter tables */
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:2px 0 5px;
	font-size: 11px;
/*	width: 100%;*/
	width:756px;
	text-align: center;
	border-collapse: collapse;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #D6E7D9; /*#e6EEEE;*/
/*	background-color: #0f0;*/
	font-weight:normal;
/*	border-top: 1px solid #CCC;*/
	border-bottom: 3px solid #FFF;
	font-size: 11px;
	padding: 7px 0;
}
table.tablesorter thead tr .header {
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #000;  /*#3D3D3D;*/
	padding: 4px;
	background-color: #FFF;  /*#f8f8f8;*/
	vertical-align: middle;
	border-bottom: #CCC 1px solid;
	padding: 2px 0 3px;
}
table.tablesorter tbody tr.odd td {
	background-color:#f0f0f3;  /*#e3e3e8;*/  /*#F0F0F4;*/
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(images/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}
/* end of tablesorter tables css*/

#FORM_select_rpt  label {
	float: right;
	display: block;
	margin: 0.5em 0 1.2em 0.7em;
}

#FORM_select_rpt select
{
	display: block;
	position: relative;
	top: 2px;
	/* moves select box 2px below the caption - color screws with ffox
	select does not respond to most css - background-color: #F2F7FF; */
}

.forminpt {
	font-size: 87%;
	color: #333;
	font-weight: normal;
 	/* background-color: #F2F7FF; */
}

/* for hover tooltip over test headings */
a.info{ position:relative; color:#000; text-decoration:none}
a.info:hover{
	z-index:25; 
	background-color: transparent;  /*#e6EEEE;*/
	color:#000; 
	text-decoration:none;
	}
a.info span{display: none}
a.info:hover span{ /*the span will display just on :hover state*/
    display:block; position:absolute;
    top:2em; left:-8em; width:10em;
    border:1px solid #036; padding: 3px 5px;
    background-color:#FFC; 
	color:#000;
    text-align: center;
	text-decoration:none;}

