body {
	background-color: #003366;
	margin: 0px;
	padding: 0px;
}
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000066;
}
a {
	text-decoration: none;
}
.text {
	border: 1px solid #ECF3FF;
}
.text ul {
	list-style-type: disc;
	margin-left: 12px;
	padding-left: 12px;
}
.text a {
	color: #003399;
}
.text a:hover {
	text-decoration: underline;
}
.text p {
	text-align: justify;
	text-indent: 5pt;
}
.text h3 {
	color: #666666;
	font-size: 18px;
}
.text h4 {
	font-size: 16px;
	color: #333366;
}
.text h5 {
	font-size: 12px;
	color: #003399;
}
.bottom {
	color: #FFFFFF;
}
.error {
	color: #FF0000;
	background-color: #FFFFFF;
}
.add_navig, .add_navig a {
	color: #FFFFFF;
}
.add_navig a:hover {
	text-decoration: underline;
}
#menu {
	list-style-type: none;
	padding-right: 1px;
	padding-left: 1px;
	margin-right: 1px;
	margin-left: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#mnu {
	list-style-type: none;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#menu li, #mnu li {
	margin: 0px;
	padding: 0px;
	clear: left;
	float: left;
	display: block;
}
#menu li a, #mnu li a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	margin-top: 2px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 2px;
	padding-left: 2px;
	display: block;
}
#menu li a {
	width: 120px;
}
#mnu li a {
	width: 170px;
}
#menu li a:hover, #mnu li a:hover {
	background-color: #6699FF;
	display: block;
}
#submenu {
	border: 1px solid #C6DBFF;
}
.submn {
	padding-left: 2px;
	margin-left: 2px;
	display: block;
	border-left: 1px solid #FFFFFF;
}
.top {
	font-size: 18pt;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
}
.auth {
	font-size: 9px;
	color: #000066;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	border: 1px solid #6699CC;
}

.authform {
	color: #FFFFFF;
}
.authform input{
	color: #000066;
	font-size: 12px;
	width: 120px;
}

.logout {
	display: block;
	padding: 0px 0px 0px 5px;
	color: #FFFFFF;
}

.err {
	display: block;
	width: 400px;
	color: #000033;
	background-color: #FFFFFF;
	padding: 10px 5px;
	margin: 5px;
}
.err a {
	color: #000066;
	font-weight: bold;
	text-decoration: none;
}.err a:hover {
	color: #0066CC;
	text-decoration: underline;
}
.authform a {
	color: #FFFFFF;
	text-align: left;
}
.authform a:hover {
	color:#FF0000;
}
.tablebordered {
	border: 1px solid #0066FF;
}
.tdaccent {
	background-color: #99CCFF;
	border-right: 1px solid #0066FF;
	border-left: 1px solid #0066FF;
}
.tableheader {
	font-weight: bold;
	color: #003399;
}
.bottom a {
	color: #FFFFFF;
	text-decoration: underline;
}
.guest_time {
	font-size: 9pt;
	font-weight: bold;
	color: #0033CC;
}
.guest_date {
	font-size: 9pt;
	color: #000099;
	font-weight: bold;
}
.low_case {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-transform: lowercase;
	color: #000066;
}
.std {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000066;
}
.topline{
	border-top:1px solid #FFF;
}
.leftline{
	border-left:1px solid #FFF;
}
.pagination {
	padding: 2px;
}

.pagination ul {
	margin: 0;
	padding: 0;
	text-align: left;
	/*Set to "right" to right align pagination interface*/
	font-size: 16px;
}

.pagination li {
	list-style-type: none;
	display: inline;
	padding-bottom: 1px;
}

.pagination a,.pagination a:visited {
	padding: 0 5px;
	border: 1px solid #9aafe5;
	text-decoration: none;
	color: #2e6ab1;
}

.pagination a:hover,.pagination a:active {
	border: 1px solid #2b66a5;
	color: #000;
	background-color: #FFFF80;
}

.pagination a.currentpage {
	background-color: #2e6ab1;
	color: #FFF !important;
	border-color: #2b66a5;
	font-weight: bold;
	cursor: default;
}

.pagination a.disablelink,.pagination a.disablelink:hover {
	background-color: white;
	cursor: default;
	color: #929292;
	border-color: #929292;
	font-weight: normal !important;
}

.pagination a.prevnext {
	font-weight: bold;
}

.pagination:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .pagination {
	height: 1%;
}

.pagination {
	display: block;
}
/* End hide from IE-mac */
.searchTable tr:nth-child(even) {background: #F0F7F9}
.searchTable tr:nth-child(odd) {background: #FFF}
.searchTable td, .searchTable th {vertical-align:top;padding:5px 0px 5px 0px;}
.lst {
font-family:arial,sans-serif;
font-size:17px;
vertical-align:middle;
}
.lsb {
font-family:arial,sans-serif;
font-size:15px;
height:1.85em;
vertical-align:middle;
}