
/*	Global	*/

html, body  
{
	height: auto;
	margin: 0px 0px 1px 0px;	/* prevents scroll bar toggling from shifting page left and right */
	padding: 0px;
	background-color: #99f;
	font-family: arial,verdana,helvetica;
	font-size: 12px;
}
    
#PageContents
{
	width:100%;
	padding: 0px;
	margin: 0px;
}

#pageContainer
{
	background-color: #F2F2F2;
	float: left;
	margin: 0px;
	padding: 15px;
	width: 740px;
	text-align: left;
	border: 0px solid red;
}

#pageBody
{
	float: left;
	margin: 0px;	
	padding: 0px 0px 10px 0px;
	border: 0px solid blue;
	position: relative;
	height: auto;
	text-align: left;
	clear: both;
	width: inherit;
}

.MainFrame
{
	font-family: Arial, Helvetica, sans-serif;
	width: 770px;
	padding: 0px;
	background: white;
	margin: 3px auto 20px auto;
	border: 1px solid ;
	overflow: hidden;
	float: inherit;
}

.FrameDividerLeft
{
	width: 275px;
	margin: 0px;
	padding: 0px;
	float: left;
	display:block;
}

.FrameDividerRight
{
	width: 445px;
	margin: 0px;
	padding: 0px;
	float: right;
}

.ModuleFrame
{
	background-color: #FFF;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 15px 0px;
	border: 1px solid #ccc;
	float: left;
	overflow: hidden;
}

a,
a:link,
a:active,
a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00529C;
	text-decoration: underline;
	cursor: pointer;
}

a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0097D8;
	text-decoration: none;
}

.LanguageSelectionContainer a,
.LanguageSelectionContainer a:visited
{
	color: White;
	font-weight: bold;
	margin: 2px 5px 1px 5px;
}

.LanguageSelectionContainer a:hover,
.LanguageSelectionContainer a:active
{
	color: #0096D7;
	font-weight: bold;
	margin: 2px, 5px 2px 5px;
}

.LanguageLinkSpacer
{
	color: White;
}

.HeaderBusyIndc
{
    top: 230px;
    left: 570px;
    position: absolute;
    z-index: 999;
}

.StandardButton
{
	font-family: arial,verdana,helvetica;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 3px 10px 3px 10px;
	margin: 3px;
    height: 2em;
    width: auto;
	background-color: #0096d7;
	border: 1px solid #00539b;
}

.StandardButtonDisabled
{
	background-color: #CCC !important;
}

.ContentTitle
{
	color: #00539b !important;
	font-size: 14px !important;
	font-weight: bold !important;
	padding: 0px !important;
	margin: 0px 0px 10px 0px !important;
	display: block !important;
}

.TagLineTitle
{
	color: #0096d7 !important;
	font-size: 12px !important;
	font-weight: bold !important;
	padding: 0px !important;
	margin: 0px 5px 10px 0px !important;
	display: inline;
	vertical-align: top;
}

.ItalicText
{
	color: black !important;
	font-style: italic;
}

.ContentTextBold
{
	font-size: 12px;
	color: Black;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	display: inline !important;
}

.SuccessMessageText
{
	color: #0A0;
	font-size: 13px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	display: block;
}

.BlankBox
{
	border: 0px;
	padding: 0px;
	margin: 0px;
}

.BillImageContainer
{
	background: white;
}

.BillImageContainer img
{
	width: 270px;
}

.PreloadImage
{
	width: 0px;
	height: 0px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	display: none;
}

.DataGridInstructionsText
{
	font-size: 12px;
	color: Black;
	margin: 0px 0px 10px 0px;
	display:block;
}

.iFrame
{
	width: 100%;
	height: 100%;
}

.HiddenField
{
	display: none !important;
}

.SuccessContainer,
.AutoPaySuccessContainer
{
	text-align: center;
}

.SuccessContainer span
{
	margin: 10px 0px 20px 70px !important;
	width: 425px;
}

.SuccessContainer a,
.AutoPaySuccessContainer a
{
	font-weight: bold;
	display: block;
}

.SuccessContainer img
{
	border-top: 2px solid #999 !important;
	border-left: 2px solid #999 !important;
	border-right: 3px solid #AAA !important;
	border-bottom: 3px solid #AAA !important;
	width: 500px;
}

.AutoPaySuccessContainer span
{
	margin: 10px 0px 20px 0px;
	display: block;
}

.AutoPaySuccessContainer img
{
	width: 380px;
	border: 0px;
}

.ErrorMessagePanel
{
	background: pink;
	vertical-align: middle;
	padding: 5px;
}

.ErrorMessagePanel span
{
	color: Red;
	font-size: 12px;
	font-weight: bold;
}

.ErrorMessageText
{
	color: Red;
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	display: block;
}

.ErrorMessageText Title
{
	font-weight: bold;
}

.ErrorMessageText a,
.ErrorMessageText a:hover,
.ErrorMessageText a:active,
.ErrorMessageText a:visited
{
	color: Red;
}


/*	-- Master Page --	*/

.Calendar
{
	position: absolute;
	visibility: hidden;
	background-color: white;
	z-index: 0;
}

.FooterContainer
{
	background: #00539b;
	border: 0px solid red;
	padding: 0px;
	margin: 0px;
	width:100%;
	float:left;
	text-align:center;
	vertical-align:middle;
}

.FooterContainer a,
.FooterContainer a:visited
{
	color: White;
	display: inline;
	padding: 0px 10px 0px 10px;
	margin: 0px 10px 0px 10px;
	font-size: 11px;
	white-space: nowrap;
	text-decoration: none;
}

.FooterContainer a:hover,
.FooterContainer a:active
{
	color: #9999ff;
	white-space: nowrap;
}

.FooterLinkPanel
{
	margin: 0px auto opx auto;
	padding: 5px;
	display:block;
}

.FooterMenuSpacer
.FooterMenuSpacer:hover
{
	color: black;
}


/*	-- Phone Number Control -- 	*/

.PhoneNumberWrapper
{
	width: 220px;
	float: left;
}

.PhoneNumberControlContainer
{
	padding: 0px 1px 0px 1px;
	margin: 0px;
	float: left;
	overflow: hidden;
}

.PhoneNumbersValidationSummary
{
	font-family:Arial, Verdana, helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #00539b;
    padding: 0px;
	padding-bottom: 5px;
    margin: 0px;
    vertical-align:text-bottom;
}

.PhoneNumberExtControlContainer
{
	padding: 0px 5px 0px 5px;
	margin: 0px;
	overflow: hidden;
}

.PhoneNumberControlContainer,
.PhoneNumberExtControlContainer,
.PhoneNumberControlContainer span,
.PhoneNumberControlContainer input,
.PhoneNumberExtControlContainer span,
.PhoneNumberExtControlContainer input
{
	display: inline;
	white-space:nowrap;
    padding: 1px !important;
    margin: 1px !important;
	float: left;
}

.PhoneNumbersAreaCodeOpen,
.PhoneNumbersAreaCodeClose
{
    width: 5px !important;
}

.PhoneNumbersAreaCodeSeparator,
.PhoneNumbersSeparator
{
    margin: 2px 1px 2px 1px;
    width: 5px;
}

.PhoneNumberAreaCode
{
    width: 23px;
    white-space: nowrap;
}

.PhoneNumberPrefix
{
    width: 23px;
    white-space: nowrap;
}

.PhoneNumberPostfix
{
    width: 28px;
    white-space: nowrap;
}

.PhoneNumberExtensionLabel
{
    width: 15px;
    padding: 2px 5px 2px 0px;
    text-align:left;
    white-space: nowrap;
}

.PhoneNumberExtension
{
    width: 23px;
}

.PhoneNumbersError
{
    color:#FF0000;
    display:none;
	font-weight: bold;
}

.PhoneNumbersFooter
{
	font-family:Arial, Verdana, helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #00539b;
    padding: 0px;
	padding-bottom: 5px;
    margin: 0px;
}


/*	-- Compare My Bills --	*/

.CompareBillsDataGridContainer,
.CompareBillsGraphContainer
{
	width: 720px;
	float: left;
}

.BillsGridContainer 
{
	width: 720px;
	margin: 0px 0px 10px 0px;
	display: block;
	float: left;
}

.BillsGridContainer .LeftDataGridBox,
.BillsGridContainer .RightDataGridBox
{
	width: 350px;
}

.LeftDataGridBox
{
	float: left;
}

.RightDataGridBox
{
	float: right;
}

.CompareBillsDataGridContainer input[type=submit]
{
	float: right;
}

.AccountContactInformationTable
{
}

.AccountContactInformationNContainer
{
    width:430px;
}

/*	Account Preferences Module	*/

.AccountPrefTable
{
	float: left !important;
	width:100% !important;
}

.AccountPrefTable TD
{
	text-align: left !important;
	vertical-align: middle !important;
}

.AccountPrefTable SPAN
{
	text-align: center !important;
	padding: 2px 0px 2px 10px !important;
	margin: 0px !important;
	float: left !important;
}

/*	Error Page Start	*/

.NameWebControlContainer
{
	margin: 0px 0px 15px 0px;
}


/*	Error Page Start	*/

.ErrorPageContainer
{
	background-color:#F2F2F2;
	float: left;
	height: auto;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	position: relative;
	text-align: center;
	width: inherit;
}

.ErrorPageContainer span
{
	width: 380px;
	margin: 0px 0px 10px 180px !important;
	text-align: center !important;
}

.ErrorImageContainer
{
	background: #FFF url(../images/broken_link.jpg) no-repeat;
	border:1px solid #CCCCCC;
	width: 380px;
	height: 285px;
	padding: 0px;
	margin: 0px 0px 0px 180px;
	overflow: hidden;
}


/* 
	Modifications by Frank Havens start 
*/

div.Options table
{
	display:inline;
	vertical-align:middle;
}

div.Options 
{
	float:left;
}

AddressContainer div.Options label
{
	color: Black;
	font-weight:300;
	width: 65px;
}

div.HiddenArea
{
	display:none;
}

.Jquery-Watermark 
{
	color: #dddddd;
}
/* 
	Modifications by Frank Havens end 
*/


/* 
	Modifications by Mark Roberts start 
*/

.DisabledTextBox
{
    background-color: #C8C8C8;
}

/* 
	Modifications by Mark Roberts end
*/

.ClearBoth
{
    clear: both;
}
.FooterMsg
{
	background: #00539b;
    color: White;
    font-size: 10px;
    padding: 3px;
}

