body {
	background-color: #41220E;
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	line-height: normal;
	color: #000000;
}

div{
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	line-height: normal;
	color: #000000;
	/*color: #FFFFFF;*/
}

td, th {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	line-height: normal;
	/*color: #FFFFFF;*/
}

a {
	color: #CC9900;
	font-family: Tahoma, Verdana, Arial;
}

a:hover {
	color: #DEDECA;
	background-color: #330000;
}

.menu_yellow {color: #FFCC33}

.title {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #000000;
}

.subtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
  color: #660000; font-style: oblique;
}

.header {
	font-family: "Bauhaus Md BT", Bauhaus, "Baby Kruffy";
	font-size: 18px;
	background-color: #990000;
  color: #FFFFFF;
}

.nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #CCCC66;
}

.dk_bg {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #E1D7CD;
}


.sidebar {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	line-height: 18px;
	padding: 3px;
	background-color: #B38928;
	color: #695027;
}

.sidebarHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #FFFF99;
	background-color: #999933;
 font-weight: bold;
}

.sidebarFooter {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	line-height: 18px;
	background-color: #4D3C22;
 color: #FFCC33;
}

.footer {
  font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
	color: #333333;
	background-color: #FFFF99;
}

.list {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #000000;
	line-height: normal;
}

.box1 {
	border-width: 2px;
	border-color: #CCCCCC #333333 #333333 #CCCCCC;
  border-style: dotted;
	}

.promo {
	font-family: "Times New Roman", Times, serif;
	color: #000033;
}

.titlebar {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #336699;
}

.dingbat {
	font-family: Tahoma, Verdana, Arial;
	background-color: #CCCC99;
 color: #660000; font-weight: bolder; font-size: 12px;
}

input.big {
	width: 100px;
}

input.small {
	width: 50px;
}

.drk_redbrown {
	color: #98403C;
	font-weight: bold;
	font-size: 11px;
}

.yellowbright {
	color: #FFCC33;
	font-weight: bold;
	font-size: 11px;
	}

.drk_brown {
	color: #694F2A; 
	font-weight: bold; 	
	font-size: 11px; 
}

.bgcolor{ border-color: #41220E;}

.yellow {
	color: #C2AA30; 
	font-weight: bold; 	
	font-size: 11px; 
}

.light_table {color: #41220E}
.drk_table {color: #FFCC00; font-weight: normal; }
.logo_color {font-size: 11px; font-weight: bold; color: #D7BA2B; }
.white {color: #FFFFFF}

/* Form Sections ======================================================================== */
form {
	background-color:#BCAA8D;
	padding: 5px;
	line-height: 200%;
	font-family: Tahoma, Verdana, Arial;
}

/* Fieldset  */
fieldset {
	position:relative;
	margin: 1em 0px 10px 10px;
	padding: 2em 10px 5px 10px;
	background-color:#E1D7CD;
	border-width:2px 2px 2px 10px;
	border-style:solid;
	border-color:#41220E;
	overflow: auto;
	font-family:Arial, Helvetica, sans-serif ;
	font-size:small;
}
legend {
	line-height: 100%;
	position:absolute;
	padding: 3px 5px;
	top: -10px;
	background-color:#ecefcb;
	border-width:1px 1px 1px 10px;
	border-color:663300;
	border-style:solid;
	color:#663300;
	font-weight:bold;
	text-transform:uppercase;
	font-size:10px;
	text-align:center;
	font-family: Tahoma, Verdana, Arial;
} 	 
/* Nested Fieldset  */
fieldset fieldset  {
}
fieldset fieldset legend {
}
/* Inline Section */
.inlineSection {
	overflow: auto;
	width: 100%;	
}
/* Grid Section */
form table {
	border-collapse: collapse;
}
form td {
	padding: 0 4px;
	border-left: 1px solid #DFDED2;
	border-right: 1px solid #DFDED2;	
	line-height: normal;	
}
form th {
	padding: 0 4px;
}
form .alternate-1 {
	background-color:#ecefcb;
}
form .alternate-1 td {
	border-left: 1px solid #DFDED2;
	border-right: 1px solid #DFDED2;	
}
form .alternate-0 {
}
/* Combo Label + Input Field =========================================================== */
form .oneField {
	margin: 6px 0;
	display: block;
	vertical-align: middle;
}
form .inlineSection .oneField {
	margin-right: 2px;
	white-space: nowrap;	
	display: inline;
}
/* Ties together a label and its checkbox or radio */
form .oneChoice {
	white-space: nowrap; 	
}

/* Field Labels ======================================================================== */

/* Base */
label, form .label {
	margin:0 5px 0 0;
	color:1a1a1a;
	line-height: normal;
	font-weight: bold;
	font-size: 14px;
}
/* Text inputs / Select label */
label.preField {
	font-size:11px;
	font-weight:bold;
	display: inline-block;
	display: inline-block;
	min-width:100px;
	text-align:right;
	white-space: nowrap;
	color: #41220E;
}

/* Text inputs / Select label */
label.preFieldCloser {
	font-size:11px;
	font-weight:bold;
	min-width:100px;
	text-align:right;
	white-space: nowrap;
	color: #41220E;
}

/* Radio / Checkbox group label */
form .label  {
	display: block; 
	margin: 0.6em 4px 0 0;
	padding: 2px;
}
/* Individual Checkbox / Radio label */
label.postField  {
	padding: 0 4px;
	font-size:10px;
	color:#41220E;
}
/* Label when inside an inline section */
form .inlineSection .oneField .inlineLabel {
	display: -moz-inline-box;
	display: inline-block;	
	font-size:10px;
	font-weight:bold;
	text-align:right;
	min-width:100px;
}

/* Inputs ======================================================================== */

textarea {
	padding: 0;
	vertical-align: top;
	background-color: #BCAA8D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #41220E;
	height: 50px;
	width: 200px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 1px;
	margin-left: 0;
}
input {
	background-color:#E1D7CD;
	margin:2px 5px 0 0;
	border-width: 0px 0px 1px 0px;
	border-style: solid solid dotted solid;
	border-color:#41220e;
	color:#663300;
	font-family:Arial, Helvetica, sans-serif;
	padding:1px 2px;
	font-size: 11px;
}
input[type='text'] {
	background-color: #E1D7CD;
	color: #663300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
input[type='checkbox'] {
	margin-right: 5px;
	background-color: #CC9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
select {
	margin: 2px 2px 1px 0;
	padding: 0;
}
.inlineSection .oneField select {
	margin: 0 2px 1px 0 !important;
}
.gridSection select  {
	margin: 0 !important;
}
.gridSection input[type='checkbox'] {
	margin: 0 !important;
}
form .alternate-1 input {
	background-color:#ecefcb;
}

/* Buttons ======================================================================= */

form .actions {
	padding-top: 5px;
	text-align: right;
	clear: right;
}
/* Submit button */
form .primaryAction {
	background-color:#e9f9ac;
	border:1px solid #809431;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	padding:2px;
	margin:0px 0px 0px 20px
}
form .primaryAction:hover {
	background-color:#E9FDD7;
}
/* Cancel button */
form .secondaryAction {
	color: grey;
	background-color:#e9f9ac;
	border:1px solid #809431;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	padding:2px;
	margin:0px 0px 0px 20px	
}
form .secondaryAction:hover {
	color: black;
}

/* Form Builder Related Rules ===================================================== */

/* Form or Fieldset instruction paragraph. */
form .instructions {
	margin: 1.5em 0;
	line-height: 130%;
}
/* Asterisk on required fields */
form .reqMark {
	color: #F00;
	padding: 0 4px;
}
/* wForms Related Rules ========================================================== */

/* Field w/ a validation error */
form .errFld {
	padding: 1px;
	border: 1px solid #F00;
}
/* Styling for message associated with a validation error. */
form .errMsg {	
	color: #CC3333 !important;
	display: block;
}
/* Field-Hint with focus */
form .field-hint {
	position: absolute;
	width: 180px;
	z-index: 50;
	background-image: url(/images/v2/hint_topborder.gif);
	background-repeat: no-repeat;
	background-position: left top;	
	padding: 14px 0 0 0;
	margin:  2px 0 0 10px;
	color: #000;
}
form .field-hint div {
	background-color: #fffbb8;
	border-left: 1px solid #ffc20d;
	border-right: 1px solid #ffc20d;
	border-bottom: 1px solid #ffc20d;
	padding: 4px;
	line-height: normal;
}
/* Field-Hint without focus */
form .field-hint-inactive {
	visibility: hidden;
	position: absolute;
}
/* Repeat Behavior divs (when not set on a fieldset) */
div.repeat {
	margin: 3px 0;
	padding-right: 6px;
	border: 1px dotted #ddd;
	background-color: #FFFFFF;
}
div.removeable {
	margin: 3px 0;
	padding-right: 6px;	
	border: 1px dotted #ccc;
	background-color: #F3F3F3;
	
}
/* Links generated by the Repeat Behavior */
form .duplicateLink {
	line-height: 260%;
	font-weight: bold;
}
form .removeLink {
	line-height: 260%;
}
form td .duplicateLink, form td .removeLink  {
	margin: 0;
	line-height: 100%;
}
/* Switch Behavior Classes */
.onstate-a,  .onstate-b,  .onstate-c,  .onstate-d,
.onstate-e,  .onstate-f,  .onstate-g,  .onstate-h, 
.onstate-i,  .onstate-j,  .onstate-k,  .onstate-l, 
.onstate-m,  .onstate-n,  .onstate-o,  .onstate-p, 
.onstate-q,  .onstate-r,  .onstate-s,  .onstate-t,
.onstate-u,  .onstate-v,  .onstate-w,  .onstate-x,  
.onstate-y,  .onstate-z,  .onstate-aa, .onstate-ab,
.onstate-ac, .onstate-ad, .onstate-ae, .onstate-af,
.onstate-ag, .onstate-ah, .onstate-ai, .onstate-aj,
.onstate-ak, .onstate-al, .onstate-am, .onstate-an {
	display: block;
}
/* offstate classes for the Switch Behavior are in wforms-jsonly.css */


/* IE6 BUG FIXES ==================================================================== */
form {
	height:expression('1%'); /* IE Pick-a-boo bug fix */
}
form fieldset {
	overflow: expression('visible');
}

form .inlineSection .oneField {
	display: expression('inline-block');		
}
label.preField, form .inlineSection .oneField .inlineLabel {
	width: expression('7em');
	white-space: expression('nowrap');
}
