body {
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	font-size: 11px;
	margin: 0px;
	/*background:-moz-linear-gradient(top,#DDD,#FFF); /* Firefox */
	/*background:-webkit-gradient(linear,left top,left bottom,from(#DDD),to(#FFF)); /* Chrome, Safari */
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE',endColorstr='#FFFFFF'); /* Internet Explorer */
	background-repeat: no-repeat;
	background-color: #FFF;
	color: #000;
	background-image: url(bg.png);
}


h3 {
	text-shadow: 0px -1px 1px #333;
	background-color: #999;
	background: -moz-linear-gradient(top,
  #FFFFFF 0,
  #777777 40%,
  #777777 100%);
	background: -webkit-gradient(linear,
  left top, left bottom,
  color-stop(0, #FFFFFF),
  color-stop(0.4, #777777),
  color-stop(1, #777777));
	border-radius: 5px;
	border: 1px solid #999999;
	color: #DDD;
	font-size: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
}

table {
	font-size: 12px;
}
table a {
	color: #009;
}

table td a[target="_blank"]:after {
    /*content: url("external.gif");*/
    margin: 0 0 0 5px;
}
/*th {
	text-shadow: 0px -1px 1px #333;
	text-align: left;
	background-color: #D5C0B5;
	background: -moz-linear-gradient(top,
  #FFFFFF 0,
  #D5C0B5 40%,
  #D5C0B5 100%);
	background: -webkit-gradient(linear,
  left top, left bottom,
  color-stop(0, #FFFFFF),
  color-stop(0.4, #D5C0B5),
  color-stop(1, #D5C0B5));
	border-radius: 5px;
	border: 1px solid #999999;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}*/
th {
	text-shadow: 0px -1px 1px #333;
	text-align: left;
	background-color: #999;
	background: -moz-linear-gradient(top,
  #FFFFFF 0,
  #999 40%,
  #999 100%);
	background: -webkit-gradient(linear,
  left top, left bottom,
  color-stop(0, #FFFFFF),
  color-stop(0.4, #999),
  color-stop(1, #999));
	border-radius: 5px;
	border: 1px solid #777;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}
th a {
	color: #FFC;
	text-decoration: none;
}
th a:hover {
	text-decoration: underline;
}
tr:hover {
    background-color: #EEE;
}
#connections, #mheard {
	background-color: #FFF;
}
#mheard td, #msg td {
	padding-left: 5px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
}
#mheard table {
	width: 900px;
}
#msg {
	background-color: #FFF;
}
.nav {
	font-size: 15px;
	font-weight: bold;
	background-color: #EFEFEF;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 5px;
	height: 20px;
	border-color: #999;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.nav a:link ,.nav a:visited{
	color: #036;
	background-color: #DDD;
	border: 1px solid #999;
	margin-right: 15px;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	border-radius: 5px;
	padding-left: 8px;
}
.nav a:active ,.nav a:hover {
	color: #FFFFFF;
	background-color: #777;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
}
.tab-con-in {
	background-color: #C0E0C0;
}
.tab-con-out {
	background-color: #F96;
}

.tab-con-head, .tab-mh-head, .tab-msg-head {
	background-color: #D5C0B5;
	color: #333;
}
.tab-con-titel, .tab-mh-titel, .tab-msg-titel {
	text-shadow: 0px -1px 1px #333;
	text-align: left;
	background-color: #D5C0B5;
	background: -moz-linear-gradient(top,
  #FFFFFF 0,
  #D5C0B5 40%,
  #D5C0B5 100%);
	background: -webkit-gradient(linear,
  left top, left bottom,
  color-stop(0, #FFFFFF),
  color-stop(0.4, #D5C0B5),
  color-stop(1, #D5C0B5));
	border-radius: 5px;
	border: 1px solid #999999;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-indent: 5px; 
	margin: 0;
}
.tab-con-udp {
	background-color: #CCC;
}
.tab-mh-icon {
	background-color: #C0FFC0;
	color: #333;
	background-repeat: no-repeat;
	background-position: center center;
	text-align:center;
}
.tab-msg-body {
	background-color: #E7DAA9;
}

#wrapper-junk {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}
.junk-mh {
  font-size: 12px;
  color: #434343;
  background-color: #F5F5F5;
  border-bottom: 4px solid #FFFFFF;
  padding-left: 2px;
  padding-right: 2px;
}
.junk-ts {
  font-weight: bold;
  color: #0935FF;
}
.junk-bin {
  color: #B43A02;
}
.junk-reason {
  color: #FC4545;
}
.junk-txd {
  color: #1090F0;
}
.junk-spam {
  color: #F010F0;
}