.no-shadow { text-shadow:0px 0px #ffffff !important; }
#alertBtn { position:absolute; right:10px; display:none; }
.alert-btn { background:#ff0000 !important; }
.alert-btn:hover { background:#b00000; }
.summaryTbl { border: 1px solid Gray; width: 100%; table-layout: fixed;	word-wrap: break-word; }
.summaryTbl td { font-family: Verdana; font-size: 14px;	}
.bold { font-weight: bold !important; }
.error { font-weight: bold; color: Red; }
.etr { font-weight: bold; color: Green; }
.banner { display:block; margin-left:auto; margin-right:auto; width:99%; background-color:#b0e0e6; }
.mobile-footer {
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
/*	margin-bottom:20px; */
	font-size:11px;
/*	color:#666; */
	line-height:18px;
	font-family:tahoma;
	}
.mobile-footer a:link {
	text-decoration:none;font-weight:normal; font-family:arial; font-size:12px;
	}
.mobile-copyright {
	margin-top:4px;font-size:12px; font-family:arial;
	}
.li-p {
	font-family:arial;font-size:medium;margin-top:5px;font-weight:normal;
	}
#icons {float:right;}

.pagetitle { font-family: Helvetica,Tahoma; font-size: 20px; font-weight: bold; }

/* Loading box with a spinner placed inside */
#loading {
	width: 100px;
	height: 45px;
	position: fixed;
	top: 35%;
	left: 50%;
	background: url(images/spinner3-black.gif) no-repeat center bottom #ffffff;
	text-align: center;
	padding: 10px;
	font: normal 16px Tahoma, Geneva, sans-serif;
	border: 1px solid #666;
	margin-left: -50px;
	margin-top: -50px;
	z-index: 2;
	overflow: auto;
	display: none;
}

/* Payment History & Outage Summary tables */
.history { border: 1px solid Gray; width: 100%; }
.history td {
	font-size: 14px;
	font-family: Verdana;
	padding: 4px;
}
.history tr.odd { background-color: #ffffff; }
.history tr.even { background-color: LightGray; }

/* 1.4.1 Styles for CenHub links */
.ui-li-static.ui-collapsible > .ui-collapsible-heading {
	margin: 0;
}
.ui-li-static.ui-collapsible {
	padding: 0;
}
.ui-li-static.ui-collapsible > .ui-collapsible-heading > .ui-btn {
	border-top-width: 0;
}
.ui-li-static.ui-collapsible > .ui-collapsible-heading.ui-collapsible-heading-collapsed > .ui-btn,
.ui-li-static.ui-collapsible > .ui-collapsible-content {
	border-bottom-width: 0;
}
#myacctform label { font-weight: normal !important }

/* v1.5 Start Service, Transfer Service */
.transfer-service {
	width: 100%; 
	table-layout: fixed;
	word-wrap: break-word;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	}
.form-btns { float:right; }
.required { color: Red; font-weight: bold !important; }
/*.containing-element .ui-slider-switch { width: 9em } -- wider slider */

/* --- v1.5 My Progress Bar -- */
.currStep { border: solid 1px black;text-align:center;font-weight: bold;background: #FFE778 !important;}
.currStep a { text-decoration: none;color: black !important; }
.progStep { border: solid 1px black;text-align:center;font-weight: bold;background: lightblue; }
.progStep a { text-decoration: none;color: black !important; }
/* --- End  My Progress Bar -- */