﻿.haccordion .header, .haccordion .content {
    float: left;
    height: 250px;
}

.haccordion .header {
    background: #ccc;
    color: #fff;
    cursor: pointer;
    width: 20px;
}

.haccordion .content {
    display: none;
    overflow: auto;
    width: 0px;
}

.haccordion .content p { margin: 5px; }

.DefaultButton {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    border-style: none;
    border-width: 0px;
    color: #0066FF;
    cursor: hand;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
}