/***********************************************/
/* CenterPoint Energy 00007                    */
/* 00007banner.css                             */
/***********************************************/ 



/* 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-color: black;
	height: 98px;
}

/* Adjust left/top according to client's logo */
.headerLogo {
	left: 10px;
	top: 10px; 
  height: 70px;
  width: 260px;
}

/*  adjust top/left depending on banner change color as needed */
.headerTitle {
    color: #FFF;
	left: 790px;
	top: 20px; 
}

/*  adjust top/left depending on banner change color as needed */
.headerSubTitle {
    color: #FFF;
	left: 817px;
	top: 35px; 
}

/*  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;
	font-weight:bold;
	padding-top: 80px;
}

.headerLink a:link{
	color: #003399;
}

.headerLink a:visited{
	color: #003399;
}

.headerLogout {
	padding-top: 75px;
}

.headerLogout a:link {
	color: #FFFFFF;
}

.headerLogout a:visited {
	color: #FFFFFF;
}

.headerLogout a:hover {
	color: #6699FF;
}

.PaymentAccountControl .feeMessage
{
    font-weight:bold;
    font-size:1.2em;
    border: 2px solid red;
    padding: 10px;
}
