body
{
	font-family: Arial,Sans-serif;
	background: #ffffff;
	margin: 0px;
}
#container
{
	padding: 0;
}
#header
{
	background-image: url("../images/bg_header.png"); 
	background-repeat: repeat-x; 
	background-position: left top;
	background-color:#ffffff;
}
#logo
{
	font-weight: bold;
	padding: 10px;
	font-size: 130%;
}
#usernav
{
	float: right;
	padding: 10px;
	color: #000;
	font-size:90%;
}
#usernav a
{
	color: #0000cc;
	text-decoration:underline;
}
#nav
{
	margin-top: -21px;
	clear:both;
	height: 21px;
	font-size: 80%;
	border-bottom:1px solid #999999;	
}
#nav a
{
	color: #000;
	border: 1px solid #999999;	
	background-color: #ededed;
}
#nav a:hover
{
	color: #0000cc;
	background-color: #fff;
}
#nav ul
{
	margin:0px;
	text-align: right;
	padding-right: 50px;	
}
#nav ul li
{
	display: inline;
	margin-left: -1px;
}
#nav ul li a
{
	text-decoration: none;
	position:relative;
	top: 2px;
	padding: 3px;
	padding-left: 9px;
	padding-right: 9px;
}
#active a
{
	color: #0000cc;
	background-color:white;
	border-bottom:1px solid #fff;
	font-weight:bold;
}
#wrapper
{
	clear:both;
}
#footer
{
	clear:both;
	padding: 5px;
	font-size: 70%;
	color: #c0c0c0;
	text-align: right;
	background-image: url("../images/bg_header.png"); 
	background-repeat: repeat-x; 
	background-position: left top;	
	margin-bottom: 10px;
}
#configurationcontainer
{
	width: 100%;
}
#configurationmenu
{
	width:16%;
	background-color: #ededed;
	padding: 5px;
	vertical-align: top;	
}
#configurationmenu a
{
	color: #000;
}
#configurationmenu a:hover
{
	color: #551a8b;
	text-decoration:none;
}
#configurationcontent
{
	border-left: 1px solid #999999;
	text-align:left;
	padding: 10px;
	vertical-align: top;	
}
#configurationcontent .title
{
	font-size: 140%;
	padding-bottom: 2px;
	border-bottom: 2px solid #ededed;
	font-weight: bold;
	margin:0px;
}
#configurationcontent .subtitle
{
	font-size: 100%;
	color: #000;
	border: 1px solid #999999;
	background-color: #ededed;
	padding: 3px;
	margin:0px;
	margin-top: 15px;
}
#configurationcontent .subtitle h4
{
	font-size: 100%;
	margin:0px;
}
#configurationcontent .subtitle a
{
	color: #0000cc;
	text-decoration: underline;
}
#configurationcontent .subtitle a:hover
{
	color: #551a8b;
	text-decoration: none;
}
#configurationcontent .list
{
	clear:both;
}
#configurationcontent .list .sortheader
{
	text-decoration:none;
	color: #000;
}
#configurationcontent .list1
{
	background-color: #fff2eb;
}
#configurationcontent .list2
{
	background-color: #FFF;
}
#configurationcontent .list_title
{
	font-weight: bold;
	background-color: #ededed;
}
#configurationcontent .list a
{
	color: #0000cc;
	text-decoration: underline;
}
#configurationcontent .list a:hover
{
	color: #551a8b;
	text-decoration: none;
}
#login
{
	text-align: center;
	margin: 20px;
}
#status
{
	font-size:130%;
	font-weight: bold;
	margin: 15px;
}
#ajaxcontentarea
{
	float: right;
	margin-top: 5px;
	text-align: left;
	width: 400px;
}
#rack_view
{
	margin-top: 5px;
	width: 550px;
}
#rack_view  h1
{
	border: 1px solid #000;
	border-bottom: 0px;
	text-align: center;
	font-size: 100%;
	background-color: #999999;
	color: #fff;
	padding: 5px;
}
#rack_view .rack
{
	border: 1px solid #000;
	padding: 5px;
	text-align: center;
}
#rack_view .rack .device
{
	font-size: 100%;
	border:1px solid #000;
	margin-bottom: 5px;
	background-color : #bdbdbd;
}
#rack_view .rack .device h4
{
	font-size: 80%;
	margin: 5px;
}
#rack_view .rack .device .slot
{
	border:1px solid #000;
	padding: 0px;
	float:left;
	margin: 1px;
	color: white;
	font-size: 80%;
}
#rack_view .rack .device .slot .interface
{
	text-align: center;
	float: left;
}
#rack_view .rack .device .slot .interface a
{
	margin: 3px;
	text-align: center;
	padding-top: 1px;
	font-size: 90%;
	border: 1px solid #000;
	height: 13px;
	width: 14px;
	float: left;
	background-color: #ededed;
	color: #000;
}
#rack_view .rack .device .slot .interface_linked
{
	text-align: center;
	float: left;
}
#rack_view .rack .device .slot .interface_linked a
{
	margin: 3px;
	text-align: center;
	padding-top: 1px;
	font-size: 90%;
	border: 1px solid #000;
	height: 13px;
	width: 14px;
	float: left;
	background-color: #4fff4f;
	color: #000;
}
#rack_view .rack .device .slot .interface_linked a:hover
{
	background-color: #00d400;
	color: #000;
	text-decoration:none;
}
#rack_view .rack .patch_panel
{
	font-size: 100%;
	border: 1px solid #000;
	margin-bottom: 5px;
}
#rack_view .rack .patch_panel h4
{
	font-size: 80%;
	margin: 3px;
}
#rack_view .rack .patch_panel .port
{
	text-align: center;
	float: left;
}
#rack_view .rack .patch_panel .port a
{
	margin: 3px;
	text-align: center;
	padding-top: 1px;
	font-size: 75%;
	border: 1px solid #000;
	height: 13px;
	width: 14px;
	float: left;
	background-color: #ededed;
	color: #000;
}
#rack_view .rack .patch_panel .port a:hover
{
	background-color: #999999;
	color: #000;
	text-decoration:none;
}
#rack_view .rack .patch_panel .port_linked
{
	text-align: center;
	float: left;
}
#rack_view .rack .patch_panel .port_linked a
{
	margin: 3px;
	text-align: center;
	padding-top: 1px;
	font-size: 75%;
	border: 1px solid #000;
	height: 13px;
	width: 14px;
	float: left;
	background-color: #4fff4f;
	color: #000;
}
#rack_view .rack .patch_panel .port_linked a:hover
{
	background-color: #00d400;
	color: #000;
	text-decoration:none;
}
.form
{
	border: 1px solid #c0c0c0;
	padding: 10px;
	margin:0px;
}
.form legend
{
	font-weight: bold;
	margin: 5px;
	padding: 5px;
}
.form label
{
	display : block;
	margin-bottom: 5px;
}
.form input
{
	margin-bottom: 10px;
	border: 1px solid #c0c0c0;
	background-color: #f6f6f6;
}
.form textarea
{
	margin-bottom: 10px;
	border: 1px solid #c0c0c0;
	background-color: #f6f6f6;
}
.form select
{
	margin-bottom: 10px;
	border: 1px solid #c0c0c0;
	background-color: #f6f6f6;
}
BLOCKQUOTE
{
	font-family: Arial,Sans-serif;
}
.TOC1
{
	font-size: 110%;
	padding: 0px;
}