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: #cccccc;
	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 #a7a9ac;
    border-left:1px solid #a7a9ac;
    border-right:1px solid #a7a9ac;
    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: #EBEBEB;
	border: 1px solid #C6C6C6;
	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: #a7a9ac;
	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: #999999;
	color:	#FFFFFF; 
}

#SpecialNavContainer #SpecialNav #SpecCurrent a
{
	color:	#000000;
	font-weight:bold;
}

#SpecialNavContainer #SpecialNav #SpecCurrent a:hover
{
	color:	#000000;
	background-color: #999999;
}


/*regular navigation*/
/*begin*/
#RegularNavigationBox
{
    width:100%;
}

#RegularNavigation_Frame{
	background-color:#f26822;
	overflow:hidden;
	position:relative;
	float:left;
	width:100%;
    border-bottom:1px solid #a7a9ac;	
}
#RegularNavigation_Frame .line{
	border-top:1px solid #a7a9ac;
	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: #f26822;
}

#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:#FF9900;
	color: #FFFFFF; 
}
#RegularNavigation_Frame #Categories .itemselected
{
	left:-6px;
	*left:-5px;
	float:left;
	list-style-type:none;
	position:relative;
	white-space:nowrap;
	background-color: #f26822;
}

#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: #FFFFFF; 
}
#RegularNavigation_Frame #Categories .itemselected a.hiMenu{
	background-color:#FF9900;
	color: #FFFFFF; 
}

#RegularNavigationBox .menu{
	position:absolute;
	display:none;
	padding:0 0 0 0;
	left:0;
	z-index:99;
	clear:none !important;
	*clear:both;
	background-color: #FFFFFF;
}
#RegularNavigationBox .menu ul{
	margin:0;
	padding:0;
	overflow:hidden;
	height:0;
	border:1px solid #FFFFFF;
	border-top-width:0;
	background-color:#FFFFFF;
}
#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:#ff9900;
}
#RegularNavigationBox .menu ul li a:hover
{
	background-color:#ff9900;
}
/*end*/

/*Popup menu for loan action*/

.popupOnLoanDetailHead
{
    width:176px;
    left:-10px; 
    position:relative; 
    margin-left:1px;  
    border-bottom: 1px solid #ffffff;
    background-color:#FFFFFF;
    line-height:29px;
    padding-left:10px;
}


.loan_action_menu{
	position:relative;
	padding:0 0 0 0;
    z-index:9000;
	clear:none !important;
	*clear:both;
    margin-left:1px;
    left:-10px; 
    margin-left:1px;
	line-height:29px;
}

.loan_action_menu ul{
	margin:0;
	padding:0;
	border:0;
}

.loan_action_menu ul li{
	list-style-type:none;
	display:inline;
}

.loan_action_menu ul li a
{
	white-space:nowrap;
	display:block;
	padding:0px 14px;
	text-decoration:none;
    border-bottom:1px solid #ffffff;
	line-height:29px;
    width:158px;
    background-color:#FFFFFF;
}

.loan_action_menu ul li a:hover
{
	background-color:#ff9900;
	text-decoration:none;
}

.loan_action_menu ul li a.WithTopSpace
{
    margin-top:1px;
    border-top:1px solid #999999;
}
.loan_action_menu ul li a.disabled_link
{
    background-color:#efefef;
    color:afafaf;
}

.loan_action_menu ul li.menu_item_withSub a
{
}

/*end*/


/*Banner Container*/
#BannerContainer
{
	width: 570px;
	height:	200px;
	line-height:200px;
	overflow:hidden;
	padding: 0;
	margin:	0;
	background-color: #999999;
	border:0px;
	border-left:1px solid #a7a9ac;
	border-right:1px solid #a7a9ac;
	float: left;
}

#BannerContainer img
{
	padding: 0;
	margin:	0;
}

/*Content Container*/
.ContentArea
{
    border-left:1px solid #a7a9ac;
    border-right:1px solid #a7a9ac;
    border-bottom:1px solid #a7a9ac; 
}

.ContentAreaBack
{
 	background: #FFFFFF;   
}
.ModulesAreaBack
{
    background: #f26822; 
}


.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 #FF9900;
   	padding-bottom:8px;
   	float:left;
   	height:100%;
   	min-height:100%;
   	background: #f26822;
}


#ModulesContainer .ModuleItemContainer
{
	display: block;
	width: 190px;	
	margin: 0;
	font-size:8pt;
	font-weight:normal;	
	color: #000000;
	padding-bottom: 8px;
}

/* caculate module */
.CalculateInputBox
{
    margin-left: 3px;
    font-size:12px;
    width:108px;
    vertical-align:middle;   
}

.CalculateInputBoxDiv
{
    margin-top: 0px;
    float: left;
}

#loanAmountLable
{
    margin-top: 0px; 
    *margin-top: 0px ; 
    float: left; 
    margin-right: 0px;
    font-size:8pt;;
}

.CaculateButtonDiv
{
    margin-top: 0px;
    margin-top: 0px\9; 
    width: 34px; 
    *width: 32px; 
    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: 2px;
    *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: #a7a9ac;
	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 .ModuleItemHeaderWithBottomBorder
{
	display: block;
	clear: both;
	float: left;
	width: 170px;
	height: 25px;
	padding: 0;
	padding-left:10px;
	padding-right:10px;
	margin: 0;
	background: #a7a9ac;
	text-align: left;
}

#ModulesContainer .ModuleItemContainer .ModuleItemHeaderWithBottomBorder 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
{   
	clear: both;
	padding: 10px;
	width: 170px;	
	margin: 8;
    text-align: left;
}

#ModulesContainer .ModuleItemContainer .ModuleItemBody input
{
	/*border: 1px solid #C6C6C6;*/
    font-size:9pt;
    *font-size:9pt !importamt;	
    *font-size:9pt ;	
    margin-left:3px;
}

#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:#cf2c1e;
    text-decoration: none; 
}

.ModuleItemTable .FootItem a:hover
{
    font-size:8pt;
    color:#cf2c1e;
    text-decoration: underline;  
}


/* Free Consultation Module */
.FreeConsultationContainer .freeLink
{
    clear:left;
    float:left;
    display: block;
	border-width:3px;
	border-color:#a7a9ac;
	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:#000000;
	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:1px;
	border-color:#a7a9ac;
	border-style:solid;
	width:178px;
	padding:0px;
	margin:8px;
	margin-left:5px;
	*margin-left:5px !important;
	*margin-left:3px ;	
	margin-bottom:8px;	
	cursor:pointer;
	text-align:center;
}

.ImageModuleBoxWithoutBorder
{    
    clear:left;
    float:left;
    display: block;
	border-width:0px;
	border-color:#a7a9ac;
	border-style:solid;
	width:178px;
	padding:0px;
	margin:8px;
	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:1px;
	border-color:#000000;
	border-style:solid;
	width:178px;
	padding:0px;
	margin:8px;
	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 #a7a9ac;
	border-right: 1px solid #a7a9ac; 
	border-bottom: 1px solid #a7a9ac; 	
	background: #FFFFFF;
    clear:both;
}


#FootArea
{
	border-left: 1px solid #a7a9ac;
	border-right: 1px solid #a7a9ac; 
	border-bottom: 1px solid #a7a9ac; 	
}


/*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: #cf2c1e; 
	font-weight: normal;
	text-decoration: none;
}

.CopyrightContainer a:hover
{
	color: #cf2c1e;
	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 #C6C6C6;

}

.GrayBackground
{
	background-color:#EBEBEB;
}

.LoginBox .Header
{
	padding-left:10px;
	height: 20px;
	border-bottom: 1px solid #C6C6C6;
	font-weight:bold;
	color:#000000;
	vertical-align:middle;
}


html>body .LoginBox .Header
{
	background: url(../images/table-header-gradient-overlay.png) top left repeat-x;
	background-color:#FFFFFF;
}

* .LoginBox .Header
{
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/table-header-gradient-overlay.png', sizingMethod='scale');
   	background-color:#FFFFFF;
}




.LoginBox .Required
{
	padding-left:5px;
	padding-top:10px;
	padding-bottom:5px;
	color:Red;
}

.InputBox
{
	/* border:1px solid #999999*/;
}


.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:#E0E0E0;
	height:25px;
	font-weight:bold;   
	padding-left:10px;
	padding-right:10px;	
}

.tableBodyColumn
{
	height:25px;
	padding-left:10px;
	padding-right:10px;	
	border-bottom:1px solid #E0E0E0;	
}

.hightLightTableBodyColumn
{
	height:25px;
	padding: 2px 10px 0 10px;
	border-bottom:1px solid #E0E0E0;	
	background-color:#EBEBEB;
}

.tableBodyColumn_TopLine
{
	height:25px;
	padding: 2px 10px 2px 10px;
	border-top:2px solid #E0E0E0;	
}

.table_BottomLine
{
	border-bottom:1px solid #E0E0E0;	
}



/*Globale Setting*/
.Header1
{
	font-size: 12pt;
	color:	#000000;
	font-weight: bold;    
}

.Header2
{
	font-size: 8pt;
	color:	#000000;
	font-weight: bold;    
}

.Header3
{
	font-size: 8pt;
	color:	#FFFFFF;
	font-weight: bold;    
}

.Header4
{
	font-size: 8pt;
	color:	#000000;
	font-weight: bold;    
}

.Header5
{
	font-size: 13.5pt;
	color:	#000000;
	font-weight: bold;    
}


.SubHeader1
{
	font-size: 9pt;
	color:	#000000;
	font-weight: bold;    
}

.SubHeader2
{
	font-size: 9pt;
	color:	#000000;
	font-weight: bold;    
}

.SubHeader3
{
	font-size: 8pt;
	color:	#000000;
	font-weight: bold;    
}

.SubHeader4
{
	font-size: 12pt;
	color:	#000000;
	font-weight: bold;    
}

.SubHeader5
{
	font-size: 11pt;
	color:	#000000;
	font-weight: bold;    
}

.SubHeader6
{
	font-size: 10.5pt;
	color:	#000000;
	font-weight: bold;    
}


.Normal1
{
	font-size: 8pt;
	color:	#000000;
	font-weight: normal;    
}

.Normal1Bold
{
	font-size: 8pt;
	color:	#000000;
	font-weight: bold;    
}

.Normal2
{
	font-size: 9pt;
	color:	#000000;
	font-weight: normal;    
}

.Normal2Bold
{
	font-size: 9pt;
	color:	#000000;
	font-weight: bold;    
}

.Normal3
{
	font-size: 9pt;
	color:	#000000;
	font-weight: normal;    
}

.Normal3Bold
{
	font-size: 9pt;
	color:	#000000;
	font-weight: bold;    
}

.Normal4
{
	font-size: 9pt;
	color:	#0066CC;
	font-weight: normal;    
}

.Normal5Bold
{
	font-size: 10pt;
	color:	#000000;
	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:	#000000;
	font-weight: normal;
}

.Sm2Bold
{
	font-size: 8pt;
	color:	#000000;
	font-weight: bold;
}

.Sm3
{
	font-size: 8pt;
	color:	#999999;
	font-weight: normal;
}

.Sm4
{
	font-size: 8pt;
	color:	#000000;
	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: #000000;
	font-weight: bold;
	text-decoration: none;
}

a:hover.Header2
{
	font-size: 8pt;
	color: #FFFFFF; 
	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: #000000; 
	font-weight: bold;
	text-decoration: underline;
}

a.SubHeader1
{
	font-size: 9pt;
	color: #000000; 
	font-weight: bold;
	text-decoration: none;
}

a.SubHeader1_hover
{
	font-size: 9pt;
	color: #000000; 
	font-weight: bold;
	text-decoration: underline;
}

a:hover.SubHeader1
{
	font-size: 9pt;
	color: #000000; 
	font-weight: bold;
	text-decoration: underline;
}

a.Normal2
{
	font-size: 9pt;
	color: #000000; 
	font-weight: normal;
	text-decoration: none;
}

a:hover.Normal2
{
	font-size: 9pt;
	color: #000000; 
	font-weight: normal;
	text-decoration: underline;
}

a.Normal3Bold
{
	font-size: 9pt;
	color: #000000; 
	font-weight: bold;
	text-decoration: none;
}

a:hover.Normal3Bold
{
	font-size: 9pt;
	color: #000000; 
	font-weight: bold;
	text-decoration: underline;
}

a.Normal4
{
	font-size: 9pt;
	color: #cf2c1e; 
	font-weight: normal;
	text-decoration: none;
    margin-left: 5px;
}

a:hover.Normal4
{
	font-size: 9pt;
	color: #cf2c1e; 
	font-weight: normal;
	text-decoration: underline;
}

a.Normal5Bold
{
	font-size: 10pt;
	color: #cf2c1e; 
	font-weight: bold;
	text-decoration: none;
}

a:hover.Normal5Bold
{
	font-size: 10pt;
	color: #cf2c1e; 
	font-weight: bold;
	text-decoration: underline;
}


a.Sm2
{
	font-size: 8pt;
	color: #000000; 
	font-weight: normal;
	text-decoration: none;
}

a:hover.Sm2
{
	font-size: 8pt;
	color: #000000; 
	font-weight: normal;
	text-decoration: underline;
}

a.Sm4
{
	font-size: 8pt;
	color: #000000; 
	font-weight: normal;
	text-decoration: none;
}

a:hover.Sm4
{
	font-size: 8pt;
	color: #000000; 
	font-weight: normal;
	text-decoration: underline;
}


a.Sm5
{
	font-size: 8pt;
	color: #cf2c1e; 
	font-weight: normal;
	text-decoration: none;
}

a:hover.Sm5
{
	font-size: 8pt;
	color: #cf2c1e; 
	font-weight: normal;
	text-decoration: underline;
}

a.Sm6
{
	font-size: 8pt;
	color: #000000; 
	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: #000000; 
	font-weight: normal;
	text-decoration: underline;
}



/* Buttons Shape Styles */
/* Begin Button Right Shape */
.btnRight           
{
    float: right;
    position: relative;
    display: block;
    background: #a7a9ac; /* Primary1 */
    padding: 5px;
    cursor: pointer;
 }
.btnRight *
{
    position: relative;
    display: block;
    background-image: url(../images/btn_H.png);
    background-repeat: no-repeat;
}
.btnRight i          
{
    position: absolute;
    background-position: top left;
    width: 5px;
    height: 5px;
    top: 0;
    left: 0;
    margin-bottom: -5px;
}
.btnRight span       
{
    background-position: bottom left;
    left: -5px;
    margin-bottom:-5px;
    padding: 0 0 5px 10px;
}
.btnRight span i     
{
    position: absolute;
    background-position: bottom right;
    width: 10px;
    height: 100%;
    top: 0;
    left: 100%;
    margin-bottom: 0;
}
.btnRight span span  
{
    position: absolute;
    background-position: top right;
    height:0;
    top: -5px;
    right: -10px;
    margin-left: 10px;
}

.btnRight 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%;
}


.btnRight span .uploadimage
{
    margin-top:2px;
    margin-top:2px\9;
    margin-right:0px;
}

.btnRight span .addDocumentImage
{
    margin-top:2px;
    margin-top:2px\9;
    margin-right:0px;
}

.btnRight span font image
{
    clear:none;
    float:left;
    text-align:right;
}

.btnRight.ButtonStyleForFonts
{
	width:auto; /* ButtonWidthForFonts */;
	text-align:center;
}

.btnRight:hover      
{
    background-color: #000000; /* Accent1 */
 }
.btnRight:active     
{
    background-color: #000000; /* Primary1 */
}
.btnRight[class]     
{
    background-image: url(../images/shade.png);
    background-position: bottom;
}
.btnRight img
{
    float:left;
    border: 0px;
    background-image: none;
    padding-right: 5px;
}
* html .btnRight span,
* html .btnRight i   
{
    float: left;
    width: auto;
    background-image: none;
    cursor: pointer;
}
* html .btnRight     
{
    border: 3px double #a7a9ac; /* Primary1 */
}
* html .btnRight:hover 
{
    border-color: #000000; /* Accent1 */
}
* html .btnRight img
{
    float:left;
    border: 0px;
    background-image: none;
    padding-right: 5px;
}
/* End Button Right Shape */

/* Begin Button Shape */
.btn            
{
    float: left;
    position: relative;
    display: block;
    background: #a7a9ac; /* 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: #000000; /* Accent1 */
 }
.btn:active     
{
    background-color: #000000; /* 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 #a7a9ac; /* Primary1 */
}
* html .btn:hover 
{
    border-color: #000000; /* 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: #a7a9ac; /* 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:#000000; /* Accent1 */
}
.sm.btn:active     
{
    background-color:#a7a9ac; /* 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 #a7a9ac; /* Primary1 */
}
* html .sm.btn:hover 
{
    border-color: #000000; /* 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: #a7a9ac; /* 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: #000000; /* Accent1 */
 }
.btnModule:active     
{
    background-color: #000000; /* 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 #a7a9ac; /* Primary1 */
}
* html .btnModule:hover 
{
    border-color: #000000; /* 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: #a7a9ac; /* 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:#000000; /* Accent1 */
}
.sm.btnModule:active     
{
    background-color:#a7a9ac; /* 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 #a7a9ac; /* Primary1 */
}
* html .sm.btnModule:hover 
{
    border-color: #000000; /* Accent1 */
}
* html .sm.btnModule img
{
    float:left;
    border: 0px;
    background-image: none;
    padding-right: 3px;
}
/* End Button Small Shape */

/* correct the vertical align of ThemeButton */
p.btnBox
{
    margin-top:0;
    margin-bottom:0;
}

p               
{
    padding:0px;
}
form p .btn     
{
    margin-right: 10px;
}
form p .btnRight     
{
    margin-right: 10px;
}

/* others */

.ApplyDrop
{
    width: 130px;
    font-size: 8pt;
}

.BackgroundHighlight
{
	background-color:#FF9900;
}

.spanLeftRight7
{
    padding-right: 7px;
    padding-left: 7px;
}

#loanAmountLable
{
    font-size: 8pt;;
}

/* add new class to fix defect 6816 */
.box
{
	border:1px solid #E0E0E0;
	background-color:#EBEBEB;
}


/*this is for Table with Expanded Row */
.ExpandedRow
{
	border:1px solid #E0E0E0;	
	background-color:#EBEBEB;
}


a
{
	color: #cf2c1e; 
}

a:hover
{
	color: #cf2c1e; 
}

/*text color of link button should be ffffff*/
a.btnModule:hover
{
	color: #ffffff;; 
}

a.btn:hover
{
	color: #ffffff;; 
}
a.btnRight:hover
{
	color: #ffffff;; 
}
/*----------------------------------------*/

/*-------------caculator table css --------------*/

.DataTable
{
    border: 1px solid #C6C6C6;
    background-color: #E0E0E0;
}


.DataTableHeadFirst
{
    color: #000000;
}

html>body .DataTableHeadFirst
{
	background: url(../images/table-header-gradient-overlay.png) top left repeat-x;
	background-color:#FFFFFF;
}

* .DataTableHeadFirst
{
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/table-header-gradient-overlay.png', sizingMethod='scale');
   	background-color:#FFFFFF;
}

.DataTableHeadCenter
{
    color: #000000;
}

html>body .DataTableHeadCenter
{
	background: url(../images/table-header-gradient-overlay.png) top left repeat-x;
	background-color:#FFFFFF;
}

* .DataTableHeadCenter
{
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/table-header-gradient-overlay.png', sizingMethod='scale');
   	background-color:#FFFFFF;
}

.DataTableHeadLast
{
    color: #000000;
}

html>body .DataTableHeadLast
{
	background: url(../images/table-header-gradient-overlay.png) top left repeat-x;
	background-color:#FFFFFF;
}

* .DataTableHeadLast
{
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/table-header-gradient-overlay.png', sizingMethod='scale');
   	background-color:#FFFFFF;
}


.DataTableDoubleHeadFirst
{
    color:  #000000;
}

html>body .DataTableDoubleHeadFirst
{
	background: url(../images/table-header-gradient-overlay.png) top left repeat-x;
	background-color:#FFFFFF;
}

* .DataTableDoubleHeadFirst
{
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/table-header-gradient-overlay.png', sizingMethod='scale');
   	background-color:#FFFFFF;
}


.DataTableDoubleHeadLast
{
    color: #000000;
}

html>body .DataTableDoubleHeadLast
{
	background: url(../images/table-header-gradient-overlay.png) top left repeat-x;
	background-color:#FFFFFF;
}

* .DataTableDoubleHeadLast
{
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/table-header-gradient-overlay.png', sizingMethod='scale');
   	background-color:#FFFFFF;
}


.DataTableDoubleHeadCenter
{
    color: #000000;
}

html>body .DataTableDoubleHeadCenter
{
	background: url(../images/table-header-gradient-overlay.png) top left repeat-x;
	background-color:#FFFFFF;
}

* .DataTableDoubleHeadCenter
{
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/table-header-gradient-overlay.png', sizingMethod='scale');
   	background-color:#FFFFFF;
}

.DataTableDataFirstRow
{
    border-top: 1px solid #C6C6C6;
}

.DataTableFooterFirst
{
    border-top: 1px solid #C6C6C6;
}

.DataTableFooterLast
{
    border-top: 1px solid #C6C6C6;
}

.DataTableFooterCenter
{
    border-top: 1px solid #C6C6C6;
}

.NoHeadDataTable
{
    border-bottom: 1px solid #C6C6C6;
    border-left: 1px solid #C6C6C6;
    border-right: 1px solid #C6C6C6;
}

/*-------------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:#000000;
	font-weight:bold;
}
/*------------------------------------------------------------*/


/*--------------css added for employee listing --------------*/

.SearchGoForEmployee
{
    margin-top:0;
    
    
    width: 53px; 
    *width: 30px; 
    overflow: hidden; 
    float: left;

    padding-left:3px;
    *padding-left:5px !important;
    *padding-left:5px; 
}

.SearchClearForEmployee
{
    margin-top:0;
    

    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 #000000;
}

/*------------------------------------------------------------*/



/*------------------css add for TPO branches, contacts and licenses list-----------------*/

.split
{
	border-left: 1px solid #C6C6C6;
	margin-top:1px; /*all*/
	height:17px;
}

.filterBorderOuter
{
    border-top: 1px solid #C6C6C6;
    border-left: 1px solid #C6C6C6;
    border-right: 1px solid #C6C6C6;
    height:28px;
}

.filterBorderOuter_withBorderBottom
{
    border-top: 1px solid #C6C6C6;
    border-left: 1px solid #C6C6C6;
    border-right: 1px solid #C6C6C6;
    border-bottom: 1px solid #C6C6C6;
    height:28px;
}

.filterBorderOuter_withoutBorderTop
{
    border-left: 1px solid #C6C6C6;
    border-right: 1px solid #C6C6C6;
    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 #C6C6C6;
	 border-left :1px solid #C6C6C6;
	 border-right: 1px solid #C6C6C6;
	 height:26px;
}
.pagerheaderBorderInner
{
	border: 1px solid #FFFFFF;
	background-color: #a7a9ac;
	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: #000000; /* Accent1 */
}

* html .btn_hover 
{
    border-color: #000000; /* Accent1 */
}
/*-----------------------------------------------------------------------*/


.pipeLineDivheaderBorderInner
{
	border: 1px solid #FFFFFF;
	background-color: #000000;
	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 *
{
    color:#ccc;
}
.btn_disabled            
{
    background: #cdcdcd;
    cursor: default;
}
.btn_disabled:active
{
    background-color: #cdcdcd;
}
.btn_disabled:hover      
{
    background-color: #cdcdcd;
}
* html .btn_disabled     
{
    border:3px double #cdcdcd;
}

/* 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 #E0E0E0;
}


/*------------ Table define for TPO F1003 ------------------------------*/

/*Table*/
.TPO_TableGridHeader td
{
         font-weight: bold;
         background-color: #E0E0E0;
         padding-left:10px;
         padding-right:10px;         
}
.TPO_TableGridItem td
{
         border-left: none;
         border-right: none;
         border-bottom: solid 1px #E0E0E0;
         padding-left:10px;
         padding-right:10px;         
}
.TPO_TableGridItem a
{
         font-size: 9pt;
         color: #000000;
         font-weight: bold;
         text-decoration: none;
}

/*----------------special for In Processing Popup-----------------*/
.ProcessingMessage
{
    position: absolute; 
    width: 200px; 
    height: 90px;
    background-color:#ffffff;
    border:1px solid #E0E0E0;
    z-index:1000;
    text-align :center;
    font-weight :bold;
    display:none;
}

.InProcessingPopup
{
 padding-top: 30px;
 padding-bottom :10px;
 text-align :center;
 padding-right:5px;
}
/*----------------special for In Uploading Popup-----------------*/
.InUploadingPopup
{
    padding-bottom: 20px;
    padding-top: 20px;
}
.UploadingMessage
{
    position: absolute; 
    width: 290px; 
    height: 90px;
    background-color:#ffffff;
    border:1px solid #E0E0E0;
    z-index:1000;
    text-align :center ;
    font-weight :bold;
    display:none;
}
.progressContainer
{
    background-color: #d6d3cf; 
    width: 200px; 
    height: 15px; 
    float: left;
    margin-left:20px;
    text-align:left;
}
#progressBar
{
    width: 0px; 
    background-color: #32b766; 
    height: 15px; 
    line-height: 15px;
}
#percentage
{
    float: right; 
    margin-right: 20px;
    width:45px;
    text-align:right;
}

/*-------- 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:#000000;
}

/*--------special for add file or document dialog --------------------*/

.UploadDialog
{
    border:6px solid #999999;
    background-color:#ffffff;
    position:absolute;
    left:0px;
    top:0px;
    display:none;
    z-index:1000;
    width:350px;
    height:200px;
}

#fsUploadProgress
{
    width: 100%;
    height:120px;
    overflow: auto;
    overflow-x: hidden;    
}

.AddDocumentDialog
{
    border:6px solid #999999;
    background-color:#ffffff;
    position:absolute;
    left:0px;
    top:0px;
    display:none;
    z-index:1001;
    width:350px;
    padding-bottom:10px;
}
.AddDocumentDialog .Upload_Content select
{
    width:333px;
    width:326px\9;
}
.AddDocumentDialog td.Upload_Content input
{
    margin:0;
    width:329px;
    width:318px\9;
}

.AddConditionFilesDialog
{
    border:6px solid #999999;
    background-color:#ffffff;
    position:absolute;
    left:0px;
    top:0px;
    display:none;
    z-index:2000;
}

.AddConditionFilesDialog
{
    width:350px;
    height:350px;
}

.AddConditionFilesDialog .dummyBackFor1003 
{
    height:350px;
    width:350px;
    _width:353px;    
    left: 583px;
    _left:585px;  
    display:none;

    position:absolute;
}

.ConfirmDialog
{
    border:6px solid #999999;
    background-color:#ffffff;
}

.PopUpDialog
{
    border:6px solid #999999;
    background-color:#ffffff;
    z-index:500;    
    overflow:auto;
    overflow-x: hidden;
    position:absolute;
    display:none;   
}
.TPO_TableGridItem a:hover
{
    color:#F9A130;
    text-decoration:underline;
}