﻿/* Accordion */
.accordionHeader
{
    border: none;
    color: #D52B1E;
    background-color: black;
    font-family: Georgia;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    background: url(AccorBG.png) no-repeat left;
}
.accordionContent
{
    border: none;
    border-top: none;
    padding: 5px;
    padding-top: 5px;
    font-family: Georgia;
    font-size: 11px;
    color: #333333;
}
a.accordionLink
{
    color: #D52B1E;
    text-decoration: none;
}
a.accordionLink:hover
{
    color: #D52B1E;
    font-style: oblique;
}

a.accordionLink2
{
    color: #D52B1E;
    text-decoration: none;
}

a.accordionLink2:hover
{
    color: #D52B1E;
    font-style: oblique;
}
a.pdfLink
{
    color: #D52B1E;
    text-decoration: underline;
    font: Georgia;
    font-weight: normal;
}

a.pdfLink:hover
{
    color: #D52B1E;
    font-weight: normal;
}
.dragContainerSE{
	
	height: 184px;
	width: 370px;
	border-bottom-color: black;
	text-align:center;

}
.dragContainerTE{
	background-color: Transparent;
	height: 184px;
	width: 370px;
	border-bottom-color: black;
	text-align:center;

}

.dragHeaderSE{
	
	height: 34px;
	width: 370px;	
	cursor: pointer;
	text-align:center;

}
.dragBodySE{
	
	height: 150px; 
	width: 370px;	
	text-align:center;
	font-family: Arial;
	font-size: 9pt;
	color: #666666;
z-index:90000 !important;
}
.modalBackgroundLogin {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
		z-index:90000 !important;
}


