@charset "utf-8";
.AccordionContainer
{
  position:relative;
}

.AccordionTitle
{
  height:20px;
  overflow:hidden;
  cursor:pointer;
  font-family:Arial;
  font-size:12px;
  font-weight:bold;
  vertical-align:middle;
  text-align: left;
  background-repeat:repeat-x;
  display:table-cell;
  background:url(../images/bullet3.gif) no-repeat 3px 4px;
	padding:5px 0 0 20px;
  -moz-user-select:none;
  border-bottom:1px dotted #e7e7e7;
  width:580px;
}

.AccordionTitleSelected
{
  height:20px;
  overflow:hidden;
  cursor:pointer;
  font-family:Arial;
  font-size:12px;
  font-weight:bold;
  vertical-align:middle;
  text-align: left;
  background-repeat:repeat-x;
  display:table-cell;
  background:url(../images/bullet3_opened.gif) no-repeat 3px 4px;
  padding:5px 0 0 20px;
  -moz-user-select:none;
  border-bottom:1px dotted #e7e7e7;
  width:580px;
  background-color:#ececec;
}


.AccordionContent
{
  height:0px;
  overflow:auto;
  display:none;
  padding:15px;
  border-bottom:1px dotted #e7e7e7; background-color:#f3f3f3;
  width:570px;
}

.AccordionContainer
{
  border-top: solid 0px #C1C1C1;
  border-bottom: solid 0px #C1C1C1;
  border-left: solid 0px #C1C1C1;
  border-right: solid 0px #C1C1C1;
}

.AccordionOver{ background-color:#ececec;}
.AccordionOut{ background-color:#FFFFFF;}
