﻿.collapsePanel 
{
    width: 100%;
    height: 0px;
    text-align: center;
    background-color: White;
    overflow: hidden;
}

.collapsePanelHeader
{
    width: 100%;
    height: 20px;
    text-align: center;
    color: Black;
    background-color: White;
    font-weight: bold;
    float: left;
    padding: 5px;
    cursor: pointer;
    vertical-align: middle;
}

.Header
{
    width: 100%;
    border-bottom-color: Black;
    border-top-width: 2px;
    border-left-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-style: groove;
}

.Details
{
    width: 100%;
    border-bottom-color: Black;
    border-top-width: 0px;
    border-left-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-style: groove;
}
