body {
	background-image: url("../css/bg.png");
	color: #000000;
	font-family: "BitStream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	margin: 0px;
}

a {
	text-decoration: none;
	color: #888888;
}

a:hover {
	text-decoration: underline;
	color: #888888;
}

a:visited, a:active {
	color: #888888;
}

table {
	border-spacing: 0;
	padding: 0;
	border-collapse: collapse; /* for IE */

}

.button {
	border: 1px solid #aaaaaa;
	color: #777777;
	background: #dddddd;
	padding: 3px 3px 3px 3px;
	font-size: 11px;
}

.button:hover, .button:focus {
	background: #BCFF36;
	color: #888888;
}

.flat {
	border: 1px solid #888888;
}

ul.flash-info {
	border:2px solid #AFE1A6; /* medium green */
	padding:1em;
	max-width:730px;
	margin-left:auto;
	margin-right:auto;
	list-style:none;
}

ul.flash-error {
	border:2px solid #FF6347; /* tomato */
	padding:1em;
	max-width:730px;
	margin-left:auto;
	margin-right:auto;
	list-style:none;
}

.error_msg {
	color: #d01313;
}

.standout {
	color: maroon;
	padding: 3px 3px 3px 3px;
	text-align: center;
}

#login_header {
    background-color: #f3ac00;
    height: 130px;      
	width: 100%;
	margin: 0 auto;
	padding-bottom: 10px;
	text-align: center;
}

#login {
	width: 750px;
	margin: 0 auto;
}

#login_table {
	border-left: 8px solid gray;
	border-right: 8px solid gray;
	background: #eeeeee;
	width: 350px;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 10px;
}

#login_table h4 {
	font-size: 13px;
}

#menu {
    font-size: 12px;
	width: 765px;
	margin: -4px auto;
	padding-top: 0px;
	white-space: nowrap;
    z-index: 999;
}

#menu ul {
	padding: 0;
	margin: 0;
	margin-left:auto;
	margin-right:auto;
	list-style: none;

}

#menu li {
	float: left;
	background: rgba(221, 228, 230, 0.95);       
	/*IE- Fix*/
    -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#F2DDE4E6,endColorstr=#F2DDE4E6);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#F2DDE4E6,endColorstr=#F2DDE4E6);

	margin-right: 3px;
	border-top: 4px solid #c41200;   
	line-height: 39px;
}

#menu li:hover, #menu li.sfhover {
	background: rgba(239, 172, 0, 0.95);
	/*IE- Fix*/
    -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#F2EFAC00,endColorstr=#F2EFAC00);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#F2EFAC00,endColorstr=#F2EFAC00);

}

#menu li ul {
	position: absolute;
	width: auto;
	left: -999em;
	border:0px solid;
	border-top:none;
}

#menu li:hover ul, #menu li.sfhover ul {
   left: auto;
}


#menu li ul li {
    float: none;
    margin-right: 0px;
	border-top:1px solid white;
	text-align:left;
	line-height: 27px;
}

#menu a {
	display: block;
	width: auto;
	color: #58585a;
	padding: 0px 5px 0px 5px;
}

#menu a:hover {
    display:block;
	color: #C41200;
	text-decoration: none;
}


#main_menu, #edit_form {
	width: 765px;
	margin: 0 auto;
}

#edit_form table {
	margin: 0 auto;
	padding-top: 10px;
	text-align: left;
	width: 500px;
	border: 1px solid #efefef;
	background: rgba(211,220,223,0.5); 
	/*IE- Fix*/
    -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FD3DCDF,endColorstr=#7FD3DCDF);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FD3DCDF,endColorstr=#7FD3DCDF);
}

#edit_form h3  {
	text-align: center;
	font-size: 12px;
	margin: 0;
	background: #C41200; /*#b4004a;*/
	border: 1px solid #bbb;
	line-height: 25px;
	color: #ffffff;
}

.hlp_center {
	text-align: center;
}

.help_text {
	background: rgb(221, 228, 230);
	border-left: 1px solid #C41200;
	border-right: 1px solid #C41200;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

#main_menu table {
	margin: 0 auto;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;  
    width: 100%;
}

#main_menu table td {
	padding-left: 30px;
	padding-bottom: 5px;   
    font-size: 12px; 
    font-weight: bold;    
	background-image: url("../css/mainmenu.png");
	background-position: right;
    background-repeat:no-repeat;
    border: 1px solid white;
}

div#main_menu .headline {
    background-color: #d3dcdf;   
    color: #c41200 !important;
    height: 34px;
    width: 190px;
}

div#main_menu .notHeadline {
    background-color: #FFFFFF;
    color: #f3ac00;
    padding-left: 24px;
    padding-right: 0px;
}

#main_menu a {
	color: #c41200;
	padding-left: 8px;
}

#main_menu a:hover {
	color: #F3AC00; /*#CD6A6A;*/
	text-decoration: none;
	padding-left: 4px;
	border-bottom: 1px solid #F3AC00;
	border-left: 4px solid #F3AC00;
}

#overview, #admin_domains, #admin_virtual {
	width: 750px;
	margin: 0 auto;
	background: rgba(211, 220, 223, 0.5);
	/*IE- Fix*/
    -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FD3DCDF,endColorstr=#7FD3DCDF);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FD3DCDF,endColorstr=#7FD3DCDF);
    
	border: 1px solid #bbb;
}

#overview h4, #overview P, #overview FORM, #admin_virtual h4, #admin_virtual P, #admin_virtual FORM {
	display: inline;
	padding-right: 10px;
	line-height: 30px;
}

#nav_bar {
	text-align: right;
	width: 750px;
	margin: 0 auto;
}

#alias_domain_table, #alias_table, #mailbox_table, #overview_table, #log_table, #admin_table {
	width: 750px;
	margin: 0px auto;
	border: 1px solid #efefef;
	background: rgba(211,220,223,0.5); 
	/*IE- Fix*/
    -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FD3DCDF,endColorstr=#7FD3DCDF);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FD3DCDF,endColorstr=#7FD3DCDF);
}

#alias_domain_table .header, #alias_table .header, #mailbox_table .header, #overview_table .header, #log_table .header, #admin_table .header {
	line-height: 20px;
	background: #C41200;
	color: #ffffff;
}

#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: #F3AC00; /*#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: #F3AC00; /*#D6FF85;*/ /*#ffdddd;*/
}


#alias_domain_table h3, #alias_table h3, #mailbox_table h3, #overview_table h3, #log_table h3, #admin_table h3 {
	background: silver;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	padding-left: 20px;
	line-height: 25px;
	margin: 0;
}

#footer {
	width: 750px;
	margin: 20px auto 0px auto;
	background: rgba(211,220,223,0.5); 
	/*IE- Fix*/
    -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FD3DCDF,endColorstr=#7FD3DCDF);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FD3DCDF,endColorstr=#7FD3DCDF);
    
	color: #58585a;
	line-height: 40px;
	text-align: left;
	padding-left: 15px;
	font-size: 9px;
}

#footer a {
	text-decoration: none;
	color: #58585a;
}

#footer a:hover {
	text-decoration: underline;
	color: #777777;
}

.schatten_footer {
    margin-bottom: 20px;
}

div.setup {
	width:700px;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
}

div.setup li {
	padding-bottom:1em;
}
