.Header_A
{
border-top:0px solid #034C7F;
border-right:0px solid #cccccc;
border-left:0px solid #cccccc;
border-bottom:0px solid #034C7F;
}
.Header_B
{
border-top:0px solid #034C7F;
border-bottom:0px solid #cccccc;
}
.Content_A
{
border-top:0px solid #034C7F;
border-right:0px solid #8DC3E3;
border-left:0px solid #cccccc;
border-bottom:0px solid #034C7F;
}
.Content_B
{
background-color:#ffffff;
border-top:0px solid #034C7F;
border-right:0px solid #cccccc;
border-left:0x solid #cccccc;
}
.Footer_A
{
background-color:#D1DCBF;
border-top:0px solid #253651;
border-bottom:0px solid #8DC3E3;
border-right:0px solid #8DC3E3;
border-left:0px solid #8DC3E3;
}
body
{
font-family:Verdana,Tahoma,Arial;
font-size:11px;
}
td
{
font-family:Verdana,Tahoma,Arial;
font-size:11px;
}
.NavBar_Link
{
color:#ffffff;
text-decoration:none;
}
.NavBarLink:hover
{
color:#C0C0C0;
text-decoration:none;
}

    /* General configuration CSS */

    #dhtmlgoodies_menu ul li ul{
        display:none;    /* Needed to display ok in Opera */
    }

    #dhtmlgoodies_menu{
        visibility:hidden;
    }
    #dhtmlgoodies_menu ul{
        margin:0px;    /* No indent */
        padding:0px;    /* No indent */
    }
    #dhtmlgoodies_menu li{
        list-style-type:none;
        background-color:#015BAD;
            /* No bullets */
    }
    #dhtmlgoodies_menu a{
        margin:0px;
        padding:0px;
    }
    /* End general configuration CSS */


    /* Cosmetic */

    /***********************************************************************
        CSS - MENU BLOCKS
         General rules for all menu blocks (group of sub items)
    ***********************************************************************/
    #dhtmlgoodies_menu ul{
        border:1px;
        margin-left:0px;
        padding-top:0px;
    }


    /***********************************************************************
        CSS - MENU ITEMS
         Here, you could assign rules to the menu items at different depths.
    ***********************************************************************/
    /* General rules for all menu items */
    #dhtmlgoodies_menu a{
        color: #ffffff;
        text-decoration:none;


    }

    /*
    Main menu items
    */

    #dhtmlgoodies_menu .currentDepth1{
        padding-left:10px;
        padding-right:10px;
        border:5px solid #015BAD;
        border-right: 1px solid #ffffff;
    }
    #dhtmlgoodies_menu .currentDepth1over{
        padding-left:10px;
        padding-right:10px;
        background-color:#FD0000;
        border:5px solid #FD0000;

    }
    #dhtmlgoodies_menu .currentDepth1 a{
        font-weight:bold;
    }
    #dhtmlgoodies_menu .currentDepth1over a{    /* Text rules */
        color:#ffffff;
        font-weight:bold;
    }

    /* Sub menu depth 1 */
    #dhtmlgoodies_menu .currentDepth2{
        padding-left:5px;
        width:200px;
        border:5px solid #015BAD;
        background-color:#015BAD;
    }
    #dhtmlgoodies_menu .currentDepth2over{
        padding-left:5px;
        width:200px;
        border:5px solid #dddddd;
        background-color:#dddddd;

    }
    #dhtmlgoodies_menu .currentDepth2over a{    /* Text rules */
        color:#000;
    }

    /* Sub menu depth 2 */
    #dhtmlgoodies_menu .currentDepth3{
        padding-left:5px;
        width:150px;
        border:5px solid #dddddd;
        background-color:#dddddd;
    }
    #dhtmlgoodies_menu .currentDepth3over{
        padding-left:5px;
        width:150px;
        border:5px solid #cccccc;
        background-color:#cccccc;

    }
    #dhtmlgoodies_menu .currentDepth3over a{    /* Text rules */
        color:#000;
    }


img {
border: 0px none;
padding: 0px;
margin: 0px;
}

#ma {
padding: 0px;
background: #CDDBE9 url(../../admin/mods/Mapa_cr/mapa/mapa_orp_cr_all.gif) top left no-repeat;
font-size: 1px; }

.ddpanel .ddpanelcontent{ /*CSS for "content" DIV of Drop Down Panel*/
color: black;
background: silver; /*background of Drop Down Panel*/
/*Do NOT add any "padding" or "margin" properties here! Any padding/margin should be added to your content's container within this DIV instead */
}

.ddpanel .ddpaneltab{ /*CSS for "toggle" tab DIV of Drop Down Panel*/
margin-right: 20px;
font: normal 12px Arial;
}

.ddpanel .ddpaneltab a{ /*"toggle" tab related CSS*/
float: right;
color: white;
background: gray; /*background of toggle tab*/
text-decoration: none;
letter-spacing: 1px;
}

.ddpanel .ddpaneltab a span{ /*"toggle" tab related CSS*/
float: left;
display: block;
padding: 4px 12px 4px 13px;
cursor: pointer;
}

.ddpanel .ddpaneltab a span img.pointerimage{ /*CSS for pointer image within toggle tab*/
margin-top: 2px;
margin-left: 5px;
}

.ddpanel .ddpaneltab a:hover{ /*"toggle" tab related CSS*/
background-color: #AECBE5; /*background of toggle tab onMouseover*/
}

.ddpanel .ddpaneltab a:active, .ddpanel .ddpaneltab a:focus{ /*"toggle" tab related CSS*/
outline: 0;
}

.ddpanel .ddpaneltab a:hover span{ /*"toggle" tab related CSS*/
background-color: transparent;
}
