/***********************/
/* Placer Courts 00298 */
/* 00298banner.css     */
/***********************/ 

#progress
{ 
       display:none;
}


h1
{
	font: bold 1.5em arial,Helvetica,san-serif;
	padding: 10px 0 15px 4px;
}

/* Heading Levels 
---------------------------------------------------------------------------------------------------------------------------*/

/*  Add background-image if the client has a background image for their banner.
    The background-color may also be set to match the client's banner.  */

.header {
	background-image: url(Images/bannerImage_PlacerCourts.jpg);
	border-bottom-color: #0075bd;
	border-bottom-width: 36px;
	height: 76px;
}

/* Adjust left/top according to client's logo */
.headerLogo {
	left: 0px;
	top: 0px; 
}

/*  adjust top/left depending on banner
    change color as needed */
.headerTitle {
    color: #FFF;
	left: 350px;
	top: 20px; 
}

/*  adjust top/left depending on banner
    change color as needed */
.headerSubTitle {
	color: #FFF;
	font-family: verdana,arial,helvetica,geneva;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	left: 380px;
	top: 85px; 
}

/*  headerLink link colors may need to change for more contrast.
    link and visited colors should be the same.  Hover should be different.  */

.headerLink 
{
	color:#FFF;
	padding-top: 87px;
}

.headerLink a:link{
	color: #FFF;
}

.headerLink a:visited{
	color: #FFF;
}

.headerLogout a:link {
	color: #000000;
}

.headerLogout a:visited {
	color: #000000;
}

.headerLogout a:hover {
	color: #000000;
}
