.boldTitle { font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 14px}
.normal {  font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-size: 12px}
.normalError {  font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-size: 12px; color: red}
.normalbold {  font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 12px}
.small {  font-family: Arial, Helvetica, sans-serif; font-size: 9px}
.smallbold {  font-family: Arial, Helvetica, sans-serif; font-size: 9px}
.headerCell {
	background-color: #CCCCCC;
	border-color: #000000;
	border-style: solid;
	border-width: 1 px;
	font-weight: bold;
}
.subtable_header {
	background-color: #EEEEEE;
	font-weight: bold;
	
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.dataView {
	border: thin solid #CCCCCC;
}
.horizontalDivider {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.verticalDivider {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.verticalandhorizontalDivider {
	border-right-width: thin;
	border-top-width: thin;
	border-right-style: solid;
	border-top-style: solid;
	border-right-color: #CCCCCC;
	border-top-color: #CCCCCC;
}
.calendarCell {
	border: 1px solid #EEEEEE
}
.normalPriceCell {
}
.specialPriceCell {
    color: red;
    font-weight: normal;
}
.normalPriceCellTotal {
    font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 12px
}
.specialPriceCellTotal {
    font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 12px;
    color: red;
}
.subNavInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
}

.debug_showgrid {
    border: 1px dotted #000000
    }
.errortext {
	font-weight: bold;
	color: #FF0000;
	font-style: italic;
}
