/* CSS Document */

/* ===================================================================
   TAG STYLES FOR ALL PAGES
 * =================================================================== */
body {
	margin: 0;
	padding: 0;
	border: 0;
	/* background-color: #FFFFFF; */
	/* background: #535353 url(images/bg.jpg) repeat; */
	/* background: #626657 url(../images/background.jpg) repeat-x left top; */
	background: #4f5338 url(../images/background.jpg) repeat-x left top;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	color: #000000;
}

a:link, a:visited, a:active {
	font-weight: normal;
	color: #CC6600;
	text-decoration: underline;
}

a:hover {
	color: #FF9900;
}

td {
	text-align: left;
	vertical-align: top;
}

img {
	border: 1px solid #808080;
	background-color: #E6E6E6;
	padding: 3px;
}

h1, h2, h3, h4, h5, h6, h7 {
	padding: 0 0 0 0;
	margin: 0 0 8px 0;
}

embed {
	display: block;
}

fieldset {
	font-size: 9pt;
	font-weight: bold;
	color: #202020;
	background-color: #DFDFA9;
}

legend {
	font-size: 12pt;
	color: #660000;
}
/* ===================================================================
   END TAG STYLES FOR ALL PAGES
 * =================================================================== */


/* ===================================================================
   CUSTOM STYLES FOR ALL PAGES
 * =================================================================== */
.ClearBoth {
	clear: both;
}

.ContentPadding {
	padding: 0 8px 8px 8px;
}

.ContentPaddingAll {
	padding: 8px 8px 8px 8px;
}

.PageHeading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	color: #7b655e;
}

.HelpText {
	font-family: Arial, verdana, sans-serif;
	font-size: 9pt;
	margin-top: 10px;
}

a.ActionLink:link, a.ActionLink:visited, a.ActionLink:active {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a.ActionLink:hover {
	text-decoration: underline;
}

a.DarkLink:link, a.DarkLink:visited, a.DarkLink:active {
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	color: #333333;
}

a.DarkLink:hover {
	color: #004400;
}

.CurrencyCell {
	font-size: 12px;
	/* font-family: "Courier New", Courier, monospace; */
	font-family: Arial, sans-serif;
	text-align: right;
	white-space: nowrap;
}

.OpeningLine {
	color: #404040;
	font: 20px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: .06em;
}

.OpeningLineSub {
	color: #505050;
	font: 14px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	letter-spacing: .06em;
}

.ImportantLine {
	color: #262626;
	font: 18px Georgia, "Times New Roman", Times, serif;
	letter-spacing: .06em;
}

.HomePageContent {
	font: 10pt Georgia, "Times New Roman", Times, serif;
	/*letter-spacing: .04em; */
}

/* ===================================================================
   END CUSTOM STYLES FOR ALL PAGES
 * =================================================================== */
 
 
/* ===================================================================
   FORMS FOR ALL PAGES
 * =================================================================== */
.FormTable {
	border: 0;
}
 
.FieldHelp, .FormFieldHelp {
	font-weight: normal;
	font-family: Arial, verdana, sans-serif;
	font-size: 8pt;
}

td.FieldLabel, th.FormFieldLabel {
	text-align: right;
	font-size: 9pt;
	font-weight: bold;
	vertical-align: top;
}

.FieldLabelTop, .FormFieldLabelTop {
	text-align: left;
	font-size: 9pt;
	font-weight: bold;
}

span.FieldLabel {
	font-size: 9pt;
	font-weight: bold;
}

.FormButtonSave {
	color: #2476aa;
	font-family: arial, verdana, sans-serif;
	font-weight: bold;
	font-size: 10pt;
}

.FormInput {
	background-color: #FFFFFF;
	color: #000000;
	font-family: arial, verdana, sans-serif;
	font-weight: normal;
	font-size: 9pt;
	border: 1px solid #808080;
	padding-left: 4px;
}

.FormItem {
	margin: 0 0 12px 0;
}

.InputText, .InputTextArea, .InputSelect, .InputCheckbox, .InputRadio, .InputDate {
	color: #303030;
}
/* ===================================================================
   END FORMS FOR ALL PAGES
 * =================================================================== */
