/* BEGIN BASIC FORUM STYLES */

/* begin table styles */
table {
	border-collapse: collapse;
	width: 80%;
}

table a {
	color: #000;
   // text-decoration: underline;

}

table a:hover {
	color:#373737;
	text-decoration: underline;
}

th, td {
    text-align: left;

}
tr:hover {
//background-color:#939393
}
h3 {
margin-top:15px;
}

tr:nth-child(even){
background-color: #f2f2f2;
}

th {
    background-color: #1972AF;
    color: white;
}

td.rightpart {
text-align:center;
}

td.middle {
text-align:center;
}
a.page {
   color: white;
}