.AccordionTitle, .AccordionContent, .AccordionContainer {
 position: relative;
 width: 262px;
}

.AccordionTitle {
 height: 20px;
 overflow: hidden;
 cursor: pointer;
 font-family: Calibri, Arial, Helvetica, sans-serif;
 font-size: 9pt;
 font-weight: bold;
 color: #009;
 vertical-align: middle;
 text-align: center;
 background-repeat: repeat-x;
 display: table-cell;
 background-image: url(../btn/accordion.jpg);
 background-repeat: no-repeat;
 -moz-user-select: none;
}

.AccordionContent {
 height: 0px;
 overflow: auto;
 display: none;
 font-size: 10pt;
 font-family: Calibri, Arial, Helvetica, sans-serif;
 padding-left: 4px;
 padding-right: 10px;
}

.AccordionContainer {
 padding-left: 10px;
}
