* {
	/* margin: 0; */
}

/*
html, body {
	height: 100%;
}
*/

html {
	/* overflow-x: auto; */
	overflow-y: auto;
	overflow-x: visible;
	/* overflow-y: scroll; */
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 20px;
	margin-top: 10px;
	padding: 0px;
	/* background-image: url(../img/bg-public.png); */
	background-color:#D7D7D7;
	
}


body.default {
	#margin-right: 35px;
	#margin-bottom: 35px;
}

body.public {
	background-color: #FFFFFF;
	/* margin: 10px; */
	padding: 0px;
	/*
	background-image: url(../img/bg-public.png);
	background-repeat: repeat-x;
	background-position: left top;
	*/

	/******* eFiT Project Customization ********************/
	margin: 0px;

	/*******************************************************/
}


body.FrameApps {
	margin: 0px;
	padding: 0px;
	background-color:#D7D7D7;
}


body.defaultNoMArgin {
	margin: 0;
	padding: 0;
	margin-right: 18px;
}

body.Margin-0px {
	margin: 0px;
	padding: 0px;
}

body.Margin-10px {
	margin: 10px;
	padding: 10px;
}

body.FrameReport {
	margin: 0px;
	padding: 0px;
	margin-right: 18px;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #000000;
}

div.break { border-bottom: 8px solid #0000dd; }

@media print {
	body.FrameReport {
		margin: 0px;
		padding: 0px;
		color: #000000;
		background-color: #FFFFFF;
	}
	.print-width-630px {
		width: 630px;
	}
  /*
  @page { size: auto; margin: 0mm; }
  body { background-color:#FFFFFF; margin: 0px; }
  */
  /*div.avoidbreak { page-break-inside: avoid; }*/
  div.break { page-break-after: always; border-bottom: 0px; }
  /*table { page-break-inside:auto; }*/
  td { page-break-before:auto; page-break-inside:avoid; }
  thead { display: table-header-group; }
  tbody { display: table-row-group; }
  tfoot { display: table-footer-group; }
}

a{
	color: #0033FF;
	text-decoration: none;

}
a:hover {
	color:#FF0000;
	text-decoration: none;

}

a.MenuFooter{
	color: #0033FF;
	text-decoration: none;
	margin: 10px 10px 10px 10px;

}
a.MenuFooter:hover {
	color:#FF0000;
	text-decoration: none;
	margin: 10px 10px 10px 10px;

}



#header{
	width: 990px;
	height: 90px;
	background:url(../img/bg-header-public.png) no-repeat center top;
	float: none;
	clear: both;
	display: inline;
	margin: 15px 10px 0;
}

.header-bar-text {
	color: #660000;
	font-weight: bold;
	text-decoration: none;

}

#objHeaderTahunKewangan {
	color: #EE0000;
	font-weight: bold;
	text-decoration: none;

}

a.header-bar-link {
	color: #663333;
	font-weight: bold;
	text-decoration: none;

}
a.header-bar-link:hover {
	color:#CC0000;
	font-weight: bold;
	text-decoration: none;

}
#wrapper {
	background-color:#D7D7D7;
	 
}
.scroll {
	overflow-y: auto;
	overflow-x: auto;
}

.scroll-show {
	overflow-y: scroll;
	overflow-x: scroll;
}

.scroll-vertical {
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 1px;
}

.scroll-vertical-show {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 1px;
}

.scroll-horizontal-auto {
	overflow-y: hidden;
	overflow-x: auto;
	padding-bottom: 1px;
}

.obj-hide {
	visibility: hidden;
	display: none;
}

.obj-show {
	visibility: visible;
	display: block;
}

.font-normal {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
}

.font-nocase {
	text-transform: none;
}

.font-uppercase {
	text-transform: uppercase;
}

.font-lowercase {
	text-transform: lowercase;
}

.font-capitalize {
	text-transform: capitalize;
}

.font-nowrap {
	white-space: nowrap;
}

.font-strike {
	text-decoration: line-through;
}

/* font-30pt */
.font-40px {
	font-size: 40px;
}

.font-39px {
	font-size: 39px;
}

/* font-29pt */
.font-38px {
	font-size: 38px;
}

/* font-28pt */
.font-37px {
	font-size: 37px;
}

/* font-27pt */
.font-36px {
	font-size: 36px;
}

.font-35px {
	font-size: 35px;
}

/* font-26pt */
.font-34px {
	font-size: 34px;
}

/* font-25pt */
.font-33px {
	font-size: 33px;
}

/* font-24pt */
.font-32px {
	font-size: 32px;
}

.font-31px {
	font-size: 31px;
}

/* font-23pt */
.font-30px {
	font-size: 30px;
}

/* font-22pt */
.font-29px {
	font-size: 29px;
}

/* font-21pt */
.font-28px {
	font-size: 28px;
}

/* font-20pt */
.font-27px {
	font-size: 27px;
}

.font-26px {
	font-size: 26px;
}

/* font-19pt */
.font-25px {
	font-size: 25px;
}

/* font-18pt */
.font-24px {
	font-size: 24px;
}

/* font-17pt */
.font-23px {
	font-size: 23px;
}

.font-22px {
	font-size: 22px;
}

/* font-16pt */
.font-21px {
	font-size: 21px;
}

/* font-15pt */
.font-20px {
	font-size: 20px;
}

/* font-14pt */
.font-19px {
	font-size: 19px;
}

.font-18px {
	font-size: 18px;
}

/* font-13pt */
.font-17px {
	font-size: 17px;
}

/* font-12pt */
.font-16px {
	font-size: 16px;
}

/* font-11pt */
.font-15px {
	font-size: 15px;
}

.font-14px {
	font-size: 14px;
}

/* font-10pt */
.font-13px {
	font-size: 13px;
}

/* font-9pt */
.font-12px {
	font-size: 12px;
}

/* font-8pt */
.font-11px {
	font-size: 11px;
}

.font-10px {
	font-size: 10px;
}

/* font-7pt */
.font-09px {
	font-size: 9px;
}

.font-08px {
	font-size: 8px;
}

.font-07px {
	font-size: 7px;
}

.font-bold {
	font-weight: bold;
}

.font-italic {
	font-style: italic;
}

.font-underline {
	text-decoration: underline;
}

.font-uppercase{
	text-transform: uppercase;
}

.font-lowercase{
	text-transform: lowercase;
}

.text-left{
	text-align: left;
}

.text-center{
	text-align: center;
}

.text-right{
	text-align: right;
}

.text-justify{
	text-align: justify;
}

.text-nowrap{
	white-space: nowrap;
}

.text-spacing-two-half {
	line-height: 1.5em;
}

.text-spacing-two-quarter {
	line-height: 2.25em;
}

.text-spacing-double {
	line-height: 2em;
}

.text-spacing-one-half {
	line-height: 1.5em;
}

.text-spacing-one-quarter {
	line-height: 1.25em;
}

.text-spacing-one-3quarter {
	line-height: 1.75em;
}

.float-right {
	float: right;
}

.float-left {
	float: left;
}

span.title {
	font-size: 16px;
	color: #0000FF;
	font-weight : bold;
}

.bgcolor-black {
	background: #000000;
}

.bgcolor-darkgrey {
	background: #333333;
}

.bgcolor-grey {
	background: #666666;
}

.bgcolor-lightgrey {
	background: #999999;
}

.bgcolor-silver {
	background: #CCCCCC;
}

.bgcolor-white {
	background: #FFFFFF;
}

.border-black {
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}


.border-darkgrey {
	border-width: 1px;
	border-style: solid;
	border-color: #333333;
}


.border-darkgrey-2px {
	border-width: 2px;
	border-style: solid;
	border-color: #333333;
}


.border-white {
	border-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
}

.border-white-2px {
	border-width: 2px;
	border-style: solid;
	border-color: #FFFFFF;
}

.border-black-2px {
	border-width: 2px;
	border-style: solid;
	border-color: #000000;
}

.border-solid {
	border-width: 1px;
	border-style: solid;
	border-color: #888888;
}

.border-solid-2px {
	border-width: 2px;
	border-style: solid;
	border-color: #888888;
}

.border-black-dashed {
	border-width: 1px;
	border-style: dashed;
	border-color: #000000;
}

.border-groove {
	border-width: 1px;
	border-style: groove;
	border-color: #888888;
}

.border-black-top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

.border-black-right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}

.border-black-bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.border-black-left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}

.border-solid-top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #888888;
}

.border-dashed-top {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #888888;
}

.border-solid-top-2px {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #888888;
}

.border-solid-bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #888888;
}

.border-solid-bottom-2px {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #888888;
}

.border-solid-right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #888888;
}

.border-solid-right-2px {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #888888;
}

.border-solid-left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #888888;
}

.border-solid-left-2px {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #888888;
}

.border-skyblue {
	border-width: 1px;
	border-style:: solid;
	border-color: #33CCCC;
}

.border-skyblue-top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #33CCCC;
}

.border-skyblue-bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #33CCCC;
}

.border-skyblue-right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #33CCCC;
}

.border-skyblue-left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #33CCCC;
}

.border-black-top-2px {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
}

.border-black-right-2px {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000000;
}

.border-black-bottom-2px {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.border-black-left-2px {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #000000;
}

.border-black-dashed-top {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #000000;
}

.border-black-dashed-top-2px {
	border-top-width: 2px;
	border-top-style: dashed;
	border-top-color: #000000;
}

.border-black-dashed-bottom {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
}

.border-black-dashed-bottom-2px {
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
}


.padding-0px {
	padding: 0px;
}

.padding-1px {
	padding: 1px;
}

.padding-2px {
	padding: 2px;
}

.padding-3px {
	padding: 3px;
}

.padding-4px {
	padding: 4px;
}

.padding-5px {
	padding: 5px;
}

.padding-6px {
	padding: 6px;
}

.padding-7px {
	padding: 7px;
}

.padding-8px {
	padding: 8px;
}

.padding-9px {
	padding: 9px;
}

.padding-10px {
	padding: 10px;
}

.padding-11px {
	padding: 11px;
}

.padding-12px {
	padding: 12px;
}

.padding-13px {
	padding: 13px;
}

.padding-14px {
	padding: 14px;
}

.padding-15px {
	padding: 15px;
}

.padding-16px {
	padding: 16px;
}

.padding-17px {
	padding: 17px;
}

.padding-18px {
	padding: 18px;
}

.padding-19px {
	padding: 19px;
}

.padding-20px {
	padding: 20px;
}



.padding-top-20px {
	padding-top: 20px;
}

.padding-top-19px {
	padding-top: 19px;
}

.padding-top-18px {
	padding-top: 18px;
}

.padding-top-17px {
	padding-top: 17px;
}

.padding-top-16px {
	padding-top: 16px;
}

.padding-top-15px {
	padding-top: 15px;
}

.padding-top-14px {
	padding-top: 14px;
}

.padding-top-13px {
	padding-top: 13px;
}

.padding-top-12px {
	padding-top: 12px;
}

.padding-top-11px {
	padding-top: 11px;
}

.padding-top-10px {
	padding-top: 10px;
}

.padding-top-9px {
	padding-top: 9px;
}

.padding-top-8px {
	padding-top: 8px;
}

.padding-top-7px {
	padding-top: 7px;
}

.padding-top-6px {
	padding-top: 6px;
}

.padding-top-5px {
	padding-top: 5px;
}

.padding-top-4px {
	padding-top: 4px;
}

.padding-top-3px {
	padding-top: 3px;
}

.padding-top-2px {
	padding-top: 2px;
}

.padding-top-1px {
	padding-top: 1px;
}

.padding-top-0px {
	padding-top: 0px;
}

.padding-bottom-20px {
	padding-bottom: 20px;
}

.padding-bottom-19px {
	padding-bottom: 19px;
}

.padding-bottom-18px {
	padding-bottom: 18px;
}

.padding-bottom-17px {
	padding-bottom: 17px;
}

.padding-bottom-16px {
	padding-bottom: 16px;
}

.padding-bottom-15px {
	padding-bottom: 15px;
}

.padding-bottom-14px {
	padding-bottom: 14px;
}

.padding-bottom-13px {
	padding-bottom: 13px;
}

.padding-bottom-12px {
	padding-bottom: 12px;
}

.padding-bottom-11px {
	padding-bottom: 11px;
}

.padding-bottom-10px {
	padding-bottom: 10px;
}

.padding-bottom-9px {
	padding-bottom: 9px;
}

.padding-bottom-8px {
	padding-bottom: 8px;
}

.padding-bottom-7px {
	padding-bottom: 7px;
}

.padding-bottom-6px {
	padding-bottom: 6px;
}

.padding-bottom-5px {
	padding-bottom: 5px;
}

.padding-bottom-4px {
	padding-bottom: 4px;
}

.padding-bottom-3px {
	padding-bottom: 3px;
}

.padding-bottom-2px {
	padding-bottom: 2px;
}

.padding-bottom-1px {
	padding-bottom: 1px;
}

.padding-bottom-0px {
	padding-bottom: 0px;
}

.padding-left-15px {
	padding-left: 15px;
}

.padding-left-14px {
	padding-left: 14px;
}

.padding-left-10px {
	padding-left: 10px;
}

.padding-left-8px {
	padding-left: 8px;
}

.padding-left-6px {
	padding-left: 6px;
}

.padding-left-5px {
	padding-left: 6px;
}

.padding-left-4px {
	padding-left: 4px;
}

.padding-left-3px {
	padding-left: 4px;
}

.padding-left-2px {
	padding-left: 2px;
}

.padding-left-0px {
	padding-left: 0px;
}

.padding-right-15px {
	padding-right: 15px;
}

.padding-right-10px {
	padding-right: 10px;
}

.padding-right-8px {
	padding-right: 8px;
}

.padding-right-6px {
	padding-right: 6px;
}

.padding-right-5px {
	padding-right: 6px;
}

.padding-right-4px {
	padding-right: 4px;
}

.padding-right-2px {
	padding-right: 2px;
}

.padding-right-0px {
	padding-right: 0px;
}

/* , input[type="text"] */
.input {
	font-family: Arial, Helvetica, sans-serif, Trebuchet MS, Lucida Sans Unicode;
	font-size: 12px;
	/* background-color:#EEEEEE; */
	/* border: 1px solid #666666; */
	background-color:#F3F3F3;
	border:1px solid #7F9DB9;
	padding:2px 2px 2px 2px;
	margin:1px;
}

input.read{
  background-color: #FFFFFF;
}

input.blank {
	border: 0px;
	margin:0px;
	background-color: ;
}

input.grid {
	border: 0px;
	margin:0px;
}


.textbox {
	padding: 1px 3px 1px 3px;
	line-height: 12px;
}

/* , input[type="checkbox"], input[type="radio"] */
input.checkbox, input.radio {
	background: none;
	/* background-color:#FFFFFF; */
	border: 0px;
}

input.checkbox10 {
	background: none;
	/* background-color:#FFFFFF; */
	#border: 0px;
	margin: 0px;
	padding: 0px;
	width: 10px;
	height: 10px;
	#width: 16px;
	#height: 16px;
}


input.checkbox13 {
	background: none;
	/* background-color:#FFFFFF; */
	#border: 0px;
	margin: 0px;
	padding: 0px;
	width: 13px;
	height: 13px;
	#width: 18px;
	#height: 18px;
}

input.checkbox15 {
	background: none;
	/* background-color:#FFFFFF; */
	#border: 0px;
	margin: 0px;
	padding: 0px;
	width: 15px;
	height: 15px;
	#width: 21px;
	#height: 21px;
}

input.checkbox16 {
	background: none;
	/* background-color:#FFFFFF; */
	#border: 0px;
	margin: 0px;
	padding: 0px;
	width: 16px;
	height: 16px;
	#width: 22px;
	#height: 22px;
}

input.checkbox20 {
	background: none;
	/* background-color:#FFFFFF; */
	#border: 0px;
	margin: 0px;
	padding: 0px;
	width: 20px;
	height: 20px;
	#width: 26px;
	#height: 26px;
}

input.checkbox30 {
	background: none;
	/* background-color:#FFFFFF; */
	#border: 0px;
	margin: 0px;
	padding: 0px;
	width: 30px;
	height: 30px;
	#width: 36px;
	#height: 36px;
}

select {
	font-family: Arial, Helvetica, sans-serif, Trebuchet MS, Lucida Sans Unicode;
	font-size: 12px;
	/* background-color:#EEEEEE; */
	/* border: 1px solid #666666; */
	background-color:#F3F3F3;
	border:1px solid #7F9DB9;
	padding:2px 2px 2px 2px;
	margin:1px;
}

textarea {
	font-family: Arial, Helvetica, sans-serif, Trebuchet MS, Lucida Sans Unicode;
	font-size: 12px;
	/* background-color:#EEEEEE; */
	/* border: 1px solid #666666; */
	background-color:#F3F3F3;
	border:1px solid #7F9DB9;
	padding:2px 2px 2px 2px;
	margin:1px;
}

div.Laporan{
	float:left;
}

br.Laporan{
	clear:both;
}

div.Laporan ul{
	list-style-type:square;
}

div.Laporan > ul{
	margin-left:10px;
}

div.Laporan > ul > li > span{
	font-weight:bold;
}

div.Laporan a{
	text-align: left;
	background: #fff;
	color: #333;
}

div.Laporan a:hover{
	cursor: pointer;
	color:#000;
	text-decoration:underline;
}

fieldset.Surat{
}

table.Surat td.div{
	background-color:#ffffff;
	text-align:right;
	font-weight:bold;
	font-size:1em;
}

table.Surat td.total{
	background-color:#ffffff;
	text-align:right;
	font-weight:bold;
	font-size:1em;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
}

table.Surat td.divt{
	border-top:1px solid #000000;
}

table.Surat td.divb{
	border-bottom:1px solid #000000;
}

fieldset.Laporan th{
	border:0;
}

fieldset.Laporan td{
	font-size:0.9em;
}

table.Laporan th:nth-child(even), table.Laporan td:nth-child(even){
	background-color:#eeeeff;
}

table.Laporan tr td{
	border-top:1px solid #ddddee;
}

table.Laporan td.jab{
	background-color:#ffffff;
	text-align:left;
	font-weight:bold;
	font-size:1em;
}

table.Laporan td.div{
	background-color:#ffffff;
	text-align:right;
	font-weight:bold;
	font-size:1em;
}

table.Laporan td.total{
	background-color:#ffffff;
	text-align:right;
	font-weight:bold;
	font-size:1em;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
}

table.Laporan td.totalc{
	background-color:#ffffff;
	text-align:center;
	font-weight:bold;
	font-size:1em;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
}

.Cetak{
	position:fixed;
	top:0px;
	right:0px;
	z-index:1;
}

.TxTCounter {
	background-color: #FFFFFF;
	color: #666666;
	border: 0px solid #666666;
	width: 10em;
	font-size: 11px;
	margin:0px;
}

.Mandatory {
	/*font-weight: bold;*/
	color: #990000;
}

.EitherOne {
	/*font-weight: bold;*/
	color: #003366;
}

.ReadOnly {
	background-color:#FFFFBB;
}

.BtnDefaultX {
	font: bold 12px Arial, Helvetica, sans-serif, Trebuchet MS, Lucida Sans Unicode;
	color: #FFFFFF;
	background: url(../img/button-bg-blue.gif) repeat;
	border: 1px solid #38598C;
	height: 24px;
	text-align: center;
	cursor: pointer;
}

.BtnDefaultBlueX {
	font: bold 12px Arial, Helvetica, sans-serif, Trebuchet MS, Lucida Sans Unicode;
	color: #FFFFFF;
	background: url(../img/button-bg-blue.gif) repeat;
	border: 1px solid #38598C;
	height: 24px;
	text-align: center;
	cursor: pointer;
}

.BtnDefaultRedX {
	color: #FFFFFF;
	background: url(../img/button-bg-red.gif) repeat;
	border: 1px solid #990000;
	height: 24px;
	text-align: center;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS", "Lucida Sans Unicode";
	font-size: 12px;
	font-weight: bold;
}

.BtnDefaultGreenX {
	color: #FFFFFF;
	background: url(../img/button-bg-green.gif) repeat;
	border: 1px solid #006600;
	height: 24px;
	text-align: center;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS", "Lucida Sans Unicode";
	font-size: 12px;
	font-weight: bold;
}

.BtnDefaultYellow {
	color: #FFFFFF;
	background: url(../img/button-bg-yellow.gif) repeat;
	border: 1px solid #FFFF00;
	height: 24px;
	text-align: center;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS", "Lucida Sans Unicode";
	font-size: 12px;
	font-weight: bold;
}

.BtnDefaultOrange {
	color: #FFFFFF;
	background: url(../img/button-bg-orange.gif) repeat;
	border: 1px solid #FFCC00;
	height: 24px;
	text-align: center;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS", "Lucida Sans Unicode";
	font-size: 12px;
	font-weight: bold;
}

input.button80 {
	background-image: url(../img/plat-button80.png);
	height: 23px;
	width: 80px;
	border: 1px outset #4774B9;
	cursor: pointer;
	background-position: center center;
	font-family: Arial, Helvetica, sans-serif, Trebuchet MS, Lucida Sans Unicode;
	font-size: 11px;
	font-weight: bold;
	color: #003333;
	text-align: center;
	text-transform: uppercase;
}

input.button90 {
	background-image: url(../img/plat-button90.png);
	height: 23px;
	width: 90px;
	border: 1px outset #4774B9;
	cursor: pointer;
	background-position: center center;
	font-family: Arial, Helvetica, sans-serif, Trebuchet MS, Lucida Sans Unicode;
	font-size: 11px;
	font-weight: bold;
	color: #003333;
	text-align: center;
	text-transform: uppercase;
}

input.button100 {
	background-image: url(../img/plat-button100.png);
	height: 23px;
	width: 100px;
	border: 1px outset #4774B9;
	cursor: pointer;
	background-position: center center;
	font-family: Arial, Helvetica, sans-serif, Trebuchet MS, Lucida Sans Unicode;
	font-size: 11px;
	font-weight: bold;
	color: #003333;
	text-align: center;
	text-transform: uppercase;
}

input.button120 {
	background-image: url(../img/plat-button120.png);
	height: 23px;
	width: 120px;
	border: 1px outset #4774B9;
	cursor: pointer;
	background-position: center center;
	font-family: Arial, Helvetica, sans-serif, Trebuchet MS, Lucida Sans Unicode;
	font-size: 11px;
	font-weight: bold;
	color: #003333;
	text-align: center;
	text-transform: uppercase;
}

input.button140 {
	background-image: url(../img/plat-button140.png);
	height: 23px;
	width: 140px;
	border: 1px outset #4774B9;
	cursor: pointer;
	background-position: center center;
	font-family: Arial, Helvetica, sans-serif, Trebuchet MS, Lucida Sans Unicode;
	font-size: 11px;
	font-weight: bold;
	color: #003333;
	text-align: center;
	text-transform: uppercase;
}

input.blank {
	background-color:#FFFFFF;
	height: 19px;
	padding: 0px;
	margin: 0px;
	border: none;
	font-family: Arial, Helvetica, sans-serif, Trebuchet MS, Lucida Sans Unicode;
	font-size: 11px;
	font-weight: bold;
	color: #003333;
	text-align: center;
	text-transform: uppercase;
	clear: none;
}

input.display {
	background-color:#FFFFFF;
	padding: 0px;
	margin: 0px;
	border: none;
	font-family: Arial, Helvetica, sans-serif, Trebuchet MS, Lucida Sans Unicode;
}
.BtnAddAll {
	border: 2px outset #4774B9;
	width: 25px;
	height: 25px;
	cursor: pointer;
	background-image: url(../img/button-rightall.png);
	background-repeat: repeat-x;
	background-position: center center;
}

.BtnAddOne {
	border: 2px outset #4774B9;
	width: 25px;
	height: 25px;
	cursor: pointer;
	background-image: url(../img/button-right.png);
	background-repeat: repeat-x;
	background-position: center center;
}

.BtnRemoveAll {
	border: 2px outset #4774B9;
	width: 25px;
	height: 25px;
	cursor: pointer;
	background-image: url(../img/button-leftall.png);
	background-repeat: repeat-x;
	background-position: center center;
}

.BtnRemoveOne {
	border: 2px outset #4774B9;
	width: 25px;
	height: 25px;
	cursor: pointer;
	background-image: url(../img/button-left.png);
	background-repeat: repeat-x;
	background-position: center center;
}

.BoxBlueTopLeft {
	background-image: url(../img/boxblue-top-left.gif);
	background-repeat: no-repeat;
	height: 22px;
	width: 7px;
}

.BoxBlueTop {
	background-image: url(../img/boxblue-top.gif);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif, Trebuchet MS, Lucida Sans Unicode;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-indent: 20px;
}

.BoxBlueTopRight {
	background-image: url(../img/boxblue-top-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 22px;
	width: 8px;
}

.BoxBlueLeft {
	background-image: url(../img/boxblue-left.gif);
	background-repeat: repeat-y;
	background-position: right top;
	width: 7px;
}
.BoxBlueContent {
	/* background-image: url(../img/boxblue-content.gif); */
	background-repeat: repeat;
	font-size: 12px;
	color: #000000;
}
.BoxBlueRight {
	background-image: url(../img/boxblue-right.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 8px;
}
.BoxBlueBottomLeft {
	background-image: url(../img/boxblue-bottom-left.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 8px;
	width: 7px;
}
.BoxBlueBottom {
	background-image: url(../img/boxblue-bottom.gif);
	background-repeat: repeat-x;
	background-position: center top;
	height: 8px;
}
.BoxBlueBottomRight {
	background-image: url(../img/boxblue-bottom-right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 8px;
	width: 8px;
}


.BoxDarkBlueHeaderLeft {
	background-image: url(../img/boxdarkblue-header-left.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 18px;
}
.BoxDarkBlueHeaderMiddle {
	background-image: url(../img/boxdarkblue-header-middle.gif);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif, Trebuchet MS, Lucida Sans Unicode;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
.BoxDarkBlueHeaderRight {
	background-image: url(../img/boxdarkblue-header-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 27px;
	width: 18px;
}

.BoxDarkBlueTopLeft {
	background-image: url(../img/boxdarkblue-top-left.gif);
	background-repeat: no-repeat;
	height: 19px;
	width: 18px;
}
.BoxDarkBlueTop {
	background-image: url(../img/boxdarkblue-top.gif);
	background-repeat: repeat-x;
	background-position: center top;
	height: 19px;
}
.BoxDarkBlueTopRight {
	background-image: url(../img/boxdarkblue-top-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 19px;
	width: 18px;
}
.BoxDarkBlueLeft {
	background-image: url(../img/boxdarkblue-left.gif);
	background-repeat: repeat-y;
	background-position: right top;
	width: 18px;
}
.BoxDarkBlueContent {
	/* background-image: url(../img/boxdarkblue-content.gif); */
	background-repeat: repeat;
	color: #000000;
}
.BoxDarkBlueRight {
	background-image: url(../img/boxdarkblue-right.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 18px;
}
.BoxDarkBlueBottomLeft {
	background-image: url(../img/boxdarkblue-bottom-left.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 19px;
	width: 18px;
}
.BoxDarkBlueBottom {
	background-image: url(../img/boxdarkblue-bottom.gif);
	background-repeat: repeat-x;
	background-position: center top;
	height: 19px;
}
.BoxDarkBlueBottomRight {
	background-image: url(../img/boxdarkblue-bottom-right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 19px;
	width: 18px;
}

.Opacity100 {
	opacity: 1.00;
	filter: alpha(opacity=100);
}

.Opacity90 {
	opacity: .90;
	filter: alpha(opacity=90);
}

.Opacity80 {
	opacity: .80;
	filter: alpha(opacity=80);
}

.Opacity70 {
	opacity: .70;
	filter: alpha(opacity=70);
}

.Opacity60 {
	opacity: .60;
	filter: alpha(opacity=60);
}

.Opacity50 {
	opacity: .50;
	filter: alpha(opacity=50);
}

.Opacity40 {
	opacity: .40;
	filter: alpha(opacity=40);
}

.Opacity30 {
	opacity: .30;
	filter: alpha(opacity=30);
}

.Opacity20 {
	opacity: .20;
	filter: alpha(opacity=20);
}

.Opacity10 {
	opacity: .10;
	filter: alpha(opacity=10);
}

.Opacity0 {
	opacity: 0.0;
	filter: alpha(opacity=0);
}

.Invisible {
	visibility: hidden;
}

.Visible {
	visibility: visible;
}

.Collapse {
	visibility: collapse;
}

input.PlatSah {
	border: 1px outset #4774B9;
	width: 82px;
	height: 22px;
	cursor: pointer;
	background-image: url(../img/plat-sah.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

input.PlatSahAgih {
	border: 1px outset #4774B9;
	width: 82px;
	height: 22px;
	cursor: pointer;
	background-image: url(../img/plat-sah-agih.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

input.PlatLiveEditor {
	border: 1px outset #4774B9;
	width: 82px;
	height: 22px;
	cursor: pointer;
	background-image: url(../img/plat-live-editor.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

input.PlatExcel {
	border: 1px outset #4774B9;
	width: 82px;
	height: 22px;
	cursor: pointer;
	background-image: url(../img/plat-excel.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

input.PlatPDF {
	border: 1px outset #4774B9;
	width: 82px;
	height: 22px;
	cursor: pointer;
	background-image: url(../img/plat-pdf.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

input.PlatPadam {
	border: 1px outset #4774B9;
	width: 82px;
	height: 22px;
	cursor: pointer;
	background-image: url(../img/plat-padam.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

input.PlatPenyata {
	border: 1px outset #4774B9;
	width: 82px;
	height: 22px;
	cursor: pointer;
	background-image: url(../img/plat-penyata.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

input.PlatPapar {
	border: 1px outset #4774B9;
	width: 82px;
	height: 22px;
	cursor: pointer;
	background-image: url(../img/plat-papar.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

input.PlatReview {
	border: 1px outset #4774B9;
	width: 82px;
	height: 22px;
	cursor: pointer;
	background-image: url(../img/plat-review.png);
	background-repeat: repeat-x;
	background-position: bottom;
}



input.SBtnKunci {
	border: 1px outset #4774B9;
	width: 22px;
	height: 22px;
	cursor: pointer;
	background-image: url(../img/s-btn-kunci.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

input.SBtnKanta {
	border: 1px outset #4774B9;
	width: 22px;
	height: 22px;
	cursor: pointer;
	background-image: url(../img/s-btn-kanta.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

input.SBtnEdit {
	border: 1px outset #4774B9;
	width: 22px;
	height: 22px;
	cursor: pointer;
	background-image: url(../img/s-btn-edit.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

input.SBtnAdd {
	border: 1px outset #4774B9;
	width: 22px;
	height: 22px;
	cursor: pointer;
	background-image: url(../img/s-btn-add.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

input.SBtnRemove {
	border: 1px outset #4774B9;
	width: 22px;
	height: 22px;
	cursor: pointer;
	background-image: url(../img/s-btn-remove.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

input.SBtnDelete {
	border: 1px outset #4774B9;
	width: 22px;
	height: 22px;
	cursor: pointer;
	background-image: url(../img/s-btn-delete.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

input.SBtnLoading {
	border: 1px outset #4774B9;
	width: 22px;
	height: 22px;
	cursor: pointer;
	background-image: url(../img/s-btn-loading.gif);
	background-repeat: repeat-x;
	background-position: center center;
	background-color: #CCCCCC;
}

input.SBtnLoading19 {
	border: 1px outset #4774B9;
	width: 22px;
	height: 22px;
	cursor: pointer;
	background-image: url(../img/s-btn-loading19.gif);
	background-repeat: repeat-x;
	background-position: center center;
	background-color: #CCCCCC;
}

input.SBtnStop {
	border: 1px outset #4774B9;
	width: 22px;
	height: 22px;
	cursor: pointer;
	background-image: url(../img/s-btn-stop.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

input.SBtnProses {
	border: 1px outset #4774B9;
	width: 22px;
	height: 22px;
	cursor: pointer;
	background-image: url(../img/s-btn-proses.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

input.SBtnDokumen {
	border: 1px outset #4774B9;
	width: 22px;
	height: 22px;
	cursor: pointer;
	background-image: url(../img/s-btn-dokumen.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

input.SBtnBukuTulis {
	border: 1px outset #4774B9;
	width: 22px;
	height: 22px;
	cursor: pointer;
	background-image: url(../img/s-btn-buku-tulis.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

input.SBtnSemak {
	border: 1px outset #4774B9;
	width: 22px;
	height: 22px;
	cursor: pointer;
	background-image: url(../img/s-btn-semak.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

input.SBtnMangga {
	border: 1px outset #4774B9;
	width: 22px;
	height: 22px;
	cursor: pointer;
	background-image: url(../img/s-btn-mangga.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

input.SBtnChecked {
	border: 1px outset #4774B9;
	width: 22px;
	height: 22px;
	cursor: pointer;
	background-image: url(../img/s-btn-checked.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

input.SBtnPrev {
	border: 1px outset #4774B9;
	width: 22px;
	height: 22px;
	cursor: pointer;
	background-image: url(../img/s-btn-prev.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

input.SBtnNext {
	border: 1px outset #4774B9;
	width: 22px;
	height: 22px;
	cursor: pointer;
	background-image: url(../img/s-btn-next.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

input.SBtnUp {
	border: 1px outset #4774B9;
	width: 22px;
	height: 22px;
	cursor: pointer;
	background-image: url(../img/s-btn-up.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

input.SBtnDown {
	border: 1px outset #4774B9;
	width: 22px;
	height: 22px;
	cursor: pointer;
	background-image: url(../img/s-btn-down.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

input.SBtnPrint {
	border: 1px outset #4774B9;
	width: 22px;
	height: 22px;
	cursor: pointer;
	background-image: url(../img/s-btn-print.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

input.SBtnGoBlue {
	border: 1px outset #4774B9;
	width: 22px;
	height: 22px;
	cursor: pointer;
	background-image: url(../img/s-btn-goblue.png);
	background-repeat: repeat-x;
	background-position: bottom;
}


input.SBtnCalendar {
	border: 1px outset #4774B9;
	width: 22px;
	height: 22px;
	cursor: pointer;
	background-image: url(../img/s-btn-calendar.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

input.SBtnSynchro {
	border: 1px outset #4774B9;
	width: 22px;
	height: 22px;
	cursor: pointer;
	background-image: url(../img/s-btn-synchro.png);
	background-repeat: repeat-x;
	background-position: bottom;
}


input.SBtnLulus {
	border: 1px outset #4774B9;
	width: 22px;
	height: 22px;
	cursor: pointer;
	background-image: url(../img/s-btn-lulus.png);
	background-repeat: repeat-x;
	background-position: bottom;
}


input.SBtnTulis {
	border: 1px outset #4774B9;
	width: 22px;
	height: 22px;
	cursor: pointer;
	background-image: url(../img/s-btn-tulis.png);
	background-repeat: repeat-x;
	background-position: bottom;
}


input.SBtnNotis {
	border: 1px outset #4774B9;
	width: 22px;
	height: 22px;
	cursor: pointer;
	background-image: url(../img/s-btn-notis.png);
	background-repeat: repeat-x;
	background-position: bottom;
}


input.SBtnLesen {
	border: 1px outset #4774B9;
	width: 22px;
	height: 22px;
	cursor: pointer;
	background-image: url(../img/s-btn-lesen.png);
	background-repeat: repeat-x;
	background-position: bottom;
}


input.SBtnUpload {
	border: 1px outset #4774B9;
	width: 22px;
	height: 22px;
	cursor: pointer;
	background-image: url(../img/s-btn-upload.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

input.SBtnDownload {
	border: 1px outset #4774B9;
	width: 22px;
	height: 22px;
	cursor: pointer;
	background-image: url(../img/s-btn-download.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

input.SBtnBlank {
	border: 1px outset #4774B9;
	width: 22px;
	height: 22px;
	cursor: pointer;
	background-image: url(../img/blank.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

input.SBtnHit {
	border: 1px outset #4774B9;
	width: 22px;
	height: 22px;
	cursor: pointer;
	background-image: url(../img/s-btn-hit.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

input.IconBlank {
	background-image: url(../img/blank.gif);
	height: 32px;
	width: 32px;
	border: 1px outset #666666;
	cursor: pointer;
	background-position: center center;
}

input.IconTukar {
	background-image: url(../img/ico-tukar.png);
	height: 32px;
	width: 32px;
	border: 1px outset #666666;
	cursor: pointer;
	background-position: center center;
}

input.IconConfig {
	background-image: url(../img/ico-config.png);
	height: 32px;
	width: 32px;
	border: 1px outset #666666;
	cursor: pointer;
	background-position: center center;
}

input.IconNotis {
	background-image: url(../img/ico-notis.png);
	height: 32px;
	width: 32px;
	border: 1px outset #666666;
	cursor: pointer;
	background-position: center center;
}

input.IconUserBlue {
	background-image: url(../img/ico-userblue.png);
	height: 32px;
	width: 32px;
	border: 1px outset #666666;
	cursor: pointer;
	background-position: center center;
}

input.IconUbah {
	background-image: url(../img/ico-ubah.png);
	height: 32px;
	width: 32px;
	border: 1px outset #666666;
	cursor: pointer;
	background-position: center center;
}

input.IconOrganisasi {
	background-image: url(../img/ico-organisasi.png);
	height: 32px;
	width: 32px;
	border: 1px outset #666666;
	cursor: pointer;
	background-position: center center;
}

input.IconUserBlack {
	background-image: url(../img/ico-userblack.png);
	height: 32px;
	width: 32px;
	border: 1px outset #666666;
	cursor: pointer;
	background-position: center center;
}

input.IconMail {
	background-image: url(../img/ico-mail.png);
	height: 32px;
	width: 32px;
	border: 1px outset #666666;
	cursor: pointer;
	background-position: center center;
}

input.IconJana {
	background-image: url(../img/ico-jana.png);
	height: 32px;
	width: 32px;
	border: 1px outset #666666;
	cursor: pointer;
	background-position: center center;
}

input.IconGoBlue {
	background-image: url(../img/ico-goblue.png);
	height: 32px;
	width: 32px;
	border: 1px outset #666666;
	cursor: pointer;
	background-position: center center;
}
input.SBtnBual {
		border: 1px outset #4774B9;
	width: 22px;
	height: 22px;
	cursor: pointer;
	background-image: url(../img/ico-bual.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

input.PlatTutup {
	background-image: url(../img/plat-tutup.png);
	height: 23px;
	width: 74px;
	border: 1px outset #4774B9;
	cursor: pointer;
	background-position: center center;
}

input.PlatCetak {
	background-image: url(../img/plat-cetak.png);
	height: 23px;
	width: 74px;
	border: 1px outset #4774B9;
	cursor: pointer;
	background-position: center center;
}

input.PlatSebelum {
	background-image: url(../img/plat-sebelum.png);
	height: 23px;
	width: 74px;
	border: 1px outset #4774B9;
	cursor: pointer;
	background-position: center center;
}

input.PlatSelepas {
	background-image: url(../img/plat-selepas.png);
	height: 23px;
	width: 74px;
	border: 1px outset #4774B9;
	cursor: pointer;
	background-position: center center;
}



.IcoCode {
	background-image: url(../img/ico-code.png);
	background-repeat: no-repeat;
	background-position: center center;
	border: 0px;
	height: 32px;
	width: 32px;
}


.IcoApply {
	background-image: url(../img/ico-apply.png);
	background-repeat: no-repeat;
	background-position: center center;
	border: 0px;
	height: 32px;
	width: 32px;
}

.IcoStatus {
	background-image: url(../img/ico-status.png);
	background-repeat: no-repeat;
	background-position: center center;
	border: 0px;
	height: 32px;
	width: 32px;
}

input.BtnDaftar {
	background-image: url(../img/btn-daftar.png);
	height: 60px;
	width: 60px;
	border: 1px outset #4774B9;
	cursor: pointer;
	background-position: center center;
}

.cursor-pointer {
	cursor: pointer;
}

.cursor-default {
	cursor:default;
}

.TblHeader {
	font-weight: bold;
	color: #990000;
	background-image: url(../img/bar-on.png);
	text-align: center;
	text-transform: uppercase;
	/* border: 1px groove #666666; */
}

.TblHeader-right {
	font-weight: bold;
	color: #990000;
	background-image: url(../img/bar-on.png);
	text-align: right;
	text-transform: uppercase;
	/* border: 1px groove #666666; */
}

.TblHeader-left {
	font-weight: bold;
	color: #990000;
	background-image: url(../img/bar-on.png);
	text-align: left;
	text-transform: uppercase;
	/* border: 1px groove #666666; */
}

.TblHeader-11px {
	font-size: 11px;
	font-weight: bold;
	color: #990000;
	background-image: url(../img/bar-on.png);
	text-align: center;
	text-transform: uppercase;
	/* border: 1px groove #666666; */
}

.TblHeader-11px-right {
	font-size: 11px;
	font-weight: bold;
	color: #990000;
	background-image: url(../img/bar-on.png);
	text-align: right;
	text-transform: uppercase;
	/* border: 1px groove #666666; */
}

.TblHeader-11px-left {
	font-size: 11px;
	font-weight: bold;
	color: #990000;
	background-image: url(../img/bar-on.png);
	text-align: left;
	text-transform: uppercase;
	/* border: 1px groove #666666; */
}

.TblHeader01 {
	font-weight: bold;
	color: #990000;
	background-image: url(../img/bar-on-60.png);
	text-align: center;
	text-transform: uppercase;
	/* border: 1px groove #666666; */
}

.TblHeader01-right {
	font-weight: bold;
	color: #990000;
	background-image: url(../img/bar-on-60.png);
	text-align: right;
	text-transform: uppercase;
	/* border: 1px groove #666666; */
}

.TblHeader01-left {
	font-weight: bold;
	color: #990000;
	background-image: url(../img/bar-on-60.png);
	text-align: left;
	text-transform: uppercase;
	/* border: 1px groove #666666; */
}

.TblHeader01-11px {
	font-size: 11px;
	font-weight: bold;
	color: #990000;
	background-image: url(../img/bar-on-60.png);
	text-align: center;
	text-transform: uppercase;
	/* border: 1px groove #666666; */
}

.TblHeader01-11px-right {
	font-size: 11px;
	font-weight: bold;
	color: #990000;
	background-image: url(../img/bar-on-60.png);
	text-align: right;
	text-transform: uppercase;
	/* border: 1px groove #666666; */
}

.TblHeader01-11px-left {
	font-size: 11px;
	font-weight: bold;
	color: #990000;
	background-image: url(../img/bar-on-60.png);
	text-align: left;
	text-transform: uppercase;
	/* border: 1px groove #666666; */
}

.TblHeader02 {
	font-weight: bold;
	color: #CC3333;
	background-image: url(../img/bar-on-34.png);
	text-align: center;
	text-transform: uppercase;
	/* border: 1px groove #666666; */
}

.TblHeader02-right {
	font-weight: bold;
	color: #CC3333;
	background-image: url(../img/bar-on-34.png);
	text-align: right;
	text-transform: uppercase;
	/* border: 1px groove #666666; */
}

.TblHeader02-left {
	font-weight: bold;
	color: #CC3333;
	background-image: url(../img/bar-on-34.png);
	text-align: left;
	text-transform: uppercase;
	/* border: 1px groove #666666; */
}

.TblHeader02-11px {
	font-size: 11px;
	font-weight: bold;
	color: #CC3333;
	background-image: url(../img/bar-on-34.png);
	text-align: center;
	text-transform: uppercase;
	/* border: 1px groove #666666; */
}

.TblHeader02-11px-right {
	font-size: 11px;
	font-weight: bold;
	color: #CC3333;
	background-image: url(../img/bar-on-34.png);
	text-align: right;
	text-transform: uppercase;
	/* border: 1px groove #666666; */
}

.TblHeader02-11px-left {
	font-size: 11px;
	font-weight: bold;
	color: #CC3333;
	background-image: url(../img/bar-on-34.png);
	text-align: left;
	text-transform: uppercase;
	/* border: 1px groove #666666; */
}

.TblHeader03 {
	font-weight: bold;
	color: #990000;
	background-image: url(../img/bar-on-100.png);
	text-align: center;
	text-transform: uppercase;
	/* border: 1px groove #666666; */
}

.TblHeader03-right {
	font-weight: bold;
	color: #990000;
	background-image: url(../img/bar-on-100.png);
	text-align: right;
	text-transform: uppercase;
	/* border: 1px groove #666666; */
}

.TblHeader03-left {
	font-weight: bold;
	color: #990000;
	background-image: url(../img/bar-on-100.png);
	text-align: left;
	text-transform: uppercase;
	/* border: 1px groove #666666; */
}

.TblHeader04 {
	font-weight: bold;
	color: #990000;
	background-image: url(../img/bar-on-120.png);
	text-align: center;
	text-transform: uppercase;
	/* border: 1px groove #666666; */
}

.TblHeader04-right {
	font-weight: bold;
	color: #990000;
	background-image: url(../img/bar-on-120.png);
	text-align: right;
	text-transform: uppercase;
	/* border: 1px groove #666666; */
}

.TblHeader04-left {
	font-weight: bold;
	color: #990000;
	background-image: url(../img/bar-on-120.png);
	text-align: left;
	text-transform: uppercase;
	/* border: 1px groove #666666; */
}


.TblSubHeader01 {
	font-weight: bold;
	color: #003399;
	background-image: url(../img/bar-on-60.png);
	text-align: center;
	text-transform: uppercase;
	/* border: 1px groove #666666; */
}

.TblSubHeader01-right {
	font-weight: bold;
	color: #003399;
	background-image: url(../img/bar-on-60.png);
	text-align: right;
	text-transform: uppercase;
	padding-right: 10px;	/* border: 1px groove #666666; */
}

.TblSubHeader01-left {
	font-weight: bold;
	color: #003399;
	background-image: url(../img/bar-on-60.png);
	text-align: left;
	text-transform: uppercase;
	padding-left: 10px;	/* border: 1px groove #666666; */
}

.TblSubHeader01-11px {
	font-size: 11px;
	font-weight: bold;
	color: #003399;
	background-image: url(../img/bar-on-60.png);
	text-align: center;
	text-transform: uppercase;
	/* border: 1px groove #666666; */
}

.TblSubHeader01-11px-right {
	font-size: 11px;
	font-weight: bold;
	color: #003399;
	background-image: url(../img/bar-on-60.png);
	text-align: right;
	text-transform: uppercase;
	padding-right: 10px;	/* border: 1px groove #666666; */
}

.TblSubHeader01-11px-left {
	font-size: 11px;
	font-weight: bold;
	color: #003399;
	background-image: url(../img/bar-on-60.png);
	text-align: left;
	text-transform: uppercase;
	padding-left: 10px;	/* border: 1px groove #666666; */
}

.TblSubHeader02 {
	font-weight: bold;
	color: #663399;
	background-image: url(../img/db-bg-ringkasan-aktvt.png);
	text-align: center;
	text-transform: uppercase;
	/* border: 1px groove #666666; */
}

.TblSubHeader02-right {
	font-weight: bold;
	color: #663399;
	background-image: url(../img/db-bg-ringkasan-aktvt.png);
	text-align: right;
	text-transform: uppercase;
	padding-right: 10px;	/* border: 1px groove #666666; */
}

.TblSubHeader02-left {
	font-weight: bold;
	color: #663399;
	background-image: url(../img/db-bg-ringkasan-aktvt.png);
	text-align: left;
	text-transform: uppercase;
	padding-left: 10px;	/* border: 1px groove #666666; */
}

.TblSubHeader02-11px {
	font-size: 11px;
	font-weight: bold;
	color: #663399;
	background-image: url(../img/db-bg-ringkasan-aktvt.png);
	text-align: center;
	text-transform: uppercase;
	/* border: 1px groove #666666; */
}

.TblSubHeader02-11px-right {
	font-size: 11px;
	font-weight: bold;
	color: #663399;
	background-image: url(../img/db-bg-ringkasan-aktvt.png);
	text-align: right;
	text-transform: uppercase;
	padding-right: 10px;	/* border: 1px groove #666666; */
}

.TblSubHeader02-11px-left {
	font-size: 11px;
	font-weight: bold;
	color: #663399;
	background-image: url(../img/db-bg-ringkasan-aktvt.png);
	text-align: left;
	text-transform: uppercase;
	padding-left: 10px;	/* border: 1px groove #666666; */
}


.TblFooter {
	font-weight: bold;
	color: #CC0000;
	background-image: url(../img/footer-00.png);
	text-align: center;
	text-transform: uppercase;
	/* border: 1px groove #666666; */
}

.TblFooter-right {
	font-weight: bold;
	color: #CC0000;
	background-image: url(../img/footer-00.png);
	text-align: right;
	text-transform: uppercase;
	padding-right: 10px;	/* border: 1px groove #666666; */
}

.TblFooter-left {
	font-weight: bold;
	color: #CC0000;
	background-image: url(../img/footer-00.png);
	text-align: left;
	text-transform: uppercase;
	padding-left: 10px;	/* border: 1px groove #666666; */
}

.TblFooter-11px {
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
	background-image: url(../img/footer-00.png);
	text-align: center;
	text-transform: uppercase;
	/* border: 1px groove #666666; */
}

.TblFooter-11px-right {
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
	background-image: url(../img/footer-00.png);
	text-align: right;
	text-transform: uppercase;
	padding-right: 10px;	/* border: 1px groove #666666; */
}

.TblFooter-11px-left {
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
	background-image: url(../img/footer-00.png);
	text-align: left;
	text-transform: uppercase;
	padding-left: 10px;	/* border: 1px groove #666666; */
}

.TblFooter01 {
	font-weight: bold;
	color: #CC0000;
	background-image: url(../img/footer-01.png);
	text-align: center;
	text-transform: uppercase;
	/* border: 1px groove #666666; */
}

.TblFooter01-right {
	font-weight: bold;
	color: #CC0000;
	background-image: url(../img/footer-01.png);
	text-align: right;
	text-transform: uppercase;
	padding-right: 10px;	/* border: 1px groove #666666; */
}

.TblFooter01-left {
	font-weight: bold;
	color: #CC0000;
	background-image: url(../img/footer-01.png);
	text-align: left;
	text-transform: uppercase;
	padding-left: 10px;	/* border: 1px groove #666666; */
}

.TblFooter01-11px {
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
	background-image: url(../img/footer-01.png);
	text-align: center;
	text-transform: uppercase;
}

.TblFooter01-11px-right {
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
	background-image: url(../img/footer-01.png);
	text-align: right;
	text-transform: uppercase;
	padding-right: 10px;	/* border: 1px groove #666666; */
}

.TblFooter01-11px-left {
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
	background-image: url(../img/footer-01.png);
	text-align: left;
	text-transform: uppercase;
	padding-left: 10px;	/* border: 1px groove #666666; */
}

.TblSubFooter01 {
	font-weight: bold;
	color: #993300;
	background-image: url(../img/footer-01.png);
	text-align: center;
	text-transform: uppercase;
}

.TblSubFooter01-right {
	font-weight: bold;
	color: #993300;
	background-image: url(../img/footer-01.png);
	text-align: right;
	text-transform: uppercase;
	padding-right: 10px;
}

.TblSubFooter01-left {
	font-weight: bold;
	color: #993300;
	background-image: url(../img/footer-01.png);
	text-align: left;
	text-transform: uppercase;
	padding-left: 10px;
}

.TblSubFooter01-11px {
	font-size: 11px;
	font-weight: bold;
	color: #993300;
	background-image: url(../img/footer-01.png);
	text-align: center;
	text-transform: uppercase;
	/* border: 1px groove #666666; */
}

.TblSubFooter01-11px-right {
	font-size: 11px;
	font-weight: bold;
	color: #993300;
	background-image: url(../img/footer-01.png);
	text-align: right;
	text-transform: uppercase;
	padding-right: 10px;	/* border: 1px groove #666666; */
}

.TblSubFooter01-11px-left {
	font-size: 11px;
	font-weight: bold;
	color: #993300;
	background-image: url(../img/footer-01.png);
	text-align: left;
	text-transform: uppercase;
	padding-left: 10px;	/* border: 1px groove #666666; */
}

.DashBoard-RingkasanAktvt-bg{
	background-image: url(../img/db-bg-ringkasan-aktvt.png);
}

.DashBoard-RingkasanAktvt-bg-down{
	background-image: url(../img/db-bg-ringkasan-aktvt.png);
}


.DashBoard-RingkasanAktvt-bg-on{
	background-image: url(../img/db-bg-ringkasan-aktvt-on.png);
}

.DashBoard-RingkasanAktvt-Customer-Desc{
	/* height: 56px; */
	height: 80px;
	width: 250px;
}

.DashBoard-RingkasanAktvt-Admin-Desc{
	height: 80px;
	width: 250px;
}

.DashBoard-RingkasanAktvt-Agensi-Desc{
	height: 80px;
	width: 250px;
}

.DashBoard-RingkasanAktvt-Count{
	vertical-align: middle;
	text-align: right;
	font-size: 26px;
	font-style: oblique;
	width: 70px;
	padding-right: 10px;
	font-weight: bold;
}

.DashBoard-Notis-bg{
	background-image: url(../img/db-bg-notis.png);
	height: 250px;
	width: 460px;
}

.PageBreakBefore {
	page-break-before: always;
}

.PageBreakAfter {
	page-break-after: always;
}

.PageBreakBoth {
	page-break-before: always;
	page-break-after: always;
}

@media screen {
	.HideOnScreen {
		display: none;
		visibility: hidden;
	}
}

@media print {
	.HideOnPrint {
		display: none;
		visibility: hidden;
	}

}

.speedial-cursor-default {
	background-image: url(../img/db-bg-ringkasan-aktvt.png);
	height: 100px;
	width: 140px;
	border: 1px solid #9999FF;
	color: #000066;
	cursor: default;
}


.speedial {
	background-image: url(../img/db-bg-ringkasan-aktvt.png);
	height: 100px;
	width: 140px;
	border: 1px solid #9999FF;
	color: #000066;
	cursor: pointer;
}

.speedial-hover{
	background-image: url(../img/db-bg-ringkasan-aktvt-on.png);
	height: 100px;
	width: 140px;
	border: 1px solid #9999FF;
	color: #FF0000;
	cursor: pointer;
}

.wizard-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	cursor: pointer;
}

.wizard-header-on {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0099CC;
	cursor: default;
}

.wizard-header-spacer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	width: 30px;
	text-align: center;
}

.wizard-marker {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	font-size: 1px;
	text-align: center;
	background: none
	background-position: center;
	background-repeat: no-repeat;
	height: 5px;
}

.wizard-marker-on {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	font-size: 1px;
	text-align: center;
	background: url(../img/wizard-marker.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 5px;
}

/*********************************************************************************/

#DivAjaxLoadingMask {
	position: absolute;
	z-index: 10000;
	top: 0px;
	left: 0px;
	width: 4000px;
	height: 2000px;
/*	opacity: .1; */
/*	filter: alpha(opacity=20); */
	/* this hack is so it works in IE
	 * I find setting the color in the css gives me more flexibility
	 * than the PNG solution.
	 */
/*	background-color:transparent !important; */
/*	background-color: #000000; */
	/* this hack is for opera support
	 * you can uncomment the background-image if you don't care about opera.
	 * this gives you the flexibility to use any bg color that you want, instead of the png
	 */
/* 	background-image/**//*: url(../img/maskBG.png) !important; // For browsers Moz, Opera, etc. */
/*	background-image:none;
	background-repeat: repeat; */

	display: none;
	visibility: hidden;
}

#ImgAjaxLoadingAnimation{
	position: absolute;
/*	background-color:transparent !important; */
	background-image:none;
	top: 300px;
	left: 295px;
/*	height: 100px;
	width: 100px;  */
	height: 45px;
	width: 119px;
	display:none;
}

$tabs-one {
	margin:0px;
	padding:0px;
	border: 0px solid #000;
}

#tabs-one .list-wrap {
	padding: 0px;
	margin: 0px;
	min-height: 183px
}

#tabs-one .nav {
	overflow: hidden;
	position: relative;
	z-index: 100;
	top: 0px
	margin: 0px;
	padding: 0px;
	border: 0px solid #000000;
}

#tabs-one .nav li {
	padding: 0;
	list-style: none;
	float: left;
	margin: 0 0px 0 0
}

#tabs-one .nav li a {
	width: 150px;
	display: block;
	padding: 4px 0px 4px 0px;
	font: bold 12px Arial,Helvetica,sans-serif;
	color: #fff;
	text-align: center;
	border: 1px solid #333;
	outline-style: none;
	/* background: #666; */
	background: url(../img/organictab-bg-off.gif) repeat-x left top;
	text-decoration: none
}

#tabs-one li a.current, #tabs-one li a.current:hover {
	background: url(../img/organictab-bg-on.gif) repeat-x left top !important;
	color: #333 !important;
	border: 1px solid #333;
	border-bottom-color: #fff;
	cursor: default
}

#tabs-one .nav li a:hover, #tabs-one .nav li a:focus {
	color:#48abdc
}


/******* eFiT Project Customization *****************************************************/

.footer_text {
	color:#FFFFFF;
	font-size:13px;
	text-decoration:none;
	vertical-align:middle;
}

#TblGenamoHeader {
	background:url(../img/genamo_top_bg.jpg) repeat-x;
}

#TblGenamoHeaderSedaLogo {
	background:url(../img/genamo_top_logo.jpg) no-repeat;
	height:52px;
}

#TblGenamoHeaderItems {
	height: 33px;

}

#genamo_subcontent_top {
	background:url(../img/genamo_subcontent_top.jpg) no-repeat;
	height: 300px;
}

#genamo_subcontent_mid {
	background:url(../img/genamo_subcontent_mid.jpg) repeat-y;
}

.genamo-menu {

}

.genamo-menu-group {

}

.genamo-menu-header {
	background:url(../img/genamo_menu_top.jpg) no-repeat;
	width:230px;
	height: 22px;
	color:#FFFFFF;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	padding-top:5px;
	padding-left:15px;
	cursor: pointer;
}

.genamo-menu-header-title {

}

.genamo-menu-detail {
	display: none;
}

.genamo-menu-item {
	background:url(../img/genamo_menu_mid.jpg) repeat-y;
	width: 220px;
	padding: 5px 15px 5px 10px;
}

.genamo-menu-item-bullet {
	padding-top: 3px;
}

.genamo-menu-item-title {
	font-size:12px;
}

.genamo-menu-footer {
	background:url(../img/genamo_menu_bottom.jpg) no-repeat;
	width:245px;
}

/****************************************************************************************/

#sub_content_mid {
	background:url(../img/img_subcontent_mid.jpg) repeat-y;
}

#sub_content_top {
	background:url(../img/img_subcontent_top.jpg) no-repeat;
	height: 300px;
}

.table11 {clear:both;border-collapse:collapse;border:1px solid grey;font:normal;}
		.table11 td,th {border:1px solid grey;padding:4px;}
		.table11 tr {background-color:#001F5B;text-align: center;}
		.row-blue1 {background-color:#C5E0FC;}
		.row-blue2 {background-color:#C5E0FC;font-size:12px;}
		.text_table11_white {color:#FFFFFF;font-size:12px;font-weight:bold;}



.style11 {
	color: #FFFFFF;
}

.error {
	border:1px solid red;
}
.errorInputBlue { border:1px solid blue; }
.errorInput { border:1px solid red; }
.errorInput select { border:1px solid red; background-color: red; color: white; }