body {
	background-color: #339933;
}
.font-std {
	font-family: Verdana;
	font-size: 12px;
}

.table-header {
	background-color: #8DACF5;
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
}

.table-header2 {
	background-color: #CCCCCC;
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
}

.table-row-alt {
	background-color: #B9CCF9;
}

.table-row {
	background-color: #E0E9FC;
}

.table-row2-alt {
	background-color: #EEEEEE;
}

.table-row2 {
	background-color: #FFFF99;
}

.view-group-header {
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	background-color: #CCCCFF;
}

.view-group-footer {
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	background-color: #999999;
}

.view-footer {
	font-family: Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	background-color: #0099FF;
}

.font-header {
	font-family: Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
}

.menu-table {
	background-color: #999999;
	font-family: Verdana, Arial;
	font-size: 12px;
}

.menu-item {
	font-family: Verdana, Arial;
	font-size: 12px;
	background-color: #C5D5FA;
	color: #000000;
}

.menu-top {
	font-family: Verdana, Arial;
	font-size: 14px;
	background-color: #EEEEEE;
}

.font-small {
	font-family: Verdana, Arial;
	font-size: 10px;
}

.help-fgcolor {
	background-color: #FFFF66;
}

.help-bgcolor {
	background-color: #FF9900;
}

.table-row-bgcolor-red {
	background-color: #FF0000;
}

.table-row-bgcolor-green {
	background-color: #66CC33;
}

.font-error {
	font-family: Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}

.font-error-small{
	font-size: 10px;
	color: #FF0000;
}

.table-row-blankbg {
	
}

.font-large {
	font-size: x-large;
	font-weight: bold;
}

.font-cetak {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}

/* Title on table */
.tblTitle1 {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0066CC;
	text-align: center;
}

/* Title on table 2 */
.tblTitle2 {
	font-weight: bold;
	/*	color: #000000; */
	background-color: #B3CBE5;
}

/* Title on table 2 */
.tblTitle2 {
	font-weight: bold;
	/*	color: #000000; */
	background-color: #B3CBE5;
}

/* Title on table 3 */
.tblTitle3 {
	font-weight: bold;
	/*	color: #000000; */
	background-color: #93B3D2;
}

/* Title on table 4 */
.tblTitle4 {
	font-weight: bold;
	/*	color: #000000; */
	background-color: #B7CCE1;
}

/* Text on table (blank background) */
.tblTextBlank {
	font-size: 11px;
}

/* Text on table 1 (alternate background) */
.tblText1 {
	font-size: 11px;
	background-color: #EBEBF5;
}

/* Text on table 2 (alternate background) */
.tblText2 {
	font-size: 11px;
	background-color: #F5F5FA;
}