﻿/*Skin Styles*/
.defaultGridViewOptions
{
    font-family: Verdana;
    font-size: 10px;
}

.defaultGridView
{
    border-left: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
    border-top: solid 1px #8D8470;
    border-bottom: solid 1px #ffffff; /*width: 957px;*/
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
    border-color: #E4E4E4 #ffffff #ffffff #ffffff;
    color: #5A5A5A;
}

.defaultGridViewHeader
{
    border: 0px solid #ffffff;
    text-align: left;
    height: 30px;
    background-color: #EBEBEB;
    font-size: 8pt;
    font-weight: bold;
}

.defaultGridViewHeader a
{
    text-decoration: none;
    font-weight: bold;
    color: #5A5A5A;
}

.defaultGridViewRow
{
    background-color: #ffffff;
    color: #333333;
    border-style: none;
    height: 22px;
}

.defaultGridViewAltRow
{
    background-color: #FAF8F1;
    color: #333333;
    height: 22px;
}

.defaultGridViewSelectedRow
{
    background-color: #E2DED6;
    font-weight: bold;
    color: #333333;
}

.defaultGridViewPager
{
    text-align: right;
    padding-right: 5px;
    font-weight: bold;
    font-size: 7pt;
}
/*----------------------------------------------------------------------*/
.collapsePanel
{
    height: 0px;
    width: 99%; /*background-color: white;*/
    overflow: hidden;
}

.collapsePanelHeader
{
    width: 100%;
    height: 15px;
    font-weight: normal;
    cursor: pointer;
}

.collapsePanelHeader2
{
    vertical-align: top;
}

.expandlink
{
    cursor: hand;
    color: Blue;
     text-decoration: underline;
    }

.rowStyle
{
    background: #ffffff;
    border-bottom: solid 1px #cacaca;
}


.altRow
{
    background: #fafafa;
    border-bottom: solid 1px #cacaca;
}

