.appButtonGreen, .appButtonGreenDisabled
{
	background: url('../Images/green-yellow.jpg');
	background-repeat:repeat;
	font-family: Arial;	
	font-size:12px;
	font-weight:normal;
	color: Navy;
	border:solid 1px #8090b0; /*#5b89c2*/
	cursor:pointer;
	vertical-align:middle;	
}
.appButtonGreenDisabled
{
	color: #878787;
}
.btnDateRange, .btnDateRangeGray
{
	background: url('../Images/dateRange.GIF');
	border:solid 1px #8090b0;
	cursor: pointer;
	width: 27px;
	height: 25px;
	z-index:-1;
	/*vertical-align:middle;*/
}
.btnDateRangeGray
{
	background: url('../Images/dateRangeGray.GIF');
}
.appButton, .appButton100px
{
	background: url('../Images/blue.jpg');
	background-repeat:repeat;
	font-family: Arial;	
	font-size:12px;
	font-weight:normal;
	color: Navy;
	border:solid 1px #8090b0; 
	cursor: pointer;
	vertical-align:middle;	
}
.appButtonDisabled
{
	background-color:#e8ecf0;
	font-size:12px;
	border:solid 1px #a0a0a0;
}
.appButtonSelected
{
	background-color:#cee8ff;
	font-size:12px;
	font-weight:bold;
	color:#000ba8;
	border:solid 1px #8090b0;
}
.appButton100px
{
    width:100px;
    margin-right:5px;  
}
.appBigButton
{
	background: url('../Images/bigBlue.jpg');
	background-repeat:repeat;
	font-family: Arial;	
	font-size:12px;
	font-weight:normal;
	/*color:#0005a8;		*/
	color: Navy;
	border:solid 1px #8090b0; /*#5b89c2*/
	cursor: pointer;
	vertical-align:middle;	
}
.tabButton, .tabButtonSelected
{
	background-color:#EAF5FF;
	font-family: Arial;	
	font-size:12px;
	font-weight:normal;
	color:Navy;
	border:solid 1px #8090b0; 
	cursor: pointer;
	vertical-align:middle;	
}
.tabButtonSelected
{
	background-color:#cee8ff;
	font-weight:bold;
	border:solid 1px #8090b0;
}
.linkButtonOn, .linkButtonOff
{
	display: block;
	background-color: Transparent;
	font-family: Arial;	
	font-size:12px;
	text-decoration: underline;
	font-weight:bold;	
	color:#0005a8;
	border:none;
	cursor:pointer;
	text-align:center;
}
.linkButtonOff
{
    text-decoration: none;
    cursor:text;
}
.appButtonLink, .appButtonLinkLeft, .appButtonLinkRight, .appButtonLinkBold, .appButtonLinkBoldDisabled, .appSmallButtonLink
{
	display: block;
	background-color: Transparent;
	font-family: Arial;	
	font-size:12px;
	text-decoration: underline;
	color:Navy;
	border:none;
	cursor:pointer;
	text-align:center;
}
.appButtonLinkLeft
{
	text-align: left;
}
.appButtonLinkRight
{
	 text-align: right;
}
.appButtonLinkBold
{
	font-weight:bold;
}
.appButtonLinkBoldDisabled
{
	color: Gray;
}
.appSmallButtonLink
{
	font-size:11px;
}
.radioButton
{
	color:#0005a8;	
	font-family: Arial;	
	font-size:12px;
	font-weight:bold;
	text-align: left;
}
.AlignLeft
{
	text-align: left;
}
.AlignRight
{
	text-align: right;
}
.AlignCenter
{
	text-align: center;
}