/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
.yuimenu
{
	left: -999em;
	top: -999em;
}
.yuimenubar
{
	position: static;
}
.yuimenu .yuimenu,.yuimenubar .yuimenu
{
	position: absolute;
}
.yuimenubar li,.yuimenu li
{
	list-style-type: none;
}
.yuimenubar ul,.yuimenu ul,.yuimenubar li,.yuimenu li,.yuimenu h6,.yuimenubar h6
{
	margin: 0;
	padding: 0;
}
.yuimenubar a,
.yuimenubar strong,
.yuimenuitemlabel,
.yuimenubaritemlabel
{
	text-align: left;
	white-space: nowrap;
}
.yuimenubar ul
{
	zoom: 1;
}
.yuimenubar .yuimenu ul
{
	zoom: normal;
}
.yuimenubar>.bd>ul:after
{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
.yuimenubaritem
{
	float: left;
}
.yuimenubaritemlabel,
.yuimenubar a,
.yuimenubar strong,
.yuimenuitemlabel
{
	display: block;
}
.yuimenuitemlabel .helptext
{
	display: block;
	font-style: normal;
	margin: -1em 0 0 10em;
}
.yui-menu-shadow
{
	position: absolute;
	visibility: hidden;
	z-index: -1;
}
.yui-menu-shadow-visible
{
	bottom: -3px;
	left: -3px;
	right: -3px;
	top: 2px;
	visibility: visible;
}
.hide-scrollbars *
{
	overflow: hidden;
}
.hide-scrollbars select
{
	display: none;
}
.yuimenu.show-scrollbars,.yuimenubar.show-scrollbars
{
	overflow: visible;
}
.yuimenu.hide-scrollbars .yui-menu-shadow,.yuimenubar.hide-scrollbars .yui-menu-shadow
{
	overflow: hidden;
}
.yuimenu.show-scrollbars .yui-menu-shadow,.yuimenubar.show-scrollbars .yui-menu-shadow
{
	overflow: auto;
}
.yui-overlay.yui-force-redraw
{
	margin-bottom: 1px;
}

html, body
{
	padding: 0;
	margin: 0;
	background: #dadada;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
}

#bodier
{
	position: absolute;
	left: 0%;
	margin: 10px 0;
	margin-left: 10px;
	width: 100%;
}
#logo
{
	position: absolute;
	left: 0px;
	top: 0;
}
a img
{
	border: 0 none;
}
#menu
{
	height: 45px;
	margin-left: 260px;
	padding-top: 5px;
}
#menu strong
{
	font-weight: normal;
	font-size: 18px;
	padding: 3px 6px;
	background: #bababa;
	border-left: 1px solid #b2b2b2;
	border-right: 1px solid #b2b2b2;
	border-bottom: 1px solid #bababa;
	border-top: 1px solid #a5a5a5;
	cursor: default;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
#menu li.yuimenubaritem
{
	padding-right: 17px;
}
#menu li.menubaritemlast
{
	padding-right: 0;
}

#menu li.yuimenubaritem-selected strong,
#menu li#active strong
{
	border: 0 none;
	padding: 4px 7px;
	color: white;
}
#menu li#active strong
{
	background: #ff6600;
	text-shadow: 0px -1px #963c00;
}
#menu li.yuimenubaritem-selected strong,
#menu li.yuimenubaritem-selected#active strong
{
	background: #000000;
	text-shadow: 0px -1px #30628a;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	-o-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}
#menu .yuimenubaritem .bd a
{
	color: black;
	padding: 5px 7px;
	text-decoration: none;
}
#menu .yuimenubaritem .bd a.yuimenuitemlabel-hassubmenu
{
	background: url('sysusage_arrow.png') no-repeat right center;
	padding-right: 17px;
}
#menu .yuimenubaritem .bd a.yuimenuitemlabel-hassubmenu
{
	text-decoration: none;
	cursor: default;
}
#menu .yuimenubaritem .bd a:hover,
#menu .yuimenubaritem .bd a.yuimenuitemlabel-hassubmenu-selected
{
	background-color: #ff6600;
}
#menu .yuimenubaritem .bd
{
	background: #dadada;
	border-left: solid black 2px;
	border-bottom: solid black 2px;
	border-right: solid grey 1px;
	border-top: solid grey 1px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	-o-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
}

#content
{
	position: relative;
	margin-left: 20px;
	margin-top: 50px;
}
h2
{
	font-weight: normal;
	padding: 10px 17px;
	margin: 0;
	margin-top: 20px;
	font-size: 22px;
}
h2 em
{
	font-style: normal;
	font-size: 14px;
	color: #616161;
	padding-left: 10px;
}

#footer
{
	font-size: 12px;
	padding-top: 30px;
	position: relative;
	min-height: 100px;
}
#footer pre
{
	font-size: 12px;
	width: 750px;
	left: 17px;
	padding: 10px;
	background: #eee3c4;
}
#footer p
{
	left: 17px;
	bottom: 0px;
	width: 100%;
	position: relative;
}

#footer p a
{
	background: #ff6600;
	padding: 1px 2px;
	color: white;
	text-decoration: none;
}

#sysstat a
{
	color: black;
	text-decoration: none;
}
iframe
{
	margin-left: -20px;
	margin-top: 15px;
}

#hostlist table
{
	position: absolute;
	top: 100px;
	visibility: visible;
	padding: 10px;
	margin: 10px;
	white-space: nowrap;
}

#hostlist td
{
	border: 1px solid #b2b2b2;
}

.thcolhead
{
	background: #cccccc;
	border: 1px solid #b2b2b2;
}

.thhost
{
	background: #ff6600;
	border: 1px solid #b2b2b2;
}
.mainfooter
{
	background: #ff6600;
	padding: 1px 2px;
	color: white;
	text-decoration: none;
}



