BODY, TD {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
}
.mcm_adminTable {
	/* border:solid 1px #999999; */
}
.mcm_adminTable TD {
	border: solid 1px #DDDDDD; 
	font-size: 12px;
	padding: 2px; 
}
.g { 
	background-color:#EEEEEE;
}
.info {
	position:absolute;
	visibility:hidden;
}
.show {
	position:absolute;
	top:20; left:20;
	padding:5px; 
	width:350;
	visibility:visible;
	background-color:#FFFF99;
	border:solid 1px black;
	}
.show P {margin:0px;}
.infocontent {
	margin-left:10px;
	padding:5px;
	background-color:white;
	border:solid 1px gray;
}
.infocontent H1, .infocontent H2, .infocontent H3 {
	font-size:12px;
	font-weight:bold;
	margin:2px;
}

.wtdbForm {
	margin: 0 0 0 0;
}

em {
	color: maroon;
}

.headbar {
	font-size: 8pt;
	background-color: #4D4D4D;
	color: white;
	font-weight: bold;
}

a.headbar {
	color: white;
	text-decoration: none;
}

a.headbar:visited {
	color: white;
	text-decoration: none;
}

a.headbar:hover {
	color: #FFE8AB;
}

form {
	margin: 8px 0 8px 0;
	border-width: 0;
	padding: 0;
}

.hblock {
	/*background-color: #CCCCCC; */
	margin: 0;
	border-width: 0;
	padding: 0;
}

.boldtext {
	font-weight: bold;
}

h2 {
	margin: 5px 0 5px 0;
}
.mcm_editFieldTable {
	border: none;
	margin: 0px;
}
.mcm_editFieldTableCell {
	border: none;
	background-color: #EEEEEE;
	padding: 3px;
	font-size: 12px;
	color: black;
	vertical-align: top;
}
.mcm_editFieldTableHelp {
	background-color:#FFFFCC;
	padding: 3px;
	font-size: 10px;
	color: black;
	vertical-align: top;
}
.mcm_editFieldTableHeader {
	background-color:#EEEEEE;
	border: none;
	padding: 3px;
	font-size: 12px;
	font-weight: bold;
	color: black;
}
DIV.mcm_mceToolbar { /* This is the placeholder for the tinyMCE toolbars. 
					This DIV only holds a place.  It is position:relative so that it can hold the toolbars, which are position:absolute. 
					the tinyMCE toolbars have their own class: .mceToolbarExternal in templateHeader.php.  */
	position: relative;
	height:28px; /* saves the right amount of space until we insert the tinyMCE toolbar.  */
	background-color: #EEEEEE;  /* some of these styles match mceToolbarExternal so that things don't pop when we move the tinyMCE toolbar(s).  */
	border-bottom: 3px outset #FFFFFF;  /* creates heavier divider between toolbar and document a la Word */
	margin:0px;
	margin-bottom: 2px;
}
DIV.mcm_pageInfo {
	display:none;
}
DIV.mcm_template{
}
.mcmToolbar {  /* our toolbar defined in minicmToolbar.php */
	background-color:#EEEEEE;
	border-top: 3px outset #FFFFFF;  /* creates heavier divider to match bottom of mcm_mceToolbar */
	margin:0px;
	/*margin-top:2px;
	margin-bottom:2px;*/
}

.wtdbCell {
	/* text-align: right; */
	font-weight: normal;
	padding: 0;
	border-width: 0;
	margin: 0;
}

.wtdbRow1 {
	background-color: white;
}
.wtdbRow2 {
	background-color: #ECECEC;
}
.wtdbHeaderCell {
	background-color: #CCCCCC;
	color: #000000;
	font-weight: normal;
	font-size: 9pt;
}
.wtdbHeaderCellVertical {
	background-color: #CCCCCC;
	color:#000000;
	/* text-align: right; */
	font-weight: bold;
}

