/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.2
*/
/* Menu styles */


.loginbody
{
	margin:0; 
	padding:0; 
	background: #006fb4 url(default/images/loginPage_bg.gif) repeat-x; 
	font-family:Arial, Helvetica, sans-serif; font-size:10px;
}
.formItem_textBox 
{
	position:relative; margin:5px 0;
	}
.formItem_textBox label 
{
	float:left; line-height:16px; padding:0 5px; width:50px; text-align:right; color:gray;
	}
.formItem_textBox input 
{
	font-size:10px; border:1px solid gray; padding:0 2px;
                         }
.formItem_button input 
{
	font-size:10px; float:right; clear:both;
	}

div.yuimenu {

	border:solid 0 #c4c4be; /* here */
	
    
}

/* Submenus are positioned absolute and hidden by default */

div.yuimenu div.yuimenu,
div.yuimenubar div.yuimenu {

    position:absolute;
    visibility:hidden;

}

/* MenuBar Styles */

div.yuimenubar {

    /*background-color:#f6f7ee;*/
    
}

/*
    Applying a width triggers "haslayout" in IE so that the module's
    body clears its floated elements
*/
div.yuimenubar div.bd {

    width:100%; /* this is commented for ie 6 only */

}

/*
    Clear the module body for other browsers
*/
div.yuimenubar div.bd:after {

    content:'.';
    display:block;
    clear:both;
    visibility:hidden;
    height:0;

}


/* Matches the UL inside a Menu or MenuBar instance */

div.yuimenubar ul {

    list-style-type:none;
    margin:0;
    padding:0;

}

div.yuimenu ul {

    list-style-type:none;
    border:solid 1px #c4c4be;
    border-width:0 0 0 0;
    margin:0;
    padding:0;

}

div.yuimenu ul.first-of-type, 
div.yuimenu ul.hastitle,
div.yuimenu h6.first-of-type {

    border-width:0;

}

/*
    Styles for the menu's header and footer elements that are used as controls 
    to scroll the menu's body element when the menu's height exceeds the 
    value of the "maxheight" configuration property.
*/

div.yuimenu div.topscrollbar,
div.yuimenu div.bottomscrollbar {

    height:16px;
    background-image:url(common/images/map.gif);
    background-repeat:no-repeat;

}


div.yuimenu div.topscrollbar {

    background-image:url(common/images/map.gif);
    background-position:center -72px;

}


div.yuimenu div.topscrollbar_disabled {

    background-image:url(common/images/map.gif);
    background-position:center -88px;

}


div.yuimenu div.bottomscrollbar {

    background-image:url(common/images/map.gif);
    background-position:center -104px;

}


div.yuimenu div.bottomscrollbar_disabled {

    background-image:url(common/images/map.gif);
    background-position:center -120px;

}


/* MenuItem and MenuBarItem styles */

div.yuimenu li,
div.yuimenubar li {

    font-size:10px;  /* 85% originally */
	line-height:12px;
    cursor:pointer;
    cursor:hand;
    white-space:nowrap;
    text-align:left;
	background-repeat:repeat-x;
}

div.yuimenu li.yuimenuitem {

    padding:3px 24px 5px;
    
}

div.yuimenu li li,
div.yuimenubar li li {

    font-size:100%;


}


/* Matches the help text for a menu item */

div.yuimenu li.hashelptext em.helptext {

    font-style:normal;
    margin:0 0 0 40px;

}

div.yuimenu li a,
div.yuimenubar li a {
    
    /*
        "zoom:1" triggers "haslayout" in IE to ensure that the mouseover and 
        mouseout events bubble to the parent LI in IE.
    */
    zoom:1;
}
div.yuimenu li a:hover,
div.yuimenubar li a:hover {
    text-decoration:none;
}

div.yuimenu li.hassubmenu,
div.yuimenu li.hashelptext {

    text-align:right;

}

div.yuimenu li.hassubmenu a.hassubmenu,
div.yuimenu li.hashelptext a.hashelptext {

    /*
        Need to apply float immediately for IE or help text will jump to the 
        next line 
    */

    *float:left;
    *display:inline; /* Prevent margin doubling in IE */
    text-align:left;

}

div.yuimenu.visible li.hassubmenu a.hassubmenu, 
div.yuimenu.visible li.hashelptext a.hashelptext {

    /*
        Apply the float only when the menu is visible to prevent the help
        text from wrapping to the next line in Opera.
    */

    float:left;

}


/* Matches selected menu items */

div.yuimenu li.selected,
div.yuimenubar li.selected {
	
}

div.yuimenu li.selected a.selected,
div.yuimenubar li.selected a.selected {

    text-decoration:none;

}

div.yuimenu li.selected a.selected,
div.yuimenu li.selected em.selected, 
div.yuimenubar li.selected a.selected {

}


/* Matches disabled menu items */

div.yuimenu li.disabled, 
div.yuimenubar li.disabled {

    cursor:default;

}

div.yuimenu li.disabled a.disabled,
div.yuimenu li.disabled em.disabled,
div.yuimenubar li.disabled a.disabled {

    color:#b9b9b9;
    cursor:default;
    
}

div.yuimenubar li.yuimenubaritem {

    float:left;
    display:inline; /* Prevent margin doubling in IE */
    border-width:0 0 0 0; /*specify border here to give a seperator */
    border-style:solid;
    border-color:#c4c4be;
    padding:4px 24px;
    margin:0;

}

div.yuimenubar li.yuimenubaritem.first-of-type {

    border-width:0;

}


/* Styles for the the submenu indicator for menu items */

div.yuimenu li.hassubmenu em.submenuindicator, 
div.yuimenubar li.hassubmenu em.submenuindicator {

    display:-moz-inline-box; /* Mozilla */
    display:inline-block; /* IE, Opera and Safari */
    vertical-align:middle;
    height:8px;
    width:8px;
    text-indent:9px;
    font:0/0 arial;
    overflow:hidden;
    background-image:url(common/images/map.gif);
    background-repeat:no-repeat;

}

div.yuimenubar li.hassubmenu em.submenuindicator {

    background-position:0 -24px;
    margin:0 0 0 5px;

}

div.yuimenubar li.hassubmenu em.submenuindicator.selected {

    background-position:0 -32px;

}

div.yuimenubar li.hassubmenu em.submenuindicator.disabled {

    background-position:0 -40px;

}

div.yuimenu li.hassubmenu em.submenuindicator {

    background-position:0 0;
    margin:0 -16px 0 10px;

}

div.yuimenu li.hassubmenu em.submenuindicator.selected {

    background-position:0 -8px;

}

div.yuimenu li.hassubmenu em.submenuindicator.disabled {

    background-position:0 -16px;

}


/* Styles for a menu item's "checked" state */

div.yuimenu li.checked {

    position:relative;

}

div.yuimenu li.checked em.checkedindicator {
    height:8px;
    width:8px;
    text-indent:9px;
    overflow:hidden;
    background-image:url(common/images/map.gif);
    background-position:0 -48px;
    background-repeat:no-repeat;
    position:absolute;
    left:6px;
    _left:-16px; /* Underscore hack b/c this is for IE 6 only */
    top:.5em;

}

div.yuimenu li.checked em.checkedindicator.selected {

    background-position:0 -56px;

}

div.yuimenu li.checked em.checkedindicator.disabled {

    background-position:0 -64px;

}

/* level 2 */
.ADlvl2 li.yuimenuitem {}
/* page menu */
div#ADpageMenu {
	position:absolute;
	right:0; top:-40px;
}
div#ADpageMenu div.yuimenubar {
	position:relative;
}
/* action menu */
.ADcontainerOptionsBar {
	position:relative;
	z-index:3;
}
.ADcontainerOptionsBar .yuimenubar {
	
}
.ADobjectContainer .ADcontainerOptionsBar {

}

/* bottom menu */

div#ADpageMenu_bottom {
	position:relative;
}
div#ADpageMenu_bottom div.yuimenubar {
	position:relative;
}
/* content menu */
div#ADcontentMenu div {

}
div#ADcontentMenu div.yuimenubar {

}
div#ADcontentMenu .yuimenubaritem {
	padding:0;
	margin:0;
}

/* sectionBar */
#ADobjectContainer_sectionOptions {
	position:relative;
	z-index:10;
}


/* the side menus  */
#contentMenuContainer div.yuimenu {
	/*background-image:url(../images/sideBar_bottom.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
    background-color:#006fb4;
	padding-bottom:31px;*/
	font-size:85%;
}
#contentMenuContainer div.yuimenu li, #contentMenuContainer div.yuimenubar li {
	/*border-top:1px solid #e2e2e2;
	border-bottom:1px solid #d0d0d0;*/
	text-align:right;
}
#contentMenuContainer div.yuimenu a:link, #contentMenuContainer div.yuimenu a:visited, #contentMenuContainer div.yuimenu a:hover {
	text-decoration:none !important;
	text-align:right;
}
#contentMenuContainer div.yuimenu li {
	/*background-color:#dbdbdb;*/
}
#contentMenuContainer div.yuimenu li.selected {
	color:red;	
}

#contentMenuContainer #mnuContainer div.yuimenu {
	padding-bottom:0px;
}
#contentMenuContainer div.yuimenu li a,
#contentMenuContainer div.yuimenubar li a {
	color:#8c8c8c;
}
#contentMenuContainer div.yuimenu li.selected a.selected,
#contentMenuContainer div.yuimenu li.selected em.selected, 
#contentMenuContainer div.yuimenubar li.selected a.selected {
    color:#fff;
	background-image:url(../images/sideLinx-Hover_bg.gif);
}
#contentMenuContainer div.yuimenu li.yuimenuitem {
    padding:8px 4px 8px;
}