/*
****** DO NOT REMOVE ******
SWIFT Panel Style Sheet (www.SwiftPanel.com)
Copyright @ 2008 All Rights Reserved.
****** DO NOT REMOVE ******
*/

#cover {
	background:#000;
	position:fixed;
	top:0;
	right:0;
	width:100%;
	height:100%;
	display:block;
	z-index:9998;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5
}

#cover-text {
	display:inline-block;
	padding:10px;
	color:#2a2b2c;
	background:#fff;
	position:fixed;
	top:49%;
	right:49%;
	z-index:9998;
	border:1px solid #000;
}

body, html {
	text-align: center;
	background: url(images/topbg.png) repeat-x top;
	margin:0;
	height: 100%;
	padding: 0;
}
body, td, th, select, input, textarea {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
p {
	padding: 0px;
	margin: 8px 0px 10px;
}
form, a, img {
	padding: 0px;
	margin: 0px;
}
img {
	border: 0 none;
}
#container a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #0A49A9;
	text-decoration: none;
}
#container a:visited {
	color: #0A49A9;
	text-decoration: none;
}
#container a:hover {
	text-decoration: underline;
}
form {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 24px;
	font-family:"Lucida Grande", Tahoma, Arial, sans-serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
fieldset {
	padding: 2px;
	text-align: left;
	margin-right: 2px;
	margin-bottom: 4px;
	margin-left: 2px;
	border: none;
}
li {
	list-style: disc url(none) inside;
}
input.text, input.file, textarea.textarea, select.select {
	color:#222;
	border-top:1px solid #707070;
	border-left:1px solid #ababab;
	border-right:1px solid #ababab;
	border-bottom:1px solid #cecece;
	background:#fff url(images/fieldbg.png) repeat-x top;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
input.text:focus, input.file:focus, textarea.textarea:focus, select.select:focus {
	background:#FFFFDD url(images/fieldbg.png) repeat-x top;
	border-top:1px solid #707070;
	border-left:1px solid #ababab;
	border-right:1px solid #ababab;
	border-bottom:1px solid #cecece;
}
input.text, input.file, textarea.textarea {
	padding: 3px;
}
select.select {
	padding: 2px;
}

#global {min-height: 100%;
position: relative;}


#topbg {
	width: 100%;
}

#bottombgh {
	background: url(images/bg_foot.png) repeat-x bottom;
	height: 437px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	z-index:1;
}

#nav {
	width: 940px;
	top: 0px;
	height: 60px;
	background: url(images/swiftpanel.png) no-repeat 12px center;
	z-index:2;
	margin: 0 auto;
}
#nav #home {
	float: right;
	text-align: right;
	margin: 0;
	top: 14px;
	left: 230px;
	font-size: 28px;
	color: #FFFFFF;
	font-weight: bold;
	width: 520px;
}
#nav #left {
	float: left;
	left: 20px;
	bottom: 0px;
}
#nav #right {
	float: right;
}
#nav #time {
	color: #CCCCCC;
	font-weight: bold;
	margin: 6px 0 0 0;
	text-align: right;
}
#page {
	width: 940px;
	margin: 36px auto auto;
	padding-bottom: 81px;
	position: relative;
}
#content {
	width: 940px;
	margin: 0;
}
#container {
	position: relative;
	left: 14px;
	width:926px;
	padding-top:10px;
	padding-bottom:20px;
}
#page .title {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
/* this is the main UL element*/
.menutabs {
	margin:0;
	padding:0;
	list-style:none;
}
/* these are the inner menus*/
.menutabs ul {
	margin:0;
	padding:0;
	list-style:none;
	border-bottom: 1px solid #444;
}
/* these are all the LIs in the menu*/
.menutabs li {
	margin:0;
	padding:0;
	cursor:pointer;
	list-style:none;
	margin-right: 6px;
	float: left;
	height: 59px;
	line-height: 59px;
}
/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.menutabs a {
	color: #fff;
	font-weight: bold;
	padding: 0 15px;
	text-decoration:none;
	display: inline-block;
	height: 59px;
	line-height: 59px;
}

.menutabs a:hover {
	color: #fff;
	background: url(images/nav_hover.png) repeat-x;
}
.menutabs a:active {
	color: #fff;
	background-color: #FFCC66;
}
.menutabs a.current {
	color: #FFFFFF;
	background: url(images/nav_hover.png) repeat-x;
}
.menutabs li.home a {
}
.menutabs li.servers a {
}
.menutabs li.account a, .menutabs li.logout a {
	color: #fff;
}
.menutabs li.account a:hover, .menutabs li.logout a:hover {
	color: #fff;
}
.menutabs li.account a.current:hover, .menutabs li.logout a.current:hover {
	color: #fff;
}
.button {
	overflow: visible;
	width:auto;
	text-decoration: none;
	background: url(images/button_bg.png) repeat-x;
	border: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	cursor: pointer;
	line-height: 130%;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	height: 22px;
	
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;
	
    -moz-border-radius-topright: 2px;
	-webkit-border-top-right-radius: 2px;
	
    -moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	
    -moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;

	
	
	margin-right: 5px;
	padding:3px 10px 4px 10px;
}
.button:hover {
	color:#fff;
}
.button:active {
	color:#fff;
}
.green {
	color:#fff;
}
.green:hover {
	color:#000;
}
.green:active {
	color:#fff;
}
.blue {
	color:#fff;
}
.blue:hover {
	color:#000;
}
.blue:active {
	color:#fff;
}
.red {
	color:#fff;
}
.red:hover {
	color:#000;
}
.red:active {
	color:#fff;
}
.start {
	padding:6px 10px 4px 36px;
	background-image: url(images/buttons/play.png);
	background-repeat: no-repeat;
	background-position: 8px center;
	color: #000;
	height: 30px;
}
.stop {
	padding:6px 10px 4px 36px;
	background-image: url(images/buttons/stop.png);
	background-repeat: no-repeat;
	background-position: 8px center;
	color: #000;
	height: 30px;
}
.restart {
	padding:6px 10px 4px 36px;
	background-image: url(images/buttons/refresh.png);
	background-repeat: no-repeat;
	background-position: 8px center;
	color: #000;
	height: 30px;
}

.srestart {
	padding:6px 10px 4px 36px;
	background-image: url(images/buttons/srefresh.png);
	background-repeat: no-repeat;
	background-position: 8px center;
	color: #000;
	height: 30px;
}
#infobox {
	margin: 0px 2px 10px;
	padding: 5px 5px 5px 50px;
	border: 1px solid #0099FF;
	background: #EAF8FF url(images/info_32.png) no-repeat 10px;
}
#infobox2 {
	margin: 5px 5px;
	padding: 5px 5px 5px 50px;
	border: 1px solid #0099FF;
	background: #EAF8FF url(images/info_32.png) no-repeat 10px;
	text-align:left;
}
.tabs {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 12px;
	padding-right: 12px;
	background-color: #F2F2F2;
	border: 1px solid #CCCCCC;
	cursor: pointer;
	white-space: nowrap;
}
.tabsover {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 12px;
	padding-right: 12px;
	background-color: #E8E8E8;
	border: 1px solid #CCCCCC;
	cursor: pointer;
	white-space: nowrap;
}
.tabsactive {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 12px;
	padding-right: 12px;
	background-color: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 0px;
	font-weight: bold;
	cursor: pointer;
	white-space: nowrap;
}
.tabspacer {
	border-bottom: 1px solid #CCCCCC;
}
.tab {
	padding: 10px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.fieldname {
	height: 29px;
	background: #F2F2F2;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	color: #555555;
	padding-right: 5px;
	border: 1px solid #E4E4E4;
}
.fieldheader {
	color: #ea5500;
	font-weight: bold;
	text-align: center;
	background: #EEEEEE;
	border: 1px dashed #CCCCCC;
}
.data {
	background-color: #CCCCCC;
	border: 0px none;
	font-size: 11px !important;
}
.data th {
	font-weight: bold;
	text-align: center;
	background-color: #F2F2F2;
	height: 25px;
	border-bottom: 1px solid #d9d9d9;
	font-size: 11px !important;
}
.data td {
	background-color: #FFFFFF;
	text-align: center;
	height: 25px;
	border-bottom: 1px solid #d9d9d9;
	font-size: 11px !important;
	padding: 5px 0;
}
.data .mouseover td {
	background-color: #EEF4FB;
}
.data .Active td {
	background-color: #FFFFFF;
}
.data .Inactive td {
	background: #FFFFDD;
}
.data .Pending td {
	background-color: #FFFFDD;
}
.data .Suspended td {
	background: #FFEEEE;
}
img.greenbar {
	background: white url(images/percent/green.png) top left no-repeat;
	padding: 0;
	margin: 2px 0 2px 0;
	background-position: 1px 0;
}
img.redbar {
	background: white url(images/percent/red.png) top left no-repeat;
	padding: 0;
	margin: 2px 0 2px 0;
	background-position: 1px 0;
}
img.goldbar {
	background: white url(images/percent/gold.png) top left no-repeat;
	padding: 0;
	margin: 2px 0 2px 0;
	background-position: 1px 0;
}
/* Footer */
#footer {
	width: 100%;
	height: 81px;
	background: url(images/footer.png) repeat-x;
	font-weight: bold;
	font-size: 12px;
	position: absolute;
	bottom: 0;
}

#footer_content { margin: 0 auto; width: 940px;}
#footer_content img { float: left; margin: 25px 0 0 0;}
#footer_content span { margin: 50px 0 0 0; float: right; font-size: 11px; color: #5c5c5c; }
#footer_content span a { text-decoration: none; color: #fff;}
#footer_content span a:hover { color: #ea5500;}

#footer .left {
	color: #FF9900;
	text-align:left;
	width:260px;
	font-weight: bold;
}
#footer .left a {
	color: #FF9900;
	text-decoration:none;
}
#footer .center {
	color: #FFFFFF;
	text-align:center;
	width:400px;
	font-weight: bold;
}
#footer .center a {
	color: #FFFFFF;
	text-decoration:none;
}
#footer .right {
	text-align:right;
	width:260px;
	color: #FF9900;
	font-weight: bold;
}
#footer .right a {
	color: #FF9900;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
