/*

IMPORTANT NOTES: (PLEASE READ CAREFULLY!)

1. DO NOT MODIFY the system styles section, it is generated by the system,
   your modifications will be overwritten. If you want to change the stylesheet
	 template, modify the ew.css in the "src" subfolder under the installed
	 directory. Only modify the ew.css if you have the necessary knowledges in
	 CSS.
	 
2. DO NOT REMOVE THE FOLLOWING COMMENTS:
   
   BEGIN_USER_STYLES
   END_USER_STYLES
	 
	 You MUST write your styles between these two comment lines below, styles
   outside this user styles section will be discarded.
	 
3. If you want to override the system styles, you can copy the styles to the
   User Styles Section, or you can use a separate user stylesheet.

*/

/*BEGIN_SYSTEM_STYLES*/

body {
	background-color: inherit; /* background color */
	color: inherit; /* text color */
	font-family: Arial, Helvetica, sans-serif; /* font name */
	font-size: 13px; /* font size */
	margin: 0px 0px 0px 0px; /* top right bottom left */
}
.phplem {
	color: #000000; /* text color */
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif; /* font name */
	font-size: 12px; /* font size */
	cursor: default;
	font-weight: normal;
	text-transform: none;
}


input, textarea, select {
	font-family: Arial, Helvetica, sans-serif; /* font name */
	font-size: 12px; /* font size */
} 
.allborder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	border: 1px solid #000000;
}


a:active {
	color: ; /* active link color */
}

a:link {
	color: ; /* link color */
}

a:visited {
	color: ; /* visited link color */
}

/* main table */
.ewTable {
    color: inherit; /* font name */
    font-size: 12px;
    font-style: normal;
    border-top-width: thin;
    border-right-width: thin;
    border-bottom-width: thin;
    border-left-width: thin;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-top-color: #000000;
    border-right-color: #000000;
    border-bottom-color: #000000;
    border-left-color: #000000;
    font-family: Arial, Helvetica, sans-serif;
}
/* main table */
.ewTable18 {
	width: 100%; /* table width */
	color: inherit; /* text color */
	font-family: Arial, Helvetica, sans-serif; /* font name */
	font-size: 18px; /* border */
	border-collapse: collapse;
	font-style: normal;
	text-transform: none;
	background-color: #FFFFFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.ewTableKolom {
	width: 780px; /* table width */
	color: inherit; /* text color */
	font-family: Arial, Helvetica, sans-serif; /* font name */
	font-size: 12px; /* border */
	border-collapse: collapse;
	font-style: normal;
	text-transform: none;
	background-color: #FFFFFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

/* main table data cells */
.ewTable td {
	padding: 4px; /* cell padding */
	border: 1px solid; /* cell spacing */
	border-color: #CCCCCC;  /* table background color */
}

.ewBasicSearch {
	font-family: Franklin Gothic Book; /* font name */
	font-size: x-small; /* font size */
	border: 0px;
	border-collapse: collapse;
}

.ewBasicSearch td {
	border: 0px;
	padding: 1px;
}

.ewSearchOpr {
	font-family: Arial, Helvetica, sans-serif; /* font name */
	font-size: 12px; /* font size */
	color: #000000;
}

.ewListAdd {
	font-family: Franklin Gothic Book; /* font name */
	font-size: x-small; /* font size */
	border: 0px;
	border-collapse: collapse;
}

.ewListAdd td {
	border: 0px;
	padding: 2px;
}

.phplemlist td {
	color: inherit; /* text color */
	font-family: Franklin Gothic Book; /* font name */
	font-size: x-small; /* font size */
	border: 0px;
	padding: 0px;
	vertical-align: top; 
}

.ewAddOption td {
	font-family: Franklin Gothic Book; /* font name */
	font-size: x-small; /* font size */
	padding: 2px; /* cell padding */	
	border: 0px;	
}

/* main table header cells */
.ewTableHeader {
	font-family: Arial, Helvetica, sans-serif; /* font name */
	background-color: #EAEAEA; /* header color */
	color: #333333; /* header font color */
	vertical-align: top;
	font-weight: normal;
	text-transform: uppercase;
}

.ewTableHeader a:link {	
	color: #FFFFFF; /* header font color */	
}

.ewTableHeader a:visited {	
	color: #FFFFFF; /* header font color */	
}

/* main table row color */
.ewTableRow {
	background-color: #FFFFFF;  /* alt row color 1 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* main table alternate row color */
.ewTableAltRow {
	background-color: #E5E5E5; /* alt row color 2 */
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	border-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

/* main table edit mode row color */
.ewTableEditRow {
	background-color: #FFFFFF; /* edit mode color */
}

/* main table highlight color */
.ewTableHighlightRow {
	background-color: #CCFF66; /* highlight color */
}

/* main table select color */
.ewTableSelectRow {
	background-color: #CCFF66; /* select color */
	width: auto;
}

/* main table footer section */
.ewTableFooter {
	background-color: #FFFFFF;
}

/* classes for report */
.ewReportTable {
    border: 0px;
    border-collapse: collapse;
}

.ewReportTable td {
    padding: 3px;
}

.ewGroupField {
	font-weight: bold;
}

.ewGroupName {
	font-weight: bold;
}

.ewGroupHeader {
	border-bottom: 3px double Gray;
	border-top: 3px double Gray;
}

.ewGroupSummary {
	border-top: 1px solid Gray;
} 

.ewGroupAggregate {
	font-weight: bold;
}

.ewGrandSummary {
	border-top: 1px solid Gray;
}

/* message */
.ewmsg {
	color: red; /* message color */
	font-family: Franklin Gothic Book; /* font name */
	font-size: 10px; /* font size */
}

/* Ajax */
.ewAstList {
	border: 1px solid black;
	background: #ffffff;
	position: absolute;
	padding: 0;
	white-space: nowrap;
}

.ewAstListBase {
	position: absolute;
	padding: 1;
}

.ewAstListItem {
	color: black;
	background: #ffffff;
	cursor: hand;
	cursor: pointer;
	white-space: nowrap;
	padding: 1;
}

.ewAstSelListItem {
	color: white;
	background: Highlight;
	cursor: hand;
	cursor: pointer;
	white-space: nowrap;
	padding: 1;
}

/* MultiPage pager table */
.ewMultiPagePager {
	color: inherit; /* text color */
	font-family: Franklin Gothic Book; /* font name */
	font-size: x-small; /* font size */
	border: 0px; /* border */	
}

.ewMultiPagePager td {
	padding: 2px; /* cell padding */	
}
.judul-red {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-transform: uppercase;
}
.judul-hitam {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
}
.judul-red14 {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: normal;
	color: #FF3300;
	text-transform: uppercase;
}
.phplem11gray {
	color: #666666; /* text color */
	font-family: Geneva, Arial, Helvetica, sans-serif; /* font name */
	font-size: 12px; /* font size */
	cursor: default;
	font-style: normal;
}
.phplembold {
	color: #000000; /* text color */
	font-family: Arial, Helvetica, sans-serif; /* font name */
	font-size: 12px; /* font size */
	cursor: default;
	font-weight: bold;
	text-transform: none;
}
.judul-red13 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FF3300;
	text-transform: uppercase;
}
.judul-hitam11 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
}
.phplemhand {
	color: #000000; /* text color */
	font-family: Geneva, Arial, Helvetica, sans-serif; /* font name */
	font-size: 12px; /* font size */
	cursor: hand;
	font-weight: normal;
}
.green-normal {
	color: #009900; /* text color */
	font-family: Geneva, Arial, Helvetica, sans-serif; /* font name */
	font-size: 12px; /* font size */
	cursor: default;
	font-weight: bold;
}
.judul-white13 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: none;
}
.button {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #FFF;
	background-color: #066;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: baseline;
}
.judul-white13cap {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-transform: uppercase;
}
.graybold {
	color: #999999; /* text color */
	font-family: Geneva, Arial, Helvetica, sans-serif; /* font name */
	font-size: 12px; /* font size */
	cursor: default;
	font-weight: bold;
}
.tabel-loginperusahaan {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 300px;
	width: 428px;
}
.phplemblue {
	color: #006699; /* text color */
	font-family: Geneva, Arial, Helvetica, sans-serif; /* font name */
	font-size: 12px; /* font size */
	cursor: default;
	font-weight: bold;
}
.putihbold {
	color: #FFFFFF; /* text color */
	font-family: Geneva, Arial, Helvetica, sans-serif; /* font name */
	font-size: 12px; /* font size */
	cursor: default;
	font-weight: bold;
}
.warning {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	background-color: #FF0000;
}
.phplemcap {
	color: #FFF; /* text color */
	font-family: Geneva, Arial, Helvetica, sans-serif; /* font name */
	font-size: 12px; /* font size */
	cursor: default;
	font-weight: normal;
	text-transform: uppercase;
}
.phplemcapblack {
	color: #000; /* text color */
	font-family: Geneva, Arial, Helvetica, sans-serif; /* font name */
	font-size: 12px; /* font size */
	cursor: default;
	font-weight: normal;
	text-transform: uppercase;
}
.phplemtabel {
	color: #000000; /* text color */
	font-family: Geneva, Arial, Helvetica, sans-serif; /* font name */
	font-size: 12px; /* font size */
	cursor: default;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: uppercase;
	margin: 0px;
	height: auto;
	width: 100%;
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	vertical-align: top;
	display: inherit;
	padding: 0px;
	background-color: #FFFFFF;
}
.judul-green {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #009900;
	text-transform: uppercase;
}
.judul-blue {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0066FF;
	text-transform: uppercase;
}
.readonly {
	font-family: Arial, Helvetica, sans-serif; /* font name */
	background-color: #CCCCCC; /* header color */
	color: #666666; /* header font color */
	vertical-align: top;
}
.KOMENTAR {
	color: #000000; /* text color */
	font-family: Geneva, Arial, Helvetica, sans-serif; /* font name */
	font-size: 12px; /* font size */
	cursor: default;
	font-weight: normal;
	text-transform: none;
	background-color: #C6FFC6;
}
.BELUM_VERIFIKASI {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	background-color: #FF9900;
}
.BELUM_VERIFIKASIX {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FF0000;
	background-color: #FF0000;
}
.judul-hitam16 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
}
.REKRUITMEN {
	width: inherit; /* table width */
	color: #000000; /* text color */
	font-family: Tahoma; /* font name */
	font-size: 14px; /* font size */
	border: 0px outset; /* border */
	border-collapse: collapse;
	font-style: normal;
	text-transform: none;
	background-color: #F7FD82;
	font-weight: normal;
	font-variant: normal;
}
.ewTableHeaderOranye {
	font-family: Arial, Helvetica, sans-serif; /* font name */
	background-color: #FF3333; /* header color */
	color: #FFFFFF; /* header font color */
	vertical-align: top;
}
.ewTableHeaderHijau {
	font-family: Arial, Helvetica, sans-serif; /* font name */
	background-color: #00CC00; /* header color */
	color: #FFFFFF; /* header font color */
	vertical-align: top;
}
.ewTableHeaderblue {
	font-family: Arial, Helvetica, sans-serif; /* font name */
	background-color: #333333; /* header color */
	color: #FFFFFF; /* header font color */
	vertical-align: top;
}
.ewTableHeaderkuning {
	font-family: Arial, Helvetica, sans-serif; /* font name */
	background-color: #FFFF00; /* header color */
	color: #000000; /* header font color */
	vertical-align: top;
}
.nilai {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 78px;
	font-weight: bold;
	color: #FF0000;
	text-transform: uppercase;
}
.putihbold24 {
	color: #FFFFFF; /* text color */
	font-family: Geneva, Arial, Helvetica, sans-serif; /* font name */
	font-size: 18px; /* font size */
	cursor: default;
	font-weight: normal;
	text-transform: uppercase;
}
.BELUM_ADA_REKENING_BANK{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	background-color: #FF7575;
}
.ewTableHeaderHijauBlack {
	font-family: Arial, Helvetica, sans-serif; /* font name */
	background-color: #99FF33; /* header color */
	color: #000000; /* header font color */
	vertical-align: top;
}
.phplemred {
	color: #FF0000; /* text color */
	font-family: Geneva, Arial, Helvetica, sans-serif; /* font name */
	font-size: 12px; /* font size */
	cursor: default;
	font-weight: normal;
	text-transform: none;
}
.phplemblue {
	color: #0033FF; /* text color */
	font-family: Geneva, Arial, Helvetica, sans-serif; /* font name */
	font-size: 12px; /* font size */
	cursor: default;
	font-weight: normal;
	text-transform: none;
}
.PSG {
	font-family: Arial, Helvetica, sans-serif; /* header color */
	color: #FFF; /* header font color */
	vertical-align: middle;
	font-size: 36px;
	font-weight: bold;
}
.PSGYELLOW {
	font-family: Arial, Helvetica, sans-serif; /* header color */
	color: #FF0; /* header font color */
	vertical-align: middle;
	font-size: 36px;
	font-weight: bold;
}
.RHS {
	font-family: Arial, Helvetica, sans-serif; /* font name */
	background-color: #006699; /* header color */
	color: #FFFFFF; /* header font color */
	vertical-align: top;
}
.BSA {
	font-family: Arial, Helvetica, sans-serif; /* font name */
	background-color: #FFFF00; /* header color */
	color: #000000; /* header font color */
	vertical-align: top;
}
.phplemboldred {
	color: #FF0000; /* text color */
	font-family: Geneva, Arial, Helvetica, sans-serif; /* font name */
	font-size: 12px; /* font size */
	cursor: default;
	font-weight: bold;
	text-transform: none;
}
.phplemboldblue {
	color: #0066CC; /* text color */
	font-family: Tahoma; /* font name */
	font-size: 14px; /* font size */
	cursor: default;
	font-weight: normal;
	text-transform: none;
}
.phplemboldgreen {
	color: #009900; /* text color */
	font-family: Geneva, Arial, Helvetica, sans-serif; /* font name */
	font-size: 12px; /* font size */
	cursor: default;
	font-weight: bold;
	text-transform: none;
}
.phplemboldungu {
	color: #6600CC; /* text color */
	font-family: Geneva, Arial, Helvetica, sans-serif; /* font name */
	font-size: 12px; /* font size */
	cursor: default;
	font-weight: bold;
	text-transform: none;
}
.SELESAI {
	font-family: Arial, Helvetica, sans-serif; /* font name */
	background-color: #CCCCCC; /* header color */
	color: #FFFFFF; /* header font color */
	vertical-align: top;
}
.putihgray24 {
	color: #666666; /* text color */
	font-family: Geneva, Arial, Helvetica, sans-serif; /* font name */
	font-size: 18px; /* font size */
	cursor: default;
	font-weight: normal;
	background-color: #FFFFFF;
}
.blue24 {
	color: #0066FF; /* text color */
	font-family: Geneva, Arial, Helvetica, sans-serif; /* font name */
	font-size: 18px; /* font size */
	cursor: default;
	font-weight: normal;
}
.cad2 {
	color: #000000; /* text color */
	font-family: Geneva, Arial, Helvetica, sans-serif; /* font name */
	font-size: 12px; /* font size */
	cursor: default;
	font-weight: normal;
	text-transform: none;
}
.buttontekslogin {
	font-family: "Franklin Gothic Book";
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	background-color: #fafafa;
	background-image: none;
}
.tekanlogin {
	font-family: Tahoma;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	background-color: #fafafa;
	background-image: url(../0gerbang/images/bgbutton.jpg);
	width: 100px;
	height: 30px;
	letter-spacing: 0em;
	text-indent: 0px;
	word-spacing: 0em;
	margin: 0px;
	padding: 0px;
}
.phplem13 {
	color: #000000; /* text color */
	font-family: Tahoma; /* font name */
	font-size: 14px; /* font size */
	cursor: default;
	font-weight: normal;
	text-transform: none;
}
.putihgray18 {
	color: #000000; /* text color */
	font-family: Tahoma; /* font name */
	font-size: 18px; /* font size */
	cursor: default;
	font-weight: normal;
}
.noborderblue {
	width: inherit; /* table width */
	color: inherit; /* text color */
	font-family: Arial, Helvetica, sans-serif; /* font name */
	font-size: 18px; /* font size */
	border: 0px outset; /* border */
	border-collapse: collapse;
	font-style: normal;
	text-transform: uppercase;
	background-color: #FAFAFA;
}
.phplemred13 {
	color: #FF0000; /* text color */
	font-family: Geneva, Arial, Helvetica, sans-serif; /* font name */
	font-size: 13px; /* font size */
	cursor: default;
	font-weight: normal;
	text-transform: none;
}
.phplem15 {
	color: #000; /* text color */
	font-family: "Courier New", Courier, monospace; /* font name */
	font-size: 18px; /* font size */
	cursor: default;
	font-weight: normal;
	text-transform: capitalize;
}
.phplem18 {
	color: #333; /* text color */
	font-family: Verdana, Geneva, sans-serif; /* font name */
	font-size: 14px; /* font size */
	cursor: default;
	font-weight: normal;
	text-transform: capitalize;
}
.noborderlogin {
	width: inherit; /* table width */
	color: #000000; /* text color */
	font-family: Arial, Helvetica, sans-serif; /* font name */
	font-size: 14px; /* font size */
	border: 0px outset; /* border */
	border-collapse: collapse;
	font-style: normal;
	text-transform: none;
	background-image: url(../images/login-gerbang_20.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.phplemtabel {
	color: #000000; /* text color */
	font-family: Geneva, Arial, Helvetica, sans-serif; /* font name */
	font-size: 12px; /* font size */
	cursor: default;
	font-weight: normal;
	text-transform: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.judul-blue14 {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: normal;
	color: #0000FF;
	text-transform: uppercase;
}
.judul-black14 {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-transform: uppercase;
}
.phplem13Cap {
	color: #000000; /* text color */
	font-family: Tahoma; /* font name */
	font-size: 14px; /* font size */
	cursor: default;
	font-weight: normal;
	text-transform: uppercase;
}
.phplem15Cap {
	color: #000000; /* text color */
	font-family: Arial, Helvetica, sans-serif; /* font name */
	font-size: 18px; /* font size */
	cursor: default;
	font-weight: normal;
	text-transform: uppercase;
}
.noborderpadahariini {
	width: inherit; /* table width */
	color: #000000; /* text color */
	font-family: Arial, Helvetica, sans-serif; /* font name */
	font-size: 14px; /* font size */
	border: 0px outset; /* border */
	border-collapse: collapse;
	font-style: normal;
	text-transform: none;
	background-color: #FFFFFF;
}
.ewTableHeaderkuningabu {
	font-family: Arial, Helvetica, sans-serif; /* font name */
	background-color: #E6E6E6; /* header color */
	color: #000000; /* header font color */
	vertical-align: top;
}
.ewTableHeaderkuningabumuda {
	font-family: Arial, Helvetica, sans-serif; /* font name */
	background-color: #F3F3F3; /* header color */
	color: #000000; /* header font color */
	vertical-align: top;
}
.noborderlogin2 {
	width: inherit; /* table width */
	color: #000000; /* text color */
	font-family: Arial, Helvetica, sans-serif; /* font name */
	font-size: 14px; /* font size */
	border: 0px outset; /* border */
	border-collapse: collapse;
	font-style: normal;
	text-transform: none;
	background-image: url(../images/login-gerbang_32.jpg);
	background-position: left;
	background-repeat: no-repeat;
}
.noborderlogin3 {
	width: inherit; /* table width */
	color: #000000; /* text color */
	font-family: Arial, Helvetica, sans-serif; /* font name */
	font-size: 14px; /* font size */
	border: 0px outset; /* border */
	border-collapse: collapse;
	font-style: normal;
	text-transform: none;
	background-image: url(../images/login-user_20.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.noborderlogin4 {
	width: inherit; /* table width */
	color: #000000; /* text color */
	font-family: Arial, Helvetica, sans-serif; /* font name */
	font-size: 14px; /* font size */
	border: 0px outset; /* border */
	border-collapse: collapse;
	font-style: normal;
	text-transform: none;
	background-image: url(../images/login-user_32.jpg);
	background-position: left;
	background-repeat: no-repeat;
}
.phplemboldhand {
	color: #FFF; /* text color */
	font-family: Geneva, Arial, Helvetica, sans-serif; /* font name */
	font-size: 12px; /* font size */
	cursor: hand;
	font-weight: bold;
	text-transform: none;
}
.KOMENTAR2 {
	color: #000000; /* text color */
	font-family: Geneva, Arial, Helvetica, sans-serif; /* font name */
	font-size: 12px; /* font size */
	cursor: default;
	font-weight: normal;
	text-transform: none;
	background-color: #22C8FF;
}
.phplem13redbolt {
	color: #FFFFFF; /* text color */
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif; /* font name */
	font-size: 16px; /* font size */
	cursor: default;
	font-weight: normal;
	background-color: #FF3300;
	text-transform: uppercase;
}
.putihbiasa {
	color: #FFFFFF; /* text color */
	font-family: Geneva, Arial, Helvetica, sans-serif; /* font name */
	font-size: 12px; /* font size */
	cursor: default;
	font-weight: normal;
}
.putihsolid24 {
	color: #FFFFFF; /* text color */
	font-family: Geneva, Arial, Helvetica, sans-serif; /* font name */
	font-size: 18px; /* font size */
	cursor: default;
	font-weight: normal;
}
.phplem11yellow {
	color: #CCCCCC; /* text color */
	font-family: Geneva, Arial, Helvetica, sans-serif; /* font name */
	font-size: 11px; /* font size */
	cursor: default;
	font-style: normal;
	text-transform: capitalize;
}
.BV {
	font-family: Arial, Helvetica, sans-serif; /* font name */
	background-color: #FFFF00; /* header color */
	color: #000000; /* header font color */
	vertical-align: top;
}
.hitam60 {
	color: #333; /* text color */
	font-family: Tahoma, Geneva, sans-serif; /* font name */
	font-size: 36px; /* font size */
	cursor: default;
	font-weight: bold;
}
.hitam40 {
	color: #FFFFFF; /* text color */
	font-family: "Courier New", Courier, monospace; /* font name */
	font-size: 22px; /* font size */
	cursor: default;
	font-weight: normal;
}
.hitam55 {
	color: #666666; /* text color */
	font-family: "Roboto Black"; /* font name */
	font-size: 36px; /* font size */
	cursor: default;
	font-weight: normal;
	background-color: #FFFF00;
}
.hitam25 {
	color: #FFFFFF; /* text color */
	font-family: "Courier New", Courier, monospace; /* font name */
	font-size: 16px; /* font size */
	cursor: default;
	font-weight: normal;
}
.hitam25bl {
	color: #FFF; /* text color */
	font-family: "Courier New", Courier, monospace; /* font name */
	font-size: 4px; /* font size */
	cursor: default;
	font-weight: normal;
}
.phplemboldgray {
	color: #CCCCCC; /* text color */
	font-family: Arial, Helvetica, sans-serif; /* font name */
	font-size: 14px; /* font size */
	cursor: default;
	font-weight: normal;
	text-transform: none;
}
.phplemboldwhite {
	color: #FFFFFF; /* text color */
	font-family: Arial, Helvetica, sans-serif; /* font name */
	font-size: 14px; /* font size */
	cursor: default;
	font-weight: normal;
	text-transform: none;
}
.phplemred {
	color: #FF0000; /* text color */
	font-family: Arial, Helvetica, sans-serif; /* font name */
	font-size: 12px; /* font size */
	cursor: default;
	font-weight: normal;
	text-transform: none;
}
.phplemgray {
	color: #666666; /* text color */
	font-family: Arial, Helvetica, sans-serif; /* font name */
	font-size: 12px; /* font size */
	cursor: default;
	font-weight: normal;
	text-transform: none;
}
.phplemkapital {
	color: #000000; /* text color */
	font-family: Arial, Helvetica, sans-serif; /* font name */
	font-size: 12px; /* font size */
	cursor: default;
	font-weight: normal;
	text-transform: uppercase;
}
.ewTable2 {
	width: auto; /* table width */
	color: inherit; /* text color */
	font-family: Arial, Helvetica, sans-serif; /* font name */
	font-size: 12px; /* border */
	border-collapse: collapse;
	font-style: normal;
	text-transform: uppercase;
	background-color: #F2F2F2;
	margin: 1px;
	padding: 1px;
	height: 12px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.phplemf2 {
	color: #F2F2F2; /* text color */
	font-family: Arial, Helvetica, sans-serif; /* font name */
	font-size: 12px; /* font size */
	cursor: default;
	font-weight: normal;
	text-transform: none;
}
.phplemnamakol {
	color: #666666; /* text color */
	font-family: Arial, Helvetica, sans-serif; /* font name */
	font-size: 12px; /* font size */
	cursor: default;
	font-weight: bold;
	text-transform: lowercase;
	margin: 8px;
	background-color: #999999;
	text-align: center;
	text-indent: 1px;
	letter-spacing: normal;
	line-height: 10px;
	font-style: italic;
	font-variant: normal;
	text-decoration: none;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}
.phplem11red {
	color: #FF3300; /* text color */
	font-family: Geneva, Arial, Helvetica, sans-serif; /* font name */
	font-size: 11px; /* font size */
	cursor: default;
	font-style: normal;
}
.noborderlogin5 {
	width: inherit; /* table width */
	color: #000000; /* text color */
	font-family: Arial, Helvetica, sans-serif; /* font name */
	font-size: 14px; /* font size */
	border: 0px outset; /* border */
	border-collapse: collapse;
	font-style: normal;
	text-transform: none;
	background-image: url(../images/loginadmin_10.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.noborderlogin6 {
	width: inherit; /* table width */
	color: #000000; /* text color */
	font-family: Arial, Helvetica, sans-serif; /* font name */
	font-size: 14px; /* font size */
	border: 0px outset; /* border */
	border-collapse: collapse;
	font-style: normal;
	text-transform: none;
	background-image: url(../images/loginadmin_18.jpg);
	background-position: left;
	background-repeat: no-repeat;
}
.hitam56 {
	color: #FFFFFF; /* text color */
	font-family: "Roboto Black"; /* font name */
	font-size: 36px; /* font size */
	cursor: default;
	font-weight: normal;
	background-color: #0066FF;
}
.hitam57 {
	color: #FFFFFF; /* text color */
	font-family: "Roboto Black"; /* font name */
	font-size: 36px; /* font size */
	cursor: default;
	font-weight: normal;
	background-color: #00FF00;
}
.orange55 {
	color: #FFFFFF; /* text color */
	font-family: "Roboto Black"; /* font name */
	font-size: 36px; /* font size */
	cursor: default;
	font-weight: normal;
	background-color: #00FFFF;
}
.putih55 {
	color: #FFFFFF; /* text color */
	font-family: "Roboto Black"; /* font name */
	font-size: 24px; /* font size */
	cursor: default;
	font-weight: normal;
	background-color: #000000;
	text-transform: uppercase;
}
.PSGblue {
	font-family: Arial, Helvetica, sans-serif; /* header color */
	color: #666; /* header font color */
	vertical-align: top;
	font-size: 36%;
	font-weight: bold;
}
