.accordian-default { font-size: 13px; background: #ffffff; padding: 5px 10px 10px 10px; border: 1px solid #cccccc; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; -moz-box-shadow: 0 5px 15px #cccccc; -webkit-box-shadow: 0 5px 15px #cccccc; box-shadow: 0 5px 15px #cccccc; }
.accordian-default .accordion-header { font-size: 16px; background: #ebebeb; margin: 5px 0 0 0; padding: 5px 20px; border: 1px solid #cccccc; cursor: pointer; color: #666666; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
.accordian-default .active-header { -moz-border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; background: url(images/active-header.gif) #cef98d; background-repeat: no-repeat; background-position: right 50%; }
.accordian-default .active-header:hover { background: url(images/active-header.gif) #c6f089; background-repeat: no-repeat; background-position: right 50%; }
.accordian-default .inactive-header { background: url(images/inactive-header.gif) #ebebeb; background-repeat: no-repeat; background-position: right 50%; }
.accordian-default .inactive-header:hover { background: url(images/inactive-header.gif) #f5f5f5; background-repeat: no-repeat; background-position: right 50%; }
.accordian-default .accordion-content { display: none; padding: 20px; background: #ffffff; border: 1px solid #cccccc; border-top: 0; -moz-border-radius: 0 0 5px 5px; -webkit-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px; }

/* Blue Theme */
.accordian-blue { background: #ffffff; text-align:left; }
.accordian-blue .accordion-header { font-size: 24px; line-height:34px; background: #2e3d78; margin: 5px 0 0 0; padding: 5px 20px; border: 1px solid #2e3d78; cursor: pointer; color: #fff; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; background-repeat: no-repeat; background-position: calc(100% - 20px) center;  }
.accordian-blue .active-header { -moz-border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; background-image: url(images/arrow-up.png); }
.accordian-blue .active-header:hover { }
.accordian-blue .inactive-header { background-image: url(images/arrow-down.png);}
.accordian-blue .inactive-header:hover { }
.accordian-blue .accordion-content { display: none; padding: 20px; background: #ffffff; border: 1px solid #2e3d78; border-top: 0; -moz-border-radius: 0 0 5px 5px; -webkit-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px; }


/* Grey Theme */
.accordian-grey { background: #ffffff; text-align:left; }
.accordian-grey .accordion-header { text-transform:uppercase; font-size: 24px; line-height:34px; background: #ebebeb; margin: 5px 0 0 0; padding: 5px 20px; border: 1px solid #ebebeb; cursor: pointer; color: #5d5d5d; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; background-repeat: no-repeat; background-position: calc(100% - 20px) center;  }
.accordian-grey .active-header { -moz-border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; background-image: url(images/accs01_minus.png); }
.accordian-grey .active-header:hover { }
.accordian-grey .inactive-header { background-image: url(images/accs01_plus.png);}
.accordian-grey .inactive-header:hover { }
.accordian-grey .accordion-content { display: none; padding: 20px; background: #ffffff; border: 1px solid #ebebeb; border-top: 0; -moz-border-radius: 0 0 5px 5px; -webkit-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px; }

