@charset "utf-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	background-color: #F0F0F0;
	background-image: radial-gradient(white 10%, transparent 16%),
	radial-gradient(white 10%, transparent 16%);
	background-size:5px 5px;
	background-position: 0 0, 3px 3px;
}

table {
	border: 0px;
	margin: 0px;
	padding: 0px;
	border-spacing:0px;
	margin-left:auto; 
	margin-right:auto;
}

td {
	text-align: left;
	vertical-align: top;
	padding: 0px;
}

hr {
	height: 3px;
	border: none;
	background-image: url('../image/hr.png');
	display: none;
}

.top {
	width: 854px;
	border-collapse:collapse;
	background-color: #DAE7FB;
}

.container {
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

.container_separator {
}

.banner_container {
	position: relative;
	margin: 0px;
	height: 365px;
}

.banner_bg {
	margin: 0px;
	padding: 0px;
	position: absolute;
}

.footer {
	font-size: 12px;
	text-align: center;
	color: #10155E;
	font-weight: bold;
}

.footer a:link {
	color: #10155E;
	text-decoration: none;
}

.footer a:visited {
	color: #10155E;
	text-decoration: none;
}

.footer a:hover {
	color: #10155E;
	text-decoration: underline;
}

.menubar {
	background-color: rgb(255, 253, 214);
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px 10px 10px 10px;
	box-shadow: 5px 5px 3px #AAAAAA;
	width: 165px;
}

.menubar_separator {
	line-height: 50%;
}



.menubar tr:last-child td:first-child {
    -moz-border-radius-bottomleft:10px;
    -webkit-border-bottom-left-radius:10px;
    border-bottom-left-radius:10px;
}

.menubar tr:last-child td:last-child {
    -moz-border-radius-bottomright:10px;
    -webkit-border-bottom-right-radius:10px;
    border-bottom-right-radius:10px;
}

.menutext{
	font-size: 14px;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-weight: bold;
}

.menutext a:link {
	color: #000000;
	text-decoration: none;
}

.menutext a:visited {
	color: #000000;
	text-decoration: none;
}

.menutext a:hover {
	color: #000000	;
	text-decoration: underline;
}

.quotedtext{
	font-size: 14px;
	color: #444;
	padding: 0px;
	height: auto;
}

.maintext{
	font-size: 14px;
	color: #444;
	padding: 0px;
	float: none;
	clear: both;
	line-height: 16px;
	height: auto;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 15px;
	text-align: justify;
}

.uploadtable {
	text-align: center;
	border: 0px;
	padding: 5px;
	border-spacing:0px;
	width: 90%;
}

.uploadlabel {
	color: #FFFFFF;
	background-color: #10155E;
	vertical-align: middle;
	text-align: left;
	width: 12%;
	line-height: 150%;
}

.uploadfield {
	vertical-align: middle;
	line-height: 150%;
	width: 100%;
}


.scheduletable {
	vertical-align: middle;
	text-align: center;
	border: 0px;
	padding: 5px;
	border-spacing:2px;
	width: 100%;
}

.scheduletime {
	color: #FFFFFF;
	background-color: #10155E;
	vertical-align: top;
	text-align: left;
	width: 17%;
}

.scheduletimeindetail {
	width: 20%;
}


.schedulenocolor {
	color: #000000;
	background-color: transparent;
}


.scheduledetail {
	vertical-align: top;
	text-align: left;
	width: 83%;
	padding: 3px;
}

.schedulepadding {
	border-spacing: 5px;
}

.scheduleborder {
	border: 1px black solid;
}

.cmeheader {
	color: #FFFFFF;
	background-color: #10155E;
	vertical-align: middle;
	text-align: center;
}

.cmetable {
	vertical-align: middle;
	text-align: center;
	border: 0px;
	padding: 4px;
	border-spacing:1px;
	width: 95%;
}

.cmetable_org {
	background-color: #EFEFEF;
}

.cmetable_pts {
	background-color: #FFFFFF;
	text-align: center;
}

.regtablecell {
	background-color: #FFFFFF;
	text-align: center;
}

.regheader {
	color: #FFFFFF;
	background-color: #10155E;
	vertical-align: middle;
	text-align: center;
}

.regsubheader {
	color: #FFFFFF;
	background-color: #6065AE;
	vertical-align: middle;
	text-align: center;
}

.regtable {
	vertical-align: middle;
	text-align: center;
	border: 0px;
	padding: 4px;
	border-spacing:1px;
	width: 95%;
}

.left {
	text-align: left;
}

.highlight1 {
	font-size: 14px;
	font-weight: bold;
	color: #900;
	padding: 0px;
	float: none;
	clear: both;
	width: 625px;
	height: auto;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 15px;
}

.tabletext {
	font-size: 14px;
	font-weight: normal;
}

.tabletext_i {
	font-style: italic;
}

.error { color: red;}

label.error { float: none; color: red; padding-left: .5em; vertical-align: top; }

.bigbutton {
	width: 50%;
	margin-left: auto; 
	margin-right: auto;
	border: 5px solid #AA0000;
	border-radius: 25px;
	box-shadow: 10px 10px 5px #AAAAAA;
	background-color: #EE3124;
	text-align: center;
	line-height: 32px;
	color: #ffffff;
	font-weight: bold;
}

.bigbutton a:link {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.bigbutton a:visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.bigbutton a:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

.center {
	text-align: center;
}

.black_text {
	color: #000000;
}
