﻿html, body {
	font: 12px verdana, arial, helvetica, tahoma, geneva, sans-serif;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	}
body {
	font-size: 1em;
	}
#tblSpy {
	font-size: 100%;
	border: 2px solid #333;
	border-collapse: collapse;
	border-spacing: 2px;
	}
#tblSpy tbody {
	border: 1px solid #333 !important;
	}
#tblSpy tr, #tblSpy th, #tblSpy td {
	border-style: inherit;
	border-width: 1px;
	border-color: #CCC;
	}
#tblSpy th, #tblSpy td, .perc .sblock {
	padding: 3px;
	}
#tblSpy th {
	border-style: solid;
	}
#tblSpy td {
	border-style: dotted;
	}
form {
	display: inline;
	}
fieldset {
	border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-o-border-radius: 0.5em;
	}
abbr {
	text-decoration: none;
	border: 0px none;
	}
a, a:link, a:visited {
	color: #05B;
	text-decoration: underline;
	}
a:hover, a:focus, a:active {
	color: #036;
	text-decoration: none;
	}
a.selected {
	color: #F60 !important;
	text-decoration: none;
	}
.throws {
	background: #AAA;
	color: #FFF;
	}
.desc h3, .throws h4 {
	display: inline !important;
	margin: 0px;
	padding: 0px;
	}
.throws a, .throws a:link {
	color:#FFF;
	}
.desc {
	background: #222;
	color: #FFF;
	border-style: solid;
	}
.row, .alt  {
	font-size: 90%;
	border: 1px solid #BBB !important;
	}
.block, .block td {
	border-bottom: 1px solid #333 !important;
	}
.row {
	background: #FFF;
	}
.alt {
	background: #EEE;
	}
.row .desc, .alt .desc  {
	background: #DDD;
	color: #000;
	}
.alt .desc {
	}
.perc {
	padding:0px !important;
	}
.perc .sblock {
	display: block;
	width: auto;
	height: 100%;
	margin: 0px;
	}
.dt {
	white-space: nowrap;
	}
.up70, .up90 {
	color: #000;
	font-weight:599;
	}
td.up50 {
	/*background-color: #FFE;*/
	}
td.up70, span.up70 {
	background-color: #FE4;
	}
td.up90, span.up90 {
	background-color: #F31;
	}
#modal_container {
	padding:5px;
	background-color:#fff;
	border:1px solid #666;
	overflow:auto;
	font-family:"Lucida Grande", Verdana;
	font-size:12px;
	color:#333;
	text-align:left;
	}
#modal_container.test {
	background-color:#900;
	color:#fff;
	padding:30px;
	text-align:center
	}
#modal_overlay {
	background-color:#000;
	}
#modal_overlay.test {
	background-color:#000;	
	}
