.m0table {
border: 1px none #333333;
background: #333333;
}

/* Style for outer tag, mout (mouse out) state */
.m0mouto {
	background: black;
	color: #CCCCCC;
}
/* Style for outer tag, mover (mouse over) state */
.m0movero {
	color: white;
	background: #333333;
}
/* Style for outer tag, mdown (mouse down) state */
.m0mdowno {
	color: white;

	}
	
/* Style for inner tag, mover (mouse over) state */
.m0inner {
	font-family: sans-serif;
	font-size: 9px;
	padding-left: 10px;
}


/*
MULTIPLE SAMPLE 

.m0table {
	background: #4682B4;
	border: 1px none #4682B4;
}
.m0mouto {
	background: #DBEAF5;
}
.m0movero {
	background: white;
}
.m0mdowno {
	background: white;
}
.m0inner {
	font-family: Tahoma, MS Sans Serif, Verdana, sans-serif;
	font-size: 12px;
	padding: 3px;
	text-align: center;
}

*/