@charset "utf-8";
/* CSS Document */


/*=================== FORUMS===================*/

.forum_list_table tr { 
    background-color: #FFffff;
    color: black;
}

.forum_list_table tr a {
    color: #001133;
    text-decoration: none;
}

.forum_list_table tr a:hover {
    text-decoration: underline;
}

.forum_list_table strong {
    color: black;
}

.forum_list_table tr, .forum_list_table tr td, .forum_list_table tr th {
    padding: 5px;
}

.forum_list_table tr th
{
    background-color:  #5b9b98;
    background-color: #cc5400;
    color: #333333;
    color: white;
}

tr.forum_list_category td {
    background-color:  #Ffffff;
}

tr.forum_list_forum td {
    background-color:  #C6C6C6;
	text-align: left;
	padding-left: 5px;
}

tr.forum_list_forum_alt td {
    background-color:  #DBDBDB;
	text-align: left;
	padding-left: 5px;
}

.datestamp {
	font-size: 9px;
	line-height: 8px;
	padding-left: 5px;
	color: #707070;
}

/*=================== END FORUMS===================*/

