.tabActive a{
	background: #8e9fa9 !important;
	color: #fff !important;
}

#blueBar{
	height: 15px;
	clear: both;
	background: #4752a9;
}

#message table{
	border-collapse:collapse;
	border-spacing:0;
	width: 708px;
}

#message table thead tr
{
	height: 23px;
}

#message table {
	color: #fff;
	background: transparent url('../images/messageBar.png') repeat-x;
}

#message table thead tr th{
	font-weight: normal;
	padding-left: 15px;
	background: transparent url('../images/barLine.png') no-repeat 0 5px;
}

#message table thead tr th.first{
	width: 25px;
	background: none;
}

#message table thead tr th.status{
	width: 48px;
}

#message table thead tr th.betreff{
	width: 280px;
}

#message table tbody tr td{
	height: 24px;
	padding-bottom: 2px;
}

#message table tbody tr td.center{
	text-align: center;
	padding-left: 0;
}
#message table tbody tr td.center img{
}

#message table tbody tr{
	background: transparent url('../images/dotted.png') repeat-x bottom;
}

#message table tbody tr td input{
/*	width: 10px; */
	margin-top: 5px;
}

#message table tbody tr td {
	padding-left: 15px;
	color: #4b4b4b;
}

#message table tbody tr td a.subject {
	color: #4b4b4b;
}

#message table tbody tr td a.withimage
{
	font-weight:normal;
}

#message table tbody tr td a.online
{
	padding-left:13px;
	background: transparent url(../images/online.png) no-repeat scroll 0px 2px;
}

#message table tbody tr td a.offline
{
	padding-left:13px;
	background: transparent url(../images/offline.png) no-repeat scroll 0px 2px;
}
#message table tbody tr:hover td {
	background:#f5f5f5;
}

#message #buttons{
	margin: 10px;
}

#message img{
	padding-top: 4px;
	margin-right: 4px;
}

.newMessage{
	float: right !important;
}

.nopadding{
	padding: 0 !important;
	width: 708px !important;
}

.submit2 {
	background-image: url(/images/buttonBig.png) !important; 
	float: left;
	margin-right: 3px;
}

.currPage{
	float: right;
	width: 90px;
}

.currPage span {
	float: left;
	margin-top: 7px;
}

.currPage select.pages{
	display: inline;
	margin-top: 5px;
	float: right;
}



.largeBoxContent .pnRead{
	position: relative;
}

.largeBoxContent .pnHeader  img{
	border:1px solid #C2C2C2;
	padding:3px;
	float: left;
	margin-right: 10px;
}

.largeBoxContent .pnRead .subject{
	color:#8E9FA9;
	font-size:14px;
	font-weight:bold;
	margin:0 0 10px 0;
}

.largeBoxContent .pnRead .text{
	float: left;
}

.largeBoxContent .pnRead .betreff{
	float: left;
	width: 360px;
}

.largeBoxContent .pnRead .date{
	float: right;
	font-size: 10px;
}

.largeBoxContent .pnRead .linkPos{
	position: absolute;
	bottom: 10px;
	right: 0px;
	text-transform: uppercase;	
}

