div#formPageTitle {
	font-weight: bold;
	font-size: 140%;
	margin-bottom: 14px;
	margin-top: 12px;
}

div.formWrapper {
	/*background-color: #E2E9F3;*/
	/*background-color: #E0DCC5;*/
	background-color: #EBEBEB;
	padding: 12px;
	margin-right: 160px;
}

table.materialTable {
	margin-bottom: 20px;
}

table.materialTable th {
	text-align: center;
	font-weight: bold;
}

table.materialTable td.iconCell {
	text-align: center;
}

div.formSubHeading {
	font-weight: bold;
	size: 125%;
}



table#jumpWrapperTable {
	margin-top: 12px;
	margin-tbottom: 8px;
}

div#jumpWrapper {
	padding: 14px;
	background-color: #E2E9F3;
	border: 1px solid #B0C4DE;
}

.bold {
	font-weight: bold;

}
ul.editFormJumpList {
	list-style-type: square;
}

ul.editFormJumpList li {
	margin-left: 20px;
	margin-top: 3px;
	margin-bottom: 3px;
}

ul.editFormJumpList li a {
		color: black;
}


ul#userChecks {
	list-style-type: none;
	margin-bottom: 8px;
}
ul#userChecks li {
	margin-left: 20px;
}


div.q_wrapper {
	/*border: 1px solid #BBBBBB;*/
	padding: 12px;
	border-bottom: 1px solid #CCCCCC;
}
div.q {
	font-weight: bold;
	margin-bottom: 3px;
	margin-top: 6px;
}

div.q_wrapper  ul li {
	margin-left: 20px;
}


div.materialSection {
	margin-bottom: 24px;
	padding-bottom: 6px;
	padding-top: 6px;
	border-top: 2px solid #CCCCCC;
}


ul#supportedFileTypes {
	margin-bottom: 16px;
}
ul#supportedFileTypes li {
	margin-left: 20px;
	font-size: 80%;

}



.textarea {
	padding: 3px;
}

ul.themesOuter {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
li.mainTheme {
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 125%;
}
ul.subThemes {
	margin-top: 0px;
	padding-top: 0px;
/*	border-bottom: 1px dotted black;*/
}
li.otherTheme {
	margin-bottom: 8px;
	margin-top: 2px;
}

.compareOutcomesTable td {
	vertical-align: top;

}

.compareOutcomes {
	padding: 8px;
	border: 1px dotted black;
	margin-left: 8px;
	background-color: #FBFBFB;
}

.compareOutcomes span {
	font-weight: bold;
}

.required {
	color: red;
	font-size: 75%;
}

table.upload  {
	background-color: white;
	
}
table.upload th {
	padding: 4px;
}
table.upload td {
	padding: 4px;
}
