﻿body {
}

/* Accordion */

.accordionHeader
{
    border-bottom: 1px solid #dfddd1;
    color: Red;
    background-color: White;
    font-family:Trebuchet MS;
    font-size:small;
    font-weight:bold;
    padding: 2px;
    margin-top: 5px;
    cursor: pointer;
    text-decoration:none;
    height: 25px;
    vertical-align:middle;
}
 
.accordionSelectedHeader
{
    border: 1px solid #dfddd1;
    color: #C00000;
    background-color: #F4F0E5;
    font-family:Trebuchet MS;
    font-size: small;
    font-weight: bold;
    cursor: pointer;
    background-image: url(../Images/Icons/ico_arrow_right.gif);
    background-repeat:no-repeat;
    background-position:left;
    text-decoration:none;
    padding-left: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 20px;
    vertical-align:middle;
}

 
.accordionContent
{
    background-color: White;
    border: 1px solid #dfddd1;
    border-top: none;
    padding: 2px;
    padding-top: 5px;
    font-family:Trebuchet MS;
    font-size: small;
    font-weight:normal;
    padding-left:15px;
    text-decoration:none;
    margin-bottom: 0px;
    padding-bottom:2px;
    overflow:hidden;
    height:100%;
}

.accordionContent a, .accordionContent span
{
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

.AccordionLink
{
    font-style:normal;
    color: #C00000;
    font-family:Trebuchet MS;
    font-size: small;
    font-weight: normal;
    padding: 5px;
    margin-top: 5px;
    padding-left: 10px;
    cursor: pointer;
    text-decoration:none;
}

.accordionSelectedCon
{
    background-image: url(../Images/Icons/ico_selected.gif);
    background-repeat:no-repeat;
    background-position:left;
    text-decoration:none;
    padding-left: 5px;
}
