#tooltip {
	overflow: hidden;
	text-overflow: ellipsis;
}

#tooltip h6 {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 11pt !important;
	font-weight: bold !important;
	color: black !important;
	text-align: left !important;
	margin: 10px 0px 10px 10px !important;
	padding: 0 !important;
}

#tooltip h2 {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 11pt !important;
	font-weight: bold !important;
	color: black !important;
	text-align: left !important;
	margin: 10px 0px 10px 10px !important;
	padding: 0 !important;
}

#tooltip-box h2 {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 11pt !important;
	font-weight: bold !important;
	color: black !important;
	text-align: left !important;
	margin: 10px 0px 10px 0px !important;
	padding: 0 !important;
	width: 85%;
}

#tooltip-box-eligibility h2 {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 11pt !important;
	font-weight: bold !important;
	color: black !important;
	text-align: left !important;
	margin: 10px 0px 10px 0px !important;
	padding: 0 !important;
	width: 85%;
}

#tooltip table {
	width: 95%;
	margin: 0px 0px 10px 10px;
	padding: 0 !important;
}

#tooltip-box table {
	width: 95%;
	margin: 0px 0px 10px 10px;
	padding: 0 !important;
}

#container {
    /* More positioning, height, width, etc */
    display: none;
	position: absolute;
	text-align: center;
	border-style: solid;
    border-color: #D1D1D1;
    border-width: .1em;
	background-color: white;
	box-shadow: 3px 3px 5px #777;
}

#displayOverlay {
}

#overlayContainer {
	display: none;
	position: absolute;
	border-style: solid;
    border-color: black;
    border-width: .1em;
	background-color: white;
	overflow: hidden;
	z-index:10001;
	
}

#overlayContainer2 {
	display: none;
	position: absolute;
	border-style: solid;
    border-color: black;
    border-width: .1em;
	background-color: white;
	overflow: hidden;
	z-index:10001;
}

#overlayContainer5 {
	display: none;
	position: absolute;
	border-style: solid;
    border-color: black;
    border-width: .1em;
	background-color: white;
	overflow: hidden;
	z-index:10001;
}

#close {
	position: absolute;
	right: 10px;
}

#overlayBackground {
	position: absolute;
	width: 100%;
	!width: 100%;
	z-index: 10000; 
	background-color: rgb(127, 127, 127); 
	opacity: 0.5; 
	filter: alpha(opacity=50); /*IE7*/
	display: none;
	top: 0;
}

#overlayBackground2 {
	position: absolute;
	width: 100%;
	!width: 100%;
	z-index: 10000; 
	background-color: rgb(127, 127, 127); 
	opacity: 0.5; 
	filter: alpha(opacity=50); /*IE7*/
	display: none;
	top: 0;
}
#preview {
	position: absolute;
	left: 840px;
	top: 100px;
	width: 170px;
	display: none;
	background-color: rgb(238, 238, 238);
	border-style: solid;
    border-color: black;
    border-width: .1em;
    font-size: 8pt;
	padding: 1px;	
}

#preview div {
	display: none;
}

.ui-accordion .ui-accordion-content {
	padding: 0em 0em;
}

.ui-state-default .ui-icon {  
	background-image: url(../images/ui-icons_1B518E_256x240.png);
}
.ui-state-default {
	color: black;
}

.ui-accordion .ui-accordion-header {
	background: 0;
	border: 0;
	font-weight: bold;
	color: #294163;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	width: 300px;
}

#expandText {
	color: #294163;
}

.accordion-expand-collapse {
	cursor: pointer;
	cursor: hand;
	display: inline-block;
	position: relative;
	top: 20;
	left: 455;
}

.accordion-expand-text {
	font-style: italic;
	color: black;
	font-size: 8pt;
}

#expandSign {
	font-weight: bold;
	font-size: 12pt;
	color: 1B518E;
	position:relative;
	top:1px
}