/* 
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is furnished
 * to do so, subject to the following conditions:
 * 
 * The above copyright notice and this permission notice shall be included in all
 * copies or substantial portions of the Software.
 * 
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 * SOFTWARE.
 */

BODY {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
}

FORM {
	padding: 0px;
	margin: 0px;
}

PRE {
	text-align: left;
	font-size: 12px;
}

#main {
	width: 700px;
	margin: 0px;
	clear: left;
	padding: 0px;
}

#container {
	width: 700px;
	border-left: solid 1px;
	border-right: solid 1px;
	border-bottom: solid 1px;
	border-top: solid 1px;
	border-color: silver;
	float: left;
	padding: 3px;
	clear: both;
}

#container INPUT {
	border: solid 1px;
	font-size: 11px;
	padding-left: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
}

#container .button {
	border: solid 1px;
	font-size: 11px;
	float: left;
	margin-right: 10px;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 1px;
	width: 100px;
	cursor: pointer;
	background-color: #eeeeff;
	text-decoration: none;
}

#container .simplebutton {
	border: solid 1px;
	font-size: 11px;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 10px;
	padding-left: 10px;
	cursor: pointer;
	background-color: #eeeeff;
	text-decoration: none;
}

#container SELECT {
	float: left;
	margin-right: 10px;
	border: solid 1px;
	font-size: 11px;
	font-family: Tahoma;
}

#dropdownlabel
{
	float: left;
	padding-top: 3px;
	padding-right: 8px;
}

#timer {
	clear: both;
	font-size: 40px;
	border: 1px solid;
	margin-top: 3px;
	position: relative;
	top: +3px;
	margin-bottom: 3px;
}

#legend
{
	color: silver;
	font-size: 9px;
	float: left;
	margin: 3px;
	margin-top: 7px;
}

#version
{
	color: silver;
	font-size: 9px;
	float: right;
	margin: 3px;
	margin-top: 7px;
}

#times
{
	float: left;
	clear: both;
	border: solid 1px;
	position: relative;
	top: -1px;
}
#times TABLE
{
	background-color: silver;
	width: 100%;
	font-size: 11px;
	background-color: white;
	text-align: center;
}

#times TH
{
	width: 7.5%;
}

#times TD
{
	border: 1px solid black;
	width: 7.5%;
}

#results
{
	height: 17px;
}

#historyheader
{
	margin-top: 3px;
	margin-bottom: 0px;
}

#queuestatus
{
    color: white;
    border: 1px solid black;
    padding-left:3px;
    text-align: center;
    width:100px;
    float: right;
    font-size: 11px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.statusNotReady
{
    background-color: red;
}

.statusReady
{
    background-color: #5555ff;
}

#lastResult
{
	background-color: red;
}

.minCell
{
  background-color: #ccffff;
}

.maxCell
{
  background-color: #ffcc99;
}

#stats
{
	clear: both;
}

#statsControls
{
	float: left;
}

#gotostats
{
	float:right;
}

#statsframe
{
	padding: 0px;
	margin: 0px;
	visibility: hidden;
	position: fixed;
}

#statsLink
{
	float: right;
}

/* Stats */
#statstable {
    float:left;
    width:690px;
    background-color: fuschia;
    text-align:center;
    margin: 3px;
    background-color: silver;
}
.count {font-size: 9px;}
.linked-day {background-color: silver;};
.linked-day a{
    width: 19px;
    height: 10px;
    font-size: 9pt;
    vertical-align: top;
}

#statsdiv
{
	padding: 0px;
	float: left;
}

#statstable td
{
	margin: 0px;
    background-color: white;
    padding:0px;
    margin-top: -1px;
    text-align:right;
    padding-right:5px;
    padding-left:5px;
    font-family: tahoma;
    font-size: 11px;
    font-weight: normal;
}
#statstable th

{
    font-size: 14px;
    color: black;
    background-color: white;
    font-weight: normal;
    font-family: Tahoma, Verdana;
}
#statstable .avColumn
{
  background-color: #ffff99;
}
#statstable .minCell
{
  background-color: #ccffff;
}
#statstable .maxCell
{
  background-color: #ffcc99;
}

#statstable .bestAverage
{
	background-color: blue;
	font-weight: bold;
	color: white;
}

#statstable .bestSingle
{
	background-color: blue;
	font-weight: bold;
	color: white;
}

#statscontrols
{
	margin-left: 3px;
}

#statscontrols DIV
{
	float: left;
	margin-top: 3px;
	margin-right: 5px;
}

.averageCell
{
	font-weight: bold;
}

.rssfeed
{
	padding-right: 7px;
	float: right;
	margin-bottom: 3px;
}

.rssfeed IMG
{
	margin-bottom: -3px;
	padding-left: 5px;
}

#tabs
{
	margin-bottom: 0px;
	float:left;
	width: 707px;
	padding: 3px;
	margin-left: -2px;
}
#tabs a:hover
{
	background-color: #eeeeee;
	color: black;
}

#tabs #selected
{
	background-color: #eeeeee;
	color: black;
	/*cursor: default;*/
}

#tabs a
{
	border-top: solid 1px silver;
	border-left: solid 1px silver;
	border-right: solid 1px silver;
	padding-left: 35px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	float: left;
	text-decoration: none;
	color: black;
	font-size: 12px;
	margin-left: -1px;
	margin-bottom: -3px;
	font-weight: bold;
	background-position: 8px 2px;
	background-repeat: no-repeat;
}

#configtable
{
	background-color: silver;
	float: left;
	width: 100%;
}

#configtable img
{
	border: 0px;
}
	
#configtable TD
{
	text-align: center;
	border: solid black 0px;
	font-weight: bold;
	background-color: white;
	vertical-align: top;
}
#configtable A
{
	text-decoration: none;
	color: black;
}

#admintoolbar
{
	width:90px;
	vertical-align: top;
}

#admintoolbar A
{
	display: block;
	font-size: 11px;
	padding-bottom: 5px;
	padding-top: 5px;
	border: solid 2px white;
}

#admintoolbar A:hover
{
	border: solid 2px #bbbbff;
}

#listtable
{
	border: 0px solid silver;
	background-color: silver;
	margin: 20px;
	clear: both;
}
#listtable TH
{
	background-color: white;
	font-family: tahoma;
	font-weight: bold;
	font-size: 13px;
	padding-left: 10px;
	padding-right: 10px;
}

#listtable TD
{
	background-color: white;
	font-family: tahoma;
	font-weight: normal;
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top:2px;
	padding-right:2px;
	vertical-align: top;
}

.imgBtn
{
	cursor: pointer;
}

.simpleerrormessage
{
	color: red;
}

.simplesuccessmsg
{
	color: #3333ff;
}

#crudlist TD.fielderror
{
	background-image: url('images/error-small.png');
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 30px;
	background-position: 97%;
}

#crudlist TD INPUT
{
	background-color: white;
}

#logintable
{
	background-color:silver;
	margin-top: 30px;
	margin-bottom: 30px;
}
#logintable TD
{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: white;
}

#rectable
{
	background-color: silver;
}

#rectable TH
{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: white;
}

#rectable TD
{
	font-family: Tahoma;
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: white;
}