.m1table {
border: 1px solid black ;
}


/* Style for inner tag, mover (mouse over) state */
.m1innerout {
font:bold 10px Tahoma;
color: #004587;
background: #99CCFF;
padding-left: 5px;
border-bottom: 1px solid black ;
}
.m1innerover, .m1innerdown {
font:bold 10px Tahoma;
color: white;
background: #99CCFF;
padding-left: 5px;
border-bottom: 1px solid black ;
}

.m1mouto {
}

.m1movero, .m1mdowno {

}



/*

	// Block outing table class
	'table' : 'm1table',
	// Item inner tag style class for all item states or
	// classes for [<default state>, <hovered state>, <clicked state>]
	'inner' : ['m1innerout','m1innerover','m1innerdown'],
	// Item outer tag style class for all item states or
	// classes for [<default state>, <hovered state>, <clicked state>]
	'outer' : ['m1mouto', 'm1movero', 'm1mdowno']
*/
