body {
	background: #ffffff;
	color: #000000;
	font-family: BitStream Vera Sans, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	width: 500px !important;
}

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

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

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

.button {
    border: 1px solid #aaaaaa;
    color: #777777;
    background: #dddddd;
    padding: 3px 3px 3px 3px;
    font-size: 11px;
}

.button:hover {
    background: #BCFF36;
    color: #888888;
}

.inputbox_alias {
	width: 220px;
	border: none;
	background-color: transparent;
	font-size: 11px;
	font-family: BitStream Vera Sans, Verdana, Arial, Helvetica, sans-serif;
}

.inputbox_mailbox {
        width: 405px;
        border: none;
        background-color: transparent;
        font-size: 11px;
        font-family: BitStream Vera Sans, Verdana, Arial, Helvetica, sans-serif;
}

.inputbox_textarea {
        width: 100%;
        border: 1px solid #aaaaaa;
	background-color: transparent;
        font-size: 11px;
        font-family: BitStream Vera Sans, Verdana, Arial, Helvetica, sans-serif;
	padding: 3px;
}
.flat {
	border: 1px solid #888888;
	padding: 3px;
}

.error_msg {
	color: #d01313;
}

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

#motd {
	width: 500px;
}

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


#login {
}

#login_table {
    border-left: 8px solid gray;
    border-right: 8px solid gray;
    background: #eeeeee;
    width: 350px;
}

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

#menu {
    /* width: 750px; */
    padding-top: 10px;
}

#menu ul li {
    display: inline;
    background: #efefef;
    padding: 20px 5px 5px 5px;
    margin-right: 3px;
    border-top: 4px solid #aaaaaa;
}

#menu ul li:hover {
    background: #BFFF00; /* #F32121; */
    color: white;
}

#menu ul li a {
    color: #888888;
}

#menu ul li a:hover {
    color: #888888;
}


#main_menu, #edit_form {
    width: 500px;
}

#edit_form table {
    padding-top: 10px;
    text-align: left;
/*    width: 500px; */
    border: 1px solid #efefef;
}

#edit_form h3  {
    text-align: left;
    font-size: 12px;
    margin: 0;
    background: rgb(168, 216, 236); /*#b4004a;*/
    border: 1px solid #bbb;
    line-height: 25px;
    color: #555555;
}

/* Helper class to left some attribs */
.hlp_left {
    text-align: left;
}

.help_text{
    background: #efefef;
    border-left: 1px solid #bbbbbb;
    border-right: 1px solid #bbbbbb;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
}

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

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

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

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

#overview, #admin_domains, #admin_virtual {
    width: 500px; 
    background: rgb(168, 216, 236); /*#9ACD32;*/
    border: 1px solid #bbb;
}

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

#nav_bar {
    text-align: right;
    width: 500px;
}

#nav_bar a {
	background-image: none;
	padding: 0px;
}

#alias_table, #mailbox_table, #overview_table, #log_table, #admin_table {
    width: 500px;
    margin: 0px;
    border: 1px solid #efefef;
}

#alias_table img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#alias_table a {
	background: none;
	padding: 0px;
	margin: 0px;
}

#mailbox_table img {
	border: 0px;
}

#mailbox_table a {
	background: none;
	padding: 0px;
        margin: 0px;
}

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

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

#alias_table .hilighton, #mailbox_table .hilighton, #overview_table .hilighton, #log_table .hilighton, #admin_table .hilighton {
    background: rgb(168, 216, 236); /*#D6FF85;*/ /*#ffdddd;*/
}

#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;*/
    border-top: 1px solid #bbbbbb;
    background: #efefef;
    color: #999999;
    line-height: 20px;
    text-align: left;
    padding-left: 15px;
	font-size: 9px;
}

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

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

.left {
	text-align: left;
	width: 33%;
}

.right {
	text-align: right;
	width: 33%;
}

.center {
	text-align: center;
	width: 33%;
}

#menu-table {
	border: 0px;
	width: 500px;
	margin-bottom: 10px;
}

a {
	color: rgb(0, 141, 199);
	background-color: transparent;
	background-image: url(http://tourevo.net:10080/Portal/icon_arrow_right.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	padding-left: 10px;
	font-weight: bold;
	font-size: 12px;
}

a:visited {
	color: rgb(0, 141, 199);

}

a:hover {
	color: rgb(0, 141, 199);
}

#login_form {
	width: 500px;

}

input
{
    font-family: Tahoma,Helvetica,Arial,sans-serif;
    visibility: visible;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgb(204, 204, 204);
    border-right-color: rgb(204, 204, 204);
    border-bottom-color: rgb(204, 204, 204);
    border-left-color: rgb(204, 204, 204);
    color: rgb(51, 51, 51);
    vertical-align: middle;
    background-color: White;
    background-image: url(http://tourevo.net:10080/Portal/input_background.gif);
    background-repeat: repeat-x;
    background-attachment: scroll;
}

.formHelp
{
    font-size: 90%;
    color: rgb(118, 121, 124);
    margin-top: 0pt;
    margin-right-value: 0pt;
    margin-bottom: 0.2em;
    margin-left-value: 0pt;
    line-height: 20px;
}

fieldset
{
    border: 1px silver solid;
    margin-top: 1em;
    margin-right: 0em;
    margin-bottom: 1em;
    margin-left: 0em;
    padding-top: 0em;
    padding-right: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
    line-height: 1.5em;
    width: auto;
}

.field
{
    top: 0pt;
    left: 0pt;
    margin-top: 0pt;
    margin-right-value: 1em;
    margin-bottom: 1em;
    margin-left-value: 0pt;
    font-size: 12px;
    line-height: 15px;
}

label {
    font-weight: bold;
    font-size: 12px;
}

.links {
	width: 35%;
	height: 20px;
	vertical-align: top;
	text-align: left;
}

.rechts {
	width: 65;
	vertical-align: top;
	text-align: left;
}

.tableheader {
	font-weight: bolder;
	background: rgb(168, 216, 236);
	vertical-align: middle;
	padding: 5px;
	text-align: center;
}

