.editQuestion
{
	background-color:#ffff9c;
	padding:4px;
}

.formQuestionHeader
{
    width:30%;
}

.formScore
{
	padding:5px;
	background-color:#ccdeeb;
	border-top:solid 1px #7c7c7c;
	text-align:center;
}

.formSectionHeader {
	padding-bottom: 3px;
	color:#4f83a9;
	border-bottom: solid 2px #4f83a9;
}

.formSection .header
{
	color:white;
	font-weight:bold;
	padding:2px;
	background-color:#4f83a9;
	cursor:move;
}

.formSection .header a, .formDesignerSectionTitle a
{
	color:white;
	font-weight:bold;
	margin-right:6px;
	text-decoration:none;
}

.formDesignerSection .formDesignerSectionTitle a
{
	color:Black;
}

.formSection .header a:hover
{
	color:red;
}

.formDesignerSectionTitle, .formDesignerSectionTitleSelected
{
	background-color:#4f83a9;
	padding:4px;
	color:White;
}

.formDesignerSection .formDesignerSectionTitle
{
	background-color:#ccdeeb;
	color:Black;
}

.formDesignerSection
{
	border: solid 1px #4f83a9;
}

.formDesignerSection .formDesignerSection
{
	border-color:#4f83a9;
	margin:0px;
}

.formDesignerAccordion
{
    width:100%;
}