BODY
{
    font: 10px Verdana, Arial;
    color: black;
}
PRE
{
    font: 10px Verdana, Arial;
}
.English
{
    color: #333366;
    font-style: italic;
}
.Malay
{
    font-weight: bold;
}
.PrintText
{
    color: black;
}
H1
{
    padding-right: 6px;
    border-top: green 2px solid;
    padding-left: 6px;
    background: #1A594A;
    padding-bottom: 6px;
    font: bold 11px Verdana, Arial;
    text-transform: uppercase;
    padding-top: 6px;
    border-bottom: silver 1px solid;
    color: #FFFFFF;
    background-image: url(   '../../Resources/Images/h1_background.gif' );
    background-repeat: no-repeat;
    border: none;
}
.H1_Malay
{
    color: #FFFFFF;
}
.H1_English
{
    color: #EEEE00;
    font-style: italic;
}
H2
{
    padding-right: 6px;
    padding-left: 6px;
    font-weight: bold;
    font-size: 11px;
    background: #33a79b;
    padding-bottom: 6px;
    text-transform: uppercase;
    padding-top: 12px;
    font-family: Verdana, Arial;
    color: #b8eae5;
}
.H2_Malay
{
    color: #b8eae5;
}
.H2_English
{
    color: #EEEE00;
    font-style: italic;
}
H3
{
    border-top: gainsboro thin solid;
    background: #ebf3e2;
    font: 11px Verdana, Arial;
    color: #003366;
    text-transform: uppercase;
}
.H3_Malay
{
}
.H3_English
{
    font-style: italic;
}
H4
{
    border-top: gainsboro thin solid;
    font: 11px Verdana, Arial;
    color: #003366;
}
.H4_Malay
{
}
.H4_English
{
    font-style: italic;
}
.RowLabel
{
    vertical-align: top;
    width: 180px;
    text-align: left;
}
.ColLabel
{
    font-family: Verdana,Arial;
    font-weight: bolder;
    font-size: 10px;
    padding: 4px 4px 4px 4px;
    color: White;
    background-color: #22968A;
}
.ButtonStyle
{
    color: #333;
    font-family: Verdana, Arial;
    font-size: 9px;
    font-weight: bold;
    background-color: #FFFFFF;
    border: 1px solid;
    border-top-color: #999;
    border-left-color: #999;
    border-right-color: #666;
    border-bottom-color: #666;
}
.LongTextbox
{
    width: 250px;
}
.Alert
{
    font-weight: bold;
    color: red;
}
.Error
{
    font: bold 10px Verdana, Arial;
    color: red;
}
.LeftMenuTitle
{
    font-weight: bold;
    font-size: 11px;
    cursor: pointer;
    color: white;
    background-color: #5D7B9D;
    width: 50px;
}
.InboxTitle
{
    padding-right: 6px;
    padding-left: 6px;
    font-weight: bold;
    font-size: 11px;
    background: #dbeace;
    padding-bottom: 3px;
    text-transform: uppercase;
    color: black;
    padding-top: 3px;
    font-family: Verdana, Arial;
}
a:link
{
    text-decoration: none;
}
a:hover
{
    text-decoration: none;
}
a:active
{
    text-decoration: none;
}
a:visited
{
    text-decoration: none;
}
a.login:link
{
    text-decoration: none;
    color: #000000;
    font: 8px Verdana, Arial;
}
a.login:hover
{
    text-decoration: none;
    color: #6699cc;
    font: 8px Verdana, Arial;
}
a.login:active
{
    text-decoration: none;
    font: 8px Verdana, Arial;
}
a.login:visited
{
    text-decoration: none;
    font: 8px Verdana, Arial;
}
a.header:link
{
    text-decoration: none;
    color: #1a594a;
}
a.header:hover
{
    font-weight: bold;
    color: #1a594a;
}
a.header:active
{
    text-decoration: none;
}
a.header:visited
{
    text-decoration: none;
}
.InboxApplnPending
{
}
.InboxApplnApprove
{
}
.InboxApplnReject
{
    color: Red;
    font-style: italic;
}
.InboxApplnCancel
{
    color: #BB0000;
    font-style: italic;
}

a.InboxApplnPending
{
}
a.InboxApplnApprove
{
}
a.InboxApplnReject
{
    color: Red;
    font-style: italic;
}
a.InboxApplnCancel
{
    color: #BB0000;
    font-style: italic;
}
.FreezePaneOff
{
    visibility: hidden;
    display: none;
    position: absolute;
    top: -100px;
    left: -100px;
}

.FreezePaneOn
{
    position: absolute;
    top: 0px;
    left: 0px;
    visibility: visible;
    display: block;
    width: 110%;
    height: 10000px;
    background-color:  Silver;
    z-index: 999;
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
}

.InnerFreezePane
{
    position: absolute;
    text-align: left;
    margin-top: 10px;
    margin-left: 10px;
    width: 150px;
    background-color: white;
    color: red;
    font-family: Verdana, Arial;
    font-weight: bold;
    font-size: larger;
    padding: 9px;
}
table.tableBorderPrintable, table.tableBorderPrintable td, table.tableBorderPrintable th
{
	border-style: solid;
	border-color: #F0F0F0;
	border-width: 1px;
}

table.tableActionMenu {
	padding:1px 1px 1px 1px;
}

table.tableActionMenu td {
	padding:1px 1px 1px 1px;
}

table.tableApplnDetails 
{
}

table.tableApplnDetails td
{
	padding-top: 0px;
    padding-bottom: 0px;
}

.padLeftTD
{
	padding-left: 4px;
}