@charset "utf-8";
/* CSS Document */
body {
	font-family: Verdana;
	font-size: 11px;
	color: #000;
}
body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
P { font-family:verdana; font-size:11px; font-weight:normal; letter-spacing:0.03em; line-height:150%; margin:0px; padding:0px; }

h1 { font-family:verdana; font-size:18px; font-weight:bold; color:#111; padding:0px; margin:0px; }
h3 { font-family:verdana; font-size:11px; font-weight:bold; color:#222; padding:0px; margin:0px; margin-top:3px; }
h2 { font-family:verdana; font-size:12px; font-weight:bold; color:#333; padding:0px; margin:0px; margin-top:10px; }

a { font-family:verdana; color:#000; }
a:link a:visited { font-family:verdana; color:#000; }
a:hover { text-decoration:none;}

.login-table { background-color:#effbff; border:1px solid #bfefff; } 

.login-footer { font-family:verdana; font-size:10px; font-weight:normal; color:#000; padding:0px; margin:0px; }
.login-textbox  { width:180px; height:19px; text-align:left; border:1px solid #43a8ca; font-family:verdana; font-size:12px; font-weight:normal; color:#860000; }
.login-select  { width:180px; text-align:left; border:1px solid #43a8ca; font-family:verdana; font-size:12px; font-weight:normal; color:#860000; }
.login-textarea  { text-align:left; border:1px solid #43a8ca; font-family:verdana; font-size:12px; font-weight:normal; color:#860000; }

/* Application Form */
.small-note { font-family:verdana; font-size:10px; }

.reg-complete { font-family:verdana; font-size:17px; font-weight:bold; color:#223a93; padding-bottom:10px; }
.reg-id { font-family:verdana; font-size:15px; font-weight:bold; color:#1d389c; padding-bottom:10px; } 
.reg-id-reverse { color:#af2222; }
P.reg-final { font-family:verdana; font-size:11px; font-weight:normal; letter-spacing:0.03em; line-height:150%; margin:0px; padding:0px; padding-bottom:10px; }

a.reg { font-weight:bold; color:#af2222; }
a.reg:link a.reg:visited { color:#af2222; }
a.reg:hover { text-decoration:none;}

a.reg-repeat { font-weight:bold; color:#0d4d82; }
a.reg-repeat:link a.reg-repeat:visited { color:#0d4d82; }
a.reg-repeat:hover { text-decoration:none;}

a.login { font-weight:bold; color:#004a70; }
a.login:link a.login:visited { color:#004a70; }
a.login:hover { text-decoration:none;}

p.content { font-family:verdana; font-size:12px; font-weight:normal; letter-spacing:0.03em; line-height:150%; }

#message { font-family:verdana; font-size:13px; font-weight:bold; color:red; text-align:left; width:auto; padding-bottom:10px; }

.admin-display-reg  { text-align:left; font-family:verdana; font-size:24px; font-weight:bold; color:#860000; }
.admin-display  { text-align:left; font-family:verdana; font-size:12px; font-weight:bold; color:#860000; }
.admin-display1  { text-align:left; font-family:verdana; font-size:11px; font-weight:bold; color:#860000; }

.btn {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 26;
  -moz-border-radius: 26;
  border-radius: 26px;
  font-family: Arial;
  color: #ffffff;
  font-size: 12px;
  padding: 8px 8px 8px 8px;
  text-decoration: none;
}

.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight:bold;
  line-height: 40px;
  text-align:left;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

legend small {
  font-size: 15px;
  color: #999999;
}

.input-box{ margin-bottom:4px;margin-top:4px; height:25px; border:1px solid #999; width:200px;  }

table .style1
{
	border:#919CCE solid 1px;
}

table .style1 td
{
	border:#919CCE solid 1px;
}

.drag
{
	background-image: url(../images/updown2.gif);
	background-repeat: no-repeat;
	background-position: right center;
	cursor: move;
}

.instructions td
{
	font-family:Verdana;
	font-size:12px;
	line-height:2em;
	text-align:justify;
	
}

.instructions th
{
	font-family:Verdana;
	font-size:14px;
	line-height:2em;
	text-align:center;
	
}



.dynamichead
{
	font-family:Verdana;
	font-size:14px;
	line-height:2em;
	text-align:center;
	background-color:#C2E6F2;
	text-decoration: underline;
}
