@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 6px;
	/* [disabled]width: 280px; */
	/* [disabled]min-width: 320px; */
	background-repeat: repeat;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1e3344;
}
body#admin {
	margin: 0 4px;
	padding: 6px;
	/* [disabled]width: 280px; */
	/* [disabled]min-width: 320px; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1e3344;
	background-color: #FFFFFF;
}
#content {
	width: 300px;
	margin: 24px auto;
	text-align: center;
}
#content2 {
	width: 400px;
	margin: 24px auto;
	text-align: center;
}
.main {
	padding: 6px;
	/* [disabled]border-color: #054D7A; */
	/* [disabled]border-style: solid; */
	/* [disabled]border-width: 1px; */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font: 14px/18px Arial Black, Gadget, sans-serif;
	color: #FFF;
	margin: 12px 0;
	background-color: #F0B510;
}
.divbutton {
	/* [disabled]height: 60px; */
		-webkit-appearance: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	width: 300px;
	text-align: center;
	vertical-align: bottom;
	font: 16px Arial Black, Gadget, sans-serif;
	background-color: #1e3344;
	padding: 12px 0;
	margin: 12px 0;
	color: #FFF;
	position: relative;
}
.divbutton:hover {
	background-color: #F0B510;
}
.divbutton a {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-decoration:none; /* Makes sure the link   doesn't get underlined */
	z-index:10; /* raises anchor tag above everything else in div */
	background-color:white; /*workaround to make clickable in IE */
	opacity: 0; /*workaround to make clickable in IE */
	filter: alpha(opacity=1); /*workaround to make clickable in IE */
}
.divbutton narrow {
	width: 282px;
}
.divbutton2 {
	/* [disabled]height: 60px; */
	-webkit-appearance: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	width: 130px;
	text-align: center;
	vertical-align: bottom;
	font: 14px Arial Black, Gadget, sans-serif;
	background-color: #1e3344;
	padding: 12px 0;
	margin: 4px;
	color: #FFF;
	position: relative;
}
.divbutton2:hover {
	background-color: #F0B510;
}
.divbutton2 a {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-decoration:none; /* Makes sure the link   doesn't get underlined */
	z-index:10; /* raises anchor tag above everything else in div */
	background-color:white; /*workaround to make clickable in IE */
	opacity: 0; /*workaround to make clickable in IE */
	filter: alpha(opacity=1); /*workaround to make clickable in IE */
}
.divbutton3 {
	-webkit-appearance: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width: 120px;
	text-align: center;
	vertical-align: bottom;
	font: 16px Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #1e3344;
	padding: 6px 0;
	margin: 8px 0;
	color: #FFF;
	position: relative;
}
.divbutton3:hover {
	background-color: #F0B510;
}
.divbutton3 a {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-decoration:none; /* Makes sure the link   doesn't get underlined */
	z-index:10; /* raises anchor tag above everything else in div */
	background-color:white; /*workaround to make clickable in IE */
	opacity: 0; /*workaround to make clickable in IE */
	filter: alpha(opacity=1); /*workaround to make clickable in IE */
}
.divbutton4 {
	-webkit-appearance: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	/*width: 140px;*/
	text-align: center;
	vertical-align: bottom;
	font: 12px Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #1e3344;
	padding: 6px;
	margin: 8px 12px 8px 0;
	color: #FFF;
	position: relative;
}
.divbutton4:hover {
	background-color: #F0B510;
}
.divbutton4 a {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-decoration:none; /* Makes sure the link   doesn't get underlined */
	z-index:10; /* raises anchor tag above everything else in div */
	background-color:white; /*workaround to make clickable in IE */
	opacity: 0; /*workaround to make clickable in IE */
	filter: alpha(opacity=1); /*workaround to make clickable in IE */
}
.divbutton5 {
	-webkit-appearance: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width: 100%;
	text-align: center;
	vertical-align: bottom;
	font: 16px Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #1e3344;
	padding: 6px;
	margin: 30px 12px 8px 0;
	color: #FFF;
	position: relative;
}
.divbutton5:hover {
	background-color: #F0B510;
}
.divbutton5 a {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-decoration:none; /* Makes sure the link   doesn't get underlined */
	z-index:10; /* raises anchor tag above everything else in div */
	background-color:white; /*workaround to make clickable in IE */
	opacity: 0; /*workaround to make clickable in IE */
	filter: alpha(opacity=1); /*workaround to make clickable in IE */
}
.pagediv {
	-webkit-appearance: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width: 30px;
	text-align: center;
	vertical-align: bottom;
	font: 14px Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #1e3344;
	padding: 6px 0;
	margin: 4px 6px 4px 0;
	color: #FFF;
	position: relative;
	float: left;
}
.pagediv:hover {
	background-color: #F0B510;
}
.pagediv a {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-decoration:none; /* Makes sure the link   doesn't get underlined */
	z-index:10; /* raises anchor tag above everything else in div */
	background-color:white; /*workaround to make clickable in IE */
	opacity: 0; /*workaround to make clickable in IE */
	filter: alpha(opacity=1); /*workaround to make clickable in IE */
}
.pagediv2 {
	-webkit-appearance: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width: 30px;
	text-align: center;
	vertical-align: bottom;
	font: 14px Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #F0B510;
	padding: 6px 0;
	margin: 4px 6px 4px 0;
	color: #FFF;
	position: relative;
	float: left;
}
.pagediv2:hover {
	background-color: #F0B510;
}
.pagediv2 a {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-decoration:none; /* Makes sure the link   doesn't get underlined */
	z-index:10; /* raises anchor tag above everything else in div */
	background-color:white; /*workaround to make clickable in IE */
	opacity: 0; /*workaround to make clickable in IE */
	filter: alpha(opacity=1); /*workaround to make clickable in IE */
}
.formbutton3 {
	-webkit-appearance: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #0C3;
	width: 204px;
	height: 40px;
	font: 24px Arial Black, Gadget, sans-serif;
	color:#FFF;
	margin: 8px 0;
	border: 0px;
}
.formbutton3:hover {
	background-color: #F00;
}
.formbutton4 {
	-webkit-appearance: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #1e3344;
	width: 120px;
	/*height: 26px;*/
	font: 16px Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #FFF;
	margin: 8px 0;
	border: 0px;
}
.formbutton4:hover {
	background-color: #F0B510;
}
.formbutton7 {
	-webkit-appearance: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 6px;
	background-color: #E42526;
	width: 120px;
	height: 40px;
	font: 16px Arial Black, Gadget, sans-serif;
	color:#FFF;
	/* margin: 8px 0px; */
	border: 0px;
}

.approve {
	/* [disabled]height: 60px; */
	-webkit-appearance: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	/* width: 130px;*/
	text-align: center;
	vertical-align: bottom;
	font-size: 8px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #F0B510;
	padding: 2px 6px;
	/*margin: 2px;*/
	color: #FFF;
	position: relative;
	font-weight: bold;
}
.approve hover {
	background-color: #46AA08;
	color: #FFF;
}
.approve a {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-decoration:none; /* Makes sure the link   doesn't get underlined */
	z-index:10; /* raises anchor tag above everything else in div */
	background-color:white; /*workaround to make clickable in IE */
	opacity: 0; /*workaround to make clickable in IE */
	filter: alpha(opacity=1); /*workaround to make clickable in IE */
}
.approve2 {
	/* [disabled]height: 60px; */
	-webkit-appearance: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	/* width: 130px;*/
	text-align: center;
	vertical-align: bottom;
	font-size: 8px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #1eb01e;
	padding: 2px 6px;
	/*margin: 2px;*/
	color: #FFF;
	position: relative;
	font-weight: bold;
}
.formbutton7:hover {
	background-color: #0C3;
}
/*.formbutton7 wide {
	width: 270px;
} */
.tabletext {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: left;
	/* [disabled]padding: 0 6px; */
	font-size: 14px;
	padding: 0 16px;
}
.tabletextright {
	font-family: Arial, Helvetica, sans-serif;
	color: #1FCA3E;
	text-align: right;
	font-size: 18px;
	padding: 4px 10px;
	font-weight: bold;
}
.hilite {
	background-color: #D0D4E6;
}
.hilite2 {
	background-color: #FFF;
}
.tabletext1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #1e3344;
	text-align: left;
	/* [disabled]padding: 0 6px; */
	font-size: 12px;
	padding: 4px 16px 4px 4px;
}
a.tabletext1:link {
	color: #1e3344;
	text-decoration: none;
}
a.tabletext1:hover {
	color: #0C3;
	text-decoration: none;
}
a.tabletext1:visited {
	color: #1e3344;
	text-decoration: none;
}
a.tabletext1:active {
	color: #1e3344;
	text-decoration: none;
}
input {
	font-size: 18px;
		width: 280px;
	text-align: center;
		height: 30px;
	margin: 10px 0;

}
select {
	font-size: 16px;
	-webkit-text-fill-color: #1e3344; /* Override iOS / Android font color change */
	-webkit-opacity: 1; /* Override iOS opacity change affecting text & background color */
	color: #1e3344; /* Override IE font color change */
}
/*select[disabled="disabled"] {
    color: #f0b510;
    background-color: #1e3344;
} */
.maintable {
	margin: 6px;
	width: 260px; 
}
    #progressbox {
	border: 1px solid #000;
	padding: 1px;
	position:relative;
	width:280px;
	border-radius: 3px;
	margin: 10px 0;
	display:none;
	text-align:left;
}
    #progressbar {
	height:30px;
	border-radius: 3px;
	background-color: #06F;
	width:1%;
}
    #statustxt {
	top:3px;
	left:45%;
	position:absolute;
	display:inline-block;
	color: #000000;
}
.fileUpload {
	position: relative;
	overflow: hidden;
	margin: 10px;
}
.fileUpload input.upload {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 8px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}
.Upload {
	font-size: 10px;
}
.pikbox {
	/*-webkit-transform: rotate(90deg); /* Safari and Chrome */
	/*-moz-transform: rotate(90deg);   /* Firefox */
	/*-ms-transform: rotate(90deg);   /* IE 9 */
	/*-o-transform: rotate(90deg);   /* Opera */
	/*transform: rotate(90deg); */
	width: 300px;
	height: auto;
	text-align: center;
	padding : 16px 0px;
	margin-top: 40px;
	/*margin: auto;*/

}
.pikbox a img {
    display : block;
    margin-top : 40px;
}
.pikbox2 {
	width: 300px;
	height: auto;
	text-align: center;
	padding : 12px 0px;
	/*margin-top: 40px;*/
	margin: auto;

}
.pikbox2 a img {
    display : block;
    margin : auto;
}
.split {
	width: 150px;
	float: left;
}
/* label {
    display: block;
    padding-left: 15px;
    text-indent: -22px;
} */
.myCheck input {
	width: 22px;
	height: 22px;
	/*margin: 50%; */
	overflow-y: hidden;
	overflow-x: hidden;
}
/* unvisited link */
a.nav:link {
	color: #F0B510;
	text-decoration: none;
}
/* visited link */
a.nav:visited {
	color: #F0B510;
	text-decoration: none;
}
/* mouse over link */
a.nav:hover {
	color: #0C3;
	text-decoration: none;
}
/* selected link */
a.nav:active {
	color: #F0B510;
	text-decoration: none;
}
a.logout:link {color:#ff0000;}
a.logout:visited {color:#0000ff;}
a.logout:hover {color:#ffcc00;}

.title {
		-webkit-appearance: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
	width: 100%;
	/* [disabled]height: 26px; */
	padding: 6px;
	/*margin: 0 4px;*/
	font-size: 16px;
	color: #FFF;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #1e3344;
	font-weight: bold;
}
.title2 {
	text-align: center;
	width: 100%;
	/* [disabled]height: 26px; */
	padding: 6px;
	margin: 20px 0 4px 0;
	font-size: 16px;
	color: #1e3344;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #F0B510;	/*font-weight: bold;*/
}
/* #errorContainer {
    display: none;
    overflow: auto;
    background-color: #FFDDDD;
    border: 1px solid #FF2323;
    padding: 12px;
	font: 21px Arial, sans-serif;
}
#errorContainer2 {
    display: none;
    overflow: auto;
    background-color: #FFDDDD;
    padding: 6px;
	font: 44px Arial Black, sans-serif;
} */
input.error {
    border: 2px solid #FF2323;
}
.passlist {
	margin: 6px 0;
	background-color: #5999FA;
	color: #1e3344;
	padding: 3px 0;
	line-height: 6px;
}
.passlist2 {
	margin: 6px 0;
	background-color: #22970D;
	color: #FFF;
	padding: 3px 0;
	line-height: 6px;
	position:relative;
	/*background-image: url(images/approved.png);*/
	/*background-position: left top;*/
	/*background-repeat: no-repeat;*/
}
.passlist3 {
	margin: 6px 0;
	background-color: #1e3344;
	color: #FFF;
	padding: 3px 0;
	line-height: 6px;
	position:relative;
	/*background-image: url(images/printed.png);*/
	/*background-position: left top;*/
	/*background-repeat: no-repeat;*/
}
#admin {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	/*background-color: #FFFFFF; */
}
.search1 {
	width: 200px;
	height: 300px;
	margin: 4px;
	padding: 4px;
	float: left;
	background-color: #FFF;
	border: 2px solid #45AF39;
	position: relative;
}
.search2 {
	width: 200px;
	height: 300px;
	margin: 4px;
	padding: 4px;
	float: left;
	background-color: #FFF;
	border: 2px solid #E60A0E;
	position: relative;
}
.search3 {
	width: 200px;
	height: 300px;
	margin: 4px;
	padding: 4px;
	float: left;
	background-color: #FFF;
	border: 2px solid #1e3344;
	position: relative;
}
.boxtext1 {
	margin-top: 3px;
}
.pikbox3 {
	width: 200px;
	height: 200px;
	text-align: center;
	padding : 4px 0px;
	/*margin-top: 40px;*/
	margin: auto;
	overflow: hidden;
}
.pikbox3 a img {
    /*display : block;*/
    margin : auto;
}
.cornerimage {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
 }
.menubar {
	width: 100%;
	height: 44px;
	color: #1e3344;
	font-size: 12px;
	padding: 3px 0;
}
.admin {
	text-align: left;
	color: #1e3344;
	font-size: 16px;
}
.editfield {
	width: 450px;
}