/******************************************************************************
*
*	Pivotal eService 5.7
*
*	File:		footer.css 
*	Purpose:	Footer style sheet.
*	Date:		January 1, 2005
*
******************************************************************************/

BODY
{
	background-color:#ffffff;
}

.controlTable
{
	margin-top : 10px;
}

.controlButton
{
	color: #CECBCE;
	font-family : arial, helvetica, sans-serif;
	font-size : 70%;
	font-weight : bold;
	padding : 0px 10px 0px 10px;
	height : 29px;
	border-right : 1px solid #CECBCE;
}

.controlButtonHilighted
{
	color : #66cc00;
	font-family : arial, helvetica, sans-serif;
	font-size : 70%;
	font-weight : bold;
	padding : 0px 10px 0px 10px;
	height : 29px;
	border-right : 1px solid #CECBCE;
	cursor: pointer;
	cursor : hand;
	text-decoration : underline;
}

.controlButtonActive
{
	color : #66cc00;
	font-family : arial, helvetica, sans-serif;
	font-size : 70%;
	font-weight : bold;
	padding : 0px 10px 0px 10px;
	height : 29px;
	border-right : 1px solid #CECBCE;
	cursor: pointer;
	cursor : hand;
	text-decoration : underline;
}

.pageControlButtonSelected
{
	font-weight: bold;
	font-size: 70%;
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	padding : 0px 3px 0px 3px;
}

.pageControlButton
{
	font-weight: bold;
	font-size: 70%;
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	padding : 0px 3px 0px 3px;
	text-decoration : underline;
	cursor: pointer;
	cursor : hand;

}

.pageControlButtonHilighted
{
	font-weight: bold;
	font-size: 70%;
	color: #66cc00;
	font-family: arial, helvetica, sans-serif;
	padding : 0px 3px 0px 3px;
	text-decoration : underline;
	cursor: pointer;
	cursor : hand;

}

.controlTableBottom
{
	background-color : #313063;
	height : 4px;
}


.footerBody
{
	margin-left:0px;
	margin-top:0px;
}

.footerLeftCell
{
	background-image:url(../images/BckBottomLine.gif);
}

.footerCenterCell
{
	background-image:url(../images/bg_footer.jpg);
	
}
.footerRightCell
{
	background-image:url(../images/bg_footer.jpg);	
	width:100%;
}

