
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: #FFFFFF;
	background-image: url(/App_Themes/Template1_SteelBlue/images/bg_body.gif);
	background-position:top left;
	background-repeat:repeat-x;
	text-align:center;
}

/*Site Container*/

#BodyContainer
{
	width: 776px;
	margin:0px; 
	padding: 0px;
	text-align:center;
	border:0px;	
	clear: both; 
	height:100%;
	min-height:100%;
	background-color:#FFFFFF;
}

#BodyLeftShadow
{
	width: 8px;
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url(/App_Themes/Template1_SteelBlue/images/bg_shadow_l.gif);
	background-position:top left;
	background-repeat:repeat-y;	
	vertical-align:top;
}

#BodyRightShadow
{
	width: 8px;
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url(/App_Themes/Template1_SteelBlue/images/bg_shadow_r.gif);
	background-position:top left;
	background-repeat:repeat-y;		
	vertical-align:top;	
}


#SiteContainer
{ 
	width: 760px;
	margin: 0px;	
	padding: 0px; 
	float:left;	
	height: 100%;
	min-height: 100%;
}

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

/* ---- flash banner text ---------*/
.specialMsg {
 	font-family: "Times New Roman", "Arial";
 	font-size: 22px;
	font-weight: bold;
	font-style: italic;
 	color: #990000;
}


/*Special Navigation Container*/
/*mark*/
#SpecialNavContainer
{
	width: 190px;
	height:	180px;
	padding: 20px 0 0 0;
	margin: 0;
	text-align: left;
	background: #6699CC;
	clear: left;
	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;
}

#SpecialNavContainer #SpecialNav li a
{
	display: block;
	width: 190px;
	height: 17px;
	color: #FFFFFF;
	padding: 0;
	padding-left: 25px;
	*padding-left: 55px;
	padding-top: 4px;
	margin: 0;
	text-align: left;
	text-decoration: none;
	font-weight:bold;
	background: url(/App_Themes/Template1_SteelBlue/images/arrow_snav.gif) no-repeat 20px center;
}

#SpecialNavContainer #SpecialNav li a span
{
	position:relative;
	top:-2px;
	left:-40px;
	overflow:hidden;
	*left:0px;
	*margin-right: -30px;
}

#SpecialNavContainer #SpecialNav li a:hover
{
	background: #A3C2E0 url(/App_Themes/Template1_SteelBlue/images/arrow_snav.gif) no-repeat 20px center; 
	color:	#990000;
}

#SpecialNavContainer #SpecialNav #SpecCurrent a
{
	color:	#990000;
	background: url(/App_Themes/Template1_SteelBlue/images/arrow_snav_ovr.gif) no-repeat 20px center;
	font-weight:bold;
}

#SpecialNavContainer #SpecialNav #SpecCurrent a:hover
{
	color:	#990000;
	background: #A3C2E0 url(/App_Themes/Template1_SteelBlue/images/arrow_snav_ovr.gif) no-repeat 20px center;
}


/*Banner Container*/
#BannerContainer
{
	width: 570px;
	height:	200px;
	line-height:200px;
	overflow:hidden;
	padding: 0;
	margin:	0;
	background-color: #E0E0E0;
	float: left;
}

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

/*Reg Navigation Container*/
#RegNavContainer
{
	width: 190px;
	height: 100%;
	min-height: 100%;	
	padding: 0;	
	margin:	0;	
	text-align: left;
	background: #EBEBEB;
	clear: left;
	float: left;
	border:0px;
}

#ContentNavWrapperTable
{
	display: block;
	float: left;
	width: 100%;
	border: 0;
	padding: 0;
	margin: 0;
}

#ContentNavWrapperTable #RNavTd 
{
	background: #EBEBEB;
	width:10px;	
}

#RegNavContainer #RegNav
{
	list-style-type: none;
	display: block;
	width: 190px;
	padding: 0;
	margin: 0;
	background: #999999;
	overflow:hidden;
}

#RegNavContainer #RegNav li
{
	display: block;
	width: 190px;
	height: 22px;
	padding: 1 0 1 0;
	margin: 0; 
	text-transform: none;
	clear: left;
	float: left;
}

#RegNavContainer #RegNav .RegNavCategory label
{
	display: block;
	width: 170px;
	height: 17px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #999999;
	padding: 0;
	padding-left: 20px;
	padding-top: 3px; 
	background-color: #E0E0E0;
}

#RegNavContainer #RegNav li a
{
	display: block;
	width: 170px;
	height: 17px;
	border-top: 1px solid #FFFFFF; 
	border-bottom: 1px solid #999999;
	padding: 0;
	padding-left: 30px;
	padding-top: 3px;
	margin: 0;
	background: #EBEBEB url(/App_Themes/Template1_SteelBlue/images/arrow_rnav.gif) no-repeat 20px center;
	text-align: left;
	font-size: 8pt;
	color:	#006699;
	font-weight: normal;
	text-decoration: none;
}

#RegNavContainer #RegNav li a:hover
{
	background: #CDDCEC url(/App_Themes/Template1_SteelBlue/images/arrow_rnav.gif) no-repeat 20px center; 
	color: #990000;
}

#RegNavContainer #RegNav #RegCurrent a
{
	background: #EBEBEB url(/App_Themes/Template1_SteelBlue/images/arrow_rnav_ovr.gif) no-repeat 20px center; 
	color:	#990000; 
	font-weight:bold;
}

#RegNavContainer #RegNav #RegCurrent a:hover
{
	background: #CDDCEC url(/App_Themes/Template1_SteelBlue/images/arrow_rnav_ovr.gif) no-repeat 20px center; 
	color: #990000;	
}

/*Content Container*/

.ContentContainer
{
	height: 100%;
	min-height: 100%;
	padding: 10px;
	margin: 0;
	text-align: left;
	border: 0;
	background: #FFFFFF;
	float: left;
	width:360px;
}
.ContentContainerFull
{
	height: 100%;
	min-height: 100%;
	padding: 10px;
	margin: 0;
	text-align: left;
	border: 0;
	background: #FFFFFF;
	float: left;
	width:550px;
}


/*Module Container*/
#ModulesContainer
{
	width: 180px;
	height:	100%;
	min-height: 100%;	
	padding: 10px 10px 10px 0;
	margin:	0;
	text-align: right;
	border: 0;
	background: #FFFFFF;
	float: left;
}

#ModulesContainer .ModuleItemContainer
{
	display: block;
	width: 100%;	
	margin: 0;
}

/* caculate module */
#loanAmountLable
{
    margin-top: 8px; 
    *margin-top: 10px; 
    float: left; 
    margin-right: 1px;
    font-size:7.6pt;
}

.CaculateButtonDiv
{
    margin-top: 5px; 
    *margin-top: 7px;
    width: 42px; 
    *width: 30px; 
    overflow: hidden; 
    float: left;
}

.CaculateButtonDiv p
{	
	clear: both;
	margin: 0;
	padding: 1px 1px 5px 5px;
}
/* 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: 178px;
	padding: 0;
	margin: 0;
	background: url(/App_Themes/Template1_SteelBlue/images/bg_modules_header.gif) top left repeat-x;
	height: 20px;
	border: 1px solid #C6C6C6;
	font-weight:bold;
	vertical-align: baseline;
}

#ModulesContainer .ModuleItemContainer .ModuleItemHeader div
{ 
	display: block;
	width: 178px;
	height: 17px;
	padding: 3px 0 0 0;
	margin: 0;
	text-align: center;
	font-size:8pt;
	color: #006699;
	text-transform: uppercase;
}

#ModulesContainer .ModuleItemContainer .ModuleItemBody
{   
	display: block;
	clear: both;
	width: 178px;
	height: 100%;
	padding: 0;
	margin: 0;
	
	border-left: 1px solid #C6C6C6;
	border-right: 1px solid #C6C6C6; 
	border-bottom: 1px solid #C6C6C6;
	margin-bottom: 10px;
	font-size: 8pt;
	text-align: left;
}

.CaculateButtonDiv p
{	
	clear: both;
	margin: 0;
	padding: 1px 1px 5px 5px;
}




#ModulesContainer .ModuleItemContainer .ModuleItemBody #SelectLoanType
{
	display: block;
	margin: 5px 0 5px 3px;
	padding: 0;
	clear: both;
	float: left;
}

#ModulesContainer .ModuleItemContainer .ModuleItemBody #SelectLoanTypeImageButton
{
	display: block;
	margin: 5px 0 5px 3px;
	padding: 0;
	float: left;
}

#ModulesContainer .ModuleItemContainer .ModuleItemContainerBottomLeftCorner
{
	visibility: hidden;
	position: relative;
	top: -22px;
	right: 169px;
	padding: 0;
	margin: 0;
}

#ModulesContainer .ModuleItemContainer .ModuleItemContainerBottomRightCorner
{
	visibility: hidden;
	position: relative;
	top: -22px;
	left: 2px;
	padding: 0;
	margin: 0;
}

.ModuleItemTable
{
	width: 178px;
	margin: 0;
}

.ModuleItemTable th
{
	font-size:8pt;	
	padding:1px;	
	background: #EBEBEB; 
	text-align: left;
	height:20px;
	vertical-align:middle;		
}

.ModuleItemTable td
{
	font-size:8pt;	
	padding: 1px;
	border-right: 1px solid #EBEBEB; 
	border-bottom: 1px solid #EBEBEB; 
	background: #FFFFFF;
	text-align: left;
	color:#000000
}

.ModuleItemTable .FootItem a
{
    font-size:8pt;
    color:#006699;
    text-decoration: none; 
}

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

/* Free Consultation Module */
.FreeConsultationContainer .freeLink
{
    display: block;
	border-width:3px;
	border-color:#C6C6C6;
	border-style:solid;
	width:174px;
	height:84px;
	padding:0px;
	margin:0px;
	cursor:pointer;
}

.FreeConsultationContainer .freeLinkhover
{
    display: block;
	border-width:3px;
	border-color:#990000;
	border-style:solid;
	width:174px;
	height:84px;
	padding:0px;
	margin:0px;
	cursor:pointer;
}

/* Image Module */
.ImageModuleBox
{
    display: block;
	border-width:3px;
	border-color:#C6C6C6;
	border-style:solid;
	padding:0px;
	margin:0px;
}

.ImageModuleBoxHover
{
    display: block;
	border-width:3px;
	border-color:#990000;
	border-style:solid;
	padding:0px;
	margin:0px;
}

/*Apply Module*/
.ApplyModuleTable
{
    margin-left:4px;
    *margin-left:4px !important;
    *margin-left:0px;
}


/*Small Logo Container*/
#SmLogoContainer
{
	width: 170px;
	height:	45px;
	padding: 10px;
	margin:	0px;
	text-align: left;
	border:	0;
	background: #FFFFFF; 
	clear: left;
	float: left;
	border-top: 1px solid #E0E0E0; 
}

#SmLogoContainer img
{
	margin: 0;
	padding: 0;
	float: left;	
}

/*CopyRight Container*/
@media screen 
{
#CopyrightContainer
{
	width: 360px;
	min-height: 45px;
	padding: 10px;
	margin: 0;
	text-align: center;
	border:	0;
	background: #FFFFFF; 
	float: left;
	
	font-size: 8pt;
	color:	#999999;
	font-weight: normal;
	vertical-align:middle;	
	border-top: 1px solid #E0E0E0;
}
}

@media print
{
#CopyrightContainer
{
	width: 359px;
	min-height: 45px;
	padding: 10px;
	margin: 0;
	text-align: center;
	border:	0;
	background: #FFFFFF; 
	float: left;
	
	font-size: 8pt;
	color:	#999999;
	font-weight: normal;
	vertical-align:middle;	
	border-top: 1px solid #E0E0E0;
}
}

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

#CopyrightContainer a:hover
{
	color: #990000;
	text-decoration: underline;
}

/*Equal Container*/
#EqualContainer
{
	width: 190px;
	height: 45px;
	padding: 0px;
	padding-top:10px;
	margin:	0px;
	text-align: right;
	border:	0;
	background: #FFFFFF;
	float: left;
	border-top: 1px solid #E0E0E0;
}

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

/*Foot Container*/
.FooterContainer
{
	width: 740px;
	padding: 10px;
	margin:	0px;
	text-align:	center;
	border:	0px;
	background: #FFFFFF;
    clear:both;
    float:left;
	border-top: 1px solid #E0E0E0;
}

/*Status Online*/
.Statuscolum
{
	border-top: 1px solid #C6C6C6;
	padding-left:5px;
}


/*Web Application Login*/
.LoginBox
{
	border: 1px solid #C6C6C6;

}

.GrayBackground
{
	background-color:#EBEBEB;
}

.LoginBox .Header
{
	padding-left:10px;
	background: url(/App_Themes/Template1_SteelBlue/images/bg_modules_header.gif) top left repeat-x;
	height: 20px;
	border-bottom: 1px solid #C6C6C6;
	font-weight:bold;
	color:#006699
	vertical-align:middle;
}
.LoginBox .Required
{
	padding-left:5px;
	padding-top:10px;
	padding-bottom:5px;
	color:Red;
}

.InputBox
{
	border:1px solid #A3C2E0;
}

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



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

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

.Sm2
{
	font-size: 8pt;
	color:	#006699;
	font-weight: normal;
}

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

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

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


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

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

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

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

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



/*link Normal4*/
a.Normal4
{
	font-size: 9pt;
	color: #0066CC; 
	font-weight: normal;
	text-decoration: none;
}

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

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

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


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

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


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

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

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

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


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

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

.Header1
{ 
    font-size: 12pt; 
    color:#006699; 
    font-weight:bold; 
}

.Header5
{
	font-size: 13.5pt;
	color: #990000;
	font-weight:bold;
	padding-bottom:5px;
}

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

/*Printable Forms*/
a.Gray4
{
	font-size: 9pt;
	color: #7F7F7F; 
	font-weight: normal;
	text-decoration: none;
}

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



/* Buttons Shape Styles */

/* Begin Button Shape */
.btn            
{
    float: left;
    position: relative;
    display: block;
    background: #6699CC; /* Primary1 */
    padding: 5px;
    cursor: pointer;
 }
.btn *
{
    position: relative;
    display: block;
    background-image: url(../images/btn.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: #990000; /* Accent1 */
 }
.btn:active     
{
    background-color: #990000; /* 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 #6699CC; /* Primary1 */
}
* html .btn:hover 
{
    border-color: #990000; /* 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: #6699CC; /* Primary1 */
    padding: 3px;
    cursor: pointer;
}
.sm.btn *          
{
    position:relative;
    display: block;
    background-image: url(../images/btn.png);
    background-repeat: no-repeat;
}
.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:#990000; /* Accent1 */
}
.sm.btn:active     
{
    background-color:#6699CC; /* 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 #6699CC; /* Primary1 */
}
* html .sm.btn:hover 
{
    border-color: #990000; /* 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;
}

/* Buttons Text Styles */
.Normal8Bold
{	
	font-size:10pt;
	color:#FFFFFF;            /* Neutral1 */
	font-weight:bold;
	text-decoration:none;
}
.Normal9Bold
{	
	font-size:8pt;
	color:#FFFFFF;            /* Neutral1 */
	font-weight:bold;
	text-decoration:none;
}
.Normal10Bold
{	
	font-size:7pt;
	color:#FFFFFF;           /* Neutral1 */
	font-weight:bold;
	text-decoration:none;
}

/* others */

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

.BackgroundHighlight
{
	background-color:#CDDCEC;
}

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



.ExpandedRow
{
	border:1px solid #E0E0E0;	
	background-color:#EBEBEB;
}