﻿/*Page Style*/
.style10
{
    width: 100%;
    height: 490px;
}
.style13
{
    width: 858px;
    text-align: justify;
    font-family: Tahoma;
    font-size: large;
}
.style14
{
    height: 33px;
}
.style15
{
    width: 858px;
    height: 33px;
}
.style18
{
    width: 316px;
    height: 150px;
}
.style19
{
}
/* Accordion */
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
.accordionContent
{
    background-color: #ffffff;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}
