/* 	1. CSS for overall style of eLDS 
	2. Last update : 31st May 2004
	3. Updated by : Fauzi
*/

/* Scrollbar */
BODY {
	scrollbar-base-color:#E8EFF7;
	scrollbar-track-color:#F0F0F0;
	scrollbar-darkshadow-color:#E1E6F5;
	scrollbar-shadow-color:#C8D2F0;
	scrollbar-3dlight-color:#C8D2F0;
	scrollbar-highlight-color:#F0F0F0;
	scrollbar-arrow-color:#000080;
	scrollbar-face-color:#E1E6F5;
}
/* Title */
.title {
	font-family: Arial,Helvetica, sans-serif;
	font-size: 15pt;
}
/* Common font */
.txt1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/* Small font */
.txt2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/* Tiny font */
.txt3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
/* Table border (background color) */
.tblBg {
	background-color: #D4DCF5;
}
/* Title on table */
.tblTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #576FB7;
}
/* Title on table 2 */
.tblTitle2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #CDD7E1;
}
/* Title on table 3 */
.tblTitle3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #DBE2EA;
}
/* Text on table (common) */
.tblTextCommon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #E8EFF7;
}
/* Navigation Bar */
.navBar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #F1F5F9;
	border: 1px solid #DEE3E7;
	padding: 2px 1em 2px 1em;
	position: relative;
	text-decoration: none;
	top: -1px;
	z-index: 100;
}
/* Text on table (blank background) */
.tblTextBlank {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/* Text on table 1 (alternate background) */
.tblText1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FAFAFC;
}
/* Text on table 2 (alternate background) */
.tblText2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #F8F8FC;
}
/* Text on mandatory input */
.tblManText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
	background-color: #CDD7E1;
}
/* Drop-down menu */
.select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
	background-color: #FDFDFD;
	border: 1px solid #7F9BC9;
}
/* Textfield multi-line */
.textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FDFDFD;
	border: 1px solid #7F9BC9;	
}
/* Textfield */
.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px; 
	background-color: #FDFDFD;
	border: 1px solid #7F9BC9;
}
/* Button */
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #E1E1E1;
	border: 1px solid #7F9BC9;	
}
/* Link */
a, a:link, a:visited, a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000AA;
	text-decoration: none;	
}
/* Link hover */
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size: 12px;
	text-decoration: none;
}
/* Button for Reporting module */
.button1
{    
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #E1E1E1;
	border: 1px solid #7F9BC9;
	cursor: hand;
	width: 75px;  
}
.button2
{    
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #E1E1E1;
	border: 1px solid #7F9BC9;
	cursor: hand;
	width: 100px; 
}
.button3
{    
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #E1E1E1;
	border: 1px solid #7F9BC9;
	cursor: hand;
	width: 200px;
}
.error {
	font-weight: bold;
	color: #FF0000;
}
