/* CSS Document */
* { margin:0; padding:0;}
body {
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	background-color: #000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#343f4c;
}

ul, ul li { list-style:none; list-style-image:none; list-style-type:none;}

table{}
td { vertical-align:top; padding:2px 0;}

tbody { border:none;}

a{ color:#a70000; outline:none; text-decoration:underline;}
a:hover{text-decoration:none; color:#343f4c; }
img, a img { border:0;}

.clear { clear:both;}

fieldset { border:1px solid #707070; overflow:hidden; position:relative;}
fieldset legend { color:#1fc1dd;}
html.js fieldset.collapsed legend { display:inline;}
html.js fieldset.collapsible legend a { background:url(images/a4.gif) no-repeat 5px 7px;}
html.js fieldset.collapsed legend a { background:url(images/a3.gif) no-repeat 5px 5px;}

fieldset a { color:#847250;}
fieldset .tips { font-size:10px;}

.min-width {width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 980)? "980px" : "100%"); min-width:980px;}
#main { margin:0 auto; width:974px; background:url(images/shadow-left.jpg) left repeat-y}

table.system-status-report th, thead th { border-bottom:1px solid #707070; color:#FFF; font-size:13px; }
thead th, th, tr.even, tr.odd { padding:0px; border-bottom:1px solid #707070;}

h4 {color:#b00000; font-size:18px; font-weight:normal; padding-bottom:10px; padding-top:10px; font-family:Arial, Helvetica, sans-serif;}
h1 { color:#b00000; font-size:17px; font-weight:bold; border-bottom:solid 1px #9cabb6; padding:5px 0 2px 0; font-family:Arial, Helvetica, sans-serif;}
h3 { color:#424242; padding:5px 0px; font-family:Arial, Helvetica, sans-serif; font-size:15px; font-weight:bold; font-family:Arial, Helvetica, sans-serif; line-height:20px;}
h2 { font-size:16px; color:#b00000; padding:5px 0px 2px 0px; text-transform:capitalize; width:100%; font-weight: bold; border-bottom:solid 1px #9cabb6; font-family:Arial, Helvetica, sans-serif;}
p { font-size:11px; color:#343f4c; padding:5px 0px 5px 0px; font-weight:normal;}

#main-wrapper{
	width:960px;
	margin:0 auto;
}
#top{
	width:960px;
	height:50px;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:19px;
	color:#FFFFFF;
	padding:25px 0 0 0;
	text-align:center;
	line-height:20px;
}
#logo{
	width:940px;
	height:208px;
	margin:0 auto;
	padding:15px 0 0 20px;
}
#header-text{
	width:960px;
	height:54px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:20px;
	color:#FFF;
	line-height:24px;
	padding:5px 0 0 0;
}
#navigation{
	height:50px;
	width:940px;
	margin:0 auto 14px auto;
	padding:3px 10px 0 10px;
	background-image:url(../images/navigation_bg.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
	
}
#content-wrapper{
	width:960px;
	background-color:#FFF;
	margin:0 auto;
}
#content-wrapper-bottom{
	width:960px;
	background-image:url(../images/middle-bottom.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
	padding:0 0 8px 0;
}
#content-wrapper-top{
	width:940px;
	background-image:url(../images/middle-top.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	padding:10px 10px 8px 10px;
	position:relative;
	display: table;	
}

@media screen and (-webkit-min-device-pixel-ratio:0){
#content-wrapper-top{
	width:950px;
	background-image:url(../images/middle-top.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	padding:10px 0px 8px 10px;
	position:relative;
	display: table;	
}
}

#left{
	width:650px;
	float:left;
}
#left ul{
	margin:10px 0;
	padding:0px;
	clear:both;
	width:100%;
	}
#left ul li{
	background-image:url(../images/li-bg.jpg);
	background-repeat:no-repeat;
	background-position:left 3px;
	margin:0px;
	padding:0 0 0 22px;
	font-weight:bold;
	font-size:12px;
	width:46%;
	float:left;
	line-height:22px;
	}
	
#right{
	width:260px;
	float:right;
}
#right ul{
	margin:10px 0;
	padding:0px;
	}
#right ul li{
	display:block;
	background-image:url(../images/right-li-bg.gif);
	background-repeat:no-repeat;
	background-position:left top;
	height:23px;
	margin:0px;
	padding:5px 0 0 25px;
	font-weight:bold;
	font-size:12px;
	}
.more {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	color: #b00000;
}
.more a{
	text-decoration:underline;
	color: #b00000;
}
.more a:hover{
	text-decoration:none;
	color: #000;
}
.red-more {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	color: #C30;
}
.red-more a{
	text-decoration:underline;
	color: #C30;
}
.red-more a:hover{
	text-decoration:none;
	color: #000;
}
#footer{
	width:960px;
	height:105px;
	padding:20px 0 0 0;
	background-image:url(../images/bottom_helicofter.jpg);
	background-repeat:no-repeat;
	background-position:740px 15px;
}
#footer p{
	width:710px;
	text-align:center;
	color:#9b9b9b;
	line-height:16px;
}
#footer p a{
	text-decoration:underline;
	color:#9b9b9b;
}
#footer p a:hover{
	text-decoration: none;
	color:#FFF;
}
.input-field {
	margin: 0px;
	padding: 0px;
	height: 18px;
	width: 178px;
	border: 1px solid #bdbcbd;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #333;
	background-image: url(../images/input-field.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}