
/* Congiguration Sub Menu Tabs, ensures titles don't wrap (BAM-659) */
.yui-navset-top .yui-nav li {
          white-space: nowrap;
}

.yui-navset-top .yui-nav .selected a
{
    text-decoration: none;
}

.yuiTooltips, .yui-tt
{
    width: 30em;
    max-width: 50em!important;
    font-size: 9pt !important;
}

.yui-tt hr
{
    margin:0;
	padding:0;
    border:0;
	border-bottom:1px dashed #777;
	line-height:0;
	height:1px;
	display:block;
}

.yui-tt .bd
{
    padding: 5px;
}

body  .yuimenubaritem-selected, body  .yuimenuitem-selected {

    background-color: #ebf1f7;
}

body .yuimenubaritemlabel-selected, body .yuimenuitemlabel-selected {

    text-decoration: underline;
    color: #000;
}

a.yuimenuitemlabel
{
    font-size: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #efefef;
}

body .yuimenu
{
    background-color: white!important;
}

body .yuimenu ul
{
    padding: 0;
    margin: 0;
}

.yuimenu a:focus, .yuimenu a:active, .yuimenu a, .yuimenu a:hover
{
    outline: none;
    text-decoration: none;
}