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

.yui-skin-sam .yuimenubar {
    font-size: 93%;  /* 12px */
    line-height: 2;  /* ~24px */
    *line-height: 1.9; /* For IE */
    border: solid 1px #808080;
    background: #BE1929 repeat-x 0 0;
}

/*url(../../../../assets/skins/sam/sprite.png) */

/* MenuBarItem style rules #ccc */
.yui-skin-sam .yuimenubarnav .yuimenubaritem {
    border-right: solid 1px #BE1929;
}

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

.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel {
    padding-right: 20px;
    /*
        Prevents the label from shifting left in IE when the 
        ".yui-skin-sam .yuimenubarnav .yuimenubaritemlabel-selected" 
        rule us applied.
    */
    *display: inline-block;
}

/* background: url(menubaritem_submenuindicator.png) right center no-repeat; */
.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel-hassubmenu, .yui-skin-sam .yuimenubarnav .yuimenubaritemlabel-hassubmenu-selected, .yui-skin-sam .yuimenubarnav .yuimenubaritemlabel-hassubmenu:hover {
  background: none;
}

/* MenuBarItem states */

/* Selected MenuBarItem */
.yui-skin-sam .yuimenubaritem-selected {
    background: url(../../../../assets/skins/sam/sprite.png) repeat-x 0 -1700px;
}

/* #7D98B8 border-color: #C3A8D1;*/
.yui-skin-sam .yuimenubaritemlabel-selected {
    
}

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


/* Disabled  MenuBarItem */

.yui-skin-sam .yuimenubaritemlabel-disabled {
    cursor: default;
    color: #A6A6A6;
}

.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel-hassubmenu-disabled {
    background-image: url(menubaritem_submenuindicator_disabled.png);
}



/* Menu style rules */

.yui-skin-sam .yuimenu {
    font-size: 93%;  /* 12px */
    line-height: 1.5;  /* 18px */
    *line-height: 1.45; /* For IE */
}

.yui-skin-sam .yuimenubar .yuimenu,
.yui-skin-sam .yuimenu .yuimenu {
    font-size: 100%;
}

.yui-skin-sam .yuimenu .bd {
    border: solid 1px #808080;
    background-color: #BE1929;
}
/*#fff; */
/* ccc */
.yui-skin-sam .yuimenu ul {
    padding: 3px 0;
    border-width: 1px 0 0 0;
    border-color: #ddbedd;
    border-style: solid;
}

.yui-skin-sam .yuimenu ul.first-of-type {
    border-width: 0;
}


/* Group titles */
.yui-skin-sam .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-sam .yuimenu ul.hastitle,
.yui-skin-sam .yuimenu h6.first-of-type {
    border-width: 0;
}


/* Top and bottom scroll controls */
.yui-skin-sam .yuimenu .yui-menu-body-scrolled {
    border-color: #ccc #808080;
    overflow: hidden;
}

.yui-skin-sam .yuimenu .topscrollbar,
.yui-skin-sam .yuimenu .bottomscrollbar {
    height: 16px;
    border: solid 1px #808080;
    background: #fff url(../../../../assets/skins/sam/sprite.png) no-repeat 0 0;
}

.yui-skin-sam .yuimenu .topscrollbar {
    border-bottom-width: 0;
    background-position: center -950px;
}

.yui-skin-sam .yuimenu .topscrollbar_disabled {
    background-position: center -975px;
}

.yui-skin-sam .yuimenu .bottomscrollbar {
    border-top-width: 0;
    background-position: center -850px;
}

.yui-skin-sam .yuimenu .bottomscrollbar_disabled {
    background-position: center -875px;
}


/* MenuItem style rules */
.yui-skin-sam .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."#fff
    */
    _border-bottom: solid 1px #BE1929;
}

.yui-skin-sam .yuimenuitemlabel {
    padding: 0 20px 0 10px;
    color: #000;
    text-decoration: none;
    cursor: default;
}

.yui-skin-sam .yuimenuitemlabel .helptext {
    margin-top: -1.5em;
    *margin-top: -1.45em;  /* For IE*/
}

.yui-skin-sam .yuimenuitem-hassubmenu {
    background-image: url(menuitem_submenuindicator.png);
    background-position: right center;
    background-repeat: no-repeat;
}

.yui-skin-sam .yuimenuitem-checked {
    background-image: url(menuitem_checkbox.png);
    background-position: left center;
    background-repeat: no-repeat;
}


/* Menu states */

/* Visible Menu */
.yui-skin-sam .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-sam .yuimenuitem-selected {
    background-color: #B3D4FF;
}

/* Disabled MenuItem */
.yui-skin-sam .yuimenuitemlabel-disabled {
    cursor: default;
    color: #A6A6A6;
}

.yui-skin-sam .yuimenuitem-hassubmenu-disabled {
    background-image: url(menuitem_submenuindicator_disabled.png);
}

.yui-skin-sam .yuimenuitem-checked-disabled {
    background-image: url(menuitem_checkbox_disabled.png);
}


<!-- YUI Page-specific styles -->
div.yui-b p {
	margin: 0 0 .5em 0;
	color: #ccc; 
}

div.yui-b p strong {
	font-weight: bold;
	color: #000;
}

div.yui-b p em {
	color: #000;
}            

#rchsadmin a.yuimenuitemlabel, #rchsadmin a.yuimenubaritemlabel {
	color: #333;
	font-family: Arial,Helvetica, sans-serif;
	font-size:  9pt; 
	font-weight: bold;	
}

#rchsadmin a.yuimenuitemlabel:hover, #rchsadmin a.yuimenubaritemlabel:hover {
 	background: none;
	color: #fff;
	font-family: Arial,Helvetica, sans-serif;
	font-size:  9pt; 	
	font-weight: bold;	
}

#rchsadmin .yuimenubaritemlabel-hassubmenu, #rchsadmin .yuimenubaritemlabel-hassubmenu-selected, #rchsadmin .yuimenubaritemlabel-hassubmenu:hover {
  background: url(menubaritem_submenuindicator.png) right center no-repeat;
}

#rchsadmin .yuimenubaritem-hassubmenu:hover, #rchsadmin .yuimenubaritem-hassubmenu-selected, #rchsadmin .yuimenubaritemlabel-hassubmenu:hover, #rchsadmin .yuimenubaritemlabel-hassubmenu-selected {
    background-image: url(menubaritem_submenuindicator.png);
    background-position: right center;
    background-repeat: no-repeat;
}

#rchsadmin a.yuimenubaritemlabel, #rchsadmin a.yuimenubaritemlabel:hover {
	font-weight: bold;
}

.yui-skin-sam #rchsadmin .yuimenuitem-selected {
 	background: none;
	cursor: hand;
}

#rchsadmin h1 {
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: .25em .5em;
	background-color: #ccc;
}

#rchsadmin  li {
	list-style-image: none;
	background: none;
}

/*     border: solid 1px #808080; */
.yui-skin-sam #topmenu.yuimenubar {
    font-size: 93%;  /* 12px */
    line-height: 2;  /* ~24px */
    *line-height: 1.9; /* For IE */
    border: 0px;
    background: #BE1929 repeat-x 0 0;
}

/*  
		border-color: #808080;  
    color: #000;
*/
.yui-skin-sam #topmenu .yuimenubaritemlabel {
    padding: 0 8px;
    color: #fff;
    text-decoration: none;
    cursor: default;
    border-style: solid;
    border-width: 0;
    *position: relative; /*  Necessary to get negative margins in IE. */
    margin: -1px 0;
}

.yui-skin-sam #topmenu .yuimenubarnav .yuimenubaritemlabel {
    padding-right: 20px;
    /*
        Prevents the label from shifting left in IE when the 
        ".yui-skin-sam .yuimenubarnav .yuimenubaritemlabel-selected" 
        rule us applied.
    */

    *display: inline-block;
}

#topmenu a.yuimenuitemlabel, #topmenu a.yuimenubaritemlabel {
	color: #fff;
	font-family: Arial,Helvetica, sans-serif;
	font-size:  10pt; 
	font-weight: bold;	
}

#topmenu a.yuimenuitemlabel:hover, #topmenu a.yuimenubaritemlabel:hover {
 	background: none;
	color: #333;
	font-family: Arial,Helvetica, sans-serif;
	font-size:  10pt; 	
	font-weight: bold;	
}

#topmenu .yuimenubaritemlabel-hassubmenu, #topmenu .yuimenubaritemlabel-hassubmenu-selected, #topmenu .yuimenubaritemlabel-hassubmenu:hover {
  background: none;
}

#topmenu .yuimenubaritem-hassubmenu:hover, #topmenu .yuimenubaritem-hassubmenu-selected, #topmenu .yuimenubaritemlabel-hassubmenu:hover, #topmenu .yuimenubaritemlabel-hassubmenu-selected {
    background-image: none;
    background-position: right center;
    background-repeat: no-repeat;
}

#topmenu a.yuimenubaritemlabel, #topmenu a.yuimenubaritemlabel:hover {
	font-weight: bold;
}

.yui-skin-sam #topmenu .yuimenuitem-selected {
 	background: none;
	cursor: hand;
}

#topmenu h1 {
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: .25em .5em;
	background-color: #ccc;
}

#topmenu li {
	list-style-image: none;
	background: none;
}
