
html,form,center
{
    height:100%;
    min-height:100%;
}

/*Body Container*/
body 
{
	width: 100%;
	/*height: 100%;*/
	min-height:100%;
	padding: 0px;
	margin:	0px;
	border:0px;
	background-color: #CAE7C8;
	background-image:none;
	text-align:center;
}

body.blank
{
 	background-color: #ffffff;   
    text-align:left;
}

/*Site Container*/

#BodyContainer
{
	width: 762px;
	margin:0px; 
	padding: 0px;
	text-align:center;
	border:0px;	
	clear: both; 
	background-color:#FFFFFF;
	margin-top:20px;
}

#TopContainer
{
    width: 760px; 
    height: 130px; 
    padding: 0px; 
    margin:0px; 
    border-top:1px solid #599F58;
    border-left:1px solid #599F58;
    border-right:1px solid #599F58;
    border-bottom:0px;
    background-color:#FFFFFF;
}

/*Logo Container*/

#LogoContainer
{
	width: 370px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 0px;
	margin:	0;
	border:	0;
	background: #FFFFFF;
	clear: left;
	float: left; 
	text-align: left;
}

#LogoContainer #Logo
{
	float: left;
	padding: 0;
	margin: 0;
	border: 0;
}

/*Message Container*/
@media screen 
{
#MessageContainer
{
	width: 360px;
	height: 80px;
	padding: 10px;
	margin: 0;
	border:	0;	
	background: #FFFFFF;
	text-align: right;
	float: left;
}
}

@media print
{
#MessageContainer
{
	width: 359px;
	height: 80px;
	padding: 10px;
	margin: 0;
	border:	0;	
	background: #FFFFFF;
	text-align: right;
	float: left;
}
}


#MessageContainer p
{
	margin: 0;
	padding: 0;
}

#NewMessageContainer
{
	padding: 10px;
	background: #F3ECDF;
	border: 1px solid #CAC0AD;
	margin: auto; 
	margin-top: 10px;	
	text-align: center;
	clear: both;
	width:338px;
}

/*Special Navigation Container*/
/*mark*/
#SpecialNavContainer
{

	height:	180px;
	padding: 20px 0px 0px 0px;
	margin: 0;
	border:0px;
	text-align: left;
	background: #599F58;
	float: left;
	overflow:hidden;	
}

#SpecialNavContainer #SpecialNav
{
	list-style-type: none;
	display: block;
	width: 190px;
	padding: 0;
	margin: 0;
	font-size: 8pt;
}

#SpecialNavContainer #SpecialNav li
{
	display: block;
	height: 23px;
	padding: 0;
	margin: 0; 
	width: 190px;
	text-transform: uppercase;
	clear: left;
	float: left;
	overflow:hidden;	
}

#SpecialNavContainer #SpecialNav li a
{
	display: block;
	width: 190px;
	height: 17px;
	color: #FFFFFF;
	padding: 0;
	padding-left: 15px;
	padding-top: 4px;
	margin: 0;
	text-align: left;
	text-decoration: none;
	font-weight:bold;
}

#SpecialNavContainer #SpecialNav li a span
{
	position:relative;
	top:-2px;
	margin-right: 8px;
	font-weight:900;
	font-size:6pt;
	font-family:"Verdana";
}

#SpecialNavContainer #SpecialNav li a:hover
{
	background-color: #B2D5B0;
	color:	#F8AC29; 
}

#SpecialNavContainer #SpecialNav #SpecCurrent a
{
	color:	#F8AC29;
	font-weight:bold;
}

#SpecialNavContainer #SpecialNav #SpecCurrent a:hover
{
	color:	#F8AC29;
	background-color: #B2D5B0;
}


/*regular navigation*/
/*begin*/
#RegularNavigationBox
{
    width:100%;
}

#RegularNavigation_Frame{
	background-color:#FFFFFF;
	overflow:hidden;
	position:relative;
	float:left;
	width:100%;
    border-bottom:1px solid #599F58;	
}
#RegularNavigation_Frame .line{
	border-top:1px solid #599F58;
	line-height:25px;
	height:29px;
}
#RegularNavigation_Frame #nav_borders{
	position:relative;
	top:0;
	width:100%;
	float:right;
}
#RegularNavigation_Frame #Categories{
	margin-left:3px;
	*margin-left:2px !important;
	*margin-left:1px;
	float:left;
	position:relative;
	overflow:hidden;
	width:100%;
	z-index:1;
}
#RegularNavigation_Frame #Categories .item
{
	left:-6px;
	*left:-5px;
	float:left;
	list-style-type:none;
	position:relative;
	white-space:nowrap;
	background-color: #FFFFFF;
}

#RegularNavigation_Frame #Categories .item .sp{
	padding:0;
	letter-spacing:0;
	float:left;
	clear:left;
}
#RegularNavigation_Frame #Categories .item a
{
	clear:right;
	float:left;
	padding:0 9px;
	cursor:pointer;
	text-decoration:none;
	white-space:nowrap;
	margin:2px 1px;
}
#RegularNavigation_Frame #Categories .item a.loMenu{
	background-color:Transparent;
}
#RegularNavigation_Frame #Categories .item a.hiMenu{
	background-color:#CAE7C8;
	color: #F8AC29; 
}
#RegularNavigation_Frame #Categories .itemselected
{
	left:-6px;
	*left:-5px;
	float:left;
	list-style-type:none;
	position:relative;
	white-space:nowrap;
	background-color: #FFFFFF;
}

#RegularNavigation_Frame #Categories .itemselected .sp{
	padding:0;
	letter-spacing:0;
	float:left;
	clear:left;
}
#RegularNavigation_Frame #Categories .itemselected a
{
	clear:right;
	float:left;
	padding:0 9px;
	cursor:pointer;
	text-decoration:none;
	white-space:nowrap;
	margin:2px 1px;
}
#RegularNavigation_Frame #Categories .itemselected a.loMenu{
	background-color:Transparent;
	color: #F8AC29; 
}
#RegularNavigation_Frame #Categories .itemselected a.hiMenu{
	background-color:#CAE7C8;
	color: #F8AC29; 
}

#RegularNavigationBox .menu{
	position:absolute;
	display:none;
	padding:0 0 0 0;
	left:0;
	z-index:99;
	clear:none !important;
	*clear:both;
	background-color: #CAE7C8;
}
#RegularNavigationBox .menu ul{
	margin:0;
	padding:0;
	overflow:hidden;
	height:0;
	border:1px solid #FFFFFF;
	border-top-width:0;
	background-color:#CAE7C8;
}
#RegularNavigationBox .menu ul li{
	list-style-type:none;
	display:inline;
}
#RegularNavigationBox .menu ul li a
{
	white-space:nowrap;
	display:block;
	padding:0px 10px;
	text-decoration:none;
	border-top:1px solid #FFFFFF;
	line-height:29px;
}
#RegularNavigationBox .menu ul li:hover
{
	background-color:#599F58;
}
#RegularNavigationBox .menu ul li a:hover
{
	background-color:#599F58;
}
/*end*/

/*Popup menu for loan action*/

.popupOn1003,.dummyBackFor1003 
{
    height:179px;
    width:150px;
    _width:153px;    
    left: 583px;
    _left:585px;  
    display:none;

    position:absolute;
}

.popupOn1003_short,.dummyBackFor1003_short
{
    height:88px;
    width:150px;
    _width:153px;    
    left: 583px;
    _left:585px;  
    display:none;

    position:absolute;
}

.popupOn1003
{
    z-index:9000;
}

.popupOnLoanDetail
{
    height:179px;
    top: 26px;
    _top:28px;
    width:150px;
    _width:153px;    
    left: 417px;
    _left:293px;
    display:none;
}

.popupOnLoanDetail_short
{
    height:88px;
    top: 26px;
    _top:28px;
    width:135px;
    _width:138px;    
    left: 417px;
    _left:293px;
    display:none;
}

.loan_action_menu{
	position:absolute;
	padding:0 0 0 0;
    z-index:9000;
	clear:none !important;
	*clear:both;
	background-color: #CAE7C8;
	border:1px solid #B2D5B0;
}



.loan_action_menu ul{
	margin:0;
	padding:0;
	height:0;
	border:0;
	background-color:#CAE7C8;
}
.loan_action_menu ul li{
	list-style-type:none;
	display:inline;
}
.loan_action_menu ul li a
{
	white-space:nowrap;
	display:block;
	padding:0px 10px;
	text-decoration:none;
	border-top:1px solid #FFFFFF;
	line-height:29px;
}
.loan_action_menu ul li a.WithoutTopLink
{
	border-top:0;
}

.withoutTopLine
{
    border-top:1px solid #CAE7C8;
}

.loan_action_menu ul li:hover
{
	background-color:#599F58;
}
.loan_action_menu ul li a:hover
{
	background-color:#599F58;
	text-decoration:none;
}
/*end*/


/*Banner Container*/
#BannerContainer
{
	width: 570px;
	height:	200px;
	line-height:200px;
	overflow:hidden;
	padding: 0;
	margin:	0;
	background-color: #B2D5B0;
	border:0px;
	border-left:1px solid #599F58;
	border-right:1px solid #599F58;
	float: left;
}

#BannerContainer img
{
	padding: 0;
	margin:	0;
}

/*Content Container*/
.ContentArea
{
    border-left:1px solid #599F58;
    border-right:1px solid #599F58;
    border-bottom:1px solid #599F58; 
}

.ContentAreaBack
{
 	background: #FFFFFF;   
}
.ModulesAreaBack
{
    background: #B2D5B0; 
}


.ContentContainer
{
	display: inline-block;
	height: 100%;
	min-height: 100%;
	padding: 10px;
	margin: 0;
	text-align: left;
	border: 0;
	float: left;
	width:550px;
}

.ContentContainerFull
{
	height: 100%;
	min-height: 100%;
	padding: 10px;
	margin: 0;
	text-align: left;
	border: 0;
	float: left;
	width:740px;
}


/*Module Container*/

#modulesContainerBox
{
 	width: 190px;
    border-top:1px solid #CAE7C8;
   	padding-bottom:8px;
   	float:left;
   	height:100%;
   	min-height:100%;
   	background: #B2D5B0;
}


#ModulesContainer .ModuleItemContainer
{
	display: block;
	width: 190px;	
	margin: 0;
	font-size:8pt;
	font-weight:normal;	
	color: #000000;
}

/* caculate module */
.CalculateInputBox
{
    width:45px;
    *width:42px;
    
    font-size:8pt;;    
}

.CalculateInputBoxDiv
{
    margin-top: 6px; 
    *margin-top: 8px;
    float: left;
}

#loanAmountLable
{
    margin-top: 9px; 
    *margin-top: 10px ; 
    float: left; 
    margin-right: 0px;
    font-size:8pt;;
}

.CaculateButtonDiv
{
    margin-top: 6px; 
    width: 32px; 
    *width: 30px; 
    overflow: hidden; 
    margin-left:-2px;
    *margin-left:0px;
    float: left;
}

.CaculateButtonDiv p
{	
	clear: both;
	margin: 0;
	padding: 1px 0px 5px 5px;
	*padding: 3px 0px 5px 5px;
	width:40px;
}
/* caculate module */

.ApplyButtonDiv
{

    margin-top:-10px;
    *margin-top:1px;
    width: 36px; 
    *width: 30px; 
    overflow: hidden; 
    float: left;
    padding-left:5px;
}


#ModulesContainer .ModuleItemContainer .ModuleItemHeader
{
	display: block;
	clear: both;
	float: left;
	width: 170px;
	height: 25px;
	padding: 0;
	padding-left:10px;
	padding-right:10px;
	margin: 0;
	background: #599F58;
	text-align: left;
}

#ModulesContainer .ModuleItemContainer .ModuleItemHeader div
{ 
    margin: 0;
    padding-top:5px;
	font-size:8pt;
	font-weight:bold;	
	color: #FFFFFF;
    text-transform: uppercase;
    
}

#ModulesContainer .ModuleItemContainer .ModuleItemBody
{   
	clear: both;
	padding: 10px;
	width: 170px;	
	margin: 0;
    text-align: left;
}

#ModulesContainer .ModuleItemContainer .ModuleItemBody input
{
	/*border: 1px solid #CAC0AD;*/
    font-size:6pt;
    *font-size:7.5pt !importamt;	
    *font-size:6pt ;	
    margin-left:1px;
}

#ModulesContainer .ModuleItemContainer .ModuleItemBody select
{
    font-size:8pt;	
}

.ModuleItemTable
{
	width: 100%;
	margin: 0;
}

.ModuleItemTable th
{
	font-size:8pt;;	
	padding:1px;	
	text-align: left;
	height:20px;
	vertical-align:middle;		
}

.ModuleItemTable td
{
	font-size:8pt;;	
	padding: 1px;
	color:#000000
}

.ModuleItemTable .FootItem
{
    text-align: left;   
}

.ModuleItemTable .FootItem a
{
    font-size:8pt;
    color:#0066CC;
    text-decoration: none; 
}

.ModuleItemTable .FootItem a:hover
{
    font-size:8pt;
    color:#F8AC29;
    text-decoration: underline;  
}


/* Free Consultation Module */
.FreeConsultationContainer .freeLink
{
    clear:left;
    float:left;
    display: block;
	border-width:3px;
	border-color:#599F58;
	border-style:solid;
	padding:0px;
	margin:0px;
	margin-left:5px;
	*margin-left:5px !important;
	*margin-left:3px ;
	margin-bottom:8px;		
	cursor:pointer;
}

.FreeConsultationContainer .freeLinkhover
{
    clear:left;
    float:left;
    display: block;
	border-width:3px;
	border-color:#F8AC29;
	border-style:solid;
	padding:0px;
	margin:0px;
	margin-left:5px;
	*margin-left:5px !important;
	*margin-left:3px ;	
	margin-bottom:8px;		
	cursor:pointer;
}

/* Image Module */
.ImageModuleBox
{
    clear:left;
    float:left;
    display: block;
	border-width:3px;
	border-color:#599F58;
	border-style:solid;
	width:174px;
	padding:0px;
	margin:0px;
	margin-left:5px;
	*margin-left:5px !important;
	*margin-left:3px ;	
	margin-bottom:8px;	
	cursor:pointer;
	text-align:center;
}

.ImageModuleBoxHover
{
    clear:left;
    float:left;
    display: block;
	border-width:3px;
	border-color:#F8AC29;
	border-style:solid;
	width:174px;
	padding:0px;
	margin:0px;
	margin-left:5px;
	*margin-left:5px !important;
	*margin-left:3px ;	
	margin-bottom:8px;		
	cursor:pointer;
}

.ArrowPoint
{
    cursor:default;
}

/*Foot Container*/
.FooterContainer
{
	padding: 10px;
	margin:	0px;
	text-align:	center;
	border:	0px;
	border-left: 1px solid #599F58;
	border-right: 1px solid #599F58; 
	border-bottom: 1px solid #599F58; 	
	background: #FFFFFF;
    clear:both;
}


#FootArea
{
	border-left: 1px solid #599F58;
	border-right: 1px solid #599F58; 
	border-bottom: 1px solid #599F58; 	
}


/*Small Logo Container*/
.SmLogoContainer
{
	width: 190px;
	padding: 0px;
	padding-top:10px;
    padding-bottom:10px;	
	margin:	0px;
	text-align: left;
	border:	0;
	background: #FFFFFF; 
	clear: left;
	float: left;

}

.SmLogoContainer img
{
	margin: 0;
	padding: 0;
	float: left;	
}

/*CopyRight Container*/
@media screen 
{
.CopyrightContainer
{
	width: 358px;
	min-height: 65px;
	padding: 10px;
	margin: 0;
	text-align: center;
	vertical-align:top;		
	border:	0;
	background: #FFFFFF; 
	float: left;
}
}

@media print
{
.CopyrightContainer
{
	width: 357px;
	min-height: 45px;
	padding: 10px;
	margin: 0;
	text-align: center;
	vertical-align:top;		
	border:	0;
	background: #FFFFFF; 
	float: left;
}
}

.FullWidth
{
	width: 740px;
}

.CopyrightContainer a
{
	font-size: 8pt;
	color: #0066CC; 
	font-weight: normal;
	text-decoration: none;
}

.CopyrightContainer a:hover
{
	color: #F8AC29;
	text-decoration: underline;
}

/*Equal Container*/
.EqualContainer
{
	width: 190px;
	padding: 0px;
	padding-top:10px;
    padding-bottom:10px;
	margin:	0px;
	text-align: right;
	border:	0;
	background: #FFFFFF;
	float: right;
}

.EqualContainer img
{
	margin: 0;
	padding: 0;	
}

/*Reg Navigation Container*/
#RegNavContainer
{
	width: 100%;
	padding: 0;	
	margin:	0;	
	text-align: left;
	clear: both;
	float: left;
	border:0px;
}


/*Web Application Login*/
.LoginBox
{
	border: 1px solid #CAC0AD;

}

.GrayBackground
{
	background-color:#F3ECDF;
}

.LoginBox .Header
{
	padding-left:10px;
	height: 20px;
	border-bottom: 1px solid #CAC0AD;
	font-weight:bold;
	color:#336633;
	vertical-align:middle;
}


html>body .LoginBox .Header
{
	background: url(/images/table-header-gradient-overlay.png) top left repeat-x;
	background-color:#CAE7C8;
}

* .LoginBox .Header
{
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/table-header-gradient-overlay.png', sizingMethod='scale');
   	background-color:#CAE7C8;
}




.LoginBox .Required
{
	padding-left:5px;
	padding-top:10px;
	padding-bottom:5px;
	color:Red;
}

.InputBox
{
	/* border:1px solid #B2D5B0*/;
}
.disabledInputText
{
/*  removed 
    background-color: #F5F5F5;
    color: #C6C6C6;
*/
}

/*Error Messages*/
.WarnMessageBox
{
    border: 1px solid #FF7B7B;
    background-color: #FFE2E2;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
}

.WarnMessageBox li
{
    font-size:8pt;
    color:#000000
}

.WarnLabelBox
{
    border: 1px solid #FF7B7B;
    background-color: #FFE2E2;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px;
    width: 90%;
}

.WarnMessageBox1
{
    border: 1px solid #FF7B7B;
    background-color: #FFE2E2;
    padding: 5px;
    width: 730px;
    margin-bottom: 10px;
}



/*Help Box*/
/*--------------pup up help --------------------*/
#helpDiv
{
    position: absolute;
    display: none;
    width: 220px;
}
.helpImage
{
    cursor: pointer;
    vertical-align:baseline;
}

.helpBorderRight 
{
    position:relative;
    left:1px;
   
}

.helpBorderShadow
{
  	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=3, OffY=3,Color='#EBEBEB', Positive='true');
  	padding-top:1px;
}

.helpBorderBox
{
    border-left: 1px solid #A3C2E0;
    border-top: 1px solid #A3C2E0;
    border-right: 1px solid #A3C2E0;
    border-bottom: 1px solid #A3C2E0;
    background-color:#ffffff;
    padding:10px;
    font-size:8pt;
    color:#000000
    text-align:left;

}
/*--------------------------------------------------*/

/*------    table   -----------*/
.tableHead
{
    background-color:#E4DBCA;
	height:25px;
	font-weight:bold;   
	padding-left:10px;
	padding-right:10px;	
}

.tableBodyColumn
{
	height:25px;
	padding-left:10px;
	padding-right:10px;	
	border-bottom:1px solid #E4DBCA;	
}

.hightLightTableBodyColumn
{
	height:25px;
	padding-left:10px;
	padding-right:10px;	
	border-bottom:1px solid #E4DBCA;	
	background-color:#F3ECDF;
}

.tableBodyColumn_TopLine
{
	height:25px;
	padding-left:10px;
	padding-right:10px;	
	border-top:1px solid #E4DBCA;	
}

.table_BottomLine
{
	border-bottom:1px solid #E4DBCA;	
}



/*Globale Setting*/
.Header1
{
	font-size: 12pt;
	color:	#336633;
	font-weight: bold;    
}

.Header2
{
	font-size: 8pt;
	color:	#336633;
	font-weight: bold;    
}

.Header3
{
	font-size: 8pt;
	color:	#FFFFFF;
	font-weight: bold;    
}

.Header4
{
	font-size: 8pt;
	color:	#F8AC29;
	font-weight: bold;    
}

.Header5
{
	font-size: 13.5pt;
	color:	#F8AC29;
	font-weight: bold;    
}


.SubHeader1
{
	font-size: 9pt;
	color:	#336633;
	font-weight: bold;    
}

.SubHeader2
{
	font-size: 9pt;
	color:	#000000;
	font-weight: bold;    
}

.SubHeader3
{
	font-size: 8pt;
	color:	#F8AC29;
	font-weight: bold;    
}

.SubHeader4
{
	font-size: 12pt;
	color:	#F8AC29;
	font-weight: bold;    
}

.SubHeader5
{
	font-size: 11pt;
	color:	#F8AC29;
	font-weight: bold;    
}

.SubHeader6
{
	font-size: 10.5pt;
	color:	#336633;
	font-weight: bold;    
}


.Normal1
{
	font-size: 9pt;
	color:	#000000;
	font-weight: normal;    
}

.Normal1Bold
{
	font-size: 9pt;
	color:	#000000;
	font-weight: bold;    
}

.Normal2
{
	font-size: 9pt;
	color:	#336633;
	font-weight: normal;    
}

.Normal2Bold
{
	font-size: 9pt;
	color:	#336633;
	font-weight: bold;    
}

.Normal3
{
	font-size: 9pt;
	color:	#F8AC29;
	font-weight: normal;    
}

.Normal3Bold
{
	font-size: 9pt;
	color:	#F8AC29;
	font-weight: bold;    
}

.Normal4
{
	font-size: 9pt;
	color:	#0066CC;
	font-weight: normal;    
}

.Normal5Bold
{
	font-size: 10pt;
	color:	#336633;
	font-weight: bold;    
}

.Normal6
{
	font-size: 9pt;
	color:	#FF0000;
	font-weight: normal;    
}

.Normal7
{
	font-size: 9pt;
	color:	#666666;
	font-weight: normal;    
}

.Normal8Bold
{
	font-size: 10pt;
	color:	#FFFFFF;
	font-weight: bold;    
	text-decoration: none;	
}

.Normal9Bold
{
	font-size: 8pt;
	color:	#FFFFFF;
	font-weight: bold;    
	text-decoration: none;	
}

.Normal10Bold
{
	font-size: 7pt;
	color:	#FFFFFF;
	font-weight: bold;  
	text-decoration: none;	  
}

.Sm1
{
	font-size: 8pt;
	color:	#000000;
	font-weight: normal;
}

.Sm2
{
	font-size: 8pt;
	color:	#336633;
	font-weight: normal;
}

.Sm2Bold
{
	font-size: 8pt;
	color:	#336633;
	font-weight: bold;
}

.Sm3
{
	font-size: 8pt;
	color:	#999999;
	font-weight: normal;
}

.Sm4
{
	font-size: 8pt;
	color:	#F8AC29;
	font-weight: normal;
}

.Sm5
{
	font-size: 8pt;
	color:	#0066CC;
	font-weight: normal;
}

.Sm6
{
	font-size: 8pt;
	color:	#FFFFFF;
	font-weight: normal;
}


a.Header2
{
	font-size: 8pt;
	color: #336633;
	font-weight: bold;
	text-decoration: none;
}

a:hover.Header2
{
	font-size: 8pt;
	color: #F8AC29; 
	font-weight: bold;
	text-decoration: underline;
}

a.Header3
{
	font-size: 8pt;
	color: #FFFFFF; 
	font-weight: bold;
	text-decoration: none;
}

a:hover.Header3
{
	font-size: 8pt;
	color: #F8AC29; 
	font-weight: bold;
	text-decoration: underline;
}

a.SubHeader1
{
	font-size: 9pt;
	color: #336633; 
	font-weight: bold;
	text-decoration: none;
}

a.SubHeader1_hover
{
	font-size: 9pt;
	color: #F8AC29; 
	font-weight: bold;
	text-decoration: underline;
}

a:hover.SubHeader1
{
	font-size: 9pt;
	color: #F8AC29; 
	font-weight: bold;
	text-decoration: underline;
}

a.Normal2
{
	font-size: 9pt;
	color: #336633; 
	font-weight: normal;
	text-decoration: none;
}

a:hover.Normal2
{
	font-size: 9pt;
	color: #F8AC29; 
	font-weight: normal;
	text-decoration: underline;
}

a.Normal3Bold
{
	font-size: 9pt;
	color: #F8AC29; 
	font-weight: bold;
	text-decoration: none;
}

a:hover.Normal3Bold
{
	font-size: 9pt;
	color: #336633; 
	font-weight: bold;
	text-decoration: underline;
}

a.Normal4
{
	font-size: 9pt;
	color: #0066CC; 
	font-weight: normal;
	text-decoration: none;
}

a:hover.Normal4
{
	font-size: 9pt;
	color: #F8AC29; 
	font-weight: normal;
	text-decoration: underline;
}

a.Normal5Bold
{
	font-size: 10pt;
	color: #0066CC; 
	font-weight: bold;
	text-decoration: none;
}

a:hover.Normal5Bold
{
	font-size: 10pt;
	color: #F8AC29; 
	font-weight: bold;
	text-decoration: underline;
}


a.Sm2
{
	font-size: 8pt;
	color: #336633; 
	font-weight: normal;
	text-decoration: none;
}

a:hover.Sm2
{
	font-size: 8pt;
	color: #F8AC29; 
	font-weight: normal;
	text-decoration: underline;
}

a.Sm4
{
	font-size: 8pt;
	color: #F8AC29; 
	font-weight: normal;
	text-decoration: none;
}

a:hover.Sm4
{
	font-size: 8pt;
	color: #336633; 
	font-weight: normal;
	text-decoration: underline;
}


a.Sm5
{
	font-size: 8pt;
	color: #0066CC; 
	font-weight: normal;
	text-decoration: none;
}

a:hover.Sm5
{
	font-size: 8pt;
	color: #F8AC29; 
	font-weight: normal;
	text-decoration: underline;
}

a.Sm6
{
	font-size: 8pt;
	color: #336633; 
	font-weight: normal;
	text-decoration: none;
}

a:hover.Sm6
{
	font-size: 8pt;
	color: #FFFFFF; 
	font-weight: normal;
	text-decoration: underline;
}


/*Printable Forms*/
a.Gray4
{
	font-size: 10pt;
	color: #7F7F7F; 
	font-weight: normal;
	text-decoration: none;
}

a:hover.Gray4
{
	font-size: 10pt;
	color: #F8AC29; 
	font-weight: normal;
	text-decoration: underline;
}



/* Buttons Shape Styles */

/* Begin Button Shape */
.btn            
{
    float: left;
    position: relative;
    display: block;
    background: #599F58; /* Primary1 */
    padding: 5px;
    cursor: pointer;
 }
.btn *
{
    position: relative;
    display: block;
    background-image: url(../images/btn_H.png);
    background-repeat: no-repeat;
}
.btn i          
{
    position: absolute;
    background-position: top left;
    width: 5px;
    height: 5px;
    top: 0;
    left: 0;
    margin-bottom: -5px;
}
.btn span       
{
    background-position: bottom left;
    left: -5px;
    margin-bottom:-5px;
    padding: 0 0 5px 10px;
}
.btn span i     
{
    position: absolute;
    background-position: bottom right;
    width: 10px;
    height: 100%;
    top: 0;
    left: 100%;
    margin-bottom: 0;
}
.btn span span  
{
    position: absolute;
    background-position: top right;
    height:0;
    top: -5px;
    right: -10px;
    margin-left: 10px;
}

.btn span .arrimage
{
    clear:none;
    display:block;
    margin-left:-10px;
    _margin-left:0px; 
    margin-top:6px; 
    
    margin-top:-15px\9;
    margin-bottom:-15px\9;
    
    _margin-top:-10px;
    _margin-bottom:-10px;
    position:relative;
    left:102%;
    left:94%\9;
    _left:86%;
}


.btn span .uploadimage
{
    margin-top:2px;
    margin-top:2px\9;
    margin-right:0px;
}

.btn span .addDocumentImage
{
    margin-top:2px;
    margin-top:2px\9;
    margin-right:0px;
}

.btn span font image
{
    clear:none;
    float:left;
    text-align:right;
}

.btn.ButtonStyleForFonts
{
	width:auto; /* ButtonWidthForFonts */;
	text-align:center;
}

.btn:hover      
{
    background-color: #F8AC29; /* Accent1 */
 }
.btn:active     
{
    background-color: #F8AC29; /* Primary1 */
}
.btn[class]     
{
    background-image: url(../images/shade.png);
    background-position: bottom;
}
.btn img
{
    float:left;
    border: 0px;
    background-image: none;
    padding-right: 5px;
}
* html .btn span,
* html .btn i   
{
    float: left;
    width: auto;
    background-image: none;
    cursor: pointer;
}
* html .btn     
{
    border: 3px double #599F58; /* Primary1 */
}
* html .btn:hover 
{
    border-color: #F8AC29; /* Accent1 */
}
* html .btn img
{
    float:left;
    border: 0px;
    background-image: none;
    padding-right: 5px;
}
/* End Button Shape */

/* Begin Button Small Shape */
.sm.btn            
{
    float: left;
    position: relative;
    display: block;
    background: #599F58; /* Primary1 */
    padding: 3px;
    cursor: pointer;
}

.sm.btn i          
{
    position: absolute;
    background-position: top left;
    width: 3px;
    height: 3px;
    top: 0;
    left: 0;
    margin-bottom: -3px;
}
.sm.btn span       
{
    background-position: bottom left;
    left: -3px;
    margin-bottom: -3px;
    padding: 0 0 3px 6px;
}
.sm.btn span i     
{
    position: absolute;
    background-position: bottom right;
    width: 6px;
    height: 100%;
    top: 0;
    left: 100%;
    margin-bottom: 0;
}
.sm.btn span span  
{
    position: absolute;
    background-position: top right;
    height:0;
    top: -3px;
    right: -6px;
    margin-left: 6px;
}
.sm.btn:hover      
{
    background-color:#F8AC29; /* Accent1 */
}
.sm.btn:active     
{
    background-color:#599F58; /* Primary1 */
}
.sm.btn[class]     
{
    background-image: url(../images/shade.png);
    background-position: bottom;
}
.sm.btn img
{
    float:left;
    border: 0px;
    background-image: none;
    padding-right: 3px;
}

* html .sm.btn span,
* html .sm.btn i   
{
    float: left;
    background-image: none;
    width: auto;
    cursor: pointer;
}
* html .sm.btn     
{
    border:3px double #599F58; /* Primary1 */
}
* html .sm.btn:hover 
{
    border-color: #F8AC29; /* Accent1 */
}
* html .sm.btn img
{
    float:left;
    border: 0px;
    background-image: none;
    padding-right: 3px;
}
/* End Button Small Shape */


/* Buttons Shape Styles */

/* Begin Button Shape */
.btnModule            
{
    float: left;
    position: relative;
    display: block;
    background: #599F58; /* Primary1 */
    padding: 5px;
    cursor: pointer;
 }
.btnModule *
{
    position: relative;
    display: block;
    background-image: url(../images/btn_H.png);
    background-repeat: no-repeat;
}
.btnModule i          
{
    position: absolute;
    background-position: top left;
    width: 5px;
    height: 5px;
    top: 0;
    left: 0;
    margin-bottom: -5px;
}
.btnModule span       
{
    background-position: bottom left;
    left: -5px;
    margin-bottom:-5px;
    padding: 0 0 5px 10px;
}
.btnModule span i     
{
    position: absolute;
    background-position: bottom right;
    width: 10px;
    height: 100%;
    top: 0;
    left: 100%;
    margin-bottom: 0;
}
.btnModule span span  
{
    position: absolute;
    background-position: top right;
    height:0;
    top: -5px;
    right: -10px;
    margin-left: 10px;
}
.btnModule:hover      
{
    background-color: #F8AC29; /* Accent1 */
 }
.btnModule:active     
{
    background-color: #F8AC29; /* Primary1 */
}
.btnModule[class]     
{
    background-image: url(../images/shade.png);
    background-position: bottom;
}
.btnModule img
{
    float:left;
    border: 0px;
    background-image: none;
    padding-right: 5px;
}
* html .btnModule span,
* html .btnModule i   
{
    float: left;
    width: auto;
    background-image: none;
    cursor: pointer;
}
* html .btnModule     
{
    border: 3px double #599F58; /* Primary1 */
}
* html .btnModule:hover 
{
    border-color: #F8AC29; /* Accent1 */
}
* html .btnModule img
{
    float:left;
    border: 0px;
    background-image: none;
    padding-right: 5px;
}
/* End Button Shape */

/* Begin Button Small Shape */
.sm.btnModule            
{
    float: left;
    position: relative;
    display: block;
    background: #599F58; /* Primary1 */
    padding: 3px;
    cursor: pointer;
}

.sm.btnModule i          
{
    position: absolute;
    background-position: top left;
    width: 3px;
    height: 3px;
    top: 0;
    left: 0;
    margin-bottom: -3px;
}
.sm.btnModule span       
{
    background-position: bottom left;
    left: -3px;
    margin-bottom: -3px;
    padding: 0 0 3px 6px;
}
.sm.btnModule span i     
{
    position: absolute;
    background-position: bottom right;
    width: 6px;
    height: 100%;
    top: 0;
    left: 100%;
    margin-bottom: 0;
}
.sm.btnModule span span  
{
    position: absolute;
    background-position: top right;
    height:0;
    top: -3px;
    right: -6px;
    margin-left: 6px;
}
.sm.btnModule:hover      
{
    background-color:#F8AC29; /* Accent1 */
}
.sm.btnModule:active     
{
    background-color:#599F58; /* Primary1 */
}
.sm.btnModule[class]     
{
    background-image: url(../images/shade.png);
    background-position: bottom;
}
.sm.btnModule img
{
    float:left;
    border: 0px;
    background-image: none;
    padding-right: 3px;
}

* html .sm.btnModule span,
* html .sm.btnModule i   
{
    float: left;
    background-image: none;
    width: auto;
    cursor: pointer;
}
* html .sm.btnModule     
{
    border:3px double #599F58; /* Primary1 */
}
* html .sm.btnModule:hover 
{
    border-color: #F8AC29; /* Accent1 */
}
* html .sm.btnModule img
{
    float:left;
    border: 0px;
    background-image: none;
    padding-right: 3px;
}
/* End Button Small Shape */


p               
{
    clear:both;
    padding:0px;
}
form p .btn     
{
    margin-right: 10px;
}

/* others */

.ApplyDrop
{
    width: 130px;
    font-size: 8pt;
}

.BackgroundHighlight
{
	background-color:#CAE7C8;
}

.spanLeftRight7
{
    padding-right: 7px;
    padding-left: 7px;
}

#loanAmountLable
{
    font-size: 8pt;;
}

/* add new class to fix defect 6816 */
.box
{
	border:1px solid #E4DBCA;
	background-color:#F3ECDF;
}


/*this is for Table with Expanded Row */
.ExpandedRow
{
	border:1px solid #E4DBCA;	
	background-color:#F3ECDF;
}


a
{
	color: #0066CC; 
}

a:hover
{
	color: #F8AC29; 
}

/*text color of link button should be ffffff*/
a.btnModule:hover
{
	color: #ffffff;; 
}

a.btn:hover
{
	color: #ffffff;; 
}
/*----------------------------------------*/

/*-------------caculator table css --------------*/

.DataTable
{
    border: 1px solid #CAC0AD;
    background-color: #E0E0E0;
}


.DataTableHeadFirst
{
    color: #336633;
}

html>body .DataTableHeadFirst
{
	background: url(/images/table-header-gradient-overlay.png) top left repeat-x;
	background-color:#CAE7C8;
}

* .DataTableHeadFirst
{
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/table-header-gradient-overlay.png', sizingMethod='scale');
   	background-color:#CAE7C8;
}

.DataTableHeadCenter
{
    color: #336633;
}

html>body .DataTableHeadCenter
{
	background: url(/images/table-header-gradient-overlay.png) top left repeat-x;
	background-color:#CAE7C8;
}

* .DataTableHeadCenter
{
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/table-header-gradient-overlay.png', sizingMethod='scale');
   	background-color:#CAE7C8;
}

.DataTableHeadLast
{
    color: #336633;
}

html>body .DataTableHeadLast
{
	background: url(/images/table-header-gradient-overlay.png) top left repeat-x;
	background-color:#CAE7C8;
}

* .DataTableHeadLast
{
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/table-header-gradient-overlay.png', sizingMethod='scale');
   	background-color:#CAE7C8;
}


.DataTableDoubleHeadFirst
{
    color:  #336633;
}

html>body .DataTableDoubleHeadFirst
{
	background: url(/images/table-header-gradient-overlay.png) top left repeat-x;
	background-color:#CAE7C8;
}

* .DataTableDoubleHeadFirst
{
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/table-header-gradient-overlay.png', sizingMethod='scale');
   	background-color:#CAE7C8;
}


.DataTableDoubleHeadLast
{
    color: #336633;
}

html>body .DataTableDoubleHeadLast
{
	background: url(/images/table-header-gradient-overlay.png) top left repeat-x;
	background-color:#CAE7C8;
}

* .DataTableDoubleHeadLast
{
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/table-header-gradient-overlay.png', sizingMethod='scale');
   	background-color:#CAE7C8;
}


.DataTableDoubleHeadCenter
{
    color: #336633;
}

html>body .DataTableDoubleHeadCenter
{
	background: url(/images/table-header-gradient-overlay.png) top left repeat-x;
	background-color:#CAE7C8;
}

* .DataTableDoubleHeadCenter
{
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/table-header-gradient-overlay.png', sizingMethod='scale');
   	background-color:#CAE7C8;
}

.DataTableDataFirstRow
{
    border-top: 1px solid #CAC0AD;
}

.DataTableFooterFirst
{
    border-top: 1px solid #CAC0AD;
}

.DataTableFooterLast
{
    border-top: 1px solid #CAC0AD;
}

.DataTableFooterCenter
{
    border-top: 1px solid #CAC0AD;
}

.NoHeadDataTable
{
    border-bottom: 1px solid #CAC0AD;
    border-left: 1px solid #CAC0AD;
    border-right: 1px solid #CAC0AD;
}

/*-------------caculator table css --------------*/


/*-------------special for break long word --------------*/

.lineBreak
{
/*
    word-wrap:break-word;
    word-break:break-all;
    overflow:hidden;
    width:100%;
*/
}
/*-------------special for break long word --------------*/

/*--------------css added for free consultation --------------*/

.WebAppHead2
{
	font-size:9pt;
	color:#F8AC29;
	font-weight:bold;
}
/*------------------------------------------------------------*/


/*--------------css added for employee listing --------------*/

.SearchGoForEmployee
{
    margin-top:-8px;
    *margin-top:4px !important;
    *margin-top:1px;
    
    
    width: 53px; 
    *width: 30px; 
    overflow: hidden; 
    float: left;

    padding-left:3px;
    *padding-left:5px !important;
    *padding-left:5px; 
}

.SearchClearForEmployee
{
    margin-top:-8px;
    *margin-top:4px !important;
    *margin-top:1px;
    

    width: 48px; 
    *width: 30px; 
    overflow: hidden; 
    float: left;
    
    padding-left:0px;
    *padding-left:23px !important;
    *padding-left:29px;    
}

.SearchBoxForEmployee
{
    float: left;
}
/*------------------------------------------------------------*/


/*--------------css added for the warning box on Full Application first page --------------*/

.FullAppWarningBox
{
	border:3px solid #F8AC29;
}

/*------------------------------------------------------------*/



/*------------------css add for TPO branches, contacts and licenses list-----------------*/

.split
{
	border-left: 1px solid #CAC0AD;
	margin-top:1px; /*all*/
	height:17px;
}

.filterBorderOuter
{
    border-top: 1px solid #CAC0AD;
    border-left: 1px solid #CAC0AD;
    border-right: 1px solid #CAC0AD;
    height:28px;
}

.filterBorderOuter_withBorderBottom
{
    border-top: 1px solid #CAC0AD;
    border-left: 1px solid #CAC0AD;
    border-right: 1px solid #CAC0AD;
    border-bottom: 1px solid #CAC0AD;
    height:28px;
}

.filterBorderOuter_withoutBorderTop
{
    border-left: 1px solid #CAC0AD;
    border-right: 1px solid #CAC0AD;
    height:26px;
}

.filterBorderInner
{
    border: 1px solid #FFFFFF;
    background-image: url(../images/nav-background.png);
    background-position:bottom;
    background-repeat:repeat-x;
    padding-left:9px;
    overflow:hidden;    
    
    
    padding-top:2px; /*all*/
    
    height:24px; /*all*/
}


.pagerheaderBorderOuter
{
	 border-top :1px solid #CAC0AD;
	 border-left :1px solid #CAC0AD;
	 border-right: 1px solid #CAC0AD;
	 height:26px;
}
.pagerheaderBorderInner
{
	border: 1px solid #FFFFFF;
	background-color: #599F58;
	background-image:url(../images/table-header-gradient-overlay.png);
    background-position:bottom;
    background-repeat:repeat-x;		
    
    
    _background-image:none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/table-header-gradient-overlay.png', sizingMethod='scale');

    
	overflow:hidden; 
	
	padding-top:2px; /*all*/
    
    height:22px; /*all*/
}


/*----------------------------------------------------------------------------------------*/


/*-------a class used by javascript to set button color directly---------*/
.btn_hover      
{
    background-color: #F8AC29; /* Accent1 */
}

* html .btn_hover 
{
    border-color: #F8AC29; /* Accent1 */
}
/*-----------------------------------------------------------------------*/


.pipeLineDivheaderBorderInner
{
	border: 1px solid #FFFFFF;
	background-color: #F8AC29;
	background-image:url(../images/table-header-gradient-overlay.png);
    background-position:bottom;
    background-repeat:repeat-x;		
    
    
    _background-image:none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/table-header-gradient-overlay.png', sizingMethod='scale');

    
	overflow:hidden; 
	
	padding-top:2px; /*all*/
    
    height:22px; /*all*/
}

/*-------a class used by javascript to set disabled button color directly---------*/

.btn_disabled *
{
    position: relative;
    display: block;
    background-image: url(../images/btn_H.png);
    background-repeat: no-repeat;
}

/* Begin Button Small Shape */
.sm.btn_disabled            
{
    float: left;
    position: relative;
    display: block;
    background: #cdcdcd;
    padding: 3px;
    cursor: pointer;
}

.sm.btn_disabled i          
{
    position: absolute;
    background-position: top left;
    width: 3px;
    height: 3px;
    top: 0;
    left: 0;
    margin-bottom: -3px;
}
.sm.btn_disabled span       
{
    background-position: bottom left;
    left: -3px;
    margin-bottom: -3px;
    padding: 0 0 3px 6px;
}
.sm.btn_disabled span i     
{
    position: absolute;
    background-position: bottom right;
    width: 6px;
    height: 100%;
    top: 0;
    left: 100%;
    margin-bottom: 0;
}
.sm.btn_disabled span span  
{
    position: absolute;
    background-position: top right;
    height:0;
    top: -3px;
    right: -6px;
    margin-left: 6px;
}
.sm.btn_disabled[class]     
{
    background-image: url(../images/shade.png);
    background-position: bottom;
}
.sm.btn_disabled img
{
    float:left;
    border: 0px;
    background-image: none;
    padding-right: 3px;
}

* html .sm.btn_disabled span,
* html .sm.btn_disabled i   
{
    float: left;
    background-image: none;
    width: auto;
    cursor: pointer;
    color:#ffffff;    
}
* html .sm.btn_disabled     
{
    border:3px double #cdcdcd;
}
* html .sm.btn_disabled img
{
    float:left;
    border: 0px;
    background-image: none;
    padding-right: 3px;
}
/* End Button Small Shape */


a.btn_disabled
{
    color:#ffffff;
}

/*-----------------------------------------------------------------------*/

.bottomLine
{
    border-bottom:1px solid #E4DBCA;
}


/*------------ Table define for TPO F1003 ------------------------------*/

/*Table*/
.TPO_TableGridHeader td
{
         font-weight: bold;
         background-color: #E4DBCA;
         padding-left:10px;
         padding-right:10px;         
}
.TPO_TableGridItem td
{
         border-left: none;
         border-right: none;
         border-bottom: solid 1px #E4DBCA;
         padding-left:10px;
         padding-right:10px;         
}
.TPO_TableGridItem a
{
         font-size: 9pt;
         color: #336633;
         font-weight: bold;
         text-decoration: none;
}

/*----------------special for In Processing Popup-----------------*/
.ProcessingMessage
{
    position: absolute; 
    width: 200px; 
    height: 90px;
    background-color:#ffffff;
    border:1px solid #E4DBCA;
    z-index:1000;
    text-align :center ;
    font-weight :bold;
    display:none;
}

.InProcessingPopup
{
 padding-top: 10px;
 padding-bottom :30px;

}

/*-------- special for disabled link button -----------*/
a.disabled_link
{
    color:#cdcdcd;
    cursor:default;
}


/*---------special for data table header color ----------*/
.DataTable A.Header2,.DataTable span.Header2
{
   color:#336633;
}

/*--------special for add file or document dialog --------------------*/

.UploadDialog
{
    border:6px solid #B2D5B0;
    background-color:#ffffff;
    position:absolute;
    left:0px;
    top:0px;
    display:none;
    z-index:1000;
    width:350px;
    height:200px;
}

.AddDocumentDialog
{
    border:6px solid #B2D5B0;
    background-color:#ffffff;
    position:absolute;
    left:0px;
    top:0px;
    display:none;
    z-index:1001;
    width:320px;
    height:110px;
}

.AddConditionFilesDialog
{
    border:6px solid #B2D5B0;
    background-color:#ffffff;
    position:absolute;
    left:0px;
    top:0px;
    display:none;
    z-index:1000;
    width:350px;
    height:350px;
}

.AddConditionFilesDialog .dummyBackFor1003 
{
    height:350px;
    width:350px;
    _width:353px;    
    left: 583px;
    _left:585px;  
    display:none;

    position:absolute;
}