BODY, TD {
	font-family : Verdana,Arial, Helvetica, sans-serif ;
	font-size : 11px;
}

A {
	text-decoration: none;
	color: blue;
}

A:Hover {
	text-decoration: none;
}

.color{
	background-color: #E6E6E6;
}
.Nocolor{
	background-color: none;
}

.radioBtn {
	border:none;
	height:15px;
}

.submitBtn {
	font:bold;
	width:125px;
}
.inputText {
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 11px;
	font-weight: normal;
	color: black;
	text-decoration: none;
	border-style : solid;
	border-width : 1px 1px 1px 1px;
}
.Ucase{
	text-transform: uppercase;
}

input, select,textarea {
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 11px;
	font-weight: normal;
	color: black;
	text-decoration: none;
	border-style : solid;
	border-width : 1px 1px 1px 1px;
	
}

TD.leftNAV{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	text-decoration : none;
	color: blue;
}

TH.Header{
	border : 1px solid Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	text-decoration : none;
	height:25px;
	background-color : #D0D0D0;
	color : #000000;
	border-left-style : none;
	border-right-style : none;
}

TD.Header{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	text-decoration : none;
	background-color : #D0D0D0;
	color : #000000;
}

TD.Laporan{
	border : 1px solid Black;
	border-left-style : none;
	border-right-style : none;
	border-top-style : none;
}

TD.Laporan2{
	border : 1px solid Black;
	border-left-style : none;
	border-right-style : solid;
	border-top-style : none;
}

TD.Laporan3{
	border : 1px solid Black;
	border-left-style : none;
	border-right-style : none;
	border-top-style : solid;
}

TH.border{
	border : 1px solid Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	text-decoration : none;
	height:25px;
	background-color :navy;
	color : #FFFFFF;
}

TH.border2{
	border : 1px solid Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	text-decoration : none;
	height:25px;
	background-color : #808080;
	color : #FFFFFF;
	border-left-style : none;
	border-right-style : none;
}

TD.border{
	border : 1px solid Black;
	border-top : none;
	padding-left :20px;
	padding-right: 20px;
	padding-top : 15px;
	padding-bottom :10px;
}


TD.border2{
	border : 1px solid Black;
	border-top : none;
	height :25px;
	padding-left :20px;
}

TD.border3{
	border : 1px solid Black;
	border-top : none;
	padding-left :5px;
	padding-right: 5px;
	padding-top : 5px;
	padding-bottom :5px;
}

TD.Senarai{
	border : 1px solid Black;
	border-left-style : solid;
	border-right-style : none;
	border-top-style : solid;
}

TD.Senarai2{
	border : 1px solid Black;
	border-left-style : none;
	border-right-style : solid;
	border-bottom-style : solid;
}
input.oneLine{
		border:1px solid black;
		border-left-style:none;
		border-top-style:none;
		border-right-style:none;
		border-bottom-style:solid;
}