body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
}
#header {
}


.bg
{
	background-image: url(/images/bg.gif);
	background-color: #FFFFFF;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a {
	color: #440168;
	text-decoration: underline;
}
a:hover 
{
	color: #015152;
	text-decoration:none;
}

#siteholder {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #ffffff;
}

#header {
	background-image: url(../images/header.jpg);
	height: 125px;

}
#logo {
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}

#tnav {
	float: right;
	padding: 20px;


}

#tnav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#tnav ul li {
	float: left;
}
#tnav ul li a {
	display: inline-block;
	background-color: #761aa3;
	color: #ffffff;
	border: 1px solid #450068;
	padding: 1px;
	padding-left: 8px;
	padding-right: 8px;
	margin-left: 10px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	text-decoration:none;
}
#tnav ul li a:hover {
	background-color: #450068;
}

#lnav {
	background-image:url(../images/ln-bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 165px;
	height: 470px;
	float: left;
	padding-top: 34px;
	line-height: 18px;
}
#lnav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#lnav ul li {
	float: left;
}
#lnav ul li a {
	font-weight: bold;
	color: #ffffff;
	padding-left: 28px;
	background-image:url(../images/ln-arrow.gif);
	background-repeat: no-repeat;
	background-position: 18px 7px;
	text-decoration:none;
	display: block;
}
#lnav ul li a:hover {
	background-color: #450068;
}
#contentholder {
	background-image:url(../images/page-bg.jpg);
	background-repeat: no-repeat; 
	background-position: top;
}
#content {
	margin-left: 185px;
	padding-top: 32px;
	padding-right: 20px;

}
#footer {
	clear: both;
	background-image:url(../images/footer.jpg);
	height: 75px;
	font-size: 11px;
}
#footer a {
	color: #000000;
	text-decoration: none;
}
#mft {
	float: right;
	padding-top: 30px;
	padding-right: 20px;
}
#copyright {
	padding-top:30px;
	padding-left:185px;

}
.clearit {
	padding: 0px;
	margin: 0px;
	line-height: 0px;
	height: 0px;
	clear: both;
}
h1 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #005050;
	text-transform: uppercase;
}
h2 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
	background-color: #005050;
	padding: 2px;
	padding-left: 10px;
	
}
.h2sub {
	float: right;
	font-size: 12px;
	padding: 2px;
	font-weight: bold;
	color: #ffffff;
	background-color: #761aa3;
	padding-left: 10px;
	padding-right: 10px;
}
.h2sub a {
	color: #ffffff;
	text-decoration: none;
}
.h2sub:hover {
	background-color: #450068 ;
}
.routecell {
	background-color: #ffffff;
	border: 1px solid #e6e6e6;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	padding: 5px;
	color: #005050;
}
.routecell:hover {
	background-color: #e6e6e6;
}
.routecell a {
	font-weight: normal;
	font-size: 12px;
}


.boxholder {

}
.boxheading {
	background-color: #005252;
	color: #ffffff;
	font-weight: bold;
	padding: 2px;
	padding-left: 10px;

}
.boxcontent {
	padding: 10px;
	background-color: #dfdfdf;

}



/* Error Classes */

.MaskedEditError
{
    background-color: #ffcccc;
}

/* Datepicker classes */

.calDayA {
	vertical-align:top;
	font-size:10px;
	text-align:left;
	padding:4px;
	background-color:#FFFFFF;
	border: 1px solid #c3b694;
}

.calOtherMonthA {
	background-color:#ccf3fb;
	
	vertical-align:top;
	font-size:10px;
	text-align:left;
	padding:4px;
	border: 1px solid #c3b694;
}

.calTitle td {
	color: #FFFFFF;
	height: 20px;
	font-size: 14px;
}
.datepicker {
	background-color: #ffffff;
	padding: 10px;
	border: 1px solid #cccccc;

}
.datepick a {
	display: block;
	height: 20px;
}

.calToday {
	background-color:#FFFFCC;
	vertical-align:top;
	font-size:10px;
	text-align:left;
	padding:4px;
}
.calDay {
	vertical-align:top;
	font-size:10px;
	text-align:left;
	height:80px;
	padding:4px;
}

.calDayTitle {
	background-color:#ffff01;
	font-weight: bold;
}
.calOtherMonth {
	background-color:#ccf3fb;
	opacity:.75;
	filter: alpha(opacity=75); 
	-moz-opacity: 0.75;
	vertical-align:top;
	height:80px;
	font-size:10px;
	text-align:left;
	padding:4px;
}

.calTitle {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #ec0404;
}
.calTitle td {
	color: #FFFFFF;
	height: 20px;
	font-size: 14px;
}

#cms_page
{
	margin-bottom: 20px;

}
#cms_heading
{
	padding-right: 2px;
	padding-left: 4px;
    padding-bottom: 2px;
    padding-top: 2pt;
	text-align: center;
	border: #000000 0px solid;
	color: #ffffff;
	padding: 5px;
	background-color: #ec0404;
	font-size: 14px;
	font-weight: bold;
	height: 14px;

}
#cms_links
{
	background-color: #ccf3fb;
	color: #000000;
	text-align: center;
	padding: 5px;
	font-weight: bold;
	margin-bottom: 0px;
}

#cms_links a
{
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
	color: #000000;
}
#cms_links a:hover
{
	text-decoration: underline;
}
#cms_holder
{
	width:778px;
	border: #000000 0px solid;
}
#cms_logout
{
	background-color: #ccf3fb;
	padding-right: 5px;

}
#cms_logout a {
	color: #000000;
}
.cms_nav-selection
{
	background-color: #000000;
	padding: 5px;
	font-weight: bold;
	color: #ffffff;
	background-image:url(/admin/images/cms-drop-bg.gif);
	border: 1px solid #000000;
	font-weight: bold;
}
.cms_nav-selection select {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.cms_nav-selection2
{
	background-color: #cccccc;
	font-weight: bold;
}
.cms_heading {
	padding-left:5px;
	background-color: #ec0404;
	font-weight: bold;
	color: #ffffff;
	
}
.cms_title {
	font-weight: bold;
	background-image:url(/admin/images/cms-title-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 4px;
	padding-bottom: 0px;
	color: #666666;
}
.cms_field {
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-color: #cccccc;
	padding: 4px;
	background-color: #e6e6e6;

}
hr {
	color: #524211;
	size: 1px;
	height: 1px;
}
.text-box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #cccccc;

}
.text-box-100 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #cccccc;
	width: 99%;

}
.text-button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #cccccc;
	background-color: #000000;
	color: #ffffff;

}
.text-buttond {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #cccccc;
	background-color: #ec0404;
	color: #ffffff;

}
.cms_field .horrule {
	margin-top: 10px;
	margin-bottom: 10px;
	height: 1px;
	background-color: #f5f5f5;
}
