.header
{
    font-weight: bold;
}

.QvToolbar
{
    background-color: Menu;
    border-bottom: 1pt solid gray;
    height: 16pt;
}
.QvToolbar select
{
    height: 14pt;
    width: 100pt;
    font-family: Tahoma, Arial;
    font-size: 8pt;
}

.AP_Error
{
    width: 100%;
    /*height: 100%;*/
    height: 200px;
    font-size: 14pt;
}

.AP_List
{
    border-collapse: collapse;
    width: 100%;
    height: 100%;
    font-size: 8pt;
}

.AP_List tr.details td
{
    /*margin: 10px;*/
    padding: 10px 0px;
}
.AP_List tr.details td table
{
    height: 100%;
    width: 100%;
}
.AP_List tr.details td td
{
    /*margin: 10px;*/
    padding: 0px;
}

.AP_List tr td 
{
    padding: 3px;
}
.AP_List tr.header
{
    font-size: 10pt;
    font-weight: bold;
    background-color: #D1D1D1;
}
.AP_List tr.odd
{
    background-color: #F5F5F5;
}
.AP_List tr.even
{
    background-color: #E1E1E1;
}
.AP_List tr.folder
{
    font-weight: bold;
}

.AP_Grid
{
    /*background-color: #464646;*/
    /*background-color: #E1E1E1;*/
    border-collapse: separate;
    width: 100%;
}
.AP_Grid td
{
    padding: 0px;
    /*padding: 10px 15px;*/
    padding: 10px 0px;
    
    /*background-color: White;*/
    font-size: 8pt;
    /*font-weight: normal;*/
    text-decoration: none;
}

.AP_Doc
{
    background-color: #F5F5F5;
    border-collapse: collapse;
    /*width: 100%;*/
    width: 246px;
    height: 100%;
}
.AP_Doc td
{
    padding: 2px 0px;
    /*border: solid 1px black;*/
    border: solid 2px #C8C8C8;
}
.AP_Doc /*td*/ .header
{
    color: Black;
    padding-left: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; 
    width: 217px;
}


.QvToolbar td 
{
    white-space: nowrap;
}

#APClientMenu
{
    background-color: menu;
    cursor: default;
    font-size: 8pt;
    z-index: 666;
}
#APClientMenu table
{
    border-collapse: collapse;
}
#APClientMenu td
{
    border: 1pt solid black;
    padding: 3px;
}
#APClientMenu ul, ul
{
    padding-left: 20px;
    margin: 2px 0px 0px 0px;
}

.Menu_Enabled
{
    
}
.Menu_Disabled,.Menu_Disabled a
{
    cursor: default;
    text-decoration: none;
    color: Gray;
}

body
{
    font-family: Tahoma, Arial;
    font-size: 10pt;
    margin-top: 0px;
}
img
{
    border : none;
}


