@import url(calendar.css);
body {
	background: url(../images/linen.rot.jpg) repeat;
	color: #000000;
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;margin: 0px;
}
.bg-gelb {	background: url(../images/linen-gelb.jpg) repeat;}


#container {
	width:990px;
	margin: 20px auto 0px;
	Background: white;
	border: 1px solid #a3a3a3;
	border-radius: 4px; padding: 0px 10px 30px;
}


input[type="text"],
input[type="password"],
textarea {
	margin: 0; /* Safari by default adds a margin */
	padding: 4px;
	border: 1px solid #b2b2b2;
	border-radius: 4px;
	box-shadow: inset 0 0 2px 1px rgba(0,0,0, 0.1);
	-moz-box-shadow: inset 0 0 2px 1px rgba(0,0,0, 0.1);
	-webkit-box-shadow: inset 0 0 2px 1px rgba(0,0,0, 0.1);
	-o-box-shadow: inset 0 0 2px 1px rgba(0,0,0, 0.1);
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="text"]:required,
input[type="password"]:required,
input.button:focus,
textarea:focus {
	border-color: #4787b1;
	box-shadow: 0 0 5px 2px rgba(71,135,177, 0.9);
	-moz-box-shadow: 0 0 5px 2px rgba(71,135,177, 0.9);
	-webkit-box-shadow: 0 0 5px 2px rgba(71,135,177, 0.9);
	-o-box-shadow: 0 0 5px 2px rgba(71,135,177, 0.9);
	outline: none;
}

input.placeholder,
textarea.placeholder {
	color: #aaa;
}

a {
	color: #0069a6; text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

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

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

input, .button, textarea {
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px; border: none;
}

.readonly {
	background: #d6eaf3;
}

.button {
	display: inline-block;
	margin: 0 2px;
	padding: 2px 8px 3px;
	color: #525252;
	text-shadow: 0px 1px 1px #fff;
	border: 1px solid #c6c6c6;
	border-radius: 4px;
	background: #f7f7f7;
	background: -moz-linear-gradient(top, #f9f9f9 0%, #e6e6e6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#e6e6e6));
	background: -o-linear-gradient(top, #f9f9f9 0%, #e6e6e6 100%);
	background: -ms-linear-gradient(top, #f9f9f9 0%, #e6e6e6 100%);
	background: linear-gradient(top, #f9f9f9 0%, #e6e6e6 100%);
	box-shadow: 0 1px 1px 0 rgba(140, 140, 140, 0.3);
	-o-box-shadow: 0 1px 1px 0 rgba(140, 140, 140, 0.3);
	-webkit-box-shadow: 0 1px 1px 0 rgba(140, 140, 140, 0.3);
	-moz-box-shadow: 0 1px 1px 0 rgba(140, 140, 140, 0.3);
	text-decoration: none;

}

.button:focus, .button:hover {
	color: #525252;
}

.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, #main_x, #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 { width: 100%; height: 46px;
background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#404040),color-stop(100%,#060606));
	padding: 0px;
	text-align: left;
}
#login_header a { width:1010px;	margin: 0px auto; display: block; padding-top:8px; }

#adminhead { float: right; margin-top: -33px; font-size: 24px; font-style: italic; color: grey; }
#adminhead span{ color: tomato;}




/*** Login form ***/

#login-form {
	position: relative;
	width: 580px;
	margin: 85px auto 2ex auto;
}

#login-form .box-inner {
	width: 430px;
	background: url(../images/linen_login.jpg?v=0484.10363) top left no-repeat #5c5c5c;
	margin: 0 40px;
	padding: 20px 24px 24px 24px;
	border: 1px solid #333;
	border-radius: 5px;
	box-shadow: inset 0 0 1px #ccc;
	-o-box-shadow: inset 0 0 1px #ccc;
	-webkit-box-shadow: inset 0 0 1px #ccc;
	-moz-box-shadow: inset 0 0 1px #ccc;
}

#login-form .box-bottom {
/* 
	background: url(../images/login_shadow.png?v=3337.1069) top center no-repeat;
 */
	margin-top: -3px;
	padding-top: 10px;
}

#login-form .noscriptwarning {
	margin: 0 auto;
	width: 430px;
	color: #cf2734;
	font-size: 110%;
	font-weight: bold;
}

#login-form td.input {
	width: 80%;
	padding: 8px;
}

#login-form input[type="text"],
#login-form input[type="password"] {
	width: 100%;
	border-color: #666;
}

#login-form input.button {
	margin-top: 15px;
	color: #444; font-weight: bold; font-size: 12px;
	text-shadow: 0px 1px 1px #fff;
	border-color: #f9f9f9;
	background: #f9f9f9;
padding-top: 3px;
padding-right: 12px;
padding-bottom: 5px;
padding-left: 12px;
	background: -moz-linear-gradient(top, #f9f9f9 0%, #e2e2e2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#e2e2e2));
	background: -o-linear-gradient(top, #f9f9f9 0%, #e2e2e2 100%);
	background: -ms-linear-gradient(top, #f9f9f9 0%, #e2e2e2 100%);
	background: linear-gradient(top, #f9f9f9 0%, #e2e2e2 100%);
	box-shadow: inset 0 1px 0 0 #fff;
	-moz-box-shadow: inset 0 1px 0 0 #fff;
	-webkit-box-shadow: inset 0 1px 0 0 #fff;
	-o-box-shadow: inset 0 1px 0 0 #fff;
}

#login-form input.button:hover,
#login-form input.button:focus {
	box-shadow: 0 0 5px 2px rgba(71,135,177, 0.9), inset 0 1px 0 0 #fff;
	-moz-box-shadow: 0 0 5px 2px rgba(71,135,177, 0.9), inset 0 1px 0 0 #fff;
	-webkit-box-shadow: 0 0 5px 2px rgba(71,135,177, 0.9), inset 0 1px 0 0 #fff;
	-o-box-shadow: 0 0 5px 2px rgba(71,135,177, 0.9), inset 0 1px 0 0 #fff;
}

#login-form input.button:active {
	color: #333;
	background: -moz-linear-gradient(top, #dcdcdc 0%, #f9f9f9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dcdcdc), color-stop(100%,#f9f9f9));
	background: -o-linear-gradient(top, #dcdcdc 0%, #f9f9f9 100%);
	background: -ms-linear-gradient(top, #dcdcdc 0%, #f9f9f9 100%);
	background: linear-gradient(top, #dcdcdc 0%, #f9f9f9 100%);
}

#login-form form table {
	width: 98%;
}

#login-form td.title {
	width: 20%;font-size: 11px;
	font-weight: normal;
	white-space: nowrap;
	color: #cecece;
	text-shadow: 0px 1px 1px black;
	text-align: right;
	padding-right: 1em;
}
#login-form td.title {
	width: 20%;font-size: 11px;
	font-weight: normal;
	white-space: nowrap;
	color: #cecece;
	text-shadow: 0px 1px 1px black;
	text-align: right;
	padding-right: 1em;
}
#login-form td.selector select {
}

#login-form p.formbuttons {
	margin-top: 2em;
	text-align: center;
}

#login-form #logo {
	margin-bottom: 20px;
	border: none;
}

#login-form #message {
/* 
	min-height: 40px;
 */
	padding: 5px 25px;
	text-align: center;
	font-size: 1.1em;
}

#login-form #message div {
	display: inline-block;
	padding-right: 0;
	font-size: 12px;
}

#bottomline {
	font-size: 90%;
	text-align: center;
	margin-top: 2em;
}

#login-kopfzeile { padding-bottom: 0px; color: white; }

#login-logo { margin-bottom: 10px; }

.userlink { color: #cecece; text-decoration: none; font-size: 10px; }
.userlink:hover { color: #999; text-decoration: underline; }
.ulink { padding-top: 20px; padding-bottom: 0px;}

#menu {
	width:1010px;
	margin: 0px auto;
	height: 29px;
}


#menu, #tabbar {
	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;
	margin-right: 4px;
	position:relative;
}


#menu li ul, #tabbar li ul {
	position: absolute;
	width: auto;
	left: -999em; 
	right:auto;
	background: #d6eaf3;	
	color: #999999; 
	border-top:none;
}



#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:2px solid #E9F6FC;
	text-align:left;
	right:auto;
}
#menu li ul  li:first-child, #tabbar li ul  li:first-child {
	border-top:none;
}

#menu li ul li:hover, #tabbar li ul li:hover {
	background: #B2D1DF;
}




#menu a, #tabbar a {
	display: block; text-decoration: none;
	width: auto; 
	padding: 5px 5px 5px 5px;

}
#menu a { font-size: 10px; padding-bottom: 7px; }
#menu a i, #menu a i:hover  { font-size: 24px; display: block; margin-bottom: 2px; text-decoration: none; }
#menu a, #tabbar a {
	color: #777;
}

#menu a:hover, #tabbar a:hover {
	color: #555;
}

#menu li ul li a, #tabbar li ul li a {
	padding: 5px 5px 5px 5px;font-size: 12px;
	border: none;
}

.subnav p {
	padding-left:0px;
	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: 16px;
	background: url(../images/linen.jpg) repeat;
	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: #e5e5e5; /*#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 {
	/*#D6FF85;*/ /*#ffdddd;*/
}

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

td {
	padding:7px 7px;
}

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

label {
	padding-right:0;
	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: 990px;
	margin: 0px auto;
	color: #535353;
	line-height: 20px;
	text-align: center;
	padding-right: 15px;
	font-size: 12px;
}

#footer a {
color: #535353; text-decoration: none;
}

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

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_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; }

.balken { font-size: 9px; width: 10px; display: inline-block; }
