.fieldHeader {
	color: #000;
	font: bold 1em arial,helvetica,sans-serif;
}

.fieldDescription{
	color: #666;
	font: italic .75em arial,helvetica,sans-serif;
}

.superscript{
	vertical-align: super;
	font-size: .5em;
}

#TabbedPanelsAdminForm label {
	color: #000;
	font: 1em arial,helvetica,sans-serif;
}

label.error{
	color: red !important;
	margin-left: 1.5em;
	font-weight: bold;
}

input.error{
	border: 1px dashed red;
}

textarea.error{
	border: 1px dashed red;
}

#ErrorDialog{
	display: none;
	font-size: .75em;
}

#MPAEditArea{
	display: none;
	overflow-y: scroll;
}
	
.tabNavAnchor{
	background-color: white;
	padding: 5px;
	margin: 0px 7px;
	color: black;
	font: .75em Arial, Helvetica, san-serif;
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 10em;
	float: left;
	text-align: center;
	border-style:solid;
	border-width: 2px;
	border-color: black;
	-moz-border-radius: 5px;  
    -webkit-border-radius: 5px;
    border-radius: 5px; 
}

.tabNavAnchor a:hover {
	text-decoration: underline;
}

.clear{
	clear: both;
}

.success{
	font: 1.25em Arial, Helvetica, san-serif;
	font-weight: bold;
	text-align: center;
}

tr:nth-child(even) {
	background-color: #ccc;
}

.mpaTableHeader{
	font-weight: bold;
	font-size: 1em;
}

.mpaTableRow{
	font-weight: normal;
	font-size: .75em;
}