/******************************************************************************
*
*	Pivotal eService 5.7
*
*	File:		menu.css 
*	Purpose:	Main menu style sheet.
*	Date:		January 1, 2005
*
******************************************************************************/

BODY
{
	background-color : #999999;
	color:#999999;
}

.menuDateText
{
	font-family: arial, helvetica, sans-serif;
	font-size: 70%;
	font-style: normal;
	font-weight:bold;
	color: #000000;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color:orange;
}

.menuItem
{
	color : #ffffff;
	background-color : #999999;
	font-family : arial, helvetica, sans-serif;
	font-weight : bold;
	font-size : 80%;
	padding-left: 10px;
	height: 26px;
	border-bottom : 1px solid #999999;
}

.menuItemHilighted
{
	color : #FFFFFF;
	background-color : #999999;
	font-family : arial, helvetica, sans-serif;
	font-weight : bold;
	font-size : 80%px;
	padding-left: 10px;
	height: 26px;
	border-bottom : 1px solid #999999;
	cursor: pointer;
	cursor : hand;
}

.menuItemSelected
{
	color : #003366;
	background-color : #999999;
	font-family : arial, helvetica, sans-serif;
	font-weight : bold;
	font-size : 80%;
	padding-left: 10px;
	height: 26px;
	border-bottom : 1px solid #999999;
	cursor: pointer;
	cursor : hand;
}

.folder
{
	color : #ffffff;
	background : #999999 url('../www/images/ArrowRight.gif') no-repeat 140px 140px;
	font-family : arial, helvetica, sans-serif;
	font-weight : bold;
	font-size : 120%;
	padding-left: 10px;
	height: 26px;
	border-bottom : 1px solid #999999
}

.folderHilighted
{
	color : #FFFFFF;
	background : #999999 url('../www/images/ArrowRightHilighted.gif') no-repeat 140px 140px;
	font-family : arial, helvetica, sans-serif;
	font-weight : bold;
	font-size : 120%;
	padding-left: 10px;
	height: 26px;
	border-bottom : 1px solid #999999;
	cursor: pointer;
	cursor : hand;
	font-style : italic
}

.folderExpanded
{
	color : #ffffff;
	background : #999999 url('../www/images/ArrowDown.gif') no-repeat 137px 137px;
	font-family : arial, helvetica, sans-serif;
	font-weight : bold;
	font-size : 120%;
	padding-left: 10px;
	height: 26px
}

.folderExpandedHilighted
{
	color : #FFFFFF;
	background : #999999 url('../www/images/ArrowDownHilighted.gif') no-repeat 137px 137px;
	font-family : arial, helvetica, sans-serif;
	font-weight : bold;
	font-size : 120%;
	padding-left: 10px;
	height: 26px;
	cursor: pointer;
	cursor : hand;
	font-style : italic
}

.subMenuItem
{
	color : #ffffff;
	background-color : #999999;
	font-family : arial, helvetica, sans-serif;
	font-weight : bold;
	font-size : 100%;
	padding-left: 15px;
	height: 14px;
}

.subMenuItemHilighted
{
	color : #FFFFFF;
	background-color : #999999;
	font-family : arial, helvetica, sans-serif;
	font-weight : bold;
	font-size : 100%;
	padding-left: 15px;
	height: 14px;
	cursor: pointer;
	cursor : hand;
	font-style : italic;
}

.subMenuItemSelected
{
	color : #FFFFFF;
	background-color : #999999;
	font-family : arial, helvetica, sans-serif;
	font-weight : bold;
	font-size : 100%;
	padding-left: 15px;
	height: 14px;
	cursor: pointer;
	cursor : hand;
}

.subMenuItemTable
{
	border-bottom : 1px solid #999999;
	padding-bottom : 5px;
	background-color : #999999;
}

.hiddenItem
{
	display: none;
}


.headerSearch
{
	color: #ffffff;
	font-family : arial, helvetica, sans-serif;
	font-size : 110%;
	font-weight : bold;
	padding : 5px;
	background-color : #999999;	
}

.leftnavbar
{
	border-bottom: #ffffff 1px solid;
	line-height: 1.5em;
	padding-left: 5px;	

}

.leftnavigation
 {
	font-weight: bold;
	font-size:70%;
	color: #ffffff;
	font-family: arial, helvetica, sans-serif;

}

.leftnavigation:link
 {
	color: #ffffff;
	text-decoration:none;

}

.leftnavigation:visited 	
{
	color:#ffffff;
	text-decoration: none
}

.leftnavigation:hover
 {
	color: #003366;
	text-decoration:underline;

}
.leftnavigationStatic
 {
	font-weight: bold;
	font-size:70%;
	color: #ffffff;
	font-family: arial, helvetica, sans-serif;

}
.leftnavigationStatic:link
 {
	color: #ffffff;
	text-decoration:none;

}

.leftnavigationStatic:visited 	
{
	color:#ffffff;
	text-decoration: none
}

.leftnavigationStatic:hover
 {
	color: #ffffff;
	text-decoration:underline;

}



.searchtext
 {
	font-family: arial, helvetica, sans-serif;
	font-size: 70%;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	background-image:url('../www/images/BckSearch.gif');
	width:59px
}

.normalsmalltext
{
	font-weight: normal;
	font-size:70%;
	color: #000000;
	font-family: arial, verdana;
}

.globalSearchInput
{
	font-weight: normal;
	font-size:70%;
	color: #000000;
	font-family: arial, verdana;
	width:90%;
}

.outerTableCells
{
	background-color:#999999;
	width:100%;
}

.dateTable
{
	background-color:#999999;
}
.navigationTable
{
	background-color:#999999;
	width:100%;
}
.navigationCells
{
	background-color:#999999;
}
.listTable
{
	background-color:#999999;
	width:100%;
}

.leftnavbaraction
{
	background-color: #999999;	
	border-top: #999999 1px solid;
	border-bottom: #999999 1px solid;
	line-height: 1.5em;
	padding-left: 5px;	

}
