#system_messages {
	position: fixed;
	top: 0px;
	left: 25%;
	width: 50%;
	border: 1px solid #000;
	background: #E0E0E0;
	z-index: 600;
}

#system_messages table {
	width: 100%;
}

#system_messages table button{
	display: block;
	float: right;
	top: 0px;
	line-heigth: 8px;
	font-size: 11px;
}

#system_messages table span {
	display: block;
	float: left;
	padding-left: 40%;
	top: 0px;
}

#system_messages table th{
	background: #3D7198;
	color: #ffff00;
}

#system_messages table th{
	background: #6f92a6;
	color: #ffff00;
}

#system_messages table .icon {
	background: #E0E0E0;
	border-left: 1px solid #3D7198;
	cursor: pointer;
}

#system_messages table .icon:hover {
	background: #3D7198;
}


#system_messages table td{
	background: #6f92a6;
	color: #FFF;
	padding-left: 20px;
	padding-right: 20px;
}

#system_messages table td{
	background: #F9F9F9;
	color: #000;
	padding-left: 20px;
	padding-right: 20px;
}

div#messagecount {
	display: inline;
	margin-left: 10px;
	color: #000;
}

div#messagecount span#new {
	display: inline;
	color: #00F;
}

div#messagecount a:hover {
	color: #00F;
}