@charset "utf-8";
/*GENERAL HTML FORMATTING*/
html, body {
	background-image: url(/_img/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
	background-color: #173968;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
p {
	padding-top: 0px;
	margin-top: 0px;
	font-size: 14px;
}
br {
	clear:both;
}
table{
	border:none;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
}
img {
	display:inline;
	border:none;
	position:relative;
}
a {
	color: #CCC;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: none;
}
li {
	font-size:14;
}
/*HIDE PAGE*/
#hidePage {
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	z-index:95;
	width:100%;
	height:100%;
	overflow:hidden;
	background-image:url(/ogpanel/_img/hide_bg.gif);
	background-repeat:repeat;
	opacity:0.30;
	filter: alpha(opacity=30);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
	-moz-opacity: 0.30;
}

/*POP-UP ALERTS*/
#popAlerts {
	position:absolute;
	top:50%;
	left:50%;
	z-index:99;
	display: none;
}
#popAlertContent {
	position:relative;
	border-top:2px solid #E3E9F0;
	border-bottom:2px solid #C3C9D9;
	border-left:2px solid #E3E9F0;
	border-right:2px solid #C3C9D9;
	background-color:#E3E9F0;
	width:500px;
	height:auto;
	left:-250px;
	top:-200px;
	color:#333;
}
#popAlertTopBar {
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
	background-color:#D3D9E0;
	width:500px;
	color:#333;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	height:22px;
	line-height:22px;
}
#popAlertClose {
	position:relative;
	font-family:"Arial Black", Gadget, sans-serif;
	float:right;
	font-size:18px;
	font-weight:bold;
	color:#C00;
	margin:0px;
	padding:0px;
	line-height:22px;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:4px;
	margin-left:4px;
}
#popAlertClose a:link, #popAlertClose a:visited {
	color:#C00;
	text-decoration:none;
}
#popAlertClose a:hover {
	color:#F43;
	text-decoration:none;
}
#popAlertContentInner {
	margin:5px;
        text-align: left;
}
#popAlertContentInner a:link, #popAlertContentInner a:visited {
	color: #000;
        text-decoration: underline;
}
#popAlertContentInner a:hover {
	color: #5271A3;
}
.notificationTitle {
	font-weight: bold;
	color: #0A0;
}
.notificationDesc {
	color: #333;
}
.errorTitle {
	font-weight: bold;
	color: #C00;
}
.errorDesc {
	color: #333;
}
.notificationsBox {
    border:1px solid #CCC;
    background-color:#EEE;
    text-align: center;
    padding:10px;
}
.notificationsBox p {
    padding:0px;
    margin:0px;
}
/*FORMS*/
form {
	margin:0px;
	padding:0px;
	clear:none;
	display:inline;
}
input, select, textarea {
	text-align:left;
	font-size:14px;
	color:#333;
	background-color:#EBEFF5;
	border:1px solid #999;
}
input {
	width:200px;
}
.checkbox {
	width: auto;
}
.input_blur {
	color:#333;
	background-color:#EBEFF5;
	border:1px solid #999;
}
.input_focus {
	color:#EBEFF5;
	background-color:#5978AC;
	border:1px solid #A5B6D1;
}
.input_error {
	color:#FFF;
	background-color:#A00;
	border:1px solid #999;
}
.submit_button {
	color:#EEE;
	font-weight:bold;
	background-color:#666;
	border:1px solid #999;
	width:auto;
}
.formTable td {
	text-align:left;
    vertical-align: top;
}
.form_section_title {
	font-size:16px;
	font-weight:bold;	
}
/*LINKS*/
.links {
	line-height:30px;
	text-align:center;
	color:#5271A3;
	font-size:12px;
	margin:0px;
	padding:0px;
}
.links a:link, .links a:visited {
	color:#000;
	text-decoration:underline;
}
.links a:hover {
	color:#5271A3;
}
#container {
	width:1000px;
	text-align:center;
	margin:0 auto;
	padding:0px;
	background-color: #000;
}
#header {
	width: 1000px;
	height: 79px;
	text-align: right;
	background-image: url(/_img/header_bg_rep_x.jpg);
	background-color: #F08801;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
#header_right {
	float: right;
	position:relative;
	right:10px;
	text-align:right;
}
#top_tabs {
	width:450px;
	height:27px;
	margin-left:auto;
	margin-right:0px;
}
#top_tabs_inner {
	height:27px;
	margin:0 auto;
	background:url(/_img/top_tab_rep_x.jpg);
	background-repeat:repeat-x;
	text-align:center;
}
#top_tabs_inner img {
	top:-2px;
	padding:0 3px;
}
#nav {
	width:1000px;
	height:30px;
	margin: 0px;
	text-align:center;
	background-image: url(/_img/nav_bg_rep_x.jpg);
	background-repeat: repeat-x;
}
#nav img {
	padding:0 20px;
}
#domains {
	width:1000px;
	height:43px;
	margin: 0px;
	padding: 0px;
	text-align:center;
	background-image: url(/_img/domain_bg_rep_x.jpg);
	background-repeat: repeat-x;
	color:#FFF;
	font-size:24px;
	line-height:43px;
	font-family:Verdana, Geneva, sans-serif;
	font-style:italic;
	font-weight:bold;
}
#flash {
	width:1000px;
	height:238px;
	margin: 0px;
	padding: 0px;
	text-align:center;
	background-image: url(/_img/flash_bg_rep_x.jpg);
	background-repeat: repeat-x;
}
#bottom {
	width:1000px;
	margin: 0px;
	padding: 0px;
	text-align:center;
	background-color: #000;
	background-image: url(/_img/bottom_bg_rep_x.jpg);
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999;
}
#main {
	width:1000px;
	margin: 0px;
	padding: 0px;
	text-align:center;
	background-image: url(/_img/main_bg_rep_x.jpg);
	background-repeat: repeat-x;
	background-position:top;
	background-color: #FFF;
}
#footer {
	width:1000px;
	margin: 0px;
	padding: 0px;
	text-align:center;
	background-color: #000;
	background-image: url(/_img/footer_bg_rep_x.jpg);
	background-repeat: repeat-x;
	background-position:top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999;
}
/*CUSTOM CLASSES*/
.main_box {
	margin:0 auto;
	width:980px;
}
.main_box_title {
	background-position:right;
	background-repeat:no-repeat;
	background-color:#ED6F01;
	text-align:left;
	height:50px;
	background-image: url(/_img/main_box_title_bg.jpg);
}
.main_box_subtitle {
	background:url(/_img/box_below-top.jpg);
	background-repeat: repeat-x;
	background-position:top;
}
.main_box_subtitle2 {
	background:url(/_img/box_below-main.jpg);
	background-repeat: repeat-x;
	background-position:top;
}
.main_box_content {
	border:1px solid #CCC;
	background-color:#FFF;
}
.main_box_content a {
	color:#349;
}
.main_box_content a:hover {
	color:#000;
}
.main_box_content2 {
	border:1px solid #CCC;
	background-color:#FFF;
}
.spacer {
	height:50px;/* same height as footer/header to preserve space*/
}
.page_spacer {
	height:10px;/* same height as footer/header to preserve space*/
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.blue_bar {
	text-align:left;
	width:980px;
	height:23px;
	margin:0 auto;
	background-image: url(/_img/blue_bar_rep_x.jpg);
	background-repeat: repeat-x;
	clear:both;
}
.box {
	width:976px;
	text-align:left;
	color:#EEE;
	background-color:#101010;
	border-left:2px solid #0D0D0D;
	border-right:2px solid #2A2A2A;
	border-bottom:2px solid #272727;
	margin:0 auto;
	clear:both;
}
.box h2 {
	font-size:18px;
}
.printable {
	display:none;
}
/*IE HACKS*/
body{margin:0}/* for ie mac*/
/* commented backslash hack v2 \*/
* html, * html body{
	overflow:hidden;
	padding:50px 0;
	margin:-50px 0;
	padd\ing:0;
	ma\rgin:0;
}
* html #container {
	overflow:auto;
	height:99.9%;
	voice-family: "\"}\""; voice-family:inherit;
}
/* end hack */
html>body #popAlerts,html>body #hidePage{position:fixed}/* for moz/opera and others*/
