﻿/*'----------------------------------------------------------------
'Criado por Carlos Beleza em 30-01-2007
'
'Alterações
'Data       Nome        Alteração efectuada
'---------- ----------- -----------------------------------------
'
'----------------------------------------------------------------*/




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TREE MENU

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.TreeView a
{
    background-color: transparent;
    text-decoration: none;
    color: #1F4656;
    font-size: 12px;
    font-family: Georgia, "Times New Roman" , Times, serif;
}

.TreeView a:hover
{
    background-color: transparent;
    text-decoration: none;
    color: #A08412;
    font-size: 12px;
    font-family: Georgia, "Times New Roman" , Times, serif;
}

.TreeView
{
    padding-top: 20px;
    background-color: #E4E4E4;
    text-align: left;
    font-size: 12px;
}

.TreeView div
{
    background-color: #E4E4E4;
    border-top: none !important;
    margin-top: 0px; /*margin-left:5px;*/
}

.TreeView table
{
    background-color: #E4E4E4;
    background-position: right;
    border-top: none !important;
}

.TreeView div table
{
    border-top: none !important;
}

.TreeView table td
{
    padding: 5px 0px 5px 0px;
}

.LeafNodesStyle
{
    border-top: solid 0px #FA9D4F;
    margin-right: 15px;
    width: 100%;
}

.ParentNodeStyle
{
    border-top: solid 0px #FA9D4F;
    margin-right: 15px;
    width: 100%;
    color: White;
}
.RootNodeStyle
{
    border-top: solid 1px #FA9D4F;
    margin-right: 15px;
    padding-top: 5px;
    width: 100%;
    color: White;
    text-transform: uppercase;
}

.SelectedNodeStyle a
{
    background-color: transparent;
    color: #A08412;
    font-size: 12px;
    font-family: Georgia, "Times New Roman" , Times, serif;
}

.HoverNodeStyle
{
}

.NodeStyle
{
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HORIZONTAL / VERTICAL MENU

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.IMenu a
{
    background-color: transparent;
    color: White;
    font-family: Georgia, "Times New Roman" , Times, serif;
}
.IMenu
{
    text-align: left;
    height: 30px;
    vertical-align: middle;
    font-size: 15px;
    border-width: 0px;
}

.ITopItemStyle
{
    height: 30px;
    padding: 0px 5px 0px 5px;
    border-width: 0px;
}

.ITopItemStyle td
{
    border-right: solid 1px #1F4656;
    padding-left: 10px;
    padding-right: 10px;
}


.ITopSelectedStyle td
{
    color: White;
    height: 30px;
    background-image: url(images/menu_bg.png);
    background-repeat: repeat-x;
}

.IMenuStyle
{
    border-top: solid 0px #576570;
}

.IItemStyle
{
    font-weight: bolder;
    color: black;
    height: 44px;
    width: 100%;
    background-color: White;
    text-align: left;
    vertical-align: middle;
    border: solid 0px #576570;
    padding: 0px 0px 0px 0px;
}

.IHoverItemStyle
{
    color: White;
    height: 30px;
    cursor: pointer;
    background-image: url(images/menu_bg.png);
    background-repeat: repeat-x;
}


