body {
	padding: 0px;
	margin: 0px;	
	background: #D4D4D4;
	font-family: 'Lucida Grande', verdana, arial, helvetica, sans-serif;
	font-size: 12px;
}
a {
	text-decoration:none;
	font-size:11px;
	margin: 0px 0px 0px 5px;
	cursor:pointer;
	color:#5388EA;
}
.pageDarken {
	width: 100%;
	height: 100%;
	opacity: 0;
	background: #000;
	display: none;
	z-index: 1000;
	position: fixed;
	top: 0px;
	left: 0px;
}
.bodyWrapper {
	padding:25px;	
}
.bodyWrapper input:not([type='radio']):not(.noCSS), .bodyWrapper select:not(.noCSS), .bodyWrapper textarea:not(.noCSS) {
	width: 250px;
}
.sectionHeader {
	border-bottom:1px dotted black;	
	margin:0px 0px 10px 0px;	
}
.sectionHeader h4 {
	margin:0px;
	padding:0px 5px;	
}
.fieldRow {
	/*border-top:1px dotted black;*/
	padding:5px;	
	min-height:30px;
}
.fieldLabel  {
	float:left;
	margin-top:6px;
	width:150px;
	text-align: right;
}

.fieldData {
	margin-left: 10px;
	float: left;
	text-align: left;
	width: 500px;
}

.fieldData input, .fieldData select {
	width: 285px;
}

.fieldData input[type="radio"] {
	width: 20px;
}

.fieldClear {
	clear:both;	
}

a:hover {
	color: #7E9FED;	
}
label {
	font-weight: bold;	
}
button {
	width: 90px;
	padding: 5px;	
	cursor: pointer;
}
.header {
	background: #204ca0;
	margin-left: auto;
	margin-right: auto;	
	position: relative;
	padding-bottom: 5px;
}
.header .headerContent .headerAdmin {
	position: absolute;
	top: 10px;
	right: 0px;
	font-size: 10px;
	color: white;
}
.header .headerContent .headerAdmin a {
	margin: 0px;
	font-size: 10px;
	color: white;
}
.header .headerContent {
	width: 960px;
	background: #204ca0;
	margin-left: auto;
	margin-right: auto;	
	padding-bottom: 4px;
	padding-top: 24px;
	margin-bottom: 15px;
	font-size: 26px;
	color: #fff;
	position: relative;
}
.header .headerMenu {
	width: 960px;
	margin-left: auto;
	margin-right: auto;	
	font-size: 13px;
}
.header .headerMenu a {
	text-decoration: none;
	margin-left: 0px;
	margin-right: 0px;
	color: #fff;
	font-size: 13px;
	background: #327aff;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 3px;
	padding-bottom: 5px;
}
.header .headerMenu a:hover {
		background: #89b8ff;

}

.content {
	width: 960px;
	min-height: 100px;
	background: #fff;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 20px;
	position: relative;
}
.content .title {
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 20px;
	font-size: 16px;
	font-weight: bold;
	background: #d3dbff;
	font-size: 16px;
}
.content .title a {
	float: right;
	font-size: 16px;
}

.right {
	text-align: right;
	float: right;
	padding-right: 20px;
}

.footer {
	width: 100%;
	margin-left: auto;
	margin-right: auto;	
}
.footer .footerContent {
	width: 960px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;	
	padding-top: 10px;
	font-size: 10px;
	color: #B5AEA1;
}
.shadow {
	box-shadow: 5px 5px 7px #AAA;
	-webkit-box-shadow: 5px 5px 7px #AAA;
	-moz-box-shadow: 5px 5px 7px #AAA;
}
.hoverFade:hover {
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
}	
table {
	width: 920px;
	margin: 20px;
	border-spacing: 0px;
}
table tr:not(.tableHeader):hover {
	background: #d3dbff;
}
table tr th {
	color: #333;
	text-align: left;
	padding: 0px;
}
table tr td {
	min-height: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;	
	cursor: pointer;
	color: #666;
}
