@import url(calendar.css);
body {
	background: #ffffff;
	color: #000000;
	font-family: "BitStream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
}

#container {
	width:970px;
	margin:auto;
}
/*
a {
	text-decoration: none;
	color: #888888;
}

a:hover {
	text-decoration: underline;
	color: #888888;
}

a:visited, a:active {
	color: #888888;
}
*/

a:link {
	color: #1a8cb2;
	text-decoration: none;
	border-bottom: #1a8cb2 1px dotted;
}
a:visited {
	color: #1a8cb2;
	text-decoration: none;
	border-bottom: #1a8cb2 1px dotted;
}
a:active {
	color: #1a8cb2;
	text-decoration: none;
	border-bottom: #1a8cb2 1px dotted;
}
a:hover {
	color: #1a8cb2;
	text-decoration: none;
	border-bottom: #1a8cb2 1px solid;
}

#login_header a {
	border: none;
}

table {
	/* border-spacing: 0; */
	/* padding: 0; */
	border-collapse: collapse; /* for IE */
	text-align: left;
}

input, .button, textarea {
	padding: 6px;
}

input, .button, textarea, select {
	font-family: "BitStream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

input.button:hover {
	cursor: pointer;
}

input.flat, textarea.flat, select {
	border: #000 1px solid;
}

.readonly {
	background:#eee;
}

/*
.button {
	border: 1px solid #000;
	color: #000;
	background: #f5f5f5;
	padding: 3px 3px 3px 3px;
}

.button:hover, .button:focus {
	background: #ddffdd;
	color: #000;
	text-decoration:none;
}
*/

.button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-webkit-border-top-left-radius:1px;
	-moz-border-radius-topleft:1px;
	border-top-left-radius:1px;
	-webkit-border-top-right-radius:1px;
	-moz-border-radius-topright:1px;
	border-top-right-radius:1px;
	-webkit-border-bottom-right-radius:1px;
	-moz-border-radius-bottomright:1px;
	border-bottom-right-radius:1px;
	-webkit-border-bottom-left-radius:1px;
	-moz-border-radius-bottomleft:1px;
	border-bottom-left-radius:1px;
	text-indent:0;
	border:1px solid #bababa;
	display:inline-block;
	color:#212121;
	font-family:arial;
	font-size:11px;
	font-weight:normal;
	font-style:normal;
	
	/* 
	
	height:21px;
	line-height:21px;
	width:80px;
	
	
	*/
	
	text-decoration:none;
	text-align:center;
	text-shadow:0px 1px 0px #ffffff;
}
.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.button:active {
	position:relative;
	top:1px;
}

a.button{
	border-bottom: #bababa 1px solid;
	color: #000;
}


.flat {
	border: 1px solid #888888;
}

ul.flash-info {
	border:2px solid #AFE1A6; /* medium green */
	padding:1em;
	max-width:970px;
	margin-left:auto;
	margin-right:auto;
	list-style:none;
}

ul.flash-error {
	border:2px solid #FF6347; /* tomato */
	padding:1em;
	max-width:970px;
	margin-left:auto;
	margin-right:auto;
	list-style:none;
}

.error_msg {
	color: #d01313;
}

#motd {
	color: maroon;
	padding-top:2em;
}

.standout {
	color: maroon;
	padding: 3px 3px 3px 3px;
	text-align: center;
}

#login_header, #login, #main_menu, #overview,
#admin_domains, #admin_virtual, .nav_bar, #alias_domain_table,
#alias_table, #mailbox_table, #overview_table, #log_table,
#admin_table, #footer, .subnav {
	width: 990px;
	margin: 0 auto;
}

#login_header {
	padding-bottom: 10px;
	text-align: left;
}

#login {
	width: 990px;
	margin: 0 auto;
	background: url(../images/mail_bg.gif) right 50% no-repeat;
}

#login_table {
	border-left: none;
	border-right: 1px solid #999;
	width: 400px;
	margin: 0 0 0 200px;
	border-collapse: separate;
	border-spacing: 10px;
}

#login_table h4 {
	font-size: 13px;
}

#menu, #tabbar {
	text-align:center;
	float:left;
	width:100%; 
	margin: 0 auto;
	padding-top: 10px;
	white-space: nowrap;
}

#menu ul, #tabbar  ul	{
	padding: 0;
	margin: 0;
	margin-left:auto;
	margin-right:auto;
	list-style: none;
	text-align: center;
	position:relative;
	width:990px;
	float:left;
}

#menu li, #tabbar li {
	float: left;
	background: #efefef;
	margin-right: 3px;
	border-top: 4px solid #000;
	position:relative;
}

#menu li:hover, #menu li.sfhover, #tabbar li:hover, #tabbar li.sfhover {
	background: #ccc;
}

#menu li ul, #tabbar li ul {
	position: absolute;
	width: auto;
	left: -999em; 
	right:auto;
	background: #FFFFFF; 
	color: #999999;
	border:0px solid #ffffff;
	border-top:none;
	z-index:101;
}

#menu a {
	border-bottom: #000 1px solid;
}

#menu li:hover ul, #menu li.sfhover ul, #tabbar li:hover ul, #tabbar li.sfhover ul {
   left: auto;
}

#menu li ul li, #tabbar li ul li {
	float: none;
	margin-right: 0px;
	border-top:0px solid #ffffff;
	text-align:left;
	right:auto;
}

#menu a, #tabbar a {
	display: block;
	width: auto;
	padding: 20px 5px 5px 5px;
}

#menu a, #tabbar a, #menu a:hover, #tabbar a:hover {
	/*
	color: #888888;
	*/
}

#menu li ul li a, #tabbar li ul li a {
	padding: 5px 5px 5px 5px;
}

.subnav p {
	padding-left:10px;
	margin-top:2em;
	margin-bottom:0;
	font-size:12px;
}

#edit_form table {
	margin: 0 50px;
	padding-top: 10px;
	text-align: left;
}

#edit_form th  {
	text-align: left;
	font-size: 12px;
	margin: 0;
	line-height: 25px;
}

.hlp_center {
	text-align: center;
}

.help_text {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

#main_menu table {
	margin: 0 0;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
}

#main_menu table td {
	padding-left: 30px;
	padding-bottom: 5px;
}

#main_menu a {
	/* padding-left: 8px; */
}

#main_menu a:hover {
	/*
	color: #333;
	text-decoration: none;
	padding-left: 4px;
	border-bottom: none;
	border-left: 4px solid #333;
	*/
}

#overview h4, #overview P, #overview FORM, #admin_virtual h4, #admin_virtual P, #admin_virtual FORM {
	display: inline;
	padding-right: 10px;
	line-height: 30px;
}

#alias_domain_table .header, #alias_table .header, #mailbox_table .header, #overview_table .header, #log_table .header, #admin_table .header {
	line-height: 20px;
	background: #efefef;
	color: black;
}

#alias_domain_table h3, #alias_table h3, #mailbox_table h3, #overview_table h3, #log_table h3, #admin_table h3 {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	padding-left: 20px;
	line-height: 25px;
	margin: 0;
}

#alias_domain_table .hilightoff, #alias_table .hilightoff, #mailbox_table .hilightoff, #overview_table .hilightoff, #log_table .hilightoff, #admin_table .hilighoff {
	background: white;
}

#alias_domain_table .hilighton, #alias_table .hilighton, #mailbox_table .hilighton, #overview_table .hilighton, #log_table .hilighton, #admin_table .hilighton {
	background: #eee; /*#D6FF85;*/ /*#ffdddd;*/
}

#alias_domain_table tr:hover, #alias_table tr:hover, #mailbox_table tr:hover, #overview_table tr:hover, #log_table tr:hover, #admin_table tr:hover {
	background: #eee; /*#D6FF85;*/ /*#ffdddd;*/
}

th {
	text-align: center;
	padding:7px 0;
	margin: 0 0 14px 0;
	border-bottom: 1px solid #000;
	color: #000;
}

td {
	padding:7px 7px;
}

td.label {
	text-align:right;
	margin-right:0px;
}

label {
	padding-right:0;
	font-weight:bold;
	vertical-align:middle;
}

#alias_domain_table td, #alias_table td, #mailbox_table td, #overview_table td, #log_table td, #admin_table td {
	text-align: left;
}

#footer {
	width:975px;
	margin: 20px auto;
	border-top: 1px solid #000;
	background: #efefef;
	color: #999999;
	line-height: 20px;
	text-align: left;
	padding-left: 15px;
	/*
	font-size: 9px;
	*/
}
/*
#footer a {
	text-decoration: none;
	color: #f00;
}

#footer a:hover {
	text-decoration: underline;
	color: #f00;
}
*/
div.setup {
	width:700px;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
}

div.setup li {
	padding-bottom:1em;
}

.searchresult {
	background:lightgreen;
}

span.active { 
	font-weight:bold; 
}

div.nav_bar {
	text-align: left;
}


.quota {
z-index:99;
height:14px;
position: absolute;
}
.quota_text {
z-index:100;
  text-align: center;
  font-size: 10px;
  color: #666;

  cursor: default;
  position: absolute;
  width:120px;
  height:14px;
  margin-top:-14px;
}
.quota_bg { background-color: white; z-index:98; width:120px; height:14px;margin-top:-1px;margin-left:-1px;   border: 1px solid #999;}
.quota_no_border { border:none; margin:0; }
.quota_high { background: url(../images/quota-colors.png) repeat-x 0 -28px #f90509; }
.quota_mid  { background: url(../images/quota-colors.png) repeat-x 0 -14px #e3e909; }
.quota_low  { background: url(../images/quota-colors.png) repeat-x 0 0px #05f905; }
.quota_text_high { color: white; }
.quota_text_mid { color: #666; }
.quota_text_low { color: #666; }
