/* ----- MainOutage.do Maps  ----- */
.outageMap {
	position:relative;
	clear: both;
	margin-left: -12px;
	height: 284px;
}

/* ----- Outage Alert Table  ----- */
.outageTableDiv {
	background:url(/includes/images/outage_table/outage.table.bottom.bkg.gif) no-repeat bottom left;
	padding:5px 0px 17px 0px;
	position:relative;
	width: 581px;
}
.outageTable {
	background:url(/includes/images/outage_table/outage.table.bkg.gif) repeat-y bottom left;
	margin: 0px;
	padding: 0px;
	position:relative;
	width: 575px;
}
.outageTable table {
	background:url(/includes/images/outage_table/outage.table.top.bkg.gif) no-repeat top left;
	margin: 0px;
	padding: 0px;
}
.outageTable table th {
	background:transparent url(/includes/images/outage_table/outage.table.th.bkg.gif) no-repeat bottom left;
	border: 0px;
	color: #fff;
	margin: 0px;
	padding-top: 15px; 
	padding-bottom: 3px;
}
.outageTable table td { 
	background:url(/includes/images/outage_table/outage.table.td.bkg.gif) repeat-y top left;
    color:#fff;
	margin: 0px;
	padding: 3px 0px;
}
.outageTable table td a{
	color:#fff;
	text-decoration:underline; 
}
.outageTable table td a:visited{ color:#fff;}
.outageTable table td.outageTdRt{ background-image:none;}

/* ----- Outage Nav  ----- */
.outageNav #leftNav{
	margin-top:16px;
}
.outageNav #leftNav h4{
	margin-top:20px;
}
.outageNav #leftNav ul{
	padding-bottom: 0px;
}

/* Hides text links; but will show for non-css browsers/screen readers, etc */
.hide { visibility: hidden; }

