/* CSS Document */

body {font-family: Verdana, Arial; font-size: 12px; padding: 15px;}
form {margin: 0px;}

table#listing
{
	border: 1px solid #d1d1d1;
	margin-top: 5px;
	font-size: 12px;
	color: #3a3f5d;
}

table#listing a, table#listing a:hover
{
	color: #3a3f5d;
	text-decoration: none;
}

table#listing a:hover {text-decoration: underline}

table#listing a.title
{
	font-size: 14px;
	color: #3a3f5d;
	font-weight: bold;
	text-decoration: none;
}

table#listing a.download
{
	color: #3a3f5d;
	text-decoration: underline;
	font-size: 10px;
}

table#listing a.download:hover
{
	color: #FF0000;
}
table#listing th
{
	background-color: #a4b2c2;
	text-align: center;
}

table#listing td
{
	background-color: #f3f3f3;
	color: #3a3f5d;
	font-size: 12px;
	padding: 5px;
}

table#listing em
{
	font-variant: italic;
	font-size: 10px;
}

#toplinks
{
	background-color: #5f758e; display: block; padding: 5px; clear: both;
	color: #FFF;
	height: 20px;
}

#toplinks a.toplink {color: #FFF;}

.message_normal{}

.pagination a{padding: 5px; margin: 1px; background-color: #FFF; width: 20px; text-align: center;}
.pagination a:hover{background-color: #F00; color: #FFFFFF}
