/* 	Enerwise Manager 3.0 style sheet 
	Updated 09/20/2005
*/

/* -------------------------- */
/* 	This is to keep the page from jumping out of alignment in Mozilla, Firefox and Netscape browsers.
	It forces those browsers to have a scroll bar area (appox. 22px wide). */
html { min-height: 100.05%; }

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	background: #fff url(/images/ewII/enerwise_background.gif);
	color: #000;
}
#header {
	margin: 0;
	padding: 0;
	border-bottom: 2px solid #000;
	height: 73px !important;
	background: #e62e00 url(/images/ewII/topbarbgleft.gif) repeat-y;
}

/* --------------------------
Standard EM 3.0 Layout
 -------------------------- */
#header_logo {
	float: right;
	margin: 0;
	padding: 0;
	width: 304px;
	height: 73px;
	text-indent: -9000px;
	background: url(/images/ewII/v2_header_logo.gif);
	cursor: pointer;
}
#top_title {
	float: left;
	margin: 0;
	padding: 0;
	width: 400px;
	height: 33px;
	text-indent: -9000px;
	background: url(/images/ewII/top_title.gif);
}
#panel_top {
	clear: left;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 42px;
	left: 0px;
	width: 140px;
	height: 32px;
	text-indent: -9000px;
	background: url(/images/ewII/control_panel_top.gif);
}
#control_panel {
	float: left;
	width: 140px;
	margin: 0 0 15px 0;
	padding: 0;
}

#welcome {
	text-align: center;
}
#page_content {
	margin: 0;
	position: absolute;
	top: 77px;
	left: 160px;
	padding: 15px 10px 15px 0;
}

/* prevents the "3-pixel" bug in IE */
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html #control_panel {
  margin-right: 20px;
  }
* html #page_content {
  height: 1%;
  margin-left: 0;
  }
/* End hide from IE5/mac */

#footer {
	clear: both;
	text-align: center;
	margin: 50px 0 10px 0;
	padding: 15px 0 10px 0;
}
#footer img {
	width: 160px;
	height: 31px;
}
p {
	margin: 0 0 5px 0;
}

/* -------------------------- */

table, tr, td { font-size: 12px; }

.pmargin15 { margin-right: 15px; }

.white { color: #fff; }
.green  { color: #099; }

a:link, a:visited, a:active { color: #1f1f79; }
a:hover { color: #8f8475; }
a.pri1 { color: #f00; font-size: 14px; }
a.pri3 { color: #1f1f79; font-size: 13px; }

.smalltext { font-size: 11px; }
.footer { font-size: 10px; color: #a9a9a9; }

.bigheads { font-size: 20px; font-style: normal; font-weight: bold; color: #4a72b4; font-family: Trebuchet MS, Verdana, sans-serif; }
.subhead { font-size: 14px; font-weight: bold; color: #000; font-family: Trebuchet MS, Verdana, sans-serif; }
.subhead2 { font-size: 14px; font-weight: bold; color: #000; }

.headercolor1 { background: #4a648b url(/images/ewII/topbarbgleft.gif) no-repeat left; color: #fff; }
.headercolor2 { background: #4a648b url(/images/ewII/topbarbgleft.gif) no-repeat left; border-bottom: 2px solid #000; color: #fff; }

.tablehead { background: #4a648b url(/images/ewII/topbarbgleft.gif); color: #fff; } 

.pledgenotmet { font-size: 11px; color: #c00; font-weight: bold;}
.pledgemet { font-size: 11px; }
.nodatafound { font-size: 11px; }
.smalltext { font-size: 10px; }

/* 6/7/02 - added for customer setup page tables changes - DS */
.required { color: #f00; }
.tabletitle { background: #4a72b4; font-weight: bold; color: #fff; }

/* 7/1/02 - added for cap energy and banded power - DS */
.highlight { background: #ccc; }
.history { font-size: 11px;}

/* 6/20/2003 - colors for table row and cell backgrounds */
.color1 {  background-color: #4a648b; color: #000; }
.color2 {  background-color: #4a648b; color: #fff; }
.color3 {  background-color: #4a648b; color: #fff; }

/* 7/28/2005 - Asset Credit Tracking - colors for table row and cell backgrounds */
.pending {  background-color: #ffc; color: #000; }
.active {  background-color: #e0f0da; color: #000; }
.retired {  background-color: #ccc; color: #000; }
.traded {  background-color: #eee; color: #000; }

