body
{
	border-right: #efedde 2px solid;
	margin: 0px;
	border-top: #efedde 2px solid;
	border-left: #efedde 2px solid;
	border-bottom: #efedde 2px solid;
	font-family: Arial;
	font-size: 11pt;
}
.headerTitle
{
	border-right: #efedde 2px outset;
	border-left: #efedde 2px outset;
	border-bottom: #efedde 2px outset;
}

.headerTitleFull
{
	border-right: #efedde 2px outset;
	border-left: #efedde 2px outset;
	border-bottom: #efedde 2px outset;
	border-top: #efedde 2px outset;
	background-color: #efedde;
	font-family: Arial;
	font-size: 10pt;
	color: Black;
}

.headerTitleFull_medium
{
	border-right: #efedde 2px outset;
	border-left: #efedde 2px outset;
	border-bottom: #efedde 2px outset;
	border-top: #efedde 2px outset;
	background-color: #efedde;
	font-family: Arial;
	font-size: 9pt;
	color: Black;
}

.subHeaderTitleFull
{
	border-right: #efedde 1px outset;
	border-left: #efedde 1px outset;
	border-bottom: #efedde 1px outset;
	border-top: #efedde 1px outset;
	font-family: Arial;
	font-size: 10pt;
	color: Black;
}

.tableOuterGrid 
{
	border-right: white 2px inset;
	border-left: white 2px inset;
	border-bottom: white 2px inset;
	border-top: white 2px inset;
}

.icon 
{
	border-right: white 1px outset;
	border-left: white 1px outset;
	border-bottom: white 1px outset;
	border-top: white 1px outset;
}

.btnGeneral
{
	border: 2 white outset;
	background-color: #efedde;
	font-weight: normal;
	font-family: Arial;
	font-size: 10pt;
	color: Black;
}

.btnSpecial
{
	border: 2 white outset;
	background-color: #efedde;
	font-weight: bold;
	font-family: Arial;
	font-size: 10pt;
	color: Black;
}

.error 
{
	font-weight: normal;
	font-family: Arial;
	font-size: 9pt;
	color: Red;
}

.frmElement 
{
	height: 20px;
	font-size: 9pt;
	font-family: Arial;
}

.txtGeneral 
{
	font-family: Arial;
	font-size: 11pt;
}

.txtGeneralDisabled
{
	font-family: Arial;
	font-size: 11pt;
	color: #CDCDCD;
}

.txtGeneralEdited
{
	font-family: Arial;
	font-size: 11pt;
	color: Green;
}

.txtGeneralHover
{
	background-color: #efedde;
	font-family: Arial;
	font-size: 11pt;
}

.txtMedium
{
	font-family: Arial;
	font-size: 9pt;
}

.txtMedium_Overflow
{
	font-family: Arial;
	font-size: 9pt;
	overflow: auto;
}

.txtSmall 
{
	font-family: Arial;
	font-size: 8pt;
}

.txtLargeBold 
{
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
}

.pnlOverflow 
{
	overflow:auto;
}