#contentEditorControls {
	margin-top: 30px;
	border-top: 1px solid #ccc;
}

.editorControls {
	background-color: #fff;
	text-align: left;
	font-family: Verdana;
	font-size: .95em;
}

.editorControls .paneBody {
	padding: 10px;
}

.editorControls .subNav li {
	float: right;
	width: 170px;
	padding: 5px;
	text-align: center;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	/*background-image: url(/images/shared/whitefade_bottom.gif);
	background-position: bottom;*/
}

.editorControls h1 {
	padding-bottom: 10px;
}

.editorControls h2 {
	padding: 10px;
}

.editorControls h3, .editorControls h4, .editorControls h1, .editorControls h2 {
	color: #336699;
}

.editorControls h3, .editorControls h4 {
	padding-top: 15px;
}

.editorControls .tableContainer {
	border-top: 1px solid #6699cc;
	border-right: 1px solid #6699cc;
}

.editorControls fieldset {
	padding-bottom: 10px;
}
.editorControls thead th {
	border-bottom: 1px solid #6699CC;
	border-left: 1px solid #6699CC;
	background-color: #BEC8D1;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	color: #404040;
	padding: 2px;
}

.editorControls tbody td {
	border-bottom: 1px solid #6699CC;
	border-left: 1px solid #6699CC;
	text-align: center;
	font-size: 11px;
	color: #404040;
	background-color: #fafafa;
	padding: 2px;
} 

.editorControls tr.evenrow td {
	background-color: #ccd4d6;
}

.editorControls p {
	font-size: 12px;
}

.contentEditorTemplate {
	background-color: #efefef;
}

textarea#layout_part_content_content, #directory_list p, #sharedDirectory_list p {
	font-family: monospace, Courier;
	font-size: 12px;
}