html {
	min-height: 100%; margin-bottom: 1px;
}

body {
	margin:0px;
	font-family: arial,verdana,tahoma;
	font-size: 11px;
	background-image: url('/img/body_back.gif');
	background-repeat: repeat-x;
	background-color: #2D2D2D;
}

a {
	color: #666666;
	text-decoration: none;
}


a:hover {
	text-decoration: none;
	color: #434343;
}

#page {
	width: 970px;
	margin-left:auto;
	margin-right:auto;
}

#footer {
	width: 970px;
	height: 140px;
	background-image:url('/img/footer.png');
}

#header {
	width: 970px;
	height: 96px;
	background-image:url('/img/header_back.gif');
}

#logo {
	width: 375px;
	height: 96px;
	float: left;
}

#clientlogin {
	float: left;
	width: 595px;
	height: 96px;
}

.small_white_bold, a.small_white_bold:hover {
	color: #ffffff;
	font-family: arial,verdana,tahoma;
	font-variant: small-caps;
	font-size: 11px;
}

.login_text {
	border: 1px solid #A9A9A9;
	width: 85px;
	font-size: 10px;
	padding:3px;
	float:left;
	margin-left:7px;
	margin-right:7px;
}

#clientlogin label {
	font-family: arial,verdana,tahoma;
	font-variant: small-caps;
	font-size: 11px;
}

.form_text {
	border: 1px solid #A9A9A9;
	width: 85px;
	font-size: 10px;
	padding:3px;
	float:left;
}

.login_label {
	line-height:2em;
	font-size: 10px;
	color: #ffffff;
	height:19px;
	display:block;
	float:left;
}

.reg_fields {
	font-weight: bold;
	white-space: nowrap;
}

.wmlogin_label {
	width: 70px;
	color: #000000;
}

#page_wrapper {
	clear:both;
	width: 970px;
	display:block;
	background-image:url('/img/wrapper_back.gif');
}

#wrap2 {
	width: 970px;
	background-image:url('/img/wtop.gif');
	background-repeat:no-repeat;
	clear:both;
	padding-top: 20px;
}

#left_column {
	width: 220px;
	padding-top:7px;
	float:left;
	display:block;
}

#right_column {
	width: 200px;
	float:left;
	display:block;
}

#content_area {
	display:block;
	width: 496px;
	float: left;
	line-height:1.5;
	font-size: 11px;
}

#webmail_login {
	width: 209px;
	height: 156px;
	background-image:url('/img/webmail_back.gif');
	margin-left:auto;
	margin-right:auto;
}

.errors {
	color: #FF0000;
}

#menu {
	width: 180px;
	margin-left:auto;
	margin-right:auto;
}

hr {
	background-color:#D9D9D9;
	color:#D9D9D9;
	height:1px;
	border:0 none;
}

.menul2item {
	margin-left: 10px;
	font-weight:bold;
	font-variant: small-caps;
	color: #000000;
}

.menul2item a {
	font-family: Arial,sans-serif;
	font-size: 12px;
}
.menul2item a:hover {
	color: #434343;
}

h1 {
	font-variant: small-caps;
	font-size: 24px;
	margin-top:0px;
	margin-bottom:10px;
	font-weight:normal;
	font-family:arial;
}

.form_sent {
	font-size: 18px;
	font-weight:normal;
	font-family:arial;

}

h2 {
	font-size: 16px;
	margin-top:0px;
	font-weight:normal;
}

.sitemap {
	font-size: 11px;
}

.article_title {
	font-size: 12px;
	font-weight:bold;
	color: #db0000;
}

#newsbox {
	margin-top:38px;
	width: 180px;
}

.contacts {
	font-size:10px;
	display:block;
	width:230px;
	margin-left:140px;
	padding-top:20px;
	color: #797979;
}

#content_area ul {
	list-style-type:none;
}

#content_area li {
	background: url('/img/ul_bullet.gif') 0px 4px no-repeat;
	padding-left: 20px;
}

.domain-search-prefix {
	font-weight: bold;
	font-size: 16px;
	float:left;
	padding-right: 5px;
	padding-left: 5px;
}
.domain-search-input {
	float: left;
}
.domain-search-input > input,.domain-search-input > select {
	padding: 2px;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
}
.domain-search-submit > input {
	font-family: arial;
	margin-left: 5px;
	font-size: 14px;
	font-weight: bold;
}
.domain-search-result {
	font-size: 12px;
	padding: 5px;
	border-top: 1px solid #D9D9D9;
	text-align: center;
	border-bottom: 1px solid #D9D9D9;
}
.domain-search-result-yes {
	color: #66CC00
}
.domain-search-result-no {
	color: #CC0000;
}







.cmenu {
background:#FFF;
border:1px solid #444;
display:none;
width:150px;
}

.cmenu ul, #myMenu ul * {
padding:0;
margin:0;
}

.cmenu ul li{
list-style:none;
text-align:left;
border-bottom:1px solid #EAEAEA;
}

.cmenu ul li:hover{
background:#666;
color:#FFF;
}

.cmenu ul li:hover span{
color:#FFF;
}

.cmenu li:hover a{
color:#FFF;
}

.cmenu a{
color:#000;
font:11px Tahoma;
font-weight:bold;
text-decoration:none;
display:block;
height: 15px;
text-align:left;
width:200px;
padding: 5px;
}

#dropdownpanel{ /*Outermost Panel DIV*/
position: absolute;
width: 100%;
left: 0;
top: 0;
visibility:hidden;
}

#dropdownpanel .contentdiv{ /*Div containing Ajax content*/
background: black;
color: white;
padding: 10px;
}

#dropdownpanel .control{ /*Div containing panel button*/
border-top: 5px solid black;
color: #ffffff;
font-family: tahoma;
font-weight: bold;
text-align: center;
background: transparent url("/img/sys_images/panel.gif") center center no-repeat; /*change panel.gif to your own if desired*/
padding-bottom: 3px; /* 21px + 3px should equal height of "panel.gif" */
height: 21px; /* 21px + 3 px should equal height of "panel.gif" */
line-height: 21px; /* 21px + 3px should equal height of "panel.gif" */
}
.amenu_item a {
	color: #F3F3F3;
	text-decoration: none;
	font-family: verdana;
	font-size: 11px;
}
.amenu_item a:hover {
	color: #ffffff;
}

.amenu {
	list-style-image:url(/img/sys_images/arrow.gif);
	margin:0px;
}

.amenu_hdr {
	font-size: 14px;
	font-style: italic;
	font-family:verdana;
	font-weight: bold;
}