﻿#toolbar { font-size:12px;z-index: 9999; position: fixed;top: 10px; right: 0;background: #5195CE;border: 1px solid #c3c3c3;margin: 0 1%;height:25px;
  -moz-border-radius-bottomleft:3px;-moz-border-radius-bottomright:3px;-moz-border-radius-topleft:3px;-moz-border-radius-topright:3px;}
#toolbar ul {padding: 0; margin: 0;float: left;width: 100%;list-style: none;font-size: 1em;}
#toolbar ul li{padding: 0; margin: 0;float: left;position: relative;}
#toolbar ul li a{padding: 5px;float: left;text-indent: -9999px;height: 16px; width: 16px;text-decoration: none;color: #333;position: relative;}
html #toolbar ul li a:hover{	background-color: #fff; }
html #toolbar ul li a.active { /*--Active state when subpanel is open--*/
	background-color: #fff;
	height: 17px;
	margin-top: -2px; /*--Push it up 2px to attach the active button to subpanel--*/
	border: 1px solid #555;
	border-top: none;
	z-index: 200; /*--Keeps the active area on top of the subpanel--*/
	position: relative;
}
#mainpanel a.dashboard{background: url(images/dashboard.png) no-repeat center center;text-indent: 0; /*--Reset text indent--*/}

#toolbar a.adminpanel{	
	background: url(images/wrench-screwdriver.png) no-repeat 15px center;
	width: 90px;
	border-left: 1px solid #bbb;
	padding-left: 40px;
	text-indent: 0; /*--Reset text indent--*/
}

#toolbar a.monitorpanel{	
	background: url(images/monitor.png) no-repeat 15px center;
	width: 70px;
	border-left: 1px solid #bbb;
	padding-left: 40px;
	text-indent: 0; /*--Reset text indent--*/
}
#toolbar li#adminpanel, #toolbar li#alertpanel {float: right;}  /*--Right align the chat and alert panels--*/
#toolbar a small {  /*--panel tool tip styles--*/
	text-align: center;
	width: 70px;
	background: url(images/pop_arrow.gif) no-repeat center bottom;
	padding: 5px 5px 11px;
	display: none; /*--Hide by default--*/
	color: #fff;
	font-size: 1em;
	text-indent: 0;
}
#toolbar a:hover small{
	display: block; /*--Show on hover--*/
	position: absolute;
	top: -35px; /*--Position tooltip 35px above the list item--*/
	left: 50%; 
	margin-left: -40px; /*--Center the tooltip--*/
	z-index: 9999;
}
#toolbar ul li div a { /*--Reset link style for subpanel links--*/
	text-indent: 0;
	width: auto;
	height: auto;
	padding: 0;
	float: none;
	color: #00629a;
	position: static;
}
#toolbar ul li div a:hover {text-decoration: underline;} /*--Reset link style for subpanel links--*/
#toolbar .subpanel {
	position: absolute;
	left: 0; 
	display: none;	/*--Hide by default--*/
	width: 135px;
	border: 1px solid #555;
	background: #fff;
	overflow: hidden;
	padding-bottom: 2px;
}
#toolbar h3 {background: #336699;padding: 5px 10px;color: #fff;font-size: 1.1em;cursor: pointer;}
#toolbar h3 span {font-size: 1.5em;float: right;line-height: 0.6em;font-weight: normal;}
#toolbar .subpanel ul{padding: 0; margin: 0;background: #fff;width: 100%;overflow: auto;}
#toolbar .subpanel li{ 
	float: none; /*--Reset float--*/
	display: block;
	padding: 0; margin: 0;
	overflow: hidden;
	clear: both;
	background: #fff;
	position: static;  /*--Reset relative positioning--*/
	font-size: 1em;
}

#adminpanel .subpanel select {padding:5px; margin:10px;}
#adminpanel .subpanel li { background: url(images/dash.gif) repeat-x left center; } 
#adminpanel .subpanel li span {	padding: 5px;background: #fff;color: #777;float: left;}
#adminpanel .subpanel li a {margin: 0 5px;}
#adminpanel .subpanel li a{padding: 3px  0 3px 5px;margin: 0;line-height: 22px;height: 22px;background: #fff;display: block;}
#adminpanel .subpanel li a:hover {background: #336699;color: #fff;text-decoration: none;}

#monitorpanel .subpanel select {padding:5px; margin:10px;}
#monitorpanel .subpanel li a.delete:hover { background-position: left bottom; }
#monitorpanel .subpanel li { background: url(images/dash.gif) repeat-x left center; } 
#monitorpanel .subpanel li span {	padding: 5px;background: #fff;color: #777;float: left;}
#monitorpanel .subpanel li a {margin: 0 5px;}
#monitorpanel .subpanel li a{padding: 3px  0 3px 5px;margin: 0;line-height: 22px;height: 22px;background: #fff;display: block;}
#monitorpanel .subpanel li a:hover {background: #336699;color: #fff;text-decoration: none;}
