﻿hr 
{
    color:Gray;
}

.agreement 
{
    padding: 5px;
}

.panelPadding 
{
    padding: 5px;
}

.formLable 
{
    background-color: #D4D4D4;
    width: 20%;
}

.formInput
{
    background-color: #E5E5E5;
}

.rightBorder
{
    border-right: 1px dotted gray;
}

.buttomBorder
{
    border-bottom: 1px dotted gray;
}

/*
.appHomeBG { background: url(../../images/app_home_Bg.jpg) bottom no-repeat; 
}
*/

/* new background image 6/22/2009 */
.appHomeBG { background: url(../../images/app_home.jpg) bottom no-repeat; 
}
    
.appHomeContentBG { background: url(../../images/bg-content.jpg) ;}

.appHomeTopContentBG { background: url(../../images/bg-topcontent.jpg) ;}

.appHomeABOButton {
	
	
	background-image: url(../../images/bg-button.jpg);
    height: 31px;
    background-repeat: repeat-x;
    padding-bottom: 20px;
    

}

.appHomeABOButton a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	line-height: 30px;
}

.appHomeButton {
	
	background-image: url(../../images/button.gif);
	height: 31px;
	width: 95px;
	background-repeat: no-repeat;
	padding-bottom: 20px;
    
}


.appHomeButton a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	line-height: 30px;
}
/********** Store SV**************/
.tabSV{
background-image: url(../../images/bg-tab_SV.jpg);
	height:28px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight:bold;
	/*padding-top:5px;*/
}

.highlight
{
    background-color: Pink;
}




