
BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 83%;
	color: #000000;
	background-color: #061A3F;
	text-align: center;
}

input {
	border-bottom: 1px solid #333333;
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
}

p, td {
	font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000;
}


/* links */
A:link    { text-decoration:underline; color: #1B2C4B; }
A:visited { text-decoration:underline; color: #3C537C; }
A:active  { text-decoration:underline; color: #1B2C4B; }
A:hover   { text-decoration:underline; color: #446243; }
/* links */

/* start div tag declarations */
.box {
	float: left;
	width: 158px;
	background: #EEEEEE;
	border: 1px solid #999999;
	padding: 0px;
	margin-right: 20px;
	min-height: 200px;
}



.boxright {
	float: left;
	width: 158px;
	background: #EEEEEE;
	border: 1px solid #999999;
	padding: 0px;
	margin: 0px;
	min-height: 200px;
}
* html .box, * html .boxright {
	height: 200px;
}

.boxtitle {
	height: 32px;
	color: #FFFFFF;
	background-image: url(../images/box_title_bar.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

.boxtitle h2 {
	position: relative;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	top: 10px;
	margin: 0px;
	padding: 0px;
}

.boxtext {
	color: #000000;
	font-size: 80%;
	padding: 7px;
}

.checkbox {
	border: 0px;
}

.content {
	padding: 0px 20px 10px 20px;
}

#clear {
	clear: both;
}

.cssform p{
width: 200px;
clear: left;
margin: 0;
padding: 5px 0 10px 0;
padding-left: 155px; /*width of left column containing the label elements*/
background: #eeeeee;
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
padding: 0px 10px;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}


h1 {
	font-size: 120%;
	text-align: center;
}

h3 {
	font-size: 110%;
}

#header {
	width: 750px;
	height: 172px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}

#header h1 {
	position: relative;
	left: 10px;
	top: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

#headerbar {
	width: 750px;
	height: 9px;
	padding: 0px;
	margin: 0px 0px 10px;
	background-image: url(../images/header_bar.jpg);
	background-repeat: repeat-x;
}

#footer {
	width: 520px;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin: 0px;
	padding: 0px;
}

.footertop, a:link.footertop, a:visited.footertop, a:active.footertop, a:hover.footertop {
	color: #333333;
	text-decoration: none;
}

.footerbottom, a:link.footerbottom, a:visited.footerbottom, a:active.footerbottom, a:hover.footerbottom {
	color: #666666;
	text-decoration: none;
}

.footerline {
	border: 1px dotted #203F98;
	border-bottom: 1px solid #FFFFFF;
}

#leftcolumn {
	float: left;
	width: 190px;
	padding: 0px;
	margin-top: 18px;
}

.line {
	border: 1px dotted #203F98;
	border-bottom: 1px solid #EEEEEE;
}

.membermenu {
	text-align: center;
	background: #eeeeee;
	padding: 5px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#menu{
	width: 178px;
	left: 0px;
	border-right: 1px solid #000;
	padding: 0 0 1em 0;
	margin: 0 auto 1em auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #3C537C;
	color: #333;
}

* html #menu{ /*IE 6 only */
	w\idth: 145px; /*Box model bug: 180px minus all left and right paddings for #menu */
}

#menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#menu li {
	/*border-bottom: 1px solid #9EA9BE;*/
	margin: 0;
}

#menu li a{
	display: block;
	padding: 5px 15px 5px 8px;
	border-left: 10px solid #1B2C4B;
	background-color: #3C537C;
	color: #fff;
	text-decoration: none;
	width: 100%;
	border-bottom: 1px solid #9EA9BE;
}

html>body #menu li a{ /*Non IE6 width*/
	width: 145px;
}

#menu li a:hover{
	border-left: 10px solid #3C537C;
	background-color: #1B2C4B;
	color: #fff;
	z-index: 0;
}

/*menu drop-downs*/
#menu li ul {
	position: absolute; left: 150px;
	/* Set 1px less than menu width */
	width: 178px;
	top: 0px;
	display: block;
	border-right: 1px solid #9EA9BE;
	border-left: 1px solid #9EA9BE;
	border-top: 1px solid #9EA9BE;
	margin: 0px;
	padding: 0px;
	font-size: 83%;
}

* html #menu li ul{ /*IE 6 only */
	width: 167px; /*Box model bug: 180px minus all left and right paddings for #menu */
}

#menu ul li {
	position: relative;
}

#menu li:hover ul {
	display: block;
	z-index:8009;
	min-height:0;
}
/*#menu li:hover>ul {
	visibility:visible;
	}*/
#menu li ul {
	/*visibility:hidden;*/
	display: none;
	}
/* Fix IE. Hide from IE Mac */* html
#menu ul li {
	float: left; height: 1%;
	}

* html

#menu ul li a {
	height: 1%;
	}

/* Sub Menu Styles */
#menu li ul a {
width: 167px;
display: block;
margin: 0px;
border-left: 10px solid #3C537C;
border-bottom: 0;
background-color: #1B2C4B;
color: #fff;
text-decoration: none;
border-bottom: 1px solid #9EA9BE;
}
/* Sub Menu Hover Styles */
#menu li ul a:hover {

border-left: 10px solid #1B2C4B;
border-bottom: 0px;
background-color: #476742;
color: #fff;
border-bottom: 1px solid #9EA9BE;
}

/*end menu drop-downs*/

#pagetitle {
	width: 750px;
	height: 25px;
	background-image: url(../images/title_bar.jpg);
	background-repeat: repeat-x;
}

#pagetitle h1 {
	position: relative;
	text-align: center;
	left: 80px;
	top: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
}

.pic {
	border: 1px solid #999E9E;
}

#rightcolumn {
	width: 560px;
	float: left;
	padding: 0px;
	margin-top: 18px;
}

.submitbutton {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color: #081E2C;
	border: 1px solid #9099A0;
}

.title {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
}

#wrapper {
	width: 750px;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	background-color: #FFFFFF;
	border: 1px solid #dddddd;
	background-image: url(../images/wrapper_repeater.jpg);
	background-repeat: repeat-y;
}


/* border="0" width="96%" bgcolor="#1B2C4B" cellspacing="1" align="center" cellpadding="4" */

.form_table {
	border:0px;
	width:96%;
	background:#1B2C4B;
}

.form_table td {
	margin:4px;
	padding:4px;
	background:#EEEEEE;
}

.label_area {
	font-weight:bold;
}

.form_table tr .td_headers {
	font-weight:bold;
	color:#FFFFFF;
	background:none;
}

/* style items for calender */
.blank_day {
	background:#dedede;
	border:solid 1px #dedede;
	text-align: center;
}
.selectable_day{
	background:#FFFFFF;
	border:solid 1px #dedede;
	text-align: center;
}
.selectable_day_weekend{
	background:#FFFFc0;
	border:solid 1px #dedede;
	text-align: center;
}
.non_selectable_day{
	background:#D0D0D0;
	border:solid 1px #dedede;
	text-align: center;
}
.non_selectable_day_weekend{
	background:#EEEDD0;
	border:solid 1px #dedede;
	text-align: center;
}
.today{
	background:#FFc0c0;
	border:solid 1px #dedede;
	text-align: center;
}
#_cal table {
	background:#FFFFFF;
}
#_cal table tr td {
	font-family:arial;
	font-size:10pt;
	text-align: center;
}
#calendar {
	border:1px solid #000000;
	width:200px;
	text-align:center;
	background:#FFFFFF;
}
#calendar table tr td {
	font-family:arial;
	font-size:10pt;

}
.selected_date {
	background:#FFFF00;
	border:solid 1px #FF0000;
	text-align: center;
}
span {
	font-family:arial;
	font-size:10pt;
}

.uadmin_business_div {
	height:30px;
	background: #1B2C4B;
	border: solid 1px #000000;
	color:#FFFFFF;
	font-weight:bold;
	padding-left:3px;
}

.uadmin_user_div {
	height:30px;
	background: #dedede;
	border: none;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	padding-left:3px;
}

.uadmin_divider_div {
	border: none;
	border-top: solid 1px #000000;
}
