body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
}
.header1 {
	font-size: 18px;
	background-color: #D9D8E9;
	padding: 4px;
	border: 1px solid #999999;
	color: #666666;
}
form {
	display:inline;

}.header2 {
	font-size: 12px;
	background-color: #FFFFB3;
	padding: 4px;
}
.header3 {
	font-size: 14px;
	background-color: #DFDF00;
	padding: 2px;
	font-weight: bold;
}
.header4 {
	background-color: #C1C0DC;
	font-size: 10px;
}
.header5 {
	font-size: 24px;
	background-color: #FFFFB3;
}

.admin-field {
	font-size: 18px;
	color: #FF0000;
	background-color: #FFFFFF;
	border: 2px solid #000000;
}

.txt18 {
	font-size: 18px;
}
.txt10 {
	font-size: 12px;
}

.previously-registered table
{
	border-width: 0 0 1px 1px;
	border-spacing: 0;
	border-collapse: collapse;
	border-color: #999999;
	border-style: solid;
}

.previously-registered td
{
	margin: 0;
	border-width: 1px 1px 0 0;
	border-color: #999999;
	border-style: solid;
	padding:1px;
}
#header {
	background-repeat: repeat-x;
	height: 160px;
	background-image: url(../images/header_bg.jpg);
	margin: 0px;
	padding: 0px;
}
#header_pdf {
	background-repeat: repeat-x;
	height: 30px;
	background-image: url(../images/header_bg.jpg);
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	width: 100%;
	position: absolute;
}
#header_pdf_2 {
	background-repeat: repeat-x;
	height: 18px;
	background-image: url(../images/header_bg.jpg);
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 2px;
}
#pdf-container {
	height: 100%;
	width: 100%;
	position: absolute;
	overflow: hidden;
}
#embed-pdf {
	margin-top: 30px;
	height: 95%;
	width: 100%;
}

#esams-logo {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 780px;
	margin: 0px;
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
	padding-top: 120px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#header_pdf a:link {
	color:#FFFFFF;
	text-decoration:none;
}

#header_pdf a:active {
	color:#FFFFFF;
	text-decoration:none;
}

#header_pdf a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#header_pdf a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

#header_pdf_2 a:link {
	color:#FFFFFF;
	text-decoration:none;
}

#header_pdf_2 a:active {
	color:#FFFFFF;
	text-decoration:none;
}

#header_pdf_2 a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#header_pdf_2 a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

#body {
	width: 715px;
	height: 950px;
	padding-left: 50px;
	padding-right: 15px;
	background-image: url(../images/body.jpg);
	background-repeat: no-repeat;
	z-index: 2;
}
#nav {
	width: 210px;
	position: absolute;
	left: 780px;
	top: 160px;
	padding-top: 10px;
	padding-left: 10px;
}
#footer {
	font-size: 12px;
	color: #666666;
	width: 715px;
	text-align: center;
	padding-right: 50px;
	padding-left: 15px;
	overflow: auto;
}

.login {
	font-size: 10px;
	border: 1px solid #534e8a;
}
.txtfield {
	font-size: 10px;
	border: 1px solid #534e8a;
}
.login-font {
	font-size: 10px;
}
.login-error {
	font-size: 10px;
	border: 1px solid #000000;
	background-color: #FF9393;
}

#nav-items a:link {
	color:#000000;
	text-decoration:none;
}

#nav-items a:hover {
	background-color:#cccccc;
	color:#000000;
	text-decoration:none;
}

#nav-items a:active {
	color:#000000;
	text-decoration:none;
}


#nav-items a:visited {
	color:#000000;
	text-decoration:none;
}

.td-logged-in a:link {
	color:#FFF;
}

.td-logged-in a:hover {
	color:#FFF;
	text-decoration:none;
}

.td-logged-in a:active {
	color:#FFF;
}

.td-logged-in a:visited {
	color:#FFF;
}
.td-admin-logged-in   a {
	color:#FFFFFF;
}

.user-message {
	font-size: 14px;
	color: #333333;
	background-color: #FFFFB3;
	border: 1px solid #333333;
	padding: 10px;
	text-align: left;
}
.button1 {
	font-size: 10px;
	border: 1px solid #534e8a;
}
.txt12 {
	font-size: 10px;
}
.txt16 {
	font-size: 16px;
}
#previous_registrants {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	overflow-x: scroll;
	overflow-y: hidden;
	padding: 10px;
}
#loading {
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	height: 300px;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	left: 210px;
	top: 300px;
}
.tooltipmsg {
	background-color: #FFFFB3;
	border: 2px dashed #000000;
	display:none;
	position:absolute;
	text-align:center;
	padding: 2px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.new_status {
	background-color: #7DFF7D;
}
.challenged_status {
	background-color: #FF6262;
}
.active_status {
	background-color: #FF0;
}
.admin_files_ul {
	list-style:inherit;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1px;
}


