/* CSS Document */
/*********************************************/
/* Styles for the admin pages. 		         */
/*********************************************/
html, body {
	/*background: url(images/Background.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #636363;
	*/
	background: url(images/BackgroundDots.png) no-repeat center center fixed;
	background-size: cover;
	background-color: #FFFFFF;
}
html, body {
	height: 100%;
}
a {
	text-decoration: none;
}
#main {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	min-height: 90%;
	overflow: auto;
}
#hdrContainer {
	position: relative;
	top: 0px;
	left: 0px;
}
.hide {
	display: none;
}
.pageHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top: thin black solid;
	width: 100%;
}
.companyName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top: thin black solid;
	width: 100%;
}
#spacer {
	width: 25px;
	border-top: thin black solid;
}
.loginForm {
	font-size: 12pt;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #222222;
	height: 250px;
}
#empApp {
	width: 100%;
	background-color: #EFEFEF;
}
#creditApp {
	width: 100%;
	background-color: #EFEFEF;
}
.emailAddr {
	display: none;
}
.bordered {
	clear: both;
	border: thin black solid;
	padding: 3px 15px 3px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.formText {
	clear: both;
	padding: 3px 15px 3px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
}
.subsectionHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	width: 100%;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}
.sectionHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	width: 100%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	color: white;
	background-color: black;
}
.shortRow {
	height: 10px;
}
.smallText {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.submitted {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	background-color: #EFEFEF;
	height: 250px;
	width: 98%;
	padding: 15px 10px 0px 10px;
}
