/******************************************************************************
*
*	Pivotal eService 5.7
*
*	File:		header.css 
*	Purpose:	Header style sheet.
*	Date:		January 1, 2005
*
******************************************************************************/

BODY
{
/*	background-color:#333366;*/
	background-color:#FFFFFF;
	color:#000000;
}

.controlTable
{
	 BACKGROUND-COLOR: #CECFCE;
}

.controlButton
{
	border : 2px outset #FFFFFF;
	color: #000000;
	font-family : arial, helvetica, sans-serif;
	font-size : 70%;
	font-weight : bold;
	padding : 1px 10px 1px 10px;
	background-color : #CECFCE;
}

.controlButtonHilighted
{
	border : 2px outset #FFFFFF;
	color: #FFFFFF;
	font-family : arial, helvetica, sans-serif;
	font-size : 70%;
	font-weight : bold;
	padding : 1px 10px 1px 10px;
	cursor: pointer;
	cursor : hand;
	background-color : #313063;
}

.hideLoginDate
{
	display:none;
	
}

.controlButtonActive
{
	border : 2px inset #FFFFFF;
	color: #FFFFFF;
	font-family : arial, helvetica, sans-serif;
	font-size : 70%;
	font-weight : bold;
	padding : 0px 11px 2px 9px;
	cursor: pointer;
	cursor : hand;
	background-color : #313063;
}

.headerTableTop
{
	background-color : #313063;
	height : 4px;
}

.headerTitle
{
	background-color : #313063;
	font-family : arial, helvetica, sans-serif;
	font-size : 90%;
	font-weight : bold;
	color : #CECFCE;

}

.topnavbar
 {
	padding-left: 10px;
	padding-right: 10px;	
    border-right: medium none;
    border-top: medium none;
/*    border-left: #333366 1px solid; */
    border-bottom: medium none;
	background-image: url(/eService/images/LLP/newtopgrad.gif);
}

.topnavigation
{
	color: #003082;
/*	color: #cccccc; */
	font-family: helvetica;
	font-size: 70%; 
/*	font-weight: bold;*/
}

.topnavigation:link 	
{
	color: #003082;
/*	color:#cccccc; */
	text-decoration: none
}

.topnavigation:visited 	
{
	color: #003082;
/*	color:#cccccc; */
	text-decoration: none
}

.topnavigation:hover	
{
/*	color: #66cc00;
	text-decoration:underline*/
	color: #FFFFFF;
	text-decoration:none
}
.topnavigation:active
{
	color: #FFFFFF;
	text-decoration:none
}

.titleBar
{
	padding-top: 4px;
	/*background-image:url(../images/BckTitleBar.gif);*/
	height:27px; 
	width:100%;
}
.titleText
{
	font-weight: bold;
	font-size: 100%;
	color: #003082;
/*	color: #ffffff;*/
	font-family: Tahoma;
}

.lastLogin
{
	font-weight: bold;
	font-size: 70%;
	color: #ffffff;
	font-family: arial, helvetica, sans-serif;
}


.leftTopNavOuterCell
{
	width:500px;
	padding-right: 20px;
/*	background-color:#000033; */
}
.outerNavBarCell
{
/*	background-image:url(../images/BckTop1.gif); */
	height:35px;
}

.rightTopNavOuterCell
{
/*	background-color:#333366;*/
	background-image: url(/eService/images/LLP/newtopgrad.gif);
	width:100%;
}
