body
{
	margin-top: 0px;
	background-color: #efefef;
	background-image: url(../_assets/bg.gif);
}

HR
{
	color: #D5D5D5;
}

.normal, p
{
	font-family: Arial, Helvetica;
	font-size: 11px;
	color: #333333;
	line-height: 17px;
}

.brightnormal
{
	font-family: Arial, Helvetica;
	font-size: 11px;
	color: #666666;
	line-height: 16px;
}

.normalRed
{
	font-family: Arial, Helvetica;
	font-size: 11px;
	color: #892823;
	line-height: 16px;
}

.faint
{
	font-family: Arial, Helvetica;
	font-size: 11px;
	color: #999999;
}

.featureText
{
	font-family: Arial, Helvetica;
	font-size: 9px;
	color: #333333;
}

.footer
{
	font-family: Arial, Helvetica;
	font-size: 11px;
	color: #ffffff;
}

A.normal:hover
{
	font-family: Arial, Helvetica;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}

A.normal
{
	color: #892823;
}

.headline
{
	font-family: Arial, Helvetica;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
}

.input_submit {
	font-size: 10px;
	color: #000000;	
	font-family: Arial;
}

.input_button
{
	border-right: #551410 1px solid;
	border-top: #551410 1px solid;
	border-left: #551410 1px solid;
	border-bottom: #551410 1px solid;
	font-size: 11px;
	color: white;	
	font-family: Arial;
	background-color: #872822;
}

.input_text
{
	border-right: #D5D5D5 1px solid;
	border-top: #D5D5D5 1px solid;
	border-left: #D5D5D5 1px solid;
	border-bottom: #D5D5D5 1px solid;
	font-size: 10px;
	color: #666666;
	font-family: Arial;
	background-color: #F3F3F3;
}

.input_select
{
	font-size: 10px;
	color: #666666;
	font-family: Arial;
	background-color: #F3F3F3;
}

.input_checkbox
{
}

.input_textarea
{
	border-right: #e3e3e3 1px solid;
	border-top: #999999 1px solid;
	border-left: #999999 1px solid;
	border-bottom: #e3e3e3 1px solid;
	font-size: 10px;
	color: #666666;	
	font-family: Arial;
	background-color: #F3F3F3;
}

.errormessage
{
	text-align: center;
	border-right: #ff0000 1px dotted;
	border-top: #ff0000 1px dotted;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	border-left: #ff0000 1px dotted;
	width: 100%;
	color: #ff0000;
	border-bottom: #ff0000 1px dotted;
	font-family: Arial;
}

.okmessage
{
	text-align: center;
	border-right: #009900 1px dotted;
	border-top: #009900 1px dotted;
	border-left: #009900 1px dotted;
	border-bottom: #009900 1px dotted;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;	
	width: 100%;
	color: #009900;
	font-family: Arial;
}

.infoBox
{
	border-right: #892823 1px solid;
	border-top: #892823 1px solid;
	border-left: #892823 1px solid;
	border-bottom: #892823 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 6px;
	padding-top: 5px;
	width: 100%;
	font-family: Arial;
	font-size: 11px;
	background-color: #ffffff;
}

.groupBox
{
	border-right: #e3e3e3 1px solid;
	border-top: #e3e3e3 1px solid;
	border-left: #e3e3e3 1px solid;
	border-bottom: #e3e3e3 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 12px;
	padding-top: 5px;
	width: 100%;	
	background-color: #f9f9f9;
}

.selectedTab
{
	font-weight: bold;
	font-size: 10px;
	background-image: url(../_assets/bgPane_on.gif);
	margin-left: 5px;
	color: #000000;
	margin-right: 5px;
	font-family: Arial;
	text-align: center;
	height: 25px;
	white-space: nowrap;
	padding-left: 5px;
	padding-right: 5px;
}

.unselectedTab
{
	font-weight: bold;
	font-size: 10px;
	margin-left: 5px;
	color: #892823;
	margin-right: 5px;
	font-family: Arial;
	text-align: center;
	height: 25px;
	background-image: url(../_assets/bgPane_off.gif);
	white-space: nowrap;
	padding-left: 5px;
	padding-right: 5px;
	cursor: hand;
}

.blankTab
{
	background-image: url(../_assets/bgPane_blank.gif);
	height: 25px;
}

.contentTab
{
	background-color: #F8F8F8;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 10px;
	color: #000000;
	font-family: Arial;
}