/******************************************************************************
*
*	Pivotal eService 5.7
*
*	File:		header.css 
*	Purpose:	Header style sheet.
*	Date:		January 1, 2005
*
******************************************************************************/

BODY
{
	background-color:#fff;
	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 : #e4e4e4;
}

.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 : #e4e4e4;
}

.headerTableTop
{
	background-color : #e4e4e4;
	height : 4px;
}

.headerTitle
{
	background-color : #e4e4e4;
	font-family : arial, helvetica, sans-serif;
	font-size : 90%;
	font-weight : bold;
	color : #CECFCE;

}

.topnavbar
 {
	padding-left: 7px;
	padding-right: 7px;	
    border-right: medium none;
    border-top: medium none;
    border-left: #313063 1px solid;
    border-bottom: medium none;
}

.topnavbar2
 {
		font-family : arial, helvetica, sans-serif;
	font-size : 110%;
	background-color : #313063;
	font-weight : bold;
	color : White;
	padding-left: 7px;
	padding-right: 7px;	
	background : url(images/BckTopTab.gif) repeat-x;
    border-right: medium none;
    border-top: medium none;
    border-left: #000033 1px solid;
    border-bottom: medium none;
}


.topnavigation
{
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 70%; 
	font-weight: bold;
	background : url(images/bg.jpg) repeat-x;
}

.topnavigation:link 	
{
	color:#000000;
	text-decoration: none
}

.topnavigation:visited 	
{
	color:#007687;
	text-decoration: none
}

.topnavigation:hover	
{
	color: #66cc00;
	text-decoration:underline
}

.titleBar
{
	padding-top: 4px;
	background-color:#e4e4e4;
	height:27px; 
	width:100%;
}
.titleText
{
	font-weight: bold;
	font-size: 100%;
	color: #666;
	font-family: arial, helvetica, sans-serif;
}

.titleText2
{
	font-weight: bold;
	font-size: 80%;
	color: #ffffff;
	font-family: arial, helvetica, sans-serif;
}
.titleText2:link 	
{
	color:#666;
	text-decoration: none
}

.titleText2:visited 	
{
	color:#007687;
	text-decoration: none
}

.titleText2:hover	
{
	color: #66cc00;
	text-decoration:underline
}

.lastLogin
{
	font-weight: bold;
	font-size: 70%;
	color: #ffffff;
	font-family: arial, helvetica, sans-serif;
}


.leftTopNavOuterCell
{
	width:500px;
	background-color:#000033;
}
.outerNavBarCell
{
	background-image:url(../images/bg.jpg);
	height:35px;
}

.rightTopNavOuterCell
{
	background-image:url(../images/bg.jpg);
	width:100%;
}

.footerLeftCell
{
	background-image:url(../images/bg.gif) repeat-y;
}


