/* HTML Objects */

body
{
	background-color: DimGray;
	font-family: Tahoma;
	font-size: 8pt;
}

td
{
	font-family: Tahoma;
	font-size: 8pt;
}

a:link
{
	color: #AD0E0A;
	text-decoration: underline;
	font-family: Tahoma;	
}

a:visited
{
	color: #AD0E0A;
	text-decoration: underline;
	font-family: Tahoma;
}

a:hover
{
	color: #AD0E0A;
	text-decoration: none;
	font-family: Tahoma;
}

.link
{
	cursor:hand;
}

h1
{
	font-size: 18px;
	color: #AD0E0A;
}
h2
{
	font-size: 16px;
	color: #AD0E0A;
}
h3
{
	font-size: 14px;
	color: #AD0E0A;
}
/* Page Items */

.RedText
{
	color: #AD0E0A;
}

.Brown1
{
	color: #978F78;
}

.Brown2
{
	color: #CEC8AE;
}

.Brown3
{
	color: #E6E1CD;
}

.Brown4
{
	color: #F3F1E5;
}

.ULRedArrow
{
	list-style-image: url('../../Resources/Images/li_red_arrow.gif'); 
}

.HighlightHeader
{
	background-image: url('../../Resources/Images/highlight_bg.jpg');
	border-bottom: solid 1px #747474;
}

.HighlightBody
{
	border-bottom: solid 1px #747474;
}

.HighlightItem
{
	color: #AD0E0A;
	font-size: 8pt;
	font-weight: bold;
}

.HighlightItemDetails
{
	color: #8F8F8F;
	font-size: 8pt;
}

.HighlightItemDetails a:link
{
	color: #8F8F8F;
	font-size: 8pt;
	text-decoration: underline;
}

.HighlightItemDetails a:visited
{
	color: #8F8F8F;
	font-size: 8pt;
	text-decoration: underline;
}

.HighlightItemDetails a:hover
{
	color: #8F8F8F;
	font-size: 8pt;
	text-decoration: none;
}

/* Side */

.SideBrown3
{
	border-right: #cec8ae 1px solid;
	border-top: #cec8ae 1px solid;
	border-left: #cec8ae 1px solid;
	border-bottom: #cec8ae 1px solid;
	background-color: #e6e1cd;
}

.SideBrown4
{
	border-right: #e6e1cd 1px solid;
	border-top: #e6e1cd 1px solid;
	border-left: #e6e1cd 1px solid;
	border-bottom: #e6e1cd 1px solid;
	background-color: #F3F1E5;
}

/* Content */
.Content
{
	text-align: left;
	vertical-align: top;
	padding: 10px;
}

/* Footer */
.Footer
{
	font-size: 9pt;
	height: 18px;
	text-align: center;
	color: white;
	font-family: Arial;
	font-family: Tahoma;
	border-top: solid 1px #890F0B;
	border-bottom: solid 1px #890F0B;
	background-image: url('../../Resources/Images/footer_bg_red.jpg');
}

.Copyright
{
	font-size: 8pt;
	color: gray;
	font-family: Tahoma;
	text-align: center;
}

.MenuItem
{
	font-weight: bold;
	font-size: 11pt;
	color: white;
	font-family: Arial;
	font-variant: small-caps;
}

.RedHeading
{
	font-size: 12pt;
	font-weight: bold;
	color: #AD0E0A;
	font-family:Arial;
}

.BrownHeading
{
	font-size: 12pt;
	font-weight: bold;
	color: #706A54;
	font-family:Arial;
}

.GrayDetail
{
	color: #8F8F8F;
	font-size: 8pt;
}

.BrownTextBox
{
	border-right: #9A9B7B 1px solid;
	border-top: #9A9B7B 1px solid;
	font-size: 9pt;
	border-left: #9A9B7B 1px solid;
	border-bottom: #9A9B7B 1px solid;
}

.GrayTextBox
{
	border-right: #747474 1px solid;
	border-top: #747474 1px solid;
	font-size: 9pt;
	border-left: #747474 1px solid;
	border-bottom: #747474 1px solid;
}

/**************** Accessories *************************/

#CategoryPickerList
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#CategoryPickerList li
{
	padding: 0px 0px 5px 0px;
}

.rowLabel
{
	font-weight: bold;
	text-align: right;
	padding-right: 4px;
}
/**************** End Accessories *********************/