html {
	height: 100%;
}
body {
	margin: 0;
	background-color: #fff;
	font-family: Verdana,Tahoma,Arial,sans-serif;
	font-size: small;
	height: 100%;
}

td {
	font-size: 12px;
}

#login {
	padding: 0 22%;
	min-width: 440px;
}

table.lhead {
	border-bottom: 5px solid #BBD9EE;
}

table.box {
	border-collapse: separate ;
	border-spacing: 5px;
}

table.login {
	padding: 2px;
	width: 100%;
	border-collapse: separate ;
	border-spacing: 0 10px;
}

table.login td.label {
	font-weight: bold;
}
table.login td.input input{
	font-size: 120%;
	color: #555;
}

#error, #qerror {
	padding: 7px;
	background: #ffebe8;
	border: 1px solid red;
}

#notice, #qnotice, #demo {
	padding: 7px;
	background: #fffbe2;
	border: solid 1px #ffe222;
}

#demo h2 {
	font-size: 11px;
	font-weight: normal;
}

#msgempty {
	padding: 8px;
}

#msgempty h2, #error h2, #notice h2, #qnotice h2, #qerror h2 {
	font-size: 13px;
	margin: 0px;
}

#qnotice, #qerror {
	text-align: left;
	margin-bottom: 1em;
	color: #000;
}

#footer {
	clear: both;
	width: 100%;
	border-top: 1px solid #BBD9EE;
	position: relative;
	margin-top: -1.5em;
}

#footer h3 {
	margin: 0;
	padding: 3px 8px 0px 8px;
	font-size: 72%;
	font-weight: normal;
	color: #444;
}
/*
 * Head menu navigation
 */

#header table {
	width: 100%;
	margin: 0;
}
#header table tr td.topnav {
	padding: 5px 0 0 0; 
	background: url('topnav.gif') no-repeat top right;
	vertical-align: top;
}

#topnav {
	float: right;
}

#topnav ul {
	margin: 0 10px;
	padding-left: 50px;
}

#topnav ul li {
	list-style:none; 
	display: inline;
	padding: 0 4px;
}

#topnav ul li span.user {
	color: green;
	font-weight: bold;
}
#topnav h3 {
	margin: 0 14px;
	padding-left: 50px;
	padding-top: 4px;
	font-size: 80%;
	font-weight: normal;
}

#topnav ul li span.user{
	color: green;
	font-weight: bold;
}

#topnav a, #topnav a:visited {
	color: #444;
	text-decoration: none;
}

#topnav a:hover {
	text-decoration: underline;
	color: #0066a7;
}

/*
 * Main menu navigation
 */
#nav {
	position: relative;
	float:left;
	width:100%;
	background: #BBD9EE;
	font-size:80%;
	line-height:normal;
	overflow/**/: hidden;
}

#nav ul {
	margin:0;
/*
display: inline-block;
*/
	padding:10px 10px 0;
	list-style:none;
	white-space: nowrap;
}

#nav li {
	display:inline;
	padding:0;
}

#nav a {
	float:left;
	background:url("tab-left.gif") no-repeat left top;
	margin:0 1px;
	padding:0 0 0 9px;
	border-bottom:1px solid #58ABDD;
	text-decoration:none;
	outline: none;
}

#nav a span {
	float:left;
	display:block;
	background:url("tab-right.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color: #444;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav a span {float:none;}
/* End IE5-Mac hack */

#nav #current a, #nav .current a {
	background-position:0 -200px;
	border-width:0;
}

#nav #current a span, #nav .current a span {
	background-position:100% -200px;
	padding-bottom:5px;
	color: #444;
}

#nav a:hover {
	background-position:0% -100px;
	color: #444;
}

#nav a:hover span {
	background-position:100% -100px;
	color: #444;
}

/*
 * Sub-menu navigation
 */
div#subnavs {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	font-size:80%;
	z-index: 2;
}

dl#subnav {
	padding: 5px 10px 5px 10px;
	margin: 0;
	background: #e4f1bc url("subnav-bg.gif") no-repeat right bottom;
}

dl#subnav dt {
	margin:0;
	padding:0px;
	background-color: #d8e8f5;
}

dl#subnav dt {
	text-align: left;
	margin: 0;
	display:inline;
	border-bottom: 1px solid #a2bcd2;
}

dl#subnav a {
	display:inline;
	text-decoration:none;
	padding:5px 10px; 
	color: #000; 
	background: #e4f1bc;
	outline: none;
}

dl#subnav a:hover {
	color:#3F8A14; 
	background-color: #efeeee; 
	text-decoration: underline;
}

dl#subnav a.active {
	background: #fff;
}

#subnav dd {
	position:absolute;
	display:none;
	background:#fff;
	margin-left:-2.28em;
	margin-top:2em;
	padding:0.5em;
	width:16em;
	color:#000;
	font-size:x-small;
	border:1px solid #666;
	z-index: 3;
}

#subnav dt:hover + dd {
	display:inline;
	opacity:0.9;
	background-color:#8db086;
	color: white;
}

#subnav dd.hover {
	display:inline;
	opacity:0.9;
	background-color:#8db086;
	color: white;
}

/*
#subnav dt.hover,
#subnav dt:hover {
	border-bottom:4px solid red;
}
*/

/*
#maincontainer {

position: relative;
min-height: 100%;

height: 100%;

    voice-family: "\"}\"";
    voice-family: inherit;
    height: auto;
}

html>body #maincontainer {
    height: auto;
	}
*/

body.normal {
/*
	height: 100%;
*/
	background-color: white;
	overflow: auto;
}


#content {
	position: relative;
	min-height: 100%;
}
* html #content {
	height: 100%;
}

#mBody {
	clear: both;
}

div#mainContent {
	background-color: white;
	padding: 1em 1.5em 1.5em 1.5em;
	position: relative;
}

#heading {
	margin: 20px 0 0 0; 
	background: #ffbf88;
	overflow: auto;
	width: 100%;
}
#heading h1 span.title {
	padding:5px 10px 0 10px;
	display: inline;
	float: left;
	background: #f47e20  url("head-right2.gif") top right no-repeat;
	margin-left: 10px;
	width: 380px;
}


#heading h1 {
	position:relative;
	float:left;
	margin:0 !important;
	font-size:18px; letter-spacing: -.05em;
	color: #fff;
	background: #fff url("head-tl.gif") repeat-y 0 0;
}

#heading #help {
	position: relative;
	float: right;
	padding:5px 5px 2px 0px; 
}

#heading #help img , #mailqueue-options img { 
	border-style: none;
}

a {
	outline: none;
}

div#headbody {
	background-color: #f3f3f3;
	display: block;
	border-bottom: 1px solid #f47e20;
	font-size: 80%;
	padding: 1em;
}

/*
div#headbody #bl {
 background: url("topnav.gif") no-repeat bottom left;
}
*/

/*
 * Main Content 
 */

table { border-collapse:collapse; }

td.tagline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;  
	width: 25%;
}

/*
 */

table.form {
	padding: 2px;
	width: 100%;
	border-collapse: separate ;
	border-spacing: 0 10px;
}

table.form td.label {
	padding: 0px 0 0px 10px;
	text-align: right;
	width: 150px;
	vertical-align: middle;
}
table.form td.value,
table.form td.vcb {
	padding: 0px 5px 0px 30px;
/*
	padding: 5px 5px 5px 30px;
	width: 200px;
*/
}

table.form td.vcb #radio {
	padding: 10px 0 0 0;
}

table.list td.value select,
table.form td.value select,
table.form td.value textarea,
table.form td.value input {
	width: 200px; 
}

table.form td.value radio {
	width: 100px;
}
table.form td.foo {
	border: solid;
	
}

table.form td.value-tabbed {
	padding: 5px 0 5px 50px;
	width: 10px;
}
table.form td.error {
	padding: 5px 0 5px 30px;
	color: red;
	text-align: left;
}

table.form td.neterror {
	padding-left: 20px;
	color: red;
	font-weight: bold;
	text-align: left;
}

table.form tr.error {
	background: pink;
	font-weight: bold;
}

table.form td.vl {
	padding: 0 0 4px 30px;
}

table.form td.lr {
	padding: 0 0 0 30px;
	text-align: center;
	vertical-align: middle;
}

#button, input.button { 
/*
	background:#ffd10b;
	border-top-color: #dedede;
	border-left-color: #dedede;
	font-family: Arial, sans-serif;
	font-weight: bold;
	overflow: visible;
	width: 85px;
*/
	color:#050;
	font-weight:bold;
	width: 100px;
	min-width: 100px;
	background-color:#fed;
	border:1px solid;
	border-top-color:#696;
	border-left-color:#696;
	border-right-color:#363;
	border-bottom-color:#363;
/*
	filter:progid:DXImageTransform.Microsoft.Gradient
	(GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');
*/
}

.license .sectionhead { text-decoration: underline; padding-left: 4em; }
/* .license .sectionhead h3 { font-size: 100%; } */
.license label { color: #008212; font-weight: bold; float:left; width: 14em; margin-right:.5em; margin-left: 7.5em;}


table.slist {
	border: 1px solid #000000; 
	width: 100%;
	background-color: #000000;
}

table.slist td {
	padding: 3px;
	border: 1px solid #000000; 
}

table.list th.cb,

table.list tr.odd, table.slist tr.even {
	background-color:#eeeeee;
}

table.list tr.even, table.slist tr.odd {
	background-color:#d8d8d8;
}


td.action {
	width: 1%;
	white-space: nowrap;
}

td.action a,
td.action a:visited {
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: green;
}

td.action a:hover {
	color:#D96F28;
}

td.disabled, td.enabled
{
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	white-space: nowrap;
	text-align: left;
}

td.disabled { color: #e81a0b; }
td.enabled { color: green; }

tr.list		{ height:1.5em; border: 1px solid #000; }

tr.list td { padding: 2px 1em; }
table.list {
	width: 100%;
	border: 1px solid #000;
}

table.list th {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
	text-align: left;
/*
	background-color:#343434;
	background-color:#FAF1C3;
*/
	background-color:#e1ddc9;
	color: #444;
	overflow: hidden;
/*
text-overflow: ellipsis;
*/
}
table.list th.desc,
table.list th.asc {
	background-color:#787878;
}

table.list td {
	padding: 3px;
	text-align: left;
	vertical-align: top;
	overflow: hidden;
/*
	text-overflow: ellipsis;
*/
}

#msgAlert {
	height: 100%;
	width: 100%;
	z-index: 24;
	position: fixed;
}
.msgBorder { border:1px solid #e63600; }
.msgHeading { color:#e63600; font-size:200%; font-weight:bold; }
.msgText { color:#e63600; font-size:150%; font-weight:bold; }

a.replink, a.replink:visited { color:#095ba6; text-decoration:underline; outline: none;}
a.replink:hover { color:#000000; text-decoration:underline; }

/*
 * Reports
 * -------------------------
 */

input { font-family:Tahoma,Verdana,Arial,Sans-Serif; padding:0px; font-size:100%; }
select { font-family:Tahoma,Verdana,Arial,Sans-Serif; padding:0px; font-size:100%; }
body { height:100%;font-family:Tahoma,Verdana,Arial,Sans-Serif; color:#000000; }
td { font-family:Tahoma,Verdana,Arial,Sans-Serif; font-size:70%; }

.headingbg { background-color:#b1c8d9; }

.headingtext { color:#000000; font-weight:bold; }
.headertext { color:#000000; font-size:100%; }
.bgblue1 { color:#a0a0a0; }
.headerbg { background-color:#d9e8ef; }
.repbold { font-weight:bold; font-size:100%; }
.repbold a, .repbold a:visited { text-decoration: none; font-weight: bold; color: #000; }
.repbold a:hover { text-decoration: underline; font-weight: bold; color: #444; }
.repcell, table.mailqueue td { background-color:#ffffff; border-bottom:1px solid #e3e3e3; font-size:70%; overflow: hidden; 
/*
text-overflow: ellipsis;
*/
}
.repcell-new, table.mailqueue td { background-color:#ffffff; border-bottom:1px solid #e3e3e3; font-size:70%; font-weight: bold; overflow: hidden; }
.repcell a, .repcell a:visited, table.mailqueue a, table.mailqueue a:visited { text-decoration: underline; font-weight: normal; color: #000; }
.repcell a:hover, table.mailqueue a:hover { color:blue; }
.repselected { color: blue; background-color:#f3f3f3; border-bottom:1px solid #e3e3e3; font-size:70%; overflow: hidden; 
/*
text-overflow: ellipsis;
*/
}
.repmsg { background-color:#ffffff; border-bottom:1px solid #e3e3e3; font-size:70%;}
.reperr { color:red; }
.repok { color:green; padding-left: 7px; }
.repcell2 { background-color:#ffffff; border-bottom:1px solid #e3e3e3;}
.msgclean { color:green }
.msgspam { color:blue }
.msgvirus { color:red }
.msgbadrcpt { color:purple }
.msgbanned { color:black }
.msgnorelay { color:#ff3300 }
.msgfp { color:#115600 }
.msgrbl { color:#8e5e25 }
.msgspf { color:#dd22dd }
.msgunknownsenderdomain { color:#cc76ff }
.ellipses { overflow:hidden;
/*
text-overflow:ellipsis
*/
}
.greytxt { color:#666666; }
a.replink, a.replink:visited { color:#095ba6; text-decoration:underline; outline: none;}
a.replink:hover { color:#000000; text-decoration:underline; }
td.replink { text-align: right; padding-right: 7px;  width: 100%; }
.repboldstatus { font-weight:bold; text-align:center; background-color:#ffffff; }
td.headername { text-align: right; font-weight: bold; vertical-align: top; width: 5%; padding: 3px; padding-left: 10px; padding-right: 10px; }
.headersbg { background-color:#b1c8d9; width:100%; padding: 0; border-style: none; }
ul.headers { margin-left: 15px; padding: 0; list-style: square;}
td.viewcell { background-color:#ffffff; padding: 15px; }
td.viewtype { background-color:lightgray; padding: 8px 15px; border-top: 1px solid #000000; border-bottom: 1px dotted #000000;}
.fixed { font-size: 12px; font-family: monospace, fixed; }
.statusmsg { font-weight:bold; color:green }
.errstatusmsg { font-weight:bold; color:red }
/*
 * Tabs in view mail
 */
#container { width: 100%; border-top: 10px solid #fff; border-bottom: 3px solid #ccc; background: #fff; }
table.msgdetails { width: 100%; background: #fff; padding: 30px; border: 10px solid #e4f1bc; }
table.msgdetails td { padding: 4; }
table.msgdetails td.param { vertical-align: top; width: 200px; font-weight: bold; padding: 4; text-align: right; }
#tabnav { height: 20px; margin: 0; padding-left: 10px; }
#tabnav li { margin: 0; padding: 0; display: inline; list-style-type: none; }
#tabnav a:link, #tabnav a:visited { 
	float: left; background: #f3f3f3; font-size: 10px; line-height: 14px; 
	font-weight: bold; padding: 2px 10px 2px 10px; margin-right: 4px; 
	border: 1px solid #ccc; text-decoration: none; color: #666;
}
#tabnav a:link.active, #tabnav a:visited.active { border-bottom: 3px solid #b1c8d9; background: #d9e8ea;; color: #000; outline: none;}
#tabnav a:hover { background: #fff; }
#cludetails { display: none; }

.license .sectionhead { text-decoration: underline; padding-left: 4em; }
.license label { color: #008212; font-weight: bold; float:left; width: 14em; margin-right:.5em; margin-left: 7.5em;}
.msgBorder { border:1px solid #e63600; }
.msgHeading { color:#e63600; font-size:200%; font-weight:bold; }
.msgText { color:#e63600; font-size:150%; font-weight:bold; }

#alert {
	position: fixed;
	top: 0;
	width: 100%;
	text-align: center;
	z-index: 25;
}

#alert h2 {
	margin: 0;
	float: right;
	background: #60ae60;
	padding: 0.2em;
	font-size: 1em;
	color: #fff;
}

#tab1_data, #tab2_data, #tab3_data, #tab4_data, #tab5_data {
	clear: both;
}
#tab1 a, #tab2 a, #tab3 a, #tab4 a, #tab5 a {
	border-bottom:1px solid #e4f1bc;
}

#tab3_data pre {
	font-size: 12px;
}

#dashcontent {
	padding-bottom: 10px;
}

#dashh1, #dashh2 {
	border-top: 1px solid black;
/*
	border-left: 1px solid black;
	border-right: 1px solid black;
*/
	border-bottom: 2px solid #ffbf88;
/*
	padding: 0 10px;
*/
	background: #e7f1f8;
}

#dashh2 {
	text-align: center;
}
#dashh1 h1 , #dashh1 td {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0 10px;
}
#dashh1 table td {
	margin: 0;
	padding-left: 0;
}

#dashh1 table td ul {
	margin-bottom: 0;
	padding:5px 10px 0;
}
#dashh1 table td li {
	display: inline;
	padding-right: 1em;
	padding-left: 1em;
/*
	border-left: 2px solid #ffbf88;
	border-top: 2px solid #ffbf88;
	border-right: 2px solid #ffbf88;
*/
}
#dashh1 table td li.selected {
	background: #ffbf88;
}
#dashh1 table td a {
	color: #555;
	font-size: 80%;
	text-decoration:underline;
	outline: none;
}

#dashbody {
	border: 1px dotted black;
	background-color: #f3f3f3;
}

#dashbody table.dlist {
	width:100%;
	border: 0;
margin: 0;
padding: 0;
}
#dashbody table.dlist td {
	border-bottom: 1px solid white;
}

table#spamstats {
	width: 100%;
}
tr#spamstats {
	border-top: 1px solid black;
}

tr#spamstats td {
	padding: 5px;
	text-align: right;
}
tr#spamstats td.al, tr#spamstats th.al {
	text-align: left;
}
tr#spamstats th {
	padding: 5px;
	font-size: 12px;
	background: white;
	color: #555;
	text-align: right;
}

#clock {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	text-align: center;
/*
	padding-top: 15px;
	padding-left: 2px;
	padding-right: 2px;
*/
	color: #075991;
	font-weight: bold;
	white-space: nowrap;
}

table.sysinfo,
table.sysleft,
table.sysright {
	width: 100%;
}

table.sysright {
	margin-bottom: 10px;
}

table.sysright th {
	background: #fff;
	font-size: 12px;
	text-align: left;
	border-bottom: 1px solid grey;
	color: #555;
}

table.sysright td a {
	color: #000;
	outline: none;
	text-decoration: none;
}
table.sysright td a:hover {
	text-decoration: underline;
	color: green;
}

table.sysinfo td {
	vertical-align: top;
}
td.sysleft {
	width: 50%;
	border-right: 1px dotted black;
}
td.sysright {
	width: 50%;
}

table.dashprogress {
	padding: 0;
	width: 80px;
	height: 12px;
}
table.dashprogress td {
	padding: 0;
}

#dash_left {
	width: 280px;
	float: left;
	display: inline;
}

#dash_left ul li { display: inline; list-style:none; }
#dash_left ul  { display: inline; list-style:none; }


#dash-right {
	width: 200px;
	float: right;
	display: inline;
	padding-bottom: 1em;
}

#dash-main {
	margin-left: 290px;
	min-width: 500px;
	padding-bottom: 1em;
}

#dbContent {
	background-color: white;
	padding: .5em;
	position: relative;
}

#dashinfo {
	font-weight: bold;
	color: #555;
	padding: 5px;
	text-align: center;
	background: #fff;
}

td.dashsum {
	text-align: right;
	border-bottom: 1px solid black;
}

td.dashscannerok { color: green; }
td.dashscannerdown { color: red; }

#dashnull {
	vertical-align: middle;
	height: 80px;
	height: 7em;
}
#dashnull h3 {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	line-height: 8em;
	
}

.blue { color: blue; }
.green { color: green; }
.red { color: red; }

ul.vq_options {
	border-top: 10px solid #e4f1bc;
	padding: 10px;
}

ul.vq_options li {
	list-style:none; 
	padding: 6px;
	font-size: 12px;
}

span.smfont {
font-size: 9px;	
}

table.mailqueue {
	width: 100%;
	border-collapse: separate ;
	border-spacing: 0;
}

table.mailqueue-outer, table.mailqueue-footer {
	width: 100%;
}
table.mailqueue-outer tr {
	border-top: 1px solid #e3e3e3;
}
table.mailqueue-footer td {
	padding-top: 1em;
	padding-left: 1em;
}
table.mailqueue-outer td {
	text-align: right;
	padding-right: 1em;
}

table.mailqueue th {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 3px 3px 0;
	text-align: left;
	background-color:#e1ddc9;
	background-color:#d9e8ef; 
	color: #444;
	overflow: hidden;

}
table.mailqueue td {
	vertical-align: top;
}

#queue_options {
	border-top: 3px solid #e4f1bc;
	margin-top: 3em;
	margin-bottom: 1em;
	color: #888;
	padding: 25px 50px;	
	text-align: right;
}
#mailqueue-options {
	float: right;
	margin-right: 10px;
}

#nav #mailqueue-options a {
	padding: 2px 5px;
	background: #e1ddc9;
	text-decoration: none;
	color: #000;
}
#nav #mailqueue-options a.help {
	background: #BBD9EE;
	border-bottom:1px solid #BBD9EE;
}

#nav #mailqueue-options a:hover { text-decoration: underline; }
