﻿/*body 
{
   font-family: Arial;
   font-size: 9pt;
}
*/
.AccordionHeader
{
    background-color: #3399CC;
    color: #E8E8E8;
    cursor: pointer;
    height: 20px;
    text-align: center;
    vertical-align: middle; 
    font-weight: bold;
    width: 600px;
    overflow: hidden;
}

.AccordionContent
{
    background-color: #E8E8E8;
    margin: 0px;
    padding: 0px;
    overflow: visible;
    width: 600px;
    height: auto;
}

.LicenseList
{
    font-size:7pt;
}

.CalloutExtender
{
    width: 50px;
}

.UserHeading
{
    color: #3399CC;
    font-weight: bold;
    font-size: 12pt;
}