/* description: Primary module stylesheet for HTML/Text Editor module. */

/* add your styles here for this module's HTML output */

.top_title {
	padding-top: 10px;
	padding-left: 20px;
	color: #6d94bd;
	font: bold 18px helvetica, tahoma, verdana, san-serif;
}

.top_subnav {
	padding-top: 10px;
}

.subnav {
	
	padding-right: 22px;
	font: 11px helvetica, tahoma, verdana, san-serif;
	color: #7a95b4;
	text-transform: uppercase;
}

.subnav_selected {
	padding-right: 22px;
	font: 11px helvetica, tahoma, verdana, san-serif;
	color: #e19549;
	text-transform: uppercase;
	text-decoration: underline;
}
