/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/
/* MenuBar style rules */

.yui-skin-bell .yuimenubar {
	border-top: 1px solid white;
    font-size: 93%;  /* 12px */
    line-height: 1;  /* ~24px */
    *line-height: 0.9; /* For IE */
    /*border: solid 1px #808080;
    background: url(../../../../assets/skins/sam/sprite.png) repeat-x 0 0;*/

}


/* MenuBarItem style rules */

.yui-skin-bell .yuimenubarnav .yuimenubaritem {

    /*border-right: solid 1px #ccc;*/

}

.yui-skin-bell .yuimenubaritemlabel {

    /*padding: 0 10px;
    color: #000;
    text-decoration: none;
    cursor: pointer;
    border-style: solid;
    border-color: #808080;
    border-width: 1px 0;*/
    *position: relative; /*  Necessary to get negative margins in IE. */
    margin: -1px 0;

}

.yui-skin-bell .yuimenubarnav .yuimenubaritemlabel {

    /*padding-right: 20px;*/

    /*
        Prevents the label from shifting left in IE when the 
        ".yui-skin-bell .yuimenubarnav .yuimenubaritemlabel-selected" 
        rule us applied.
    */

    *display: inline-block;

}

.yui-skin-bell .yuimenubarnav .yuimenubaritemlabel-hassubmenu {

/*    background: url(menubaritem_submenuindicator.png) right center no-repeat;*/

}



/* MenuBarItem states */

/* Selected MenuBarItem */

.yui-skin-bell .yuimenubaritem-selected {

    /*background: url(../../../../assets/skins/sam/sprite.png) repeat-x 0 -1700px;*/

}

.yui-skin-bell .yuimenubaritemlabel-selected {

    border-color: #7D98B8;

}

.yui-skin-bell .yuimenubarnav .yuimenubaritemlabel-selected {
	
    /*border-left-width: 1px;
    margin-left: -1px;
    *left: -1px;*/    /* For IE */

}

.yui-skin-bell .yuimenubarnav .yuimenuitem-hassubmenu-selected a.yuimenuitemlabel-hassubmenu-selected {

	color: #0065a4 !important;
	
}

/* Disabled  MenuBarItem */

.yui-skin-bell .yuimenubaritemlabel-disabled {

    cursor: default;
    color: #A6A6A6;

}

.yui-skin-bell .yuimenubarnav .yuimenubaritemlabel-hassubmenu-disabled {

    background-image: url(menubaritem_submenuindicator_disabled.png);

}



/* Menu style rules */

.yui-skin-bell .yuimenu {

    font-size: 93%;  /* 12px */
    line-height: 1.5;  /* 18px */
    *line-height: 1.45; /* For IE */

}

.yui-skin-bell .yuimenubar .yuimenu,
.yui-skin-bell .yuimenu .yuimenu {

    font-size: 100%;

}

.yui-skin-bell .yuimenu .bd {

    border: solid 1px #ccc;
    border-bottom: 0 none;
    background-color: #0065a4;
    margin-top:-1px;
    
}

.yui-skin-bell .yuimenu .bd a {
	
    color: #fff;
    padding: 5px 16px 5px 10px;
    border-bottom: 1px solid #ccc;
	font-weight: bold;
	font-size: 0.85em;
	
}

.yui-skin-bell .yuimenu .bd a:hover {
	text-decoration: none;
	color: #0065a4;
}

.yui-skin-bell .yuimenu ul {

    padding: 0;
    border-width: 1px 0 0 0;
    border-color: #ccc;
    border-style: solid;

}

.yui-skin-bell .yuimenu ul.first-of-type {

    border-width: 0;

}


/* Group titles */

.yui-skin-bell .yuimenu h6 { 

    /*font-weight: bold;
    border-style: solid;
    border-color: #ccc;
    border-width: 1px 0 0 0;
    color: #a4a4a4;    
    padding: 3px 10px 0 10px;*/

}

.yui-skin-bell .yuimenu ul.hastitle,
.yui-skin-bell .yuimenu h6.first-of-type {

    border-width: 0;

}


/* Top and bottom scroll controls */

.yui-skin-bell .yuimenu .yui-menu-body-scrolled {

    border-color: #ccc #808080;
    overflow: hidden;

}

.yui-skin-bell .yuimenu .topscrollbar,
.yui-skin-bell .yuimenu .bottomscrollbar {

    /*height: 16px;
    border: solid 1px #808080;
    background: #fff url(../../../../assets/skins/sam/sprite.png) no-repeat 0 0;*/

}

.yui-skin-bell .yuimenu .topscrollbar {

    /*border-bottom-width: 0;
    background-position: center -950px;*/

}

.yui-skin-bell .yuimenu .topscrollbar_disabled {

    /*background-position: center -975px;*/

}

.yui-skin-bell .yuimenu .bottomscrollbar {

    /*border-top-width: 0;
    background-position: center -850px;*/

}

.yui-skin-bell .yuimenu .bottomscrollbar_disabled {

    /*background-position: center -875px;*/

}


/* MenuItem style rules */

.yui-skin-bell .yuimenuitem {

    /*
        For IE 7 Quirks and IE 6 Strict Mode and Quirks Mode:
        Used to collapse superfluous white space between <li> elements
        that is triggered by the "display" property of the <a> elements being
        set to "block."
    */

    _border-bottom: solid 1px #fff;

}

.yui-skin-bell .yuimenuitemlabel {

    /*padding: 0 20px;
    color: #000;
    text-decoration: none;*/
    cursor: pointer;

}

.yui-skin-bell .yuimenuitemlabel .helptext {

    margin-top: -1.5em;
    *margin-top: -1.45em;  /* For IE*/
    
}

.yui-skin-bell .yuimenuitem-hassubmenu {

    background-image: url(../_images/common/hassubmenu.gif);
    background-position: 97% 47%;
    background-repeat: no-repeat;

}

.yui-skin-bell .yuimenuitem-hassubmenu:hover {

    background-image: url(../_images/common/hassubmenu_o.gif);
    background-position: 97% 47%;
    background-repeat: no-repeat;

}

.yui-skin-bell .yuimenuitem-checked {

    background-image: url(menuitem_checkbox.png);
    background-position: left center;
    background-repeat: no-repeat;

}


/* Menu states */


/* Visible Menu */

.yui-skin-bell .yui-menu-shadow-visible {

    background-color: #000;

    /*
        Opacity can be expensive, so defer the use of opacity until the 
        menu is visible.
    */

    opacity: .12;
    *filter: alpha(opacity=12);  /* For IE */

}



/* MenuItem states */


/* Selected MenuItem */

.yui-skin-bell .yuimenuitem-selected {

    background-color: #fff;

}


/* Disabled MenuItem */

.yui-skin-bell .yuimenuitemlabel-disabled {

    cursor: pointer;
    /*color: #A6A6A6;*/
    
}

.yui-skin-bell .yuimenuitem-hassubmenu-disabled {

    background-image: url(menuitem_submenuindicator_disabled.png);

}

.yui-skin-bell .yuimenuitem-checked-disabled {

    background-image: url(menuitem_checkbox_disabled.png);

}

.yui-skin-bell .yuimenubaritem .yuimenubaritem a {
	padding: 20px;
}

