/* CSS file for forum aggregation page */

div.netforum_cat_header {
	margin-top:20px;
	padding:5px;
	background:#0066b9;
	font-size:110%;
	color:white;
}

div.netforum_cat_box {
	border:0px solid #999999;
	border-bottom:0;
	border-top:0;
	background:#cccccc;
}

th.tcl, th.tc2, th.tc3, th.tcr {
	background:#777777;
	color:black;
}

td.tcl, td.tc2, td.tc3, td.tcr {
	border-bottom:1px solid #999999;
}

.tcl {
	width:50%;
	border-right:1px solid #999999;
	padding:5px;
}
.tc2 {
	width:10%;
	border-right:1px solid #999999;
	text-align:center;
	padding:5px;
}
.tc3 {
	width:10%;
	border-right:1px solid #999999;
	text-align:center;
	padding:5px;
}
.tcr {
	width:30%;
	padding:5px;
}

tr.fm_rc {
	color:black;
}

td.tcl a, td.tcl a:hover, td.tcl a:visited, td.tcl a:active {
	color:#0066b9;
}

a.fm_name_link {
	color:#0066b9;
}

a.netforum_admin_link {
	float:right;
	font-size:120%;
	position:relative;
	bottom:-10px;
	padding:3px 8px;
	background:#999999;
	color:#0066b9;
	border:1px outset #555555;
}

h2.netforum_netforums_header {
	font-family:arial;
	font-size:180%;
	margin:8px 0;
	margin-right:450px;
	position:relative;
	bottom:-10px;
}

#netforum_top_forums_header {
	margin-top:40px;
	border:0px solid red;
	bottom:0;
}

#forums_top_pagination_container {
	float:right;
	margin-top:45px;
	font-size:120%;
	border:0px solid red;
}

.fm_name_desc {
	font-size:100%;
	font-weight:normal;
	color:#666666;
	margin:1px 5px;
	padding:0;
}

div.netforum_toptopics_container {
	margin-top:40px;
}

#netforums_main_container {
	margin:0 5px;
}