/********************************/
/* Horry County Documents 00238 */
/* 00238banner.css              */
/********************************/ 

#ctl00_ContentPlaceHolder1_PaymentControl1_ClientAccountNumberPartsRepeater_ctl01_EditAccountInfoUnAuthButton{
display: none;
}

#ctl00_ContentPlaceHolder1_ClientAccountNumberPartsRepeater_ctl01_EditAccountInfoUnAuthButton{
display: none;
}

/* 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_SonomaCourts.jpg);
	border-bottom-color: #396AA5;
	border-bottom-width: 36px;
	height: 106px;
}
*/

/* Adjust left/top according to client's logo */
/*
.headerLogo {
	left: 5px;
	top: 45px; 
}
*/
/*  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: 115px; 
}
*/

/*  headerLink link colors may need to change for more contrast.
    link and visited colors should be the same.  Hover should be different.  */
/*
.headerLink 
{
	color:#000000;
	padding-top: 87px;
}

.headerLink a:link{
	color: #000000;
}

.headerLink a:visited{
	color: #000000;
}

.headerLogout a:link {
	color: #000000;
}

.headerLogout a:visited {
	color: #000000;
}

.headerLogout a:hover {
	color: #000000;
}

*/