/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
div.clear
{
    height: 0;
    clear: both;
    visibility: hidden;
    font-size:0;
}
.headerLarge {
	height: 120px !important;
}

#header div.line 
{
    height: 4px;
    margin: 0;
    padding: 0;
}
#header ul li
{
    display:inline;
}

/*.dashletPanelMenu .bd .ml {
	top:0;
	left:0;
	width:22px;
	height: 100%;
	position:absolute;
	background:url(allsection/alllanguage/dp-ml-menu.png) repeat-y;
	
}
.dashletPanelMenu .bd .mr {
	width:22px;
	top:0;
	right:0;
	height: 100%;
	position:absolute;
	background:url(allsection/alllanguage/dp-mr-menu.png) repeat-y;
}

.dashletPanelMenu  .ft {
	font-size:11px;
	border:none;
	position: relative;
	margin-bottom: 20px;
	height:22px;
	padding-left: 22px;
	padding-right: 22px;

}

.dashletPanelMenu .ft .bl {
	bottom:0;
	left:0;
	position:absolute;
	background:url(allsection/alllanguage/dp-bl-menu.png) no-repeat;
	height: 22px;
	width: 22px;
}

.dashletPanelMenu .ft .br {
	bottom:0;
	right:0;
	position:absolute;
	background:url(allsection/alllanguage/dp-br-menu.png) no-repeat;
	height: 22px;
	width: 22px;
}

.dashletPanelMenu .ft  .ft-center {
	background:url(allsection/alllanguage/dp-ft-menu.png) repeat-x;
	height: 22px;
}*/

.dashletPanel.dc {
	box-shadow: none;
	/*-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;*/
	border-radius: 0px;
}

.dashletPanel.dc .hd {
	height: 38px;
	padding: 0 22px;
}

.dashletPanel.dc .hd .hd-center {
	background:url(allsection/alllanguage/dp-hd-dc.png);
	height: 38px;
	border-bottom: 0px none;
	border-top: 0px none;
}

.dashletPanel.dc .hd .hd-center span {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	top: 9px;
}

.dashletPanel.dc .hd .tl {
	background:url(allsection/alllanguage/dp-tl-dc.png) no-repeat;
	border-left: 0;
	height: 38px;
	width: 22px;
	border-top: 0px none;
	border-bottom: 0px none;
}	
.dashletPanel.dc .hd .tr {
	background:url(allsection/alllanguage/dp-tr-dc.png) no-repeat;
	border-right: 0;
	height: 38px;
	width: 22px;
	border-top: 0px none;
	border-bottom: 0px none;
}	

.dashletPanel.dc .bd {
	background: none; 
	border-left: 0px;
	border-right: 0px;
	padding: 0px 22px;
	position: relative;
	top: 0px;
}

.dashletPanel.dc .bd .bd-center {
	/*padding: 15px 0px 0px 0px;*/
	background:url(allsection/alllanguage/dp-bd-dc.png) repeat; 
}
	
.dashletPanel.dc .bd .mr {
	background:url(allsection/alllanguage/dp-mr-dc.png); 
	width: 22px;
	height: 100%;
}
	
.dashletPanel.dc .bd .ml {
	background:url(allsection/alllanguage/dp-ml-dc.png); 
	width: 22px;
	height: 100%;
}

.dashletPanel.dc .ft {
	padding-left: 22px;
	padding-right: 22px;
	height: 22px;
	
}
.dashletPanel.dc .ft .bl {
	background:url(allsection/alllanguage/dp-bl-dc.png) no-repeat;
	width: 22px;
	height: 22px;
}

.dashletPanel.dc .ft .br {
	background:url(allsection/alllanguage/dp-br-dc.png) no-repeat;
	width: 22px;
	height: 22px;
}

.dashletPanel.dc .ft  .ft-center {
	background:url(allsection/alllanguage/dp-ft-dc.png) repeat-x;
	height: 22px;
}

#moduleList 
{
    background-image : url(allsection/alllanguage/tabRowBg.png);
    background-repeat: repeat-x;
	padding-left: 10px;
}

#moduleList.yuimenubar ul, #moduleList.yuimenubar li {
	background-color: transparent;
}

#moduleList.yuimenubar li {
	margin-top: 6px;
}

#moduleList.yuimenubar li.current {
	margin-top: 0px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    #moduleList.yuimenubar li.current {
		margin-top: 1px;
    }
}

#moduleList.yui-module .bd {
	background-color: transparent;
	border: none;
}

#moduleList .yuimenu {
	border: none; 
}

#moduleList .yuimenu > div.hd{
	background: none transparent;
	border: 0px none;
	height: 0px;
}

#moduleList.yuimenubar {
	border: none;
}

#moduleList.yuimenubarnav .yuimenubaritem {
	border: none;
}

#moduleList.yuimenubarnav .yuimenubaritemlabel-selected {
	border: none;
	left: 0px;
	margin-left: 0px;
	background-image : url(allsection/alllanguage/otherTab.png);
	background-repeat: repeat-x;
	background-position:center center;
	border-left: 1px solid #ccc;
}

#moduleList.yuimenubar li.current .yuimenuitemlabel, li.current a.yuimenuitemlabel, li.current a.yuimenuitemlabel:link, li.current a.yuimenuitemlabel:visited {
    background-image : url(allsection/alllanguage/currentTab.png);
	background-repeat: no-repeat;
	background-position: left center;
	border-left: 0px;
	color: #fff;
	text-shadow: -1px -1px #406e99;
	/*padding-top: 5px;*/
	padding-top: 10px;
	padding-bottom: 4px;
	padding-right: 7px;
}

#moduleList.yuimenubar li.currentTabRight {
	margin-top: 0px;
}

#moduleList.yuimenubar li.currentTabRight .yuimenuitemlabel{
	background-image : url(allsection/alllanguage/currentTab.png);
    background-repeat: no-repeat;
	height: 37px; 
	background-position: top right; 
	width: 8px;
	margin-top: 0px;
	padding: 0px;
	border-left: 0px;
	text-indent: -9999px;
	float: left;
}
@media screen and (-webkit-min-device-pixel-ratio:0) 
{
    #moduleList.yuimenubar li.currentTabRight .yuimenuitemlabel
    {
        /*margin-top: 1px;*/
		margin-top: 0px;
    }
}

#moduleList.yuimenubar li.currentTabRight + li  .yuimenuitemlabel {
	border-left: 1px solid transparent;
}

#moduleList .yuimenuitemlabel, a.yuimenuitemlabel, a.yuimenuitemlabel:link, a.yuimenuitemlabel:visited {
	background-color: transparent;
	cursor:pointer;
	border: none;
	color:#000000;
	font-size: 12px;
	padding:3px 15px 5px 15px;
	text-shadow: 0px 1px #efefef;
	margin-left: 0px;
	font-weight: bold;
	border-left: 1px solid #ccc;
}

#moduleList .dashletPanelMenu .yuimenuitemlabel, .dashletPanelMenu a.yuimenuitemlabel, .dashletPanelMenu a.yuimenuitemlabel:link, .dashletPanelMenu a.yuimenuitemlabel:visited, #moduleList.yuimenubar li.current .dashletPanelMenu  .yuimenuitemlabel, li.current .dashletPanelMenu  a.yuimenuitemlabel, li.current .dashletPanelMenu  a.yuimenuitemlabel:link, li.current .dashletPanelMenu  a.yuimenuitemlabel:visited { 
	background: none;
	background-color: transparent;
	cursor:pointer;
	border: none;
	color:#666;
	font-size: 12px;
	padding:4px 0px 4px 6px;
	margin-left: 0px;
	font-weight: normal;
	text-shadow: none;
	border-radius: 4px;
	/*-moz-border-radius: 4px;
	-webkit-border-radius: 4px;*/
	white-space: normal;
}

#moduleList #More.dashletPanelMenu .yuimenuitemlabel, #More.dashletPanelMenu a.yuimenuitemlabel, #More.dashletPanelMenu a.yuimenuitemlabel:link, #More.dashletPanelMenu a.yuimenuitemlabel:visited, #moduleList.yuimenubar li.current #More.dashletPanelMenu  .yuimenuitemlabel, li.current #More.dashletPanelMenu  a.yuimenuitemlabel, li.current #More.dashletPanelMenu  a.yuimenuitemlabel:link{ 
	font-size: 16px;
	font-weight: bold;
}

#moduleList .dashletPanelMenu a.yuimenuitemlabel:hover, #moduleList.yuimenubar li.current .dashletPanelMenu .yuimenuitemlabel:hover {
	background-color: #004883;
	color: #fff;
}

#moduleList .dashletPanelMenu a.current, #moduleList.yuimenubar li.current .dashletPanelMenu .current {
	background-color: #B3D4FF;
	color: #fff;
}
/*#moduleList #More.dashletPanelMenu a.yuimenuitemlabel:hover {
	background-color: #004883;
	color: #fff;
}*/

#moduleList .yui-menu-shadow-visible {
	background-color: transparent;
	opacity: 1;
	filter: none;
	top: 0px;
	bottom: 0px;
	left: -22px;
	right: -22px;
	overflow: visible;
}

/*#moduleList .dashletPanelMenu  {
	width: 457px;
	padding: 0 18px 0 18px\9;
	background:url(allsection/alllanguage/dp-bd-menu.png) repeat;
	background:none\9;
}

#moduleList #More.dashletPanelMenu  {
	width: 257px;
	padding: 0 18px 0 18px\9;
	background:url(allsection/alllanguage/dp-bd-menu.png) repeat;
	background:none\9;
}*/

#moduleList .dashletPanelMenu  .bd  {
	float: left;
	/*padding: 25px 10px 10px 10px;
	position: relative;*/
	padding: 0 0 5px 0;
	width: 335px;
	left: -19px\9;
	/*border:1px green solid;
	background:url(allsection/alllanguage/dp-bd-top-menu.png) no-repeat\9;*/
}

#moduleList #More.dashletPanelMenu  .bd  {
	width: 235px;
}

#moduleList	.dashletPanelMenu .shadow-bd {
	position: relative; 
	padding: 0 0 0 7px; 
}

#moduleList	.dashletPanelMenu .bd-center {
	/*top: 15px;*/
	position: relative;
	width: 100%;
	border: 1px solid #999999;
	/*border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;*/
	background-color: #fff;
}
/*#moduleList .dashletPanelMenu  .ml {
	top:0;
	left:0;
	width:22px;
	height: 100%;
	position:absolute;
	background:url(allsection/alllanguage/dp-ml-menu.png) repeat-y;
}
#moduleList	.dashletPanelMenu  .mr {
	width:22px;
	top:0;
	right:0;
	height: 100%;
	position:absolute;
	background:url(allsection/alllanguage/dp-mr-menu.png) repeat-y;
	z-index: -3;
}*/

#moduleList .dashletPanelMenu  .bd  ul.shortCutsUl {
	padding: 10px 0 0 0;
	float: left;
	width: 45%;
}

#moduleList .dashletPanelMenu  .bd  ul.lastViewedUl {
	padding: 10px 0 0 10px;
	float: left;
	width: 45%;
	border-top: 0px;
}

#moduleList .dashletPanelMenu  .bd  ul.favoritesUl {
	float: right;
	width: 45%;
	border-top: 0px;
}

#moduleList .dashletPanelMenu  .bd  ul li:first-child {
	font-size: 14px;
	font-weight: bold;
	color: #999;
}

#moduleList .dashletPanelMenu  .ft {
	height:22px;
	padding-left: 22px;
	padding-right: 22px;
}
/*
#moduleList .dashletPanelMenu .ft .bl {
	background:url(allsection/alllanguage/dp-bl-menu.png) no-repeat;
	height: 22px;
	width: 22px;
}
	
#moduleList .dashletPanelMenu .ft .br {
	background:url(allsection/alllanguage/dp-br-menu.png) no-repeat;
	height: 22px;
	width: 22px;
}
	
#moduleList .dashletPanelMenu .ft  .ft-center {
	background:url(allsection/alllanguage/dp-ft-menu.png) repeat-x;
	height: 22px;
}*/

#moduleList .dashletPanelMenu .vr {
	/*background-color:#CCCCCC;
	height:1px;
	position:absolute;
	width:2px;
	z-index:2;*/
}

#moduleList #moduleTabExtraMenu .yuimenubaritemlabel-selected { 
	border-right: 1px solid #ccc;
}

/*#moduleList .dashletPanelMenu li#shortCutsLoading .yuimenuitemlabel {
	background-image: url(allsection/alllanguage/img_loading.gif); 
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 0 .5em;
}*/

#moduleList.yuimenubar li.currentTabRight + li  .yuimenuitemlabel {
	border-left: 1px solid transparent;
}

#moduleList #moduleTabExtraMenu
{
	height: 31px;
}

#moduleTabExtraMenu .yuimenuitemlabel.more {
	border-right: 1px solid #ccc;
}

#moduleList #moduleTabExtraMenu .yuimenuitemlabel.more em
{
    overflow:hidden;
    text-indent:-9999px;
	background-image: url(allsection/alllanguage/tabDownArrowOff.png);
    background-position: center center;
    background-repeat: no-repeat;
	width: 15px;
	float: left;
}

/**
 * Contains styling for the yui widget elements
 */

.yuimenu {
    top: -999em;
    left: -999em;
}

.yuimenubar {
    position: static;
}

.yuimenu .yuimenu,.yuimenubar .yuimenu {
    position: absolute;
}

.yuimenubar li,.yuimenu li {
    list-style-type: none;
}

.yuimenubar ul,.yuimenu ul,.yuimenubar li,.yuimenu li,.yuimenu h6,.yuimenubar h6
    {
    margin: 0;
    padding: 0;
    background-color:#DDDDDD;
}

.yuimenuitemlabel,.yuimenubaritemlabel {
    text-align: left;
    white-space: nowrap;
}

.yuimenubar ul {
    zoom: 1;
}

.yuimenubar .yuimenu ul {
    zoom: normal;
}

.yuimenubar>.bd>ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    line-height: 0;
}

.yuimenubaritem {
    float: left;
}

.yuimenubaritemlabel,.yuimenuitemlabel {
    display: block;
}

.yuimenuitemlabel .helptext {
    font-style: normal;
    display: block;
    margin: -1em 0 0 10em;
}

.yui-menu-shadow {
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

.yui-menu-shadow-visible {
    top: 2px;
    right: -3px;
    left: -3px;
    bottom: -3px;
    visibility: visible;
}

.hide-scrollbars * {
    overflow: hidden;
}

.hide-scrollbars select {
    display: none;
}

.yuimenu.show-scrollbars,.yuimenubar.show-scrollbars {
    overflow: visible;
}

.yuimenu.hide-scrollbars .yui-menu-shadow,.yuimenubar.hide-scrollbars .yui-menu-shadow
    {
    overflow: hidden;
}

.yuimenu.show-scrollbars .yui-menu-shadow,.yuimenubar.show-scrollbars .yui-menu-shadow
    {
    overflow: auto;
}

 .yuimenubar {
    font-size: 93%;
    line-height: 2;
    line-height: 1.9;
    border: solid 1px #808080;
    background: url(allsection/alllanguage/sprite.png) repeat-x 0 0;
}

 .yuimenubarnav .yuimenubaritem {
	border-right: 1px solid #ccc;
}

 .yuimenubaritemlabel {
    padding: 0 10px;
    color: #000;
    text-decoration: none;
    cursor: default;
    border-style: solid;
    border-color: #808080;
    border-width: 1px 0;
    position: relative;
    margin: -1px 0;
}

 .yuimenubarnav .yuimenubaritemlabel {
    padding-right: 20px;
    display: inline-block;
}


 .yuimenubaritem-selected {
    background: url(sprite.png) repeat-x 0 -1700px;
}

 .yuimenubaritemlabel-selected {
    border-color: #7D98B8;
}

 .yuimenubarnav .yuimenubaritemlabel-selected {
    border-left-width: 1px;
    margin-left: -1px;
    left: -1px;
}

 .yuimenubaritemlabel-disabled {
    cursor: default;
    color: #A6A6A6;
}

 .yuimenu {
    font-size: 93%;
    line-height: 1.5;
    line-height: 1.45;
}

 .yuimenubar .yuimenu, .yuimenu .yuimenu {
    font-size: 100%;
}

 .yuimenu .bd {
    zoom: 1;
    _zoom: normal;
    border: solid 1px #808080;
    background-color: #fff;
}

 .yuimenu .yuimenu .bd {
    zoom: normal;
}

 .yuimenu ul {
    border-width: 1px 0 0 0;
    border-color: #ccc;
    border-style: solid;
}

 .yuimenu ul.first-of-type {
    border-width: 0;
}

 .yuimenu h6 {
    font-weight: bold;
    border-style: solid;
    border-color: #ccc;
    border-width: 1px 0 0 0;
    color: #a4a4a4;
    padding: 3px 10px 0 10px;
}

 .yuimenu ul.hastitle, .yuimenu h6.first-of-type
    {
    border-width: 0;
}

 .yuimenu .yui-menu-body-scrolled {
}

 .yuimenu .topscrollbar, .yuimenu .bottomscrollbar
    {
    height: 16px;
    border: solid 1px #808080;
    background: #fff url(sprite.png) no-repeat 0 0;
}

 .yuimenu .topscrollbar {
    border-bottom-width: 0;
    background-position: center -950px;
}

 .yuimenu .topscrollbar_disabled {
    background-position: center -975px;
}

 .yuimenu .bottomscrollbar {
    border-top-width: 0;
    background-position: center -850px;
}

 .yuimenu .bottomscrollbar_disabled {
    background-position: center -875px;
}

 .yuimenuitem {
    _border-bottom: solid 1px #fff;
}

.yuimenuitem.first-of-type a, .yuimenuitem.first-of-type img{
    padding-top: 3px;	
}

.yuimenuitemlabel, a.yuimenuitemlabel, a.yuimenuitemlabel:link, a.yuimenuitemlabel:visited {
    background-color:#FFF;
	border-left:1px solid #999;
	color:#000;
	cursor:default;
	margin:0 0 0 20px;
	padding:0 5px;
    text-decoration:none;
}

a.yuimenuitemlabel:hover {
    background-color: #DDD;	
}
 .yuimenuitemlabel img {
    border:none;
    vertical-align:middle;
    left:3px;
    position:absolute;
}

 .yuimenuitemlabel .helptext {
    margin-top: -1.5em;
    margin-top: -1.45em;
}


 .yui-menu-shadow-visible {
    background-color: #000;
    opacity: .12;
    filter: alpha(opacity = 12);
}

 .yuimenuitem-selected {
    background-color: #B3D4FF;
}

.yuimenuitem-disabled .yuimenuitemlabel-disabled, .yuimenuitem-disabled a.yuimenuitemlabel-disabled, .yuimenuitem-disabled a.yuimenuitemlabel-disabled:hover {
    cursor: default;
    color: #A6A6A6;
    background-color: #FFF;
}


.yui-overlay,.yui-panel-container {
    visibility: hidden;
    position: absolute;
    z-index: 21;
}