.AccordionTitle, .AccordionContent, .AccordionContainer, .AccordionSubTitle,.AccordionSubContent
{
  position:relative;
  width:335px;
  border:5px;
  border-color: #ffffff;
}

.AccordionTitle 
{
  height:20px;
  overflow:hidden;
  cursor:pointer;
  font-family:Arial;
  font-size:11pt;
  font-weight:bolder;
  vertical-align:middle;
  text-align:center;
  background-repeat:repeat-x;
  display:table-cell;
 
  background-color: #84c2e1;
   -moz-user-select:none;
   color: black;
   text-align: left;
}

 .AccordionTitle:hover, .AccordionTitle a:hover,.AccordionTitle:active, .AccordionTitle a:active
{
	background: #add6eb;
   	font-family: ' Palatino Linotype';
	text-decoration: none;
	color: black;
	font-size:12pt;
	font-weight:bold;
}

.AccordionSubTitle
{
  height:20px;
  overflow:hidden;
  cursor:pointer;
  font-family:Arial;
  font-size:8pt;
  font-weight:bold;
  vertical-align:middle;
  text-align:center;
  background-repeat:repeat-x;
  display:table-cell;
 
  background-color: #3399FF;
   -moz-user-select:none;
}
.AccordionSubTitle:hover, .AccordionSubTitle a:hover
{
	background: #297AAF;
   font-family: ' Palatino Linotype';
	text-decoration: underline;
	 color:white;
}

.AccordionContent
{
  height:0px;
  overflow:auto;
  display:none; 
}
.AccordionSubContent
{
  height:0px;
  overflow:auto;
  display:none; 
}
.AccordionContainer
{
  border-top: solid 1px #692e17;
  border-bottom: solid 1px #692e17;
  border-left: solid 2px #692e17;
  border-right: solid 2px #692e17;
}


.tab { 
	font-family: verdana,sans-serif; 
	font-size: 6pt;
	width: 50px;
	white-space: nowrap;
	text-align: center;
	border-style: solid;
	border-color: black;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	cursor: pointer;
	}
.tabhold { 
	background-color: white;
	color: black;
	}
.tabfocus { 
	background-color: #3399BB;
	color: white;
	}
.tabcontent { 
	font-family: sans-serif; 
	font-size: 8pt;
	width: 186px;
	height: 100%;
	
	border-style: solid;
	border-color: black;
	border-width: 1px;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	}
