/****************************************************************
** IBM Confidential
**
** OCO Source Materials
**
** BI and PM: tm1web
**
** (C) Copyright IBM Corp. 2007, 2009, 2011
**
** The source code for this program is not published or otherwise
** divested of its trade secrets, irrespective of what has been
** deposited with the U.S. Copyright Office.
*****************************************************************/
/*Banner ***included in tm1webtop.css***/
.globalheader_link
{
    color: #ffffff;
    font-family: Arial;
    font-size: 8pt;
    font-weight: bold;
    vertical-align:bottom;
    cursor: pointer;
    padding: 0px 10px 0px 10px;
    text-decoration:underline;
}
.globalheader_background
{
    background-image: url(../../images/skins/presentation/banner/globalheader_background.png);
    background-repeat: repeat-x;
    width: 100%;
}
.globalheader_links
{
    width: 100%;
    text-align: right;
    vertical-align:middle;
    background-image: url(../../images/skins/presentation/banner/globalheader_background.png);
    background-repeat: repeat-x;
}
.globalheader_logo
{
    width: 300px;
    height: 14px;
    background-image: url(../../images/skins/presentation/banner/globalheader_logo.gif);
    background-repeat: no-repeat;
    background-position: 0px;
    padding: 0px 0px 0px 0px;
}
/*Tab bar ***included in tm1webstyle.css***/
.tab_bar
{
	position: absolute;
	top: 0px;
	overflow: hidden;
	height: 27px;
	border: 0px;
	background-image: url(../../images/skins/presentation/tabs/tabbbar-background.png);
	background-repeat:repeat-x;
}
.tab_button_left
{
	background-image: url(../../images/skins/presentation/tabs/tab-inactive-lt-blank.gif);
	background-repeat: no-repeat;
	width:27px;
}

.tab_button_center
{
	background-image: url(../../images/skins/presentation/tabs/tab-inactive-cntr.gif); 
	background-repeat: repeat-x;
}

.tab_button_right
{
	background-image: url(../../images/skins/presentation/tabs/tab-inactive-rt-blank.gif);
	background-repeat: no-repeat;
	width:27px;
}

.chart_tab_button_right
{
	background-image: url(../../images/skins/presentation/tabs/tab-inactive-rt-short.gif);
	background-repeat: no-repeat;
	width:14px;
}

.tab_button_text
{
	cursor: pointer;
	vertical-align: middle;
	margin-left: 3px;
	padding-top: 3px;
	font-weight:normal;
	text-decoration:underline;
	color:#000000;
}

.tab_button_text_selected
{
	font-weight: bold;
	color:#000000;
	text-decoration:none;
}
.tab_button_left_selected
{
	background-image: url(../../images/skins/presentation/tabs/tab-active-lt-blank.gif);
	background-repeat: no-repeat;
	width:27px;
}

.tab_button_center_selected
{
	background-image: url(../../images/skins/presentation/tabs/tab-active-cntr.gif); 
	background-repeat: repeat-x;
}

.tab_button_right_selected
{
	background-image: url(../../images/skins/presentation/tabs/tab-active-rt-blank.gif);
	background-repeat: no-repeat;
	width:27px;
}

.chart_tab_button_right_selected
{
	background-image: url(../../images/skins/presentation/tabs/tab-active-rt-short.gif);
	background-repeat: no-repeat;
	width:14px;
}
/*Dialog ***included in ElementSelector.css***/
.titlebar
{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 20px;
	width: 100%;
	background-color: #336699;
	border: #134679 1px solid;
}

.titletext
{
	font-weight: bold;
	margin-left: 3px;
	color: #ffffff;
}
/*Menu ***included in tm1webstyle.css***/
.menu 
{
	border: #003399 1px solid; 
	background-color: #ffffff;
	position: absolute;
	top: 0px;
	left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
  	z-index: 701;
	font-size: 100%; 
}
.subMenu 
{
  	z-index: 702;
}

.menuItem
{
	cursor:pointer;
	color: #000000;
	height: 20px; 
	background-color: #ffffff;
	font-size: 8pt; 
  	font-family: Tahoma, Arial;
	font-weight: bold;
}
.menuItemSeparator 
{
  	border-bottom: #c0c0c0 1px solid;
}

.menuItemWithPopup 
{
	background-image:url(../../images/right.gif);
	background-repeat: no-repeat;
	background-position: right;
	background-color: transparent;
}
.menuItemWithDisabledPopup 
{
	background-image:url(../../images/right_disabled.gif);
	background-repeat: no-repeat;
	background-position: right;
	background-color: transparent;
}

.menuItemDisabled 
{
	color:Gray;
	cursor:auto;
}

.menuItemHeader
{
	border: 0px;
	text-align:center;
	padding-right: 2px; 
	padding-left: 3px; 
	background-color:#e7e7e7;
}
.menuItemBody
{
	border: 0px;
	padding-left: 2px;
	padding-right:15px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration:underline;
}

.menuItemBodyWithPopup 
{
	background-image:url(../../images/right.gif);
	background-repeat: no-repeat;
	background-position: right;
	background-color: transparent;
}
.menuItemHeaderSelected 
{
	background-color: #e3e9f3;
}

.menuItemBodySelected 
{
	color: #000000;
	background-color: #e3e9f3;
}