#tarifs {
	width: 125px;
	height: 90px;
	margin: 2px 5px 0px 0px;
	padding: 5px 0px 0px 0px;
	display:block;
	background: url('/images/tariffs_bg.gif') no-repeat;
	float: left;

}
#tarifs_top {
	width: 100%;
	height: 70px;
	margin: 0px;

}
#tarifs_down {
	width: 118px;
	margin: 0px 3px 2px 2px;
	padding: 1px 0px 1px 0px;
	height: 18px;
	background: #006666;
	color:white;
	font-weight:bold;
	font-size: 11;
}

#itquery {
	width: 100%;
}
#itquery th {
	background: #e7f4ef;
	font-size: 11;
	font-width: normal;
	vertical-align: middle;
}
#itquery td{
	text-align: left;
	vertical-align: top;
	
}




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

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

#alias_table .hilightoff, #mailbox_table .hilightoff, #overview_table .hilightoff, #log_table .hilightoff, #admin_table .hilighoff {
    background: white;
}
#alias_table .hilightoff1 {
    background: #ffcbcb;
}
#alias_table .hilightoff2 {
    background: #fffccb;
}
#alias_table .hilightoff3 {
    background: #cdffcb;
}
#alias_table .hilightoff4 {
    background: white;
}



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

	border-bottom: 1px solid #cdffcb;
}*/

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

.hrefbutton {

	display: block;
	border: 1px solid grey;
	background: #D6FF85;
	width: 120px;
	margin: 5px;
	padding: 2px;
	text-align: center;
}

.topmenu {
	padding:0px;
	padding-left: 10px;
	 text-align: left;
	 background: url('/images/topmenu_bg.gif') no-repeat top left;
}
.topmenu a {


	border-right: 1px solid #cde8df;
	padding-right: 5px;
	padding-left: 5px;
	color: #b45e4a;
	font-weight: bold;
}
.topmenu a:hover {
	 background: url('/images/topmenu_bg_selected.gif') repeat-x top;

}
.mainmenu {
	text-align: right;
}
.mainmenu a {
	padding-right: 5px;
    padding-left: 5px;

}

.leftmenu {
	text-align: left;
}

#menuitems a {
background: url('/images/list_arrow_big.png') no-repeat left top;
color: #006666;
padding-left: 20px;
margin-bottom: 5px;
}
.submenu1 {
margin-left: 10px;
font-weight: normal;

}
.submenu2 {
margin-left: 10px;
font-size: 80%;
font-weight: normal;

}

.mainpagetable img {
	padding: 2px;
	border: 1px solid #aaa;
}

.mainpagetable a {
	color: #a0a0a0;
}


