/* FORUM MANAGEMENT TABLES */
#mtable {
	width : 96%;
	border-collapse : collapse;
	border : 3px double #99f;
	padding: 0px;
	margin : 0px 0px 12px 0px;
}

#mtable .head {
	font-size : 17px;
	color : #003399;
	text-align : center;
	background-color: #d0d0ff;
}

#mtable tr th {
	text-align : left;
	padding : 1px 3px;
	color : #336699;
	background-color : #ddf;
	font-size : 12px;
	font-weight : lighter;
}

#mtable tr th.date {
	width : 85px;
	text-align : center;
	font-weight : lighter;
}

#mtable .date {
	text-align : right;
}

#mtable a, #mtable a:visited {
	font-weight : bold;
	text-decoration : none;
	color : #003399;
}

#mtable a:hover {
	font-weight : bold;
	text-decoration : none;
	color : #6699FF;
}

#mtable .td0 td {
	background-color : #f9f9FF;
	color : #003399;
}

#mtable .td1 td {
	background-color : #f3f3FF;
	color : #003399;
}

#mtable .td1 td, #mtable .td0 td, {
	border : 1px solid #e6e6ff;
	padding :1px 3px;
	color : #003399;
}

