

/*layout css*/
	body{
		margin:0;
		padding:0;
		background:#F0F0F0;
		color:#000;
		font-family:Verdana,sans-serif;
		font-size:62.5%;
		font-size-adjust:none;
		font-stretch:normal;
		font-style:normal;
		font-variant:normal;
		font-weight:normal;
		line-height:normal;
	}
	body {
		min-width:1002px;
	}
	#wrap {
		background:#ccc;
		margin:0 auto;
		width:1002px;
		border: 1px solid #999;
		margin-top: 10px;
	}
	#header {
		background:#fff;
		padding: 10px 5px 15px 10px;
		overflow: hidden;
	}
	#nav {
		background:#256fa8;
		padding: 5px 10px 15px 10px;
		margin-bottom: 10px;
		margin-top: 0px;
		color: #fff;
		overflow: hidden;
		height: 40px;
		line-height: 20px;
	}
	.sidebarinner {
		border: 1px solid #999;
		margin-bottom: 10px;
	}
	#sidebar {
		background:#fff;
		float:left;
		width:170px;
		padding: 10px;
		margin-top: 2px;
		margin-right: 10px;
		margin-left: 10px;
		margin-bottom: 10px;
		font-size: 110%;
	}
	#sidebar hr {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	#sidebar p {
		display: block;
		background-color: #f0f0f0;
		padding: 3px;
		padding-left: 5px;
		margin-top: 0px;
		margin-bottom: 0px;
		border-bottom: 1px solid #999;
	}
	#sidebar p.on {
		background-color: #999;
		color: #fff;
	}
	#sidebar a {
		color: #333;
	}
	#sidebar ul {
		list-style: none;
		margin-left: 0px;
		padding-left: 0px;
		margin-top: 0px;
		margin-bottom: 0px;

	}
	#sidebar li.on {
		
		background-color: #f0f0f0;
	}
	#sidebar li a {
		color: #333;
		text-decoration: none;
		display: block;
		background-color: #fff;
		padding: 5px;
		padding-left: 15px;
	}
	#sidebar li a:hover {
		display: block;
		background-color: #f0f0f0;
	}
	#sidebar li.on a {
		display: block;
		background-color: #f0f0f0;
		background-image: url("../images/arrow.gif");
		background-repeat: no-repeat;
		background-position: center left;
	}
	
	
	/*#sidebar ul.subnav {
		margin-left: 0px;
		padding-left: 15px;
	}
	#sidebar ul.subnav li.arrow {
		list-style: url("../images/arrow_off.gif");
		text-indent: -.9em;
		margin-left: 10px;
	}
	#sidebar ul.subnav li.arrow_on {
		list-style: url("../images/arrow_on.gif");
		text-indent: -.9em;
		margin-left: 10px;
	}
	#sidebar ul.subsubnav li {
		list-style: none;
		text-indent: 0;
	}
	#sidebar ul.subsubnav li a:hover{
		background-color: #fff;
		text-decoration: underline;
	}
	#sidebar ul.subsubnav li.on a{
		background-color: #fff;
		text-decoration: underline;
	}*/
	#main {
		background:#ccc;
		float:right;
		width:780px;
		margin-right: 10px;
		font-size: 85%;
		margin-bottom: 10px;
		position: relative;
	}
	#footer {
		background:#372f2f;
		clear:both;
		padding: 5px;
		padding-right: 10px;
		text-align: right;
		color: #fff;
	}
	#footer a {
		color: #fff;
	}
	#title {
		margin: 2px 0px 3px 0px;
		background-color: #c5dcf1;
		padding: 5px 20px 5px 15px;
		border: 1px solid #256fa8;
	}
	#title h1 {
		margin-top: 0px;
		margin-bottom: 0px;
		color: #333;
	}
	#fullmain {
		padding: 10px;
		overflow: hidden;
	}
/*end layout css */


/*fix for wrapping tabs*/
.ui-tabs-nav {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.2em;
	float: left;
	position: relative;
	z-index: 1;
	border-left: 1px solid #d3d3d3;
	bottom: -1px;
}
.ui-tabs-nav ul {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
}
.ui-tabs-nav li {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	border: 1px solid #d3d3d3;
	border-left: none;
}
	
	
/*UI tabs right justified*/
.ui-tabs-nav-right {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
	float: right;
	position: relative;
	z-index: 1;
	border-right: 1px solid #d3d3d3;
	bottom: -1px;
}
.ui-tabs-nav-right ul {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
}
.ui-tabs-nav-right li {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	float: right;
	border: 1px solid #d3d3d3;
	border-right: none;
}
.ui-tabs-nav-right li a {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	float: right;
	/*font-size: 1em;*/
	font-weight: normal;
	text-decoration: none;
	padding: .5em 1.7em;
	color: #555555;
	background: #e6e6e6 url(images/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
}
.ui-tabs-nav-right li a:hover {
	background: #dadada url(images/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;
	color: #212121;
}
.ui-tabs-nav-right li.ui-tabs-selected {
	border-bottom-color: #ffffff;
}
.ui-tabs-nav-right li.ui-tabs-selected a, .ui-tabs-nav li.ui-tabs-selected a:hover {
	background: #ffffff url(images/ffffff_40x100_textures_02_glass_65.png) 0 50% repeat-x;
	color: #212121;
}
.ui-tabs-panel-right {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Verdana,Arial,sans-serif;
	clear:right;
	border: 1px solid #d3d3d3;
	background: #ffffff url(images/ffffff_40x100_textures_01_flat_75.png) 0 0 repeat-x;
	color: #222222;
	padding: 1.5em 1.7em;	
	/*font-size: 1.1em;*/

}
.ui-tabs-hide {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}





/*fix for getting rid of scrollbar*/
.ui-tabs-panel {
	overflow: hidden;
}





/*h3 used for top-level tab titles*/
h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 120%;
	color: #484848;
}
/*h4 used for sub-level tab titles*/
h4 {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #484848;
}
/*h5 used for tertiary-level tab titles*/
h5 {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #484848;
}
/*h6 used for quad-level tab titles*/
h6 {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #484848;
}
#main p {
	font-size: 120%;
}
#nav a {
	color: #fff;
	text-decoration: none;
}
#nav a.underline {
	text-decoration: underline;
}


#logo { width: 250px; margin-left: 20px; float: left; margin-top:15px;}
#info { width: 510px; margin-right: 20px; float: right; text-align: right;}
#header a { color: #256fa8; }
#header a:hover { text-decoration: none; }

/*table.result_table {
	border-color: #666;
	border-width: 0 0 1px 1px;
	border-style: solid;
	border-spacing: 0;
	border-collapse: collapse;
	margin: 10px 0 10px 0;
	background-color: #fff;
	width: 100%;
	font-size: 10px;
}
table.result_table th {
	font-weight: normal;
	color: #fff;
	background-color: #256fa8;
	padding: 5px 3px 5px 5px;
	text-align: left;
	border-color: #999;
	border-width: 1px 1px 0 0;
	border-style: solid;
	
}
table.result_table td {
	white-space: nowrap;
	padding: 5px 3px 5px 5px;
	border-color: #999;
	border-width: 1px 1px 0 0;
	border-style: solid;
	margin: 0;
	text-align: left;
}
table.result_table td.totals {
	border-top: 2px solid #000;
}
table.result_table td.offcolor {
	background-color: #FEFDF8;
}
table.result_table th.color_hover {
	background-color: #C1DEF0;
}*/

/*table sorter css*/
table.result_table {
	background-color: #CDCDCD;
	border-color: #666;
	border-width: 0 0 1px 1px;
	border-style: solid;
	border-spacing: 0;
	border-collapse: collapse;
	margin: 10px 0 10px 0;
	width: 100%;
	overflow-x: scroll;
	font-size: 10px;
	text-align: left;
}
table.result_table thead tr th, table.result_table tfoot tr th {
	background-color: #256fa8;
	padding: 5px 3px 5px 5px;
	border-color: #999;
	border-width: 1px 1px 0 0;
	border-style: solid;
	color: #fff;
	font-weight: normal;
}
table.result_table thead tr .header {
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.result_table tbody td {
	color: #3D3D3D;
	background-color: #FFF;
	vertical-align: top;
	white-space: nowrap;
	padding: 5px 3px 5px 5px;
	border-color: #999;
	border-width: 1px 1px 0 0;
	border-style: solid;
	margin: 0;
	text-align: left;
}
table.result_table tbody tr.odd td {
	background-color:#e6e6e6;
}
table.result_table thead tr .headerSortUp {
	background-image: url(../images/asc.gif);
}
table.result_table thead tr .headerSortDown {
	background-image: url(../images/desc.gif);
}
table.result_table thead tr .headerSortDown, table.result_table thead tr .headerSortUp {
background-color: #498abc;
}

table#sourcecontroltable thead tr .header {
	text-decoration: underline;
	cursor: pointer;
}
table.wrap_stuff tbody td {
	white-space: normal;
}


/*begin table scrolling stuff*/
div.scroll-fixcol { width: 250px; float: left; }
div.scroll-body { width: 450px; overflow-x: auto; overflow-y: hidden; padding-bottom: 5px;}
/*end table scrolling stuff*/




	.graph_container {
		font-size: 120%;
		overflow: hidden;
	}
	.placeholder {
		width:700px;
		height:160px;
	}	
	.placeholder_2tab {
		width:685px;
		height:160px;
		float: left;
	}
	.placeholder_with_checks {
		width:550px;
		height:160px;
		float: left;
	}
	.placeholder_superthin {
		width:685px;
		height:75px;
	}
	.placeholder_3tab {
		width:640px;
		height:160px;
		float: left;
	}
	.placeholder_4tab {
		width:600px;
		height:160px;
		float: left;
		font-size: 90%;
	}


	#main p.xlabel {
		text-align: center;
		margin-bottom: 10px;
		font-size: 9px;
		color: #000;
		font-family: Arial, sans-serif;
		line-height: 5px;
	}
	#main p.ylabel1 {
		float: left;
		font-size: 9px;
	}
	#main p.ylabel2 {
		float: right;
		font-size: 9px;
	}
	#main p.choices_box {
		font-size: 10px;
		margin-bottom: 2px;
		margin-top: 2px;
	}
	.graphYlabels {
		width: 95%;
		margin-top: 0px;
		font-size: 10px;
		overflow: hidden;
	}
   	.choices {
		width: 300px;
		background-color: #C1DEF0;
		margin: 10px;
		padding: 10px 5px;
	}
	.choices_thin {
		width: 100px;
		float: left;
		background-color: #C1DEF0;
		margin: 10px;
		padding: 10px 5px;
	}
	.choices_side {
		width: 20px;
		float: right;
		margin-top: 15px;
		font-size: 85%;
		display: none;
	}
	.choices_side input {
		margin:0;
		width:13px;
		height:13px;
		overflow:hidden;
	}

	#paramsdiv {
		width: 90%;
		float: left;
	}
	#paramsdiv table td {
		padding-right: 20px;
		vertical-align: top;
	}
	#timesumdiv {
		float: right;
		background-color: #c5dcf1;
		padding: 0px 2px 0px 2px;
		margin-top: 3px;
		color: #000;
	}
	#timesumdiv form {
		padding-bottom: 6px;
		margin-bottom: 0px;
	}

	
	select#environment {font-size: .9em;}
	form#env_select { display: inline;}
	
	.generic_box {
		background-color: #c5dcf1;
		padding: 3px;
	}
	.hideme {
		display: none;
	}

	.tooltip {
		text-decoration: underline;
		cursor: pointer;
	}
	.legend_container {
		min-height: 20px;
		width: 100%;
		border-top: 1px solid #999;
		padding-top: 5px;
	}
	.legend_container td.legendLabel {
		padding-right: 10px;
	}
	.legend_container_thin {
		width: 120px;
		float: right;
	}
	.choices_side_show {
		width: 15px;
		float: left;
		margin-top: 3px;
	}
	.choices_side_show input {
		margin: 0;
		width:13px;
		height: 17px;
		overflow:hidden;
	}
	.source_container {
		width: 150px;
		float: right;
		margin-top: 0px;
		height:124px;
		overflow:auto;
		white-space: nowrap;
		border: 1px solid #999;
		padding-left: 2px;
	}
	.thin_100 {
		width: 115px;
	}
	.thin_70 {
		width: 85px;
	}
	p.graphexplain {
		display: block;
		background-color: #eceded;
		border: 1px solid #cecece;
		padding: 2px 5px 2px 10px;
		margin-top: 0px;
	}
	p.graphexplain a {
		color: #256fa8;
	}
	p.graphexplain a:hover {
		text-decoration: none;
	}
	p.tabexplain {
		margin-bottom: -15px;
		font-size: 12pt;
	}
	#sourcecontrolbox {
		float: right;
		margin-top: 5px;
	}
	
	/*source dialog*/
	#layer1 
	{
		position: absolute;
		right:0px;
		top:80px;
		width:250px;
		background-color:#f0f5FF;
		border: 1px solid #999;
		z-index: 50;
		display: none;
		color: #484848;
		font-size: 120%;
		padding-right: 5px;
	}
	#layer1_handle 
	{
		background-color:#256fa8;
		padding:5px;
		text-align:center;
		color: #FFFFFF;
		vertical-align:middle;
	}
	#layer1_content 
	{
		padding:5px;
	}
	#layer1_content table {
		border: 0;
		padding-right: 10px;
	}
	#layer1_content table th {
		text-align: left;
	}
	#layer1_content table td {
		text-align: left;
		padding-right: 10px;
	}
	#layer1_content input {
		vertical-align: middle;
	}
	#layer1_source {
		width: 120px;
		overflow: hidden;
	}
	#close
	{
		float:right;
		text-decoration:none;
		color:#FFFFFF;
	}
	/*end source dialog*/
	
	.widetables {
		width: 100%;
		padding-left: 1px;
		overflow-x: auto;
		overflow-y: hidden;
	}
	
	table.login_blurb {
		margin-left: 0px;
	}
	table.login_blurb td {
	  	vertical-align: top;
	}
	table.login_blurb img {
		border: 1px solid #999;
		width: 220px;
	}
	table.login_blurb td.blurb_image {
	  	padding: 10px 20px 10px 0px;
	  	vertical-align: middle;
	  	background-color: #fff;
	}
	table.login_blurb td.blurb_text {
		width: 298px;
		height: 151px;
	  	background-color: #fff;
	  	padding-top: 20px;
	  	/*background-image: url("../images/homeblockbg.png");
	  	background-image: url("../images/rightbargradient.png");
	  	background-repeat: no-repeat;*/
	}
	table.login_blurb td.blurb_text p {
		margin: 10px 20px;
		font-size: 120%;
		
	}
	#login_blurb_left {
		float: left;
		width: 625px;
		background-color: #fff;
		margin-bottom: 20px;
		padding-bottom: 20px;
		padding-left: 25px;
		color: #444545;
	}

	#login_blurb_right {
		float: right;
		width: 260px;
		background-color: #F0F0F0;
	  	padding: 20px;
	  	color: #444545;
	}
	#login_blurb_right a {
		color: #256fa8;
	}
	.adminarea {
		background-color: #fff;
		padding: 10px 20px;
		min-height: 400px;
	}
	.adminarea table td {
		font-size: 120%;
		padding-right: 10px;
		border-top: 1px solid #999;
		padding: 2px;
	}
	.adminarea table th {
		background-color: #256fa8;
		color: #FFF;
		font-size: 130%;
		padding: 5px;
	}
	.adminarea a {
		color: #256fa8;
	}
	.adminarea a:hover {
		text-decoration: none;
	}
	.success {
		display: block;
		color: #FFF;
		background-color: #9fd38a;
		font-weight: bold;
		padding: 10px;
	}
	.failure {
		display: block;
		color: #FFF;
		background-color: #da3430;
		font-weight: bold;
		padding: 10px;
	}
	
	.red { color: #FF0000; }
	.green { color: #61995d; } 
	.gray { color: #909090; }
	.gray a { color: #909090; }
	.gray a:hover { color: #256fa8; }
	
	#scoreslider span {
		width:500px; float: left; margin:15px
	}
	/*#scoreslider h3,h4 {
		font-size: 130%;
		margin-top: 15px;
	}*/
	.sliderbreak {
		clear: both;
	}
	.sliderbox {
		display: inline;
		width: 20px;
		height: 10px;
		background-color: #f8af59;
		border: 1px solid #e78c21;
		padding: 5px;
		text-align: center;
	}
	input.sliderboxvalue {
		background-color: #6ab85b;
		border: 1px solid #39872a;
		padding: 10px 10px 5px 10px;
		height: 20px;
		width: 30px;
		color: #fff;
		font-size: 110%;
		font-weight: bold;
	}
	.slider2 {
		display: inline;
	}
	
	#timecomparearea {
		background-color: #FFF;
		padding: 5px 10px 5px 10px;
		border: 1px solid #999;
	}
	
.selectcompany {
	width: 180px;
}
	
.selectuser {
	width: 170px;
}

.result_table .totalrow {
	background-color:#d5ecf5;
	font-weight:bold;
}
