﻿.normal
{
        font-family:Century Gothic ;
        color: #000066;
        font-size: 10pt;
}
h1,h2,h3,h4,h5,h6
{
    color: #000066;
    font-family:"Century Gothic";
}

.grid
{
        font-family:Century Gothic ;
        color: #000066;
        font-size: 8pt;
}
.gridHeader
{
        font-family:Century Gothic ;
        color: #000066;
        font-size: 10pt;
         font-weight:bold 
}
.gridSubHeader
{
        font-family:Century Gothic ;
        color: #000066;
        font-size: 8pt;
         font-weight:bold 
}

.info
{
        font-family:Century Gothic ;
        color: #000066;
        font-size: 9pt;
}
.msg
{
        font-family:Century Gothic ;
        color:Red;
        font-size: 9pt;
}

.PaneHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
	font-family:Century Gothic ;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.PaneContent
{
    background-color: #F8F8FF;
    border: 1px solid #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.accordionLink
{
    color: white
}