﻿.accordionHeader
{
    border: none ;
    color: white;
    background-color: Transparent  ;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
    cursor: pointer;
    padding-top:10px;
}

.accordionContent
{
	
	font-family:Arial;
	font-size:10px, 12px;
    background-color: Transparent ;
    border: none;
    padding-top: 10px;
    padding-left: 10px;
    color: #192A97;
    line-height:23px;
}

.accordionLink
{
 font-family: Arial; 
 text-align: left; 
 line-height: 24px;
 font-weight: bold; 
 font-size: 12px; 
 color: #1E2F99;

}

.Label
{
	 font-family: Arial; 
	 text-align: left; 
	 line-height: 23px;
	 font-weight: bold; 
	 font-size: 14px; 
	 color: #1E2F99;
}
.watermark {
	background: #FFAAFF;
}

.popupControl {
	background-color:#AAD4FF;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
	line-height:23px;
}

