/* Application Formatting */
.appBorder {
	border: 1px solid #484831;
}
.appHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #6E8B7C;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #484831;
}
.appHeaderBorderLeft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #6E8B7C;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #484831;
	border-left-color: #484831;
}
.appRow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	color: #4B4B4B;
	background-color: #CACAAB;
}
.appRowRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #484831;
	color: #4B4B4B;
	background-color: #CACAAB;
}
.appRowAlt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #4B4B4B;
	border-top: 1px solid #484831;
}
.appRowRightAlt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color: #4B4B4B;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #484831;
	background-color: #CACAAB;
}
