﻿* {
	font-size: 12pt;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

input, select, option, textarea {
	font-size: 10pt;
}

input {
	padding: 1px;
}

a {
	color: #4C6161;
	text-decoration: none;
}

a:hover {
	color: #000;
}

a * {
	border: 0px;
}

h1, h2, h3, h4, h5, h6 { color: #E97F35; }

#container input.border, #container select, #container textarea {
	border:  #CCC 1px solid;
	color:  #333333;
}

#head, #container, #foot {
	width: 700px;
	margin: 0 auto;
}

.left {
	float: left;
}

.right {
	float: right;
}

table {
	empty-cells: show;
	border-spacing: 0px;
}

#error, .error, .starerror {
	color: red;
}

.hide {
	display: none ! important;
}

.show {
	display: block ! important;
}

.space {
	display:none;
}

/* LOGIN POPUP DEFINITIONS */
#login {
	position: absolute;
	top: -9999px;
	width: 495px;
	border: 1px solid #6C7C7C;
	padding: 9px;
	background: white;
	z-index: 1000;
	left: 50%;
	margin-left: -250px;
}

.pop_control, .pop_webmail {
	top: 24px !important;
}

.pop_webmail {
	width: 422px !important;
	margin-left: -177px !important;
}

#login #control {
	/*display: none;*/
	min-height: 272px;
	background-image: url("../images/popup/icons/controlpanelicon.gif");
	background-position: 361px 20px;
	padding: 23px;
}

#login #webmail {
	/*display: none;*/
	background-image: url("../images/popup/icons/webmailicon.gif");
	background-position: 322px 11px;
	min-height: 258px;
	padding: 21px;
}

.pop_webmail #webmail, .pop_control #control {
	/*display: block ! important;*/
	border: 1px solid #999;
	background-color: white;
	background-repeat: no-repeat;
}

.pop_webmail #control, .pop_control #webmail {
	display: none;
}

#control h1, #webmail h1 {
	height: 52px;
	font-size: 0px;
	text-indent: -9999px;
	background-position: center left;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	overflow:hidden;
}

#login-frame {
	position: relative;
	border: 1px solid #D0D0C6;
	background: #E5E5D8;
	padding: 9px;
}

.pop_control #login-frame {
	padding-bottom: 55px;
	background: #E5E5D8 url("../images/popup/icons/controlpanel_bottomicons.gif") bottom center no-repeat;
}

#close {
	display: block;
	width: 22px;
	height: 17px;
	line-height: 17px;
	background: #4D6162;
	color: white;
	text-align: center;
	border: white solid;
	border-width: 1px 1px 0px;
	position: absolute;
	top: -19px;
	right: 1px;
}

#control h2 {
	border-bottom: 1px solid #666;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

#control #domainadminform {
	margin-bottom: 38px;
}

#control form {
	padding-left: 10px;
}

#control form p {
	overflow: auto;
	padding-top: 6px;
}

#control form p * {
	float: left;
}

#control label {
	display: block;
	width: 107px;
	padding: 3px 0px;
}

#webmail label {
	display: block;
	padding: 1px 0 6px;
}

#control input.border, #webmail input.border {
	width: 140px;
	border: #CCC 1px solid;
	color: #333333;
	margin-right: 11px;
}

#webmail input.border {
	width: 178px;
	margin-bottom: 16px;
	margin-right: 0;
}

#webmail #advanced {
	margin-right: -4px;
	background: url("../images/popup/checkbox_unchecked.gif") no-repeat center right;
	padding-right: 16px !important;
	margin-bottom: 7px;
}

#webmail #advanced.checked {
	background-image: url("../images/popup/checkbox_checked.gif");
}

#webmail #advancedCheckbox {
	position: absolute;
	left: -9999px;
}

#webmail input#webmailLogon {
	float: right;
}

#webmail form {
	margin: 0 auto;
	width: 182px;
}
/* END */
