/*ADMIN EDITOR CSS - does not effect final page styling*/
body.mceContentBody {
	background: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

/*set tag styling for editor - these must match any tag css set generally so that the text when edited looks the same as final output*/
.mceContentBody h1{
	font-weight: bold;
	font-size: 18px;
}

/*specific classes - will be available in the style select box in the editor*/
.tableBorder {
	border: 1px solid #dbcee3;
	border-collapse:collapse;
}