A
{
	font-weight:normal;
	color: Blue;
	cursor:hand;
	text-decoration: 'underline';
}
A:link 
{
	color: blue;
}
A:visited 
{
	color: blue;
}
A:active 
{
	color: #800080;
}
A:hover 
{
	color: #FF0000; 
	text-decoration: none;
}
TABLE {
	font-style: normal;
	font-weight: normal;
	font-family: Verdana; 
	font-size:11px;
}
INPUT {
	font-family: Verdana; 
	font-size:11px;
	font-style: normal;
	font-weight: normal;
}
BUTTON {
	font-family: Verdana; 
	font-size:11px;
	font-style: normal;
	font-weight: normal;
}
SELECT {
	font-family: Verdana; 
	font-size:11px;
	font-style: normal;
	font-weight: normal;
	z-index: 1;
}
TEXTAREA {
	font-family: Verdana; 
	font-size:11px;
	font-style: normal;
	font-weight: normal;
}
span
{
	font-family: Verdana; 
	font-size:11px;
}
div
{
	font-family: Verdana; 
	font-size:11px;
}
h1
{
	font-family:Verdana; 
	font-weight:bold;
	font-size:18px; 
	color:#3F3F3F;
	margin-top:12px; 
	margin-bottom:40px; 
}
h2
{
	font-family:Verdana; 
	font-weight:bold;
	font-size:18px; 
	color:#3F3F3F;
	margin-top:15px; 
	margin-bottom:15px; 
}
h3
{
	font-family:Verdana; 
	font-weight:bold;
	font-size:12px; 
	margin-top:2px; 
	margin-bottom:2px; 
}

/* For security scroll bar */
.divScrollBar
{
	width: 100%;
	height: 100%;
	overflow: auto;
	border:1px;
	border-color:#000000;
	border-style:solid;
	font-family:Verdana;
	font-size:11px;
	background:#FFFFFF;
}

/* For all form prompt */
.ScreenPrompt
{
	color: #000000;
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	text-align: right;
/*	height:20px; Peter Lewis 29/05/2005 */
}

/* For all form prompt */
.ScreenPromptLeft
{
	color: #000000;
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
/*	height:20px; Peter Lewis 29/05/2005 */
}

/* Star red prompt for mandatory field */
.MandFld
{
	color: #FF0000;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
}

/* For datagrid */
.DGridRow, .DGridHeader, .DGridItem, .DGridAltItem, .DGHighLightBG, .DGridPagerStyle
{
	border: solid 1 black;
	color: #000000;
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	height:20px;
}
.DGridHeader
{
	background-color: #DCE8B5; /*#C2B48D  */
	font-weight:bold;
	/*background:transparent;*/
}
.DGridItem
{
	background-color: #FFFFFF;
	/*background:transparent;*/
}
.DGridAltItem
{
	background-color: #F3F3F3;
}
.DGridFooter
{
	background-color: #F3F3F3;
	font-weight:bold;
	/*background:transparent;*/
}
.DGridPagerStyle
{
	background-color: #DCE8B5;
}

/*For hightlight the datagrid when move mouse on it*/
.HighLightBG{
	background-color: #88B5FF;
}

.DGHighLightBG{
	background-color: #88B5FF;
	cursor: hand;
}

/* For log in button */
.MenuBtn, .MenuBtnOver, .MenuBtnDown, .MenuBtnDisabled
{
  width: 86;
  height: 24;
  text-align:center;
  font-weight:bold;
}

.MenuBtnDisabled
{
  cursor:default;
  color:#808080;
}

/* For stop image at front of error message */
.stopImg {
	position:relative;
	top:+1px;
}

/* For Form input box */
.ReadOnlyInputText {
	height:19; 
	border:0px; 
	background:transparent;
	font-family: Verdana; 
	font-size:11px;
	font-style: normal;
	font-weight: normal;
	top:+2;
	left:+2;
	position:relative;
}

.DisabledInputText {
	border-style:groove;
	background:#EFEFEF;
}

.ReadOnlyInputTextMultiLine {
	overflow:auto;
	border:0; 
	background:transparent
}
.inputTextForCurrency 
{
	border-style:groove;
	border-width:thin;
	height:20;
	font-family: 'verdana'; 
	font-size:9pt; 
	text-align:right
}

.NumCreditFormat
{
	text-align:right
}

.inputShift {
	font-family: arial; 
	font-size:11px;
	font-style: normal;
	font-weight: bold;
}

.FrontEndPrompt
{
	font-family: 'verdana'; 
	font-size:11px;
	font-style: normal;
	font-weight: bold;
}
.FrontEndPromptAlignRight
{
	font-family: 'verdana'; 
	font-size:11px;
	font-style: normal;
	font-weight: bold;
	text-align:right;
}
.FrontEndPromptSmall
{
	font-family: 'verdana'; 
	font-size:11px;
	font-style: normal;
	font-weight: normal;
}
.InputTextArea
{
	font-family: Verdana; 
	font-size:11px;
	font-style: normal;
	font-weight: normal;
	overflow: auto;
}

.DescSmall
{
	font-family: 'verdana'; 
	font-size: 11px;
}
.ClearButton
{
	height:19; 
	border:0px; 
	background:transparent;
	font-family: Verdana; 
	font-size:11px;
	font-style: normal;
	font-weight: normal;
	top:+2;
	left:+2;
	position:relative;
	color: blue;
	cursor:hand;
	text-decoration: 'underline';
}
.PopupPrompt
{
	font-family: 'verdana'; 
	font-size:10px;
	font-style: normal;
	font-weight: bold;
	text-align:right;
}
.PopupText
{
	font-family: 'verdana'; 
	font-size:10px;
	font-style: normal;
	font-weight: normal;
}
.PopupWin
{
	font-family: 'verdana'; 
	font-size:10px;
	font-style: normal;
	font-weight: normal;
	color:blue;
	background:beige;
}
/* Border of popup */
.spanFloatWinContainer
{
	background-color:#CCCCCC;
	color:#ffffff;
	font-family:verdana; 
	font-size:11px; 
	font-weight:bold; 
	border:solid 1px #808080;
	border-right-color:#808080; 
	border-bottom-color:#808080; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#808080',Direction=135, Strength=2); 
}
.spanFloatWinBody
{
/*	height:130px; */
	overflow:auto;
/*	width:380px; */
	/*
	scrollbar-base-color: #B4E1FC;
	scrollbar-arrow-color: #B4E1FC;
	scrollbar-face-color: #558FFB;
	*/
}
.FloatWinTab
{
	background:#F2F2F2;
}

.FloatWinTitle
{
	color:White;
	font-weight:bold;
	font-family:Verdana;
	font-size: 11px;
	background:#2879FF; /*  #5998FF */
	cursor:default;
}

.FloatWinHeader
{
	color:Black;
	background:#AAAAAA;
	font-family:'verdana';
	font-size: 11px;
}

.FloatWinRowNormal
{
	color: #000000;
/*	background: #D3D9F5;*/
	font-family:'verdana';
	font-size: 11px;
}

.FloatWinRowOdd
{
	color: #000000;
	background: #E1E1E1;
	font-family:'verdana';
	font-size: 11px;
}
.FloatWinRowEven
{
	color: #000000;
	background: #F2F2F2;
	font-family:'verdana';
	font-size: 11px;
}
.FloatWinMouseOver
{
	color: #000000;
	background: #CBCEDA;
	font-family:'verdana';
	font-size: 11px;
	cursor: hand;
}

.NotificationOn
{
	font-weight:normal;
	color: Red;
	cursor:hand;
	text-decoration: underline;
}

.NotificationOff
{
	font-weight:normal;
	color: Blue;
	cursor:auto;
	text-decoration: underline;
}

/* Start UserContact*/
.UMob
{
	color:Blue;
}
.PGMobShared
{
	color:#FF8040;
	/*background-color:#C0C0C0;*/
}
.PMobShared
{
	color:#FF8040;
	/*background-color:#9A9A9A;*/
}
.UEml
{
	color:Green;
}
.PGEmlShared
{
	color:#660066;
	/*background-color:#A4FFA4;*/
}
.PEmlShared
{
	color:#660066;
	/*background-color:#6FFF6F;*/
}

/*End UserContact */
/*Start History Screen */
.HistDispNum
{
	border-style:groove;
	border-width:thin;
	/*
	border-style:double;
	border-bottom-width:1px;
	border-top-width:1px;
	border-left-width:1px;
	border-right-width:1px;
	border-bottom-color:#5480A7;
	border-top-color:#5480A7;
	border-left-color:#5480A7;
	border-right-color:#5480A7;
	*/
}
.MsgTextNoPermission
{
	color:Red;
}
.HistoryErrorMsg
{
	color:Red;
	font:bold;
}
.TabAdvSch
{
	background-color:#B3BABB; /* #CCCDE2 */
    filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#FFFFFF', endColorStr='#B3BABB', gradientType='0');
}
/*End History Screen */