﻿table.MenuSection
{    
    margin-top: 10px;
    margin-bottom: 5px;
}
table.MenuSection td
{
    height: 25px;
}

table.MenuSection a
{
    font-size: 14px;
}

table.MenuSection li
{
    list-style-type: none;
    background-image: url(/images/bullet.gif);
    background-repeat: no-repeat;
    background-position: 0 0;
    padding-left: 30px;
    font-size: 11pt;   
    height: 24px; 
    display: table;
    vertical-align: middle;    
}

td.leftmenu
{
    border-right: dotted 5px #CCCCCC;
    border-bottom: dotted 5px #CCCCCC;
}
td.leftmenulast
{
    border-right: dotted 5px #CCCCCC;    
}
table.GridStyle 
{
}
table.GridStyle ul
{
    margin-left: -38px;
    margin-top: 1px;
    margin-bottom: 0px;
}
table.GridStyle li
{
    list-style-type: none;
    font-size: 12px;
    list-style-image: none;
}
table.GridStyle .CheckboxStyle
{
    margin-top: -6px;
}
table.FilterStyle
{
    border: solid 1px #444444;
    background-color: #E2E2E2;
    padding: 5px;
    width: 100%;
}
table.FilterStyle td.FilterLabel
{
    width: 50px;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
}
table.FilterStyle td.FilterField
{
    text-align: left;
    font-size: 12px;
    font-weight: normal;
}
span.CheckboxItem 
{
    text-align: left;
    width: 80px;
    font-size: 12px;
    font-weight: normal;
}
span.CheckboxItem label
{
    font-size: 12px;
    padding-right: 15px;
}
table.LayoutFrameInstruction
{
    position: relative;
    width: 800px;
    height: auto;
    max-width:800px; min-width: 800px; 
    margin-left: 120px; margin-right: 120px;
    background-color: #ffffff;
    font-size: 12px;
}
