/*
* EES CSS Library [Screen Menu]
 *
 * @copyright 2010 Squiz Pty Ltd (ABN 77 084 670 600)
 * @license   GNU General Public License v.2
 * @link
*/


/* ---------------------------------------------------------------------------------------------
START: SCREEN MENU STYLES
--------------------------------------------------------------------------------------------- */

#ees_screenWarning {
    border:solid 1px #e0e0e0;
    background: #efefef;
    padding: 4px 7px;
    color:#656565;
    margin-top: 7px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#ees_screenWarning .warningMessage {
    padding:5px 0px 5px 33px;
    background:url(../Images/detailsInfoWarning_v2.gif) 0 0 no-repeat;
}

#ees_screenWarning .warningMessage b {
    /* deal with some matrix old html stuff */
    font-weight:normal;
}

#ees_screenWarning .warningButton {
    margin: 3px 0 0 15px;
    padding-bottom: 1px;
}

#ees_screenMenu {
    margin-bottom: 35px;
    position: relative;
}

#ees_currentScreenArrow {
    display: block;
    height: 27px;
    width: 58px;
    position: absolute;
    bottom: -26px;
    left:35px;
    background: url(../Images/tab_menu_arrow.png) 0 0 no-repeat;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

#ees_screenMenuInner {
    font-size: 0.8em;
    padding: 6px;
    border: solid 1px #C6C6C6;
    background: #FFF;
    min-width: 948px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.25);
    -moz-box-shadow:    0px 0px 13px rgba(0, 0, 0, 0.25);
    box-shadow:         0px 0px 13px rgba(0, 0, 0, 0.25);
}

#ees_screenMenuList {
    list-style: none;
}

#ees_screenMenuList .screenMenuItem {
    display: block;
    float: left;
    text-align: center;
    width: 110px;
}

#ees_screenMenuList .screenMenuItem.current {
    font-weight: bold;
}

#ees_screenMenuList .screenMenuItem a, #ees_screenMenuList .screenMenuItem a:visited {
    color: #000;
    text-decoration: none;
    display: block;
    background: transparent url(../Images/tab_menu_divider.png) 100% 25% no-repeat;
}

#ees_screenMenuList .screenType {
    display: block;
    padding: 70px 0 0;
    margin: 8px 0 9px 0;
    background: transparent url(../Images/screenIcon-default.png) 50% -86px no-repeat;
}

#ees_screenMenuList .screenMenuItem.current .screenType {
    background-position: 50% 0;
}

#ees_screenMenuList a:hover .screenType {
    background-position: 50% 0;
}

#ees_screenMenuList .metadata {
    background-image: url(../Images/screenIcon-metadata.png);
}

#ees_screenMenuList .workflow {
    background-image: url(../Images/screenIcon-workflow.png);
}

#ees_screenMenuList .linking {
    background-image: url(../Images/screenIcon-linking.png);
}

#ees_screenMenuList .urls {
    background-image: url(../Images/screenIcon-urls.png);
}

#ees_screenMenuList .details {
    background-image: url(../Images/screenIcon-details.png);
}

#ees_screenMenuList .content {
    background-image: url(../Images/screenIcon-content.png);
}

#ees_screenMenuList .redirect {
    background-image: url(../Images/screenIcon-redirect.png);
}

/* ---------------------------------------------------------------------------------------------
END: SCREEN MENU STYLES
--------------------------------------------------------------------------------------------- */
