/*	GENERAL  */

body {
	background: white;
	margin: 0;
}

#mlg_table table {
	padding: 0;
	margin: 20px;
	
}

#mlg_table table tr td {
	padding: 5px;
	font-family: trebuchet ms;
	font-size: 9pt;
	background-color: #e6e6e6;
	vertical-align: top;
}

#mlg_table table tr td.empty {
	background-color: transparent;
	border: 0;
}

/*	TITLE  */

#mlg_table table tr td.title_on,
#mlg_table table tr td.title_off,
#mlg_table table tr td.title_off:hover { font-weight: bold; }

#mlg_table table tr td.title_on { background-color: #E9BCB2; color: black;}
#mlg_table table tr td.title_off { background-color: #FAEBCD; color: black;}
#mlg_table table tr td.title_off:hover { background-color: rgb(118,2,41); color: white;}

/* WRAPPER */
#mlg_table {
	background: white;
	width: 820px;
	padding-top: 20px;
	padding-bottom: 20px;
}

/*	CONTENT  */

#mlg_table table tr td.content_on,
#mlg_table table tr td.content_off,
#mlg_table table tr td.content_off:hover { font-weight: normal; }

#mlg_table table tr td.content_on { background-color: #E9BCB2; color: black;}
#mlg_table table tr td.content_off { background-color: #E6E6E6; color: black;}
#mlg_table table tr td.content_off:hover { background-color: rgb(118,2,41); color: white;}
