﻿/* CSS Document */


.accordionHeader{
color:#fff;
background-image:url(../Img/acc-head.gif);
background-repeat:no-repeat;
background-position:0 0;
width:222px;
height:37px;
font-family: Arial, Sans-Serif;
font-size: 16px;
font-weight: bold;
cursor: pointer;
margin:8px 0 0 0;
}

.accordionHeader a:link, .accordionHeader a:active, .accordionHeader a:visited, .accordionHeader a:hover{
color:#fff;
cursor: pointer;
font-size: 16px;
text-decoration:none;
line-height:37px;
padding:0 0 0 25px;
display:block;
margin:0 0 0 0;
/*border:1px solid red;*/
}
.accordionHeader2{
color:#fff;
background-image:url(../Img/acc-head3.gif);
background-repeat:no-repeat;
background-position:0 0;
width:222px;
height:37px;
font-family: Arial, Sans-Serif;
font-size: 18px;
font-weight: bold;
cursor: pointer;
margin:7px 0 0 0;
}

.accordionHeader2 a:link, .accordionHeader2 a:active, .accordionHeader2 a:visited, .accordionHeader2 a:hover{
color:#fff;
cursor: pointer;
font-size: 16px;
text-decoration:none;
line-height:37px;
padding:0 0 0 25px;
margin:0 0 0 0;
}
.accordionHeaderSelected
{
color: white;
background-image:url(../Img/acc-head2.gif);
background-repeat:no-repeat;
background-position:0 0;
width:222px;
height:37px;
font-family: Arial, Sans-Serif;
font-size: 16px;
font-weight: bold;
cursor: pointer;
margin:7px 0 0 0;
}
.accordionHeaderSelected a:link, .accordionHeaderSelected a:active, .accordionHeaderSelected a:visited, .accordionHeaderSelected a:hover{
color: #000;
cursor: pointer;
text-decoration:none;
font-size: 16px;
line-height:37px;
padding:0 0 0 25px;
margin:0 0 0 0;
}
.accordionContent
{
background-color: #e9f8bd;
border-top: none;
width:222px;
}

.accTop{
background-image:url(../IMG/acc-top.gif);
background-repeat:no-repeat;
background-position:0 0;
width:220px;
height:7px;
font-size:7px;
display:block;
}
.accBot{
background-image:url(../IMG/acc-bot.gif);
background-repeat:no-repeat;
background-position:0 0;
width:220px;
height:7px;
font-size:7px;
display:block;
}
.accordionContent ul{
background-image:url(../IMG/acc-bg.gif);
background-repeat:repeat-x;
background-position:0 0;
background-color:#ffcda9;
border-right:1px solid #db510e;
border-left:1px solid #db510e;
width:218px;
list-style-type:none;
margin:0;
padding:0;
}
.accordionContent li{
list-style-type:none;
background-image:url(../IMG/bullet7.gif);
background-repeat:no-repeat;
background-position:8px 8px;
margin:0;
overflow:hidden;
padding:0;
}
.accordionContent li a:link, .accordionContent li a:active, .accordionContent li a:visited{
line-height:20px;
text-decoration:none;
color:#000000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
padding:0 0 0 20px;
display:block;
overflow:hidden;
}
.accordionContent li a:hover{
list-style-type:none;
color:#76a80b;
}


.accordionLink
{

    color: white:
}

/*.watermark {
	background: #FFAAFF;
}

.popupControl {
	background-color:#AAD4FF;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}
*/
.sampleStyleA {
	background-color:#FFF;
}

.sampleStyleB {
	background-color:#FFF;
	font-family:monospace;
	font-size:10pt;
	font-weight:bold;
}

.sampleStyleC {
	background-color:#ddffdd;
	font-family:sans-serif;
	font-size:10pt;
	font-style:italic;
}

.sampleStyleD {
	background-color:Blue;
	color:White;
	font-family:Arial;
	font-size:10pt;
}
