@charset "utf-8";
/* CSS Document */

/* Miscellaneous classes for reuse */
td, tr, th {
	padding: 0px;
	margin: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.floatright { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.floatleft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearblock {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	float: none;
}
h1 {
	font-size: 18px;
	color: #000000;
	padding: 2px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	line-height: 23px;
}
h2 {
	font-size: 16px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
	color: #977A06;
}
h3 {
	font-size: 14px;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-weight: bold;
}
h4, .paraheading {
	color: #6B1329;
	font-size: 16px;
	font-weight: normal;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EFC9D3;
}
form {
	margin: 0;
	padding: 0;
}
hr {
	color: #F8F1D7;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CAB97D;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.padded {
	padding: 5px;
}
.normaltext {
	font-weight: normal;
}
.xsmall {
	font-size: 11px;
}
.small {
	font-size: 12px;
}
.medium {
	font-size: 15px;
}
.big {
	font-size: 16px;
}
.xbig {
	font-size: 18px;
}
.black {
	color: #000000;
}
.red, .redlinks a:hover, .redlinks a:active, .redlinks a:visited, .redlinks a:link {
	color: #CC0000;
}
.red2 {
	color: #990000;
}
.redsmall {
	font-size: 10px;
	color: #990000;
}
.color1 {
	color: #BE0131;
}
.color2 {
	color: #8F3048;
}
.centered {
	text-align: center;
}
.liststyle1 {
	margin-top: 0px;
	list-style-position: outside;
	list-style-type: square;
	padding-top: 10px;
	padding-bottom: 15px;
}
.liststyle1 li {
	padding-top: 5px;
	padding-bottom: 5px;
}
.liststyle2 {
	margin-top: 0px;
	list-style-position: outside;
	padding-top: 0px;
	padding-bottom: 5px;
}
.liststyle2 li {
	padding-top: 5px;
	padding-bottom: 5px;
}
.imageleft, .imageleftbordered {
	margin-right: 15px;
	margin-bottom: 5px;
	float: left;
}
.imageright, .imagerightbordered {
	margin-left: 15px;
	margin-bottom: 5px;
	float: right;
}
.imageleftbordered, .imagerightbordered {
	border: 4px double #B79F4F;
}
.usermessage {
	overflow: visible;
	font-size: 13px;
	display: block;
	min-height: 40px;
	background-color: #F9F4E8;
	border: 1px solid #999999;
	margin-bottom: 25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.usermessage img {
	margin-right: 8px;
	float: left;
	margin-top: -5px;
}
.usermessage p {
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.tableoutline {
	border: 1px solid #C1BA83;
	background-color: #FAF8EB;
	color: #4E443A;
}
.tableheading {
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	padding-bottom: 2px;
	padding-top: 5px;
	padding-right: 8px;
	padding-left: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #59633D;
	background-color: #798651;
}
.tablesubheading {
	font-size: 12px;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #252210;
	color: #333333;
	background-color: #CFD6BA;
	letter-spacing: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #515A38;
}
.tablesubheadingsmall {
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 0px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #252210;
	color: #333333;
	background-color: #CFD6BA;
	letter-spacing: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #515A38;
}
.tablerow {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 8px;
	color: #333333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9E998D;
	background-color: #DCD2AB;
}
.tablerowlight {
	background-color: #D7D2BF;
	padding: 5px;
	vertical-align: top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C5BBA0;
}
.tablerowdark {
	background-color: #C9C2AB;
	padding: 5px;
	vertical-align: top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ABA074;
}
.tablerowdisabled {
	color: #989481;
	background-color: #CCC8B5;
	padding: 5px;
	vertical-align: top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C5BBA0;
}
.tableheadingnewstyle {
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	padding-bottom: 2px;
	padding-top: 5px;
	padding-right: 8px;
	padding-left: 8px;
	background-color: #798651;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #59633D;
	border-right-color: #59633D;
	border-bottom-color: #363D25;
	border-left-color: #59633D;
}
.tablerowbottom {
	background-color: #EDF2FA;
	line-height: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	vertical-align: top;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	background-color: #798651;
	border-top-color: #383F27;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #383F27;
	color: #222516;
}
.tablefooter {
	font-size: 13px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #6D9B3C;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCBB2;
	text-align: right;
}
.disabledtext {
	color: #999999;
}
.highlighted {
	background-color: #FFFFFF;
	padding: 5px;
}
.highlightedbordered {
	border: 1px solid #BF4060;
	padding: 5px;
	background-color: #E6D5D8;
	color: #333333;
	margin-bottom: 8px;
}
.borderedbox {
	padding: 5px;
	border: 1px solid #999999;
}
.imageinputbuttons {
	margin-top: 4px;
	margin-bottom: -4px;
	margin-left: 5px;
	margin-right: 5px;
}
.noborders {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.dividerlineshort {
	height: 1px;
	width: 500px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #53432F;
	font-size: 1px;
	padding: 0px;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A38561;
}
.breadcrumb, .adminbreadcrumb {
	font-size: 11px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	color: #40504D;
	letter-spacing: 0.1em;
	text-align: right;
	float: right;
}
.breadcrumb a, .breadcrumb img, .adminbreadcrumb a, .adminbreadcrumb img {
	border: none;
}
