﻿
#mainmenu
{
    padding-left: 0px;
    padding-bottom: 5px;
    padding-top: 5px;
    background-color: #222;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
    height: 20px;
}

#mainmenu table
{
    /* margin-left: 330px;*/
}
#mainmenu table *
{
    margin: 0;
}

.menuStyle
{
    text-transform: uppercase;
    font-weight: bold;
}
.menuItemStyle
{
    color: #cccc66;
    margin-top: 10px;
}

.SubMenuItemStyle
{
    color: #cccc66;
    margin: 15px;
}

.selectedItemmenu
{
    color: #ffcc33;
}
.hoverItemmenu
{
    color: #ffcc33;
}


.MyCalendar .ajax__calendar_container
{
    border: 1px solid black;
    background-color: white;
    color: red;
}
.MyCalendar .ajax__calendar_other .ajax__calendar_day, .MyCalendar .ajax__calendar_other .ajax__calendar_year
{
    color: black;
}
.MyCalendar .ajax__calendar_hover .ajax__calendar_day, .MyCalendar .ajax__calendar_hover .ajax__calendar_month, .MyCalendar .ajax__calendar_hover .ajax__calendar_year
{
    color: black;
}
.MyCalendar .ajax__calendar_active .ajax__calendar_day, .MyCalendar .ajax__calendar_active .ajax__calendar_month, .MyCalendar .ajax__calendar_active .ajax__calendar_year
{
    color: black;
    font-weight: bold;
}

#breadcrumb
{
    padding: 0;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 2px;
    background-image: url('../Repository/sfondo444.png');
    border-top: solid 1px #666;
    border-bottom: solid 1px black;
    height: 10px;
}

.pathSeparatorItemStyle
{
    font-size: 10px;
    text-transform: uppercase;
    color: #aaa;
    font-weight: bold;
}
.breadICurrentItemStyle
{
    font-size: 10px;
    text-transform: uppercase;
    color: #aaa;
    text-decoration: blink;
}


.breadItemStyle
{
    font-size: 10px;
    text-transform: uppercase;
    color: #999;
}

.breadItemStyle:hover
{
    font-size: 10px;
    text-transform: uppercase;
    color: #fff;
}

.whiteseparator
{
    border-style: none;
    height: 1px;
    background-color: #555;
}

