/* 
================================
Leonidas Kallipolitis
ATC 2009 - Passage Project
================================
*/


.Normal /* The color of text in Modules */
{
    font-family: Verdana, Arial;
    font-size: 10px;
    color:#5C5D62;
}
td
{
    font-family: Verdana, Arial;
    font-size: 11px;
    color: #E58926;
}


.MainMenu_MenuBar TD
{
    cursor: pointer;
    cursor: hand;
    height: 100px;
}

.MainMenu_MenuContainer TD
{
    background-color: transparent; /* height: 25px;*/
    padding-left: 0px;
    padding-right: 1px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.MainMenu_MenuItem
{
    padding-top: 0px;
    color: #672f0c; /* --> the font color in the dropdownmenu */
    font-family: Calibri, Tahoma, Verdana;
    font-size: 11pt;
    border: none;
    font-weight: bold;
    font-style: normal;
    text-align: center;
    width: 135px;
    height: 27px;
    padding-left: 0px;
    padding-right: 0px;
    border-spacing: 30pt 10pt;
}

.MainMenu_MenuItemSel /* menu hover */
{
    background: transparent;
    padding-top: 0px;
    color: #672f0c;
    font-family: Calibri, Tahoma, Verdana;
    font-size: 12pt;
    font-weight: normal;
    text-align: center;
    width: 135px;
    height: 100px;
    padding-left: 0px;
    padding-right: 0px;
}


/* Menu */

.MainMenu_MenuBreak
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    background-color: white;
}

.ActiveRootTab TD
{
    margin-top: 0px;
    padding-bottom: 4px;
    width: 135px;
    height: 100px;
    font-family: Calibri, Tahoma, Verdana;
    font-size: 13pt;
    background: url(images/menu_pat.gif) repeat-x;
    background-position: bottom;
    font-weight: normal;
    color: #FFF8F5;
    vertical-align: bottom;
}
/* Top level item */
.RootTab TD
{
    margin-top: 0px;
    padding-bottom: 4px;
    width: 135px;
    height: 100px;
    font-family: Calibri, Tahoma, Verdana;
    font-size: 13pt;
    background: url(images/menu_pat.gif) repeat-x;
    background-color:White;
    background-position: bottom;
    font-weight: normal;
    color: #FFF8F5;
    vertical-align: bottom;
}
/* Top level Hover item */
.SelectedRootTab TD
{
    margin-top: 0px;
    padding-bottom: 4px;
    width: 135px;
    height: 100px;
    font-family: Calibri, Tahoma, Verdana;
    font-size: 13pt;
    background: url(images/menu_roll_pat.gif) repeat-x;
    background-position: bottom;
    font-weight: normal;
    color: #FFF8F5;
    vertical-align: bottom;
}

.BreadcrumbRootTab TD /* The current selected page */
{

    margin-top: 0px;
    padding-bottom: 4px;
    width: 135px;
    height: 100px;
    font-family: Calibri, Tahoma, Verdana;
    font-size: 13pt;
    background: url(images/menu_roll_pat.gif) repeat-x;
    background-color: Transparent;
    background-position: bottom;
    font-weight: bold;
    color: #FFF8F5;
    vertical-align: bottom;
}

/*Submenu*/


.ActiveSubTab /* Selected subtab*/
{
    background-color: #7CAAB0;
}

.SelectedSubTab /* Hover of subtab*/
{   
    width: 135px;
    height: 27px;
    background: #FD9F2B;
    color: #672f0c;
    font-family: Calibri, Tahoma, Verdana;
    font-size: 11pt;
    font-weight: bold;
    text-align:center;
    
}

.MainMenu_SubMenu
{
    z-index: 1000;
    cursor: pointer;
    cursor: hand;
    background: #f0c592; /* this is the backgroundcolour in the dropdown menu */
    font-family: Calibri,Trebuchet MS, Tahoma;
    font-size: 11pt;
    font-weight: bold;
    text-align: left;

}
.MainMenu_SubMenuItemSelected
{
    width: 135px;
    height: 27px;
    background: #f0c592;
    color: #672f0c;
    font-family: Calibri, Tahoma, Verdana;
    font-size: 11pt;
    font-weight: bold;
    text-align:center;

}
.MainMenu_SubMenuItem
{
    width: 135px;
    height: 27px;
    background: #f0c592;
    color: #672f0c;
    font-family: Calibri, Tahoma, Verdana;
    font-size: 11pt;
    font-weight: bold;
}

.MainMenu_RootMenuArrow, .MainMenu_MenuIcon, .MainMenu_MenuArrow
{
    display: none;
}






















