
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: #E0FBFF;
	text-align:center;
}

/*Site Container*/

#BodyContainer
{
	width: 762px;
	margin:0px; 
	padding: 0px;
	text-align:center;
	border:0px;	
	clear: both; 
	background-color:#FFFFFF;
	margin-top:40px;
	margin-bottom:40px;
}

#TopContainer
{
    width: 760px; 
    height: 130px; 
    padding: 0px; 
    margin:0px; 
    border-top:1px solid #5BAAB3;
    border-left:1px solid #5BAAB3;
    border-right:1px solid #5BAAB3;
    border-bottom:0px;
    background-color:#FFFFFF;
}

/*Logo Container*/

#LogoContainer
{
	width: 370px;
	height:	80px;
	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: #5BAAB3;
	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: #90C5CD;
	color:	#7D4340; 
}

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

#SpecialNavContainer #SpecialNav #SpecCurrent a:hover
{
	color:	#7D4340;
	background-color: #90C5CD;
}


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

#RegularNavigation_Frame{
	background-color:#FFFFFF;
	overflow:hidden;
	position:relative;
	float:left;
	width:100%;
    border-bottom:1px solid #5BAAB3;	
}
#RegularNavigation_Frame .line{
	border-top:1px solid #5BAAB3;
	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:#E0FBFF;
	color: #7D4340; 
}
#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: #7D4340; 
}
#RegularNavigation_Frame #Categories .itemselected a.hiMenu{
	background-color:#E0FBFF;
	color: #7D4340; 
}

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


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

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

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

.ContentAreaBack
{
 	background: #FFFFFF;   
}
.ModulesAreaBack
{
    background: #90C5CD; 
}


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


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

/* caculate module */
.CalculateInputBox
{
    width:46px;
    *width:42px;
    
    font-size:7.8pt;    
}

.CalculateInputBoxDiv
{
    margin-top: 6px; 
    *margin-top: 8px;
    float: left;
}

#loanAmountLable
{
    margin-top: 9px; 
    *margin-top: 10px ; 
    float: left; 
    margin-right: 0px;
    font-size:7.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: #5BAAB3;
	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 #C6C6C6;*/
    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:7.8pt;	
	padding:1px;	
	text-align: left;
	height:20px;
	vertical-align:middle;		
}

.ModuleItemTable td
{
	font-size:7.8pt;	
	padding: 1px;
	text-align: left;
	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:#7D4340;
    text-decoration: underline;  
}


/* Free Consultation Module */
.FreeConsultationContainer .freeLink
{
    clear:left;
    float:left;
    display: block;
	border-width:3px;
	border-color:#5BAAB3;
	border-style:solid;
	width:174px;
	height:84px;
	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:#7D4340;
	border-style:solid;
	width:174px;
	height:84px;
	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:#5BAAB3;
	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:#7D4340;
	border-style:solid;
	width:174px;
	padding:0px;
	margin:0px;
	margin-left:5px;
	*margin-left:5px !important;
	*margin-left:3px ;	
	margin-bottom:8px;		
	cursor:pointer;
}

/*Foot Container*/
.FooterContainer
{
	padding: 10px;
	margin:	0px;
	text-align:	center;
	border:	0px;
	border-left: 1px solid #5BAAB3;
	border-right: 1px solid #5BAAB3; 
	border-bottom: 1px solid #5BAAB3; 	
	background: #FFFFFF;
    clear:both;
}


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


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

#CopyrightContainer a
{
	font-size: 8pt;
	color: #0066CC; 
	font-weight: normal;
	text-decoration: none;
}

#CopyrightContainer a:hover
{
	color: #7D4340;
	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;
	background: url(/App_Themes/Template2_Turquoise/images/bg_modules_header.gif) top left repeat-x;
	height: 20px;
	border-bottom: 1px solid #C6C6C6;
	font-weight:bold;
	color:#40757D
	vertical-align:middle;
}
.LoginBox .Required
{
	padding-left:5px;
	padding-top:10px;
	padding-bottom:5px;
	color:Red;
}

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


/*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;
    margin-top: 5px;
    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;
   
}
.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;
  	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=3, OffY=3,Color='#EBEBEB', Positive='true');
}
/*--------------------------------------------------*/

/*------    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-left:10px;
	padding-right:10px;	
	border-bottom:1px solid #E0E0E0;	
	background-color:#EBEBEB;
}



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

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

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

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

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


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

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

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

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

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

.SubHeader6
{
	font-size: 10.5pt;
	color:	#40757D;
	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:	#40757D;
	font-weight: normal;    
}

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

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

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

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

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

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

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

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

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

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

a:hover.SubHeader1
{
	font-size: 8pt;
	color: #7D4340; 
	font-weight: bold;
	text-decoration: underline;
}

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

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

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

a:hover.Normal3Bold
{
	font-size: 9pt;
	color: #40757D; 
	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: #7D4340; 
	font-weight: normal;
	text-decoration: underline;
}

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

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


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

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

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

a:hover.Sm4
{
	font-size: 8pt;
	color: #40757D; 
	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: #7D4340; 
	font-weight: normal;
	text-decoration: underline;
}

a.Sm6
{
	font-size: 8pt;
	color: #40757D; 
	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: 9pt;
	color: #7F7F7F; 
	font-weight: normal;
	text-decoration: none;
}

a:hover.Gray4
{
	font-size: 9pt;
	color: #7D4340; 
	font-weight: normal;
	text-decoration: underline;
}



/* Buttons Shape Styles */

/* Begin Button Shape */
.btn            
{
    float: left;
    position: relative;
    display: block;
    background: #5BAAB3; /* 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:hover      
{
    background-color: #7D4340; /* Accent1 */
 }
.btn:active     
{
    background-color: #7D4340; /* 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 #5BAAB3; /* Primary1 */
}
* html .btn:hover 
{
    border-color: #7D4340; /* 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: #5BAAB3; /* 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:#7D4340; /* Accent1 */
}
.sm.btn:active     
{
    background-color:#5BAAB3; /* 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 #5BAAB3; /* Primary1 */
}
* html .sm.btn:hover 
{
    border-color: #7D4340; /* Accent1 */
}
* html .sm.btn 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:#E0FBFF;
}

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

#loanAmountLable
{
    font-size: 7.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;
}