﻿.menuSize, .menuSize td, .menuSize tr, .tree td, .menuMultiPage, .menuMultiPage table, .menuMultiPage td, menuMultiPage tr, .radPaneMenu, .radPaneMenu table, .radPaneMenu td, .radPaneMenu tr, .menuItems, .menuItems table, .menuItems td, menuItems tr
{
    width: 200px;
    padding: 0;
    margin: 0;
}
.tree
{
    width: 200px;
    padding: 0;
    margin: 0;
    padding-left: 10px;
}

.radPaneMenu, .radPaneMenu table, .radPaneMenu td, .radPaneMenu tr
{
    height: 100%;
}

.menuMultiPage
{
    background-color: #F0F0F0;
    border: solid 1px #6593cf;
}

.menuMultiPage table, .menuMultiPage td, menuMultiPage tr
{
    height: 200px;
}

.menuItems, .menuItems table, .menuItems td, menuItems tr
{
    height: 300px; /*     min-height: 300px;     max-height: 300px;     */
    background-color: #FFFFFF;
    border: solid 1px #6593cf;
}

.tree, .tree td
{
    height: 30%;
}

.menu, .menu td
{
    height: 70%;
}
ul, li
{
    margin: 0;
    padding: 0;
}

ul.pmenu
{
    position: absolute;
    margin: 0;
    padding: 1px;
    list-style: none;
    width: 150px;
    border: 1px solid #ccc;
    background: white;
    display: none;
    z-index: 10;
}

ul.pmenu li
{
    position: relative;
}

ul.pmenu li ul
{
    position: absolute;
    left: 150px;
    top: 0;
    display: none;
    z-index: 10;
}

ul.pmenu li a
{
    display: block;
    text-decoration: none;
    color: black;
    padding: 2px 5px 2px 20px;
}

ul.pmenu li a:hover
{
    background: #335EA8;
    color: white;
}

ul.pmenu li a.parent
{
    background: url('drop_down_triangle.gif') no-repeat 140px 4px;
}
ul.pmenu li a.parent:hover
{
    background: #335EA8 url('drop_down_triangle_hover.gif') no-repeat 140px 4px;
}


* html ul.pmenu li
{
    float: left;
    height: 1%;
}
* html ul.pmenu li a
{
    height: 1%;
}
* html ul.pmenu li ul
{
    left: 147px;
}


ul.pmenu li:hover ul, ul.pmenu li.over ul
{
    display: block;
}
ul.pmenu li ul
{
    left: 150px;
}

.radToolBar
{
    font-size: 11px !important;
}

div.RadToolBar .rtbUL
{
    width: 100%;
    white-space: normal;
}
div.RadToolBar .refreshButton
{
    float: right;
    background-color: lightblue;
}
div.RadToolBar .rightAlignedButton
{
    float: right;
    background-color: lightblue;
}
.radGrid
{
    font-size: 11px !important;
}

.radTabStrip
{
    font-size: 11px !important;
}
