@CHARSET "UTF-8";

.intro
{
	margin-bottom: 5px;
}

form
{
	margin: 0px;
	display: inline;
}

ol
{
	margin-top: 10px;
}


.currentTitles, .manageTitles
{
	float: left;
}

.manageTitles
{
	width: 225px;
}

.currentTitles
{
	width: 225px;
	margin-right: 10px;
	padding: 3px;
	background-color: #ddd;
}

.editInputLabel
{
	width: 50px;
	float: left;
	text-align: right;
	padding-top: 2px;
}

.editInputLabel, .inputFieldWrapper
{
	margin-top: 2px;
	margin-bottom: 5px;
}

.inputFieldWrapper
{
	float: left;
	width: 165px;
	padding-left: 5px;
	
}

.inputFieldEdit
{
	width: 100%;
	font-size: .9em;
}

.inputFieldAdd
{
	width: 218px;
	margin-bottom: 3px;
	padding-left: 2px;
}

.editTitle, .addTitle, .deleteTitle, .addContent
{
	width: 100%;
	padding: 3px;
	margin-bottom: 10px;
}

.addTitle, .addSubSection, .addContent
{
	background-color: #bfb;
}

.editTitle
{
	background-color: #feb;
}

.deleteTitle, .removeSubSection
{
	background-color: #fbb;
}

.currentTitlesSubmit
{
	margin-left: 5px;
}

.currentTitlesSubmit, .newTitleSubmit
{
	float: right;
}

.accountControl
{
	color: #9d0000;
}

.accountControlActive
{
	color: #000;
}

.addSubSection, .removeSubSection
{
	float: left;
	padding: 3px 5px 5px;
	margin: 5px 5px 10px;
	width: 259px;
}

.controlSubSectionForm
{
	margin-top: 3px;
}

/*.mainContentControlWrapperInclSide, .sideContentControlWrapper, .bottomContentControlWrapper
{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #ddd; 
	width: 46%;
	text-align: left;
	padding: 3px;
}*/

.adminSection
{
	background-color: #ddd;
	padding: 3px;
}

.controlHelp
{
	margin-bottom: 5px;
	border-bottom: 1px dashed #000;
}

.insertCb
{
	margin-bottom: 5px;
}