﻿body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.bg {
	background-image:url(../Images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #002c63;
}

a {
	color: #002d8b;
	text-decoration: underline;
}

a:hover {
	color: #01911f;
	text-decoration: none;
}
h1 {
	font-size: 16px;
	color: #003399;
	margin: 0px;
	padding: 0px 0px 4px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #01911F;
	padding-top: 2px;
}
.ln-heading {
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../Images/leftnav_top.jpg);
	text-align: center;
}
.ln-bg {
	background-image: url(../Images/greyfade_top.jpg);
	background-repeat: repeat-x;
}



.ln-bg ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.ln-bg a {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-image: url(../Images/green_slashes.gif);
	background-repeat: no-repeat;
	background-position: 10px 6px;
	padding-left: 30px;
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.ln-bg li {
	background-image: url(../Images/black_slice.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.ln-bg a:hover {
	color: #009933;
}
.footer {
	font-size: 10px;
	color: #003399;
	padding: 5px;
	font-weight: bold;
}
.footer a {
	text-decoration: none;
}
.tn {
	font-size: 15px;
	font-weight: bold;
	color: #003399;
	text-decoration: none;
}
.tn a:hover {
	color: #1A1A1A;
}



.content {
	padding-right: 25px;
	padding-left: 20px;
	padding-bottom: 20px;
}














#fslnav {
	float: right;
	width: 150px;
	border: 1px solid #cccccc;
	margin-left: 20px;


}
#fslnav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#fslnav li {

}
#fslnav li a {
	display: block;
	font-weight: bold;
	color: #000000;
	background-image: url(/images/ln-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 7px;

}
#fslnav li a:hover {
	text-decoration: none;
	color: #006db7;
}
#fslnav .title {
	font-weight: bold;
	background-color: #77013e;
	color: #ffffff;
	padding: 2px;
	padding-left: 10px;
	border: 1px solid #ffffff;
}
#fslnav .body {
	background-color: #e6e6e6;
	padding: 5px;
	padding-left: 10px;
	border: 1px solid #ffffff;
}
#fslnav .spacer {
	background-color: #006db7;
	height: 3px;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;

}
/* 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:#006db7;
	font-weight: bold;
	color: #ffffff;
}
.calOtherMonth {
	background-color:#e6e6e6;
	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: #740240;
}
.calTitle td {
	color: #FFFFFF;
	height: 20px;
	font-size: 14px;
}


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;
	padding-left:10px;
	padding-right:10px;
	overflow:visible;
}
.text-buttond {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #cccccc;
	background-color: #ec0404;
	color: #ffffff;
	padding-left:10px;
	padding-right:10px;
	overflow:visible;
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.announce-holder {

}
.announce-title {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;

}
.announce-body {

}
.announce-all {

}
.announce-holder .horrule {
border-bottom: 1px solid #cccccc;
margin-bottom: 10px;
padding-bottom: 20px;
background: none;

}



.cart-button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #7a003c;
	border: 1px solid #000000;
}
.text-box-100 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #CCCCCC;
	width:98%
}
.text-box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #CCCCCC;
}.patriot {
	font-family: Arial, Helvetica, sans-serif;
	font-style: oblique;
	color: #006B00;
	font-weight: bold;
}
h2 {
	font-weight: bold;
	color: #002C63;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
.border {
	border: 2px solid #006400;
}.names {
	font-family: Arial, Helvetica, sans-serif;
	font-style: oblique;
	color: #002c63;
	font-weight: bold;