@charset "utf-8";
@charset "utf-8";
/* CSS Document */

body									{ font:normal 12px/18px Arial, Helvetica, sans-serif; background:#111314; color:#FFF; }
#page									{ width:1000px; margin:0 auto; }

h1,h2,h3,h4								{ margin:0; padding:0; color:#FFF; }


.box									{ margin:20px 0 0 20px; background:#232526; min-height:50px; }
.quarter								{ float:left; width:230px; background:#333; }
.content								{ padding:10px; }
.box h3									{ border-bottom:1px solid #111314; color:#FFF; font-size:14px; }


#line1									{  }
span.line								{ width:750px; height:100px; display:block; overflow:hidden; float:right; }
.line canvas							{ float:right; width:700px; height:100px; }

.accordian 								{}
.accordian p 							{ margin-bottom:10px; }
.line canvas 							{ background:url(../img/graphscale.png); }
.accordian a.line 							{ 
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top:0;
	text-decoration: none;
	font-weight:bold;
	border-top:1px solid #AAF;
	border-bottom:1px solid #111;
	height:100px;

/*	background: #606c88; /* Old browsers */
/*	background: -moz-linear-gradient(top,  #606c88 0%, #3f4c6b 100%); /* FF3.6+ */
/*	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#606c88), color-stop(100%,#3f4c6b)); /* Chrome,Safari4+ */
/*	background: -webkit-linear-gradient(top,  #606c88 0%,#3f4c6b 100%); /* Chrome10+,Safari5.1+ */
/*	background: -o-linear-gradient(top,  #606c88 0%,#3f4c6b 100%); /* Opera 11.10+ */
/*	background: -ms-linear-gradient(top,  #606c88 0%,#3f4c6b 100%); /* IE10+ */
/*	background: linear-gradient(top,  #606c88 0%,#3f4c6b 100%); /* W3C */
/*	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606c88', endColorstr='#3f4c6b',GradientType=0 ); /* IE6-9 */

}
.accordian a.line:hover 						{  }
.accordian a.selected 					{ color: black; background-color: #80cfe2; }

.accordian a.line aside						{ float:left; width:150px; height:90px; margin-top:0px; margin-left:10px; }
.accordian a.line aside div					{ float:right; width:50px; height:80px; padding-top:10px; }
.accordian a.line aside div span				{ font-size:26px; line-height:1em; }
.accordian a.line aside div p				{ margin:0; font-size:14px; color:#ACA; border-top:1px solid #DDD; }

.accordian a#timezone					{ height:20px; background:#606c88 url(../img/mapscale_white.png) no-repeat; display:block; }
.accordian div#timezonemap				{ 
	background-image:url(../img/timezone.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	height:405px;
	position:relative;
	overflow:hidden;
}

.accordian div.content 							{ height:100px; overflow:auto; display:none; }

.accordian div#timezonemap, #darktop, #darkbottom { height:405px; }

/*Office hours occupy 1/3rd of the day and can be in the range 0-980 over 24 hours*/
#darktop, #darkbottom					{ position:absolute; top:0; background:#333; opacity:0.3; width:325px; }
#darktop								{ left:0; width:325px; }
#darkbottom								{ left:730px; width:250px; }

#daylighthours							{ position:absolute; top:0; left:325px; height:374px; width:330px; border:1px solid #F00; background:#F9F; opacity:0.3; }

/*H2 Warning percentage poins*/
.accordian a.line aside h3					{ font-size:14px; line-height:16px; height:16px; border-bottom:1px solid #AAF; text-transform:uppercase; position:relative; }
.accordian a.line aside h3 span				{ position:absolute; top:0; right:0; }
.accordian a.line aside h2					{ font-size:80px; line-height:1em; }


h2.idle10								{ color:#FFF; }
h2.idle20								{ color:#FFA; }
h2.idle30								{ color:#FC6; }
h2.idle40								{ color:#FA4; }
h2.idle50								{ color:#F82; }
h2.idle60								{ color:#F60; }
h2.idle70								{ color:#F40; }
h2.idle80								{ color:#F20; }
h2.idle90								{ color:#F00; }
h2.idle100								{ color:#F00; }

table.loadavgs							{ border-top:1px solid #666; border-right:1px solid #666; }
table.loadavgs td,table.loadavgs th		{ border-bottom:1px solid #666; border-left:1px solid #666; padding:2px 10px; color:#000; width:40px; }
table.loadavgs td.timestamp				{ background:#666; color:#FFF; width:180px; }
table.loadavgs th						{ background:#666; color:#FFF; }


#servertable							{ overflow:auto; width:500px; height:500px; border-radius:5px; background:#EFEFEF; border:2px solid #FFF;
											box-shadow:3px 3px 10px #000; display:none; position:absolute; top:20px; left:20px; }
#tablebox								{ width:440px; height:440px; overflow:auto; border:1px solid; border-color:#AAA #FFF #FFF #AAA; width:478px; background:#F7F7F7; }



div.panelhead							{ height:20px; background:#AAA; border-radius:5px 5px 0 0; }
div.panel div.content					{ padding:10px; }

select.zoom								{ border:1px solid #AAA; font-size:10px; padding:0; margin:0; }

table 									{ border-top:1px solid #AAA; border-left:1px solid #AAA; }
td,th									{ border-right:1px solid #AAA; border-bottom:1px solid #AAA; padding:3px 10px; }
tr.odd td								{ background:#333; }

select									{ background:#333; color:#AAA; border:1px solid #999; }
/* CSS Document */

