﻿.outageMaxTable {
	border-width: 1px;
	border-spacing: 1px;
	border-style: outset;
	border-color: #318a83;
	border-collapse: collapse;
	background-color: White;
	width: 450px;
}

.outageMaxTable td {
	border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: #318a83;
	background-color: White;
	
}

.outageMinTable {
	border-width: 1px;
	border-spacing: 1px;
	border-style: outset;
	border-color: #318a83;
	border-collapse: collapse;
	background-color: White;
	width: 400px;
	height: 150px;
	padding: 5px;
}

.outageMinTable td {
	border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: #318a83;
	background-color: White;
	
}

.outage_title {
  color: #318a83;
  font-weight: bold;
  font-size: 16pt;
}

.maxDetailInfoDiv 
{
	position: relative;
	width: 450px;
	height: 100px;
	top: 30px;
	left: 20px;
	color: #318a83;
	font-size: 9pt;
}

.minDetailInfoDiv 
{
	position: relative;
	color: #318a83;
	font-size: 9pt;
}

.detailOutageOuterDiv 
{
	position: relative;
	width: 470px;
	overflow: auto;
	top: 10px; 
	left: 20px;
}

.detailOutageInnerDiv 
{
	position: relative;
	width: 470px;
	max-height: 180px;
	height: expression( this.scrollHeight > 180 ? "180px" : "auto" ); /* sets max-height for IE */
	overflow: auto;
}

.searchFieldTitle {
  color: #318a83;
  font-weight: bold;
  font-size: 10pt;
}


#controlContainer {
  position: relative;
  float: left;
  width: 310px;
}


.controlOverlay {
  position: absolute;
  top: 0; 
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e6f0ef;
  opacity: 0.65;
  -moz-opacity: 0.65;
  filter:alpha(opacity=65);
}

#controlContainer .controlContent {
	position: relative;
	width: 300px;
	padding: 20px;
}

.controlContent {
  position: relative;
  text-align: left;
  font-weight: bold;
  font-size: 13pt;
}

.lastUpdate {
  font-weight: bold;
  font-size: 12pt;
  text-align: center;
}

.outage_info {
  color: #318a83;
}

.outage_error {
  color: #880000;
}

.general_message {
  background-color: #e6f0ef;
  color: #b80000;
  font-weight: bold;
  font-size: 11pt;
  border: 1px solid #b80000;
  padding: 6px;
}

.formFieldLabel
{
	text-align: right !important;
}	
