/* 	1. CSS for overall style for MDC
	2. Last update : November 05, 2004
	3. Updated by : Pojie
*/

/* 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;
*/
scrollbar-base-color:#768CF3;
scrollbar-track-color:#E1E6F5;
scrollbar-darkshadow-color:#ABBBE9;
scrollbar-shadow-color:#ABBBE9;
scrollbar-3dlight-color:#ABBBE9;
scrollbar-highlight-color:#D5DFFD;
scrollbar-arrow-color:#000080;
scrollbar-face-color:#BBC7E8;
}
/* Title */
.title {
	font-family: Verdana, Arial;
	font-size: 14pt;
}
/* Common font */
.txt1 {
	font-family: Verdana, Arial;
	font-size: 12px;
}
/* Small font */
.txt2 {
	font-family: Verdana, Arial;
	font-size: 11px;
}
/* Tiny font */
.txt3 {
	font-family: Verdana, Arial;
	font-size: 10px;
}
/* Table border (background color) */
.tblBg {
	background-color: #E1E1E1;
}
/* Title on table */
.tblTitle1 {
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #6E96D5;
}
/* Title on table 2 */
.tblTitle2 {
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #CDD7E1;
}
/* Title on table 3 */
.tblTitle3 {
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #DBE2EA;
}
/* Title on table 4 */
.tblTitle4 {
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #4B648C;
}
/* Text on table (common), used on toolbar */
.tblTextCommon {
	font-family: Verdana, Arial;
	font-size: 11px;
	background-color: #FAFAFC;
}
/* Navigation Bar */
.navBar {
	font-family: Verdana, Arial;
	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: Verdana, Arial;
	font-size: 11px;
}
/* Text on table 1 (alternate background) */
.tblText1 {
	font-family: Verdana, Arial;
	font-size: 11px;
	background-color: #FAFAFC;
}
/* Text on table 2 (alternate background) */
.tblText2 {
	font-family: Verdana, Arial;
	font-size: 11px;
	background-color: #F8F8FC;
}
/* Text on table 3 (highlight background) */
.tblText3 {
	font-family: Verdana, Arial;
	font-size: 11px;
	background-color: #FFF5DC;
}
/* Text on mandatory input */
.tblManText {
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
	background-color: #CDD7E1;
}
/* Drop-down menu */
.select {
	font-family: Verdana, Arial;
	font-size: 11px;	
	background-color: #FDFDFD;
	border: 1px solid #7F9BC9;
}
/* Textfield multi-line */
.textarea {
	font-family: Verdana, Arial;
	font-size: 12px;
	background-color: #FDFDFD;
	border: 1px solid #7F9BC9;	
}
/* Textfield */
.input {
	font-family: Verdana, Arial;
	font-size:12px; 
	background-color: #FDFDFD;
	border: 1px solid #7F9BC9;
}
.counter {
	font-family: Verdana, Arial;
	font-size:11px; 
	background-color: #D7D7D7;
	border: 1px solid #7F9BC9;
}
/* Button */
.button {
	font-family: Verdana, Arial;
	font-size: 11px;
	background-color: #E1E1E1;
	border: 1px solid #7F9BC9;	
}
/* Button */
.button1
{    
	font-family: Verdana, Arial;
	font-size: 11px;
	background-color: #E1E1E1;
	border: 1px solid #7F9BC9;
}
.button2
{    
	font-family: Verdana, Arial;
	font-size: 11px;
	background-color: #E1E1E1;
	border: 1px solid #7F9BC9;
	width: 75px; 
}
.button3
{    
	font-family: Verdana, Arial;
	font-size: 11px;
	background-color: #E1E1E1;
	border: 1px solid #7F9BC9;
	width: 120px;
}
.error {
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
}
