/******************************************************************************
*
*	Pivotal ePartner 5.0
*
*	File:		footer.css 
*	Purpose:	Footer style sheet.
*	Date:		January 1, 2003
*
*	P5i6.31		2007/01/16	Kevin		Added a new class for the bottom shadow
******************************************************************************/

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/BckBottomLine.gif);
	
}
.footerRightCell
{
	background-image:url(../images/BckBottom.gif);	
}

/*P5i6.31 2007/01/16 Kevin - Added a new class for the bottom shadow*/
.pageshadowbottom
{
    background-image: url(../images/theme/bg_shadow_bottom_center.gif);
    background-repeat: repeat-x;
}

