/* Style for a block - DIV */
.m0table {
}
/* Style for outer tag, mout (mouse out) state */
.m0mouto {
	background-image: url(/images/layout/btnGreyDn.gif);
	width: 139px;
	height: 20px;
	/*	color: #CCCCCC;*/
/*	background-position: right top;
	padding:0px;
	background-repeat: repeat;
	margin: 0px;
	background-color: #000000;*/
	text-indent: 5px;
}
/* Style for outer tag, mover (mouse over) state */
.m0movero {
	background-image: url(/images/layout/btnGreyUp.gif);
	width: 139px;
	height: 20px;
	color: white;
	text-indent: 5px;
	cursor: pointer;
/*	background-position: 2px 2px;
	background-repeat: repeat;
	margin: 0px;
	padding:0px;
	background-repeat: no-repeat;
*/
/*	background-color: #959595;
/*	margin: 5px 0px 5px 0px;*/
}
/* Style for outer tag, mdown (mouse down) state */
.m0mdowno {
}
/* Style for inner tag, mover (mouse over) state */
.m0inner {
/*	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 11px; 
	font-weight: bold;*/
	color: #FFFFFF;
}
/* Style for no button image */
.btn_none {
/*	background-image: url(/images/layout/pixelGrey.gif);
	background-image: none;
	background-color: #b7b6b6;
	margin: 5px 5px 5px 5px;
	background-repeat: repeat;*/
	background: url("/images/layout/bgBottomShadow.gif") repeat-y;
	width: 140px;
	height: 20px;
}
/* Style for heading button, doesn't depress */
.btn_header {
	background-image: url(/images/layout/btnGreyDn.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 140px;
	height: 20px;
	color: #990000;
	color: white;
/*	font-weight: bold;*/
	font-size: 13px; 
	text-indent: 3px;
	padding:0px;
	margin: 0px;/*	margin: 5px 0px 5px 0px;*/
}
