/* Style for level 0 (root) block - DIV */
.mtable0 {
	border: 1px outset white;
	background: white;
}
/* Style for a block - DIV */
.mtable {
	border: 0px outset #4682B4;
	background: white;
}
/* Style for outer tag, mout (mouse out) state */
.mouto {
	background: #4682B4;
}
/* Style for outer tag, mover (mouse over) state */
.movero {
	background: #6699cc;
}
/* Style for outer tag, mdown (mouse down) state */
.mdowno {
	background: #99ccff;
}
/* Style for inner tag, mover (mouse over) state */
.minner {
	font-size: 11px;
	font-family: verdana, arial, helvetica, sans-serif;;
	color: #FFFFFF;
}

/* Style for level 0 (root) block - DIV */
.mtable0-v {
	border: 1px outset white;
	background: white;
}

/* Style for a block - DIV */
.mtable-v {
	border: 0px outset #4682B4;
	background: white;
}
/* Style for outer tag, mout (mouse out) state */
.mouto-v {
	background: #4682B4;
}
/* Style for outer tag, mover (mouse over) state */
.movero-v {
	background: #6699cc;
}
/* Style for outer tag, mdown (mouse down) state */
.mdowno-v {
	background: #99ccff;
}
/* Style for inner tag, mover (mouse over) state */
.minner-v {
	font-size: 11px;
	font-family: verdana, arial, helvetica, sans-serif;;
	color: #FFFFFF;
	padding-left: 3px;
}