@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	background: url(images/background.jpg) white top center no-repeat;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-top: 5px;
	margin-bottom: 10px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	margin-top: 20px;
}

ol {
	margin-left: 30px;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 18px;
}

a {
	color: #f16a24;
	font-weight: 600;
	text-decoration: none;
}

.formerrors {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FF0000;
}

form .maintenanceform {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.top_right_buttons_bar {
	background-image; none;
	width: 980px;
	border: none;
	margin: 0 auto;
}

.top_right_buttons {
	background-color: #293484;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #fff;
	display: inline-block;
	float: right;
	width: 125px;
	height: 25px;
	margin-top: 30px;
	text-align: center;
	padding-top: 15px;
}

.pagecontainer {
	width: 980px;
	border: none;
	margin: 0 auto;
	margin-bottom: 20px;
}

.footercontainer {
	width: 980px;
	border: 1px solid #FF0000;
	margin-bottom: 20px;
}

.topbar {
	width: 980px;
}

.sidenav {
	width: 300px;
	float: left;
	margin-top: 10px;
	text-align: center;
}

.status_images {
	margin-top: 20px;
}

.header {
	background: #666666;
	color: #fff;
	height: 25px;
	width: 60%;
	margin-top: 10px;
	text-align: left;
	font-size: 12pt;
	padding-left: 10px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.header_light {
	background: #e9bf00;
	color: #fff;
	height: 25px;
	width: 60%;
	margin-top: 10px;
	text-align: left;
	font-size: 12pt;
	padding-left: 10px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.header_light_container {
	border: 1px solid #E9BF00;
	padding: 10px;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.sidenav_content {
	margin-left: 10%;
	border: 1px solid #cccccc;
	text-align: left;
}

.hosting_status_images {
	margin-top: 5px;
	margin-bottom: 15px;
}

li.sidenav_list {
	list-style-image: url(images/bullet.png);
	color: #f16a24;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 0px;
	font-weight: 600;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 40px;
}

.maincontent {
	width: 600px;
	float: right;
	margin-top: 10px;
	text-align: left;
	padding-right: 10px;
}

.table_row {
	width: 100%;
	height: 25px;
}

.table_row_header {
	height: 22px;
	background-color: #fff;
	text-align: left;
	font-size: 13pt;
	float: left;
	padding-top: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 10pt;
}

.table_row_dark {
	height: 23px;
	background-color: #d0ebfd;
	text-align: left;
	font-size: 10pt;
	float: left;
	padding-top: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

.table_row_light {
	height: 22px;
	background-color: #fff;
	text-align: left;
	font-size: 10pt;
	float: left;
	padding-top: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

.footer-left {
	width: 70%;
	float: left;
	margin-top: 40px;
}

.footer-right {
	width: 30%;
	float: left;
	margin-top: 40px;
	text-align: right;
}

.form_left {
	float: left;
	width: 100px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.form_right {
	float: left;
	width: 250px;
	padding: 5px;
}

.form_field {
	border: 1px solid #CACACA;
	width: 225px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;	
}

/* jqModal base Styling courtesy of;
  Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
  the Window's z-index value will be set to 3000 by default (in jqModal.js). You
  can change this value by either;
    a) supplying one via CSS
    b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */
  
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -300px;
    width: 600px;
    
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

.jqmOverlay { background-color: #000; }

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
