@charset "utf-8";
body				{ margin:10px; padding:0px; background-color:#999; }
div					{ float:left; font-family:Lucida Grande, Arial, sans-serif; font-size:11px; line-height:12px; color:#000; }					
img					{ border:0px; }
a					{ color:#3fa9f5; font-weight:bold; text-decoration:none; }
a:hover				{ text-decoration:none; color:#ff931e; }

.div100				{ width:100%; }

center				{ float:none; }
#centerholder		{ float:none; width:1000px; border-left:1px #000000 solid; border-right:1px #000000 solid; text-align:left; }

#header									{ width:1000px; height:70px; background-color:#000; -moz-border-radius-topleft: 10px; -moz-border-radius-topright: 10px; -webkit-border-radius-topleft: 10px; -webkit-border-radius-topright: 10px;  }
#header .logo							{ width:50px; height:70px; padding-left:10px; padding-top:10px; }
#header .textpart						{ width:935px; height:70px; padding-right:5px; }
#header .textpart .line1				{ margin-top:15px; }
#header	.textpart .line2				{ margin-top:15px; float:right; min-width:900px; }
#header	.textpart .line2 .item			{ margin-right:10px; float:right; }
#header	.textpart .line2 .item a		{ text-decoration:none; color:#3fa9f5; font-size:10px; }
#header	.textpart .line2 .item a:hover	{ color:#ff931e; }

#topmenu				{ height:25px; width:1000px; background-image:url('../img/webbone/menu_bg.png'); background-repeat:repeat-x; }
#topmenu .item			{ height:25px; padding-top:5px; text-align:center; padding-left:10px; padding-right:10px; }
#topmenu .item:hover	{ background-image:url('../img/webbone/menu_rollover.png'); background-repeat:repeat-x; }
#topmenu .item a		{ color:#FFF; color:#000000; }
#topmenu .item a:hover	{ color:#ff931e; }
#topmenu .item_active	{ background-image:url('../img/webbone/menu_active.png'); background-repeat:repeat-x; height:25px; padding-top:5px; text-align:center; padding-left:10px; padding-right:10px; }
#topmenu .item_active a	{ color:#FFF; color:#FFFFFF; }

#content								{ width:980px; min-height:500px; padding:10px; background-color:#FFF; }
#footer				{ width:980px; height:50px; color:#FFF; font-size:11px; padding-left:20px; padding-top:15px; background-color:#000;  -moz-border-radius-bottomleft: 10px; -moz-border-radius-bottomright: 10px; -webkit-border-radius-bottomleft: 10px; -webkit-border-radius-bottomright: 10px; }

.dt_center				{ text-align:center; }
.dt_server_hostname		{ min-width:250px; }
.dt_server_ip			{ min-width:100px; font-weight:bold; }
.dt_server_enabled		{ max-width:50px; }
.dt_server_times		{ min-width:100px; }

.status_fail			{ color:#ff1d25; margin-right:10px; font-weight:bold; }
.status_success			{ color:#7ac943; margin-right:10px; font-weight:bold; }

#dialog_link {padding: .4em 1em .4em 20px;text-decoration: none;position: relative;}
#dialog_link span.ui-icon {margin: 0 5px 0 0;position: absolute;left: .2em;top: 50%;margin-top: -8px;}
a.icon {margin: 0; margin: 2px; position: relative; padding: 4px 0; cursor: pointer; float: left;  list-style: none;}
a.icon span.ui-icon {float: left; margin: 0 4px;}

h1	{ color:#3fa9f5; }
h3	{ color:#ff931e; }

.rounded_box_1	{ border:1px #666 solid; -moz-border-radius:5px; -webkit-border-radius:5px; padding-left:5px; margin-left:10px; }