﻿/* ----------------------------------------------------
color.css
last modified:  2/26/2010 by AGB
last validated: 2/26/2010 by AGB
------------------------------------------------------- */


/* ----------------------------------------------------
Links
------------------------------------------------------- */
a:link		{ color: #404FA1; }
a:visited	{ color: #404FA1; }
a:hover		{ color: #0082d1; }
a:active    { color: #404FA1; }

sup a:link, sup a:visited	{ color: #333333; }
.expand a:link  { color: #243E79; }
.expand a:visited	{ color: #333333; }
.expand a:hover		{ color: #333333; }
.expand a:active	{ color: #333333; }

#footermenu a:link { text-decoration: none; }
#footermenu a:visited { text-decoration: none; }
#footermenu a:hover { text-decoration: none; }
#footermenu a:active { text-decoration: none; }

.header a.gobutton {
	background: transparent url(images/go_onrange2.gif) no-repeat scroll right center;	
	}

.header a.gobutton {
	background: transparent url(images/go_orange2.gif) no-repeat scroll right center;	
	color: #FFFFFF;
	}

a.gobutton {
	background: transparent url(images/go_orange2.gif) no-repeat scroll right center;	
	}

a.golinkbutton {
	background: transparent url(images/go_orange2.gif) no-repeat scroll right center;	
	}

a.helpbutton {
	background: transparent url(images/help.gif) no-repeat scroll right center;	
	}

a.printbutton {
	background: transparent url(images/printer.gif) no-repeat scroll right center;	
	}

a.addlinkbutton {
	background: transparent url(images/badge_add_green.gif) no-repeat scroll left center;	
	}

a.forwardlinkbutton {
	background: transparent url(images/badge_forward_green.gif) no-repeat scroll left center;	
	}

/* ----------------------------------------------------
Layout
------------------------------------------------------- */

#wrap {
	background-color: #FFFFFF;
	}

body {
	}
	
.newwinb {
/*	background: #f4f3f0 url(images/newwinbbg.gif) 50% 0 repeat-y;	 */	
	}

.core {
/*	color: #141414;     EDS color */
	color: #4B4B4B; 
	background: #f4f3f0 url(images/background.gif) 50% 0 repeat-y; 
	position: relative; 
	}	

#content {
	border-color: #c1c1c4;
	}
	
	
/* -----------------------------------------------------
Page
------------------------------------------------------- */

/* ----------------------------------------------------
Headers
------------------------------------------------------- */
h1 {
	color: #11568C ;
	}
	
h1 em.subhead {
	color: #11568C;
	background: transparent url(images/pagetitlearrow.gif) no-repeat 0 .65em;
	}
	
h2 {
	color: #999;
	}
	
#wrap h2 a {
	color: #11568C;
	}
	
#sidebar h2 {
	background: #11568C url(images/h2sidebarbg.gif) no-repeat;
	color: #fff;
	}
	
h2.divider {
	background: #11568C url(images/corner.gif) no-repeat;
	color: #fff;
	}
	
#wrap h2.divider span.barright a {
	color: #fff;
	}
	
h3, h4, h5, h6 {
	color: #11568C;
	}
	
#sidebar h3 {
	color: #11568C;
	}
	
#wrap #sidebar h3 a {
	color: #11568C;
	}
	
#wrap h3 a {
	color: #555;
	}
	
.pagetitle {
	color: #000000;
	}
	
.pagetitletext {
	color: #000000;
	background-color: transparent;
/*  border-left: 5px solid #0096D6;*/
	}	

.processing {
	background: url(images/ajax-loader-bar.gif) no-repeat;
	}
.contentnav {

	}
.currentview {
	color: #999999;
	}
		
.changeview {
	color: #009FDA !important;
	}
	
.emphasisedlabel {
	color: #00344D;
	font-weight: bold;
}

/* ----------------------------------------------------
Tables
------------------------------------------------------- */

tbody th, td, tr {
	color: #333;
	}
	
table.border {
	border-color: #c1c1c4;
	}
	
table.grid {
	border-color: #c1c1c4;
	}
	
table.grid th, table.grid td {
	border-color: #c1c1c4;
	}
	
table.rows {
	border-color: #c1c1c4;
	}
	
table.rows th, table.rows td {
	border-color: #c1c1c4;
	}
	
tr.header th {
	background: #11568C ;
	color: #fff;
	}
	
tr.subhead th {
	background: #c1c1c4;
	}
	
tr.rowoff {
	background-color: #fff;
	}
	
tr.rowon {
	background-color: #f1f6f8;
	}

/* ----------------------------------------------------
Lists
------------------------------------------------------- */
dt {
	color: #555;
	}
	
#sidebar dt {
	color: #11568c;
	}
	
ul.contents {
	background: #f2f1ee;
	}
	
ul.contents h2 {
	border-bottom: solid 1px #c1c1c4;
	}
	
ul.anchors {
	background: #f4f3f0;
	border-color: #c1c1c4;
	}

/* ----------------------------------------------------
Features
------------------------------------------------------- */

.mainfeature .title {
	color: #00344D;
	border-bottom: 1px solid #CCCCCC;  
}

.mainfeature .h2, .tabbedfeature .h2 {
	color: #00344D;
	border-bottom: 1px solid #d5d5d5;  
	}
	
.mainfeature .h3, .tabbedfeature .h3 {
	color: #00344D;
	}	
	
.mainfeature .content, .tabbedfeature .content {
	color: #333333;
	}
	
.mainfeature .uedge, .tabbedfeature .uedge {
	background: transparent url(images/topborder.gif) left top repeat-x;
	}
	
.mainfeature .redge, .tabbedfeature .redge {
	background-color: transparent;
	background-image: url(images/rightborder.gif);
	background-position: top right;
	background-repeat: repeat-y;
	}
	
.mainfeature .bedge, .tabbedfeature .bedge {
	background-color: transparent;
	background-image: url(images/bottomborder.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	}
	
.mainfeature .ledge, .tabbedfeature .ledge {
	background-color: transparent;
	background-image: url(images/leftborder.gif);
	background-position: top left;
	background-repeat: repeat-y;
	}
	
.mainfeature .ulcorner {
	background-color: transparent;
	background-image: url(images/left-top.gif);
	background-position: top left;
	background-repeat: no-repeat;
	}
	
.mainfeature .urcorner, .tabbedfeature .urcorner {
	background-color: transparent;
	background-image: url(images/right-top.gif);
	background-position: top right;
	background-repeat: no-repeat;
	}
	
.mainfeature .blcorner, .tabbedfeature .blcorner {
	background-color: transparent;
	background-image: url(images/left-bottom.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	}
	
.mainfeature .brcorner, .tabbedfeature .brcorner {
	background-color: transparent;
	background-image: url(images/right-bottom.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	}
	
.mainfeature .top, .tabbedfeature .top {
	background-color: transparent;
	background-image: url(images/topborder.gif);
	background-position: top left;
	background-repeat: no-repeat;
	}
	
.mainfeature .bottom, .tabbedfeature .bottom {
	background-color: transparent;
	background-image: url(images/bottomborder.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	}

/* ---New CSS3 Button items -------------------------------------------------*/
.mainButton2
{
	width:301px;
	height:71px;
	position:relative;
	z-index: 0;
	/*background-color:#f2f2f2;*/
	/*background-image:url(images/mainbutton2_bg.jpg);*/
	color:Black;
	/*box-shadow:0px 2px 3px #666666;*/
}

.mainButton 
{
	border-bottom:1px solid #767676;
/*    padding:15px 20px; */
	background:white;
	width:80%;
	height:60px;
	/*table: background-color D5E5EF;*/
	/*behavior: url(scripts/PIE.htc);*/
	position:relative;
	z-index: 0;
	background-color:#ffffff;
	color:Black;
}

.mainButtonHover
{
	border-bottom:1px solid #767676;
  /*  padding:15px 20px;  */
	/*background:#D5E5EF;*/
	width:80%;
	/*table: background-color D5E5EF;*/
	/*behavior: url(scripts/PIE.htc);*/
	position:relative;
	z-index:0;
}

.mainButtonClick
{
	border:1px solid #243e79;
/*    padding:15px 20px; */
	/*background:#D5E5EF;*/
	width:75%;
	/*table: background-color #D5E5EF;*/
	/*behavior: url(scripts/PIE.htc);*/
}

.mainButton .title
{
	font-size: 125%;
	font-weight: bold;
}

.mainContent {
/*    border:5px solid #D5E5EF; */
	padding:3px 5px 3px 20px; 
	background:white;
	width:auto;
/*    border-radius:25px; */
/*    -moz-border-radius:25px; *//* Firefox 3.6 and earlier */
/*    table: background-color D5E5EF; */
/*    box-shadow: #666 0px 2px 3px; */
/*    behavior: url(scripts/PIE.htc); */
	position:relative;
	z-index: 0;
}

.FixedHeightContainer
{
  float:left;
  height: 250px;
  width: 600px;  
  padding:3px; 
  /*test*/
	background:white;
	border-radius:12px;
	-moz-border-radius:12px; /* Firefox 3.6 and earlier */
	table: background-color D5E5EF;
	box-shadow: #666 0px 2px 3px;
	behavior: url(scripts/PIE.htc);
	
	/*z-index: 0;*/
  border:2px solid #D5E5EF;
}

.contentButtons
{
    border-width: 0px;
	border:2px solid #D5E5EF;
	padding:10px 11px; 
	background:white;
	width:200px;
	border-radius:25px;
	-moz-border-radius:25px; /* Firefox 3.6 and earlier */
	table: background-color D5E5EF;
	box-shadow: #666 0px 2px 3px;
	behavior: url(scripts/PIE.htc); 
	position:relative;
	z-index: -1;
	text-align:center;
	margin: 10px 0px ;
	zoom: 1;
}
.contentButtonsHover
{
    border-width:0px;
	border:2px solid #D5E5EF;
	padding:10px 11px; 
	background:#D5E5EF;
	width:200px;
	border-radius:25px;
	-moz-border-radius:25px; /* Firefox 3.6 and earlier */
	table: background-color D5E5EF;
	box-shadow: #666 0px 2px 3px
	behavior: url(scripts/PIE.htc); 
	position:relative;
	z-index: -1;
	text-align:center;
	margin: 10px 0px ;
	zoom: 1;
}

.contentButtonsClick2
{
    border-width:0px;
	border:2px solid #D5E5EF;
	padding:10px 11px; 
	background:#D5E5EF;
	width:200px;
	border-radius:25px;
	-moz-border-radius:25px; /* Firefox 3.6 and earlier */
	table: background-color D5E5EF;
	box-shadow: #666 0px 2px 3px;
	behavior: url(scripts/PIE.htc); 
	position:relative;
	z-index: -1;
	text-align:center;
	margin: 10px 0px;
	font-weight: bold ;
	zoom: 1;
}
.contentButtonsClick
{
	border:2px solid #243e79;
	padding:10px 11px; 
	background:#D5E5EF;
 	border-radius:25px;
	-moz-border-radius:25px; /* Firefox 3.6 and earlier */
	table: background-color D5E5EF;
	/*behavior: url(scripts/PIE.htc); */
	font-weight: bold;
}

.Content
{
  height:224px; 
   overflow:auto;
	background:#fff;
}​



/* ----------------------------------------------------*/

.tabbedfeature .title {
	color: #00344D;
	border-left: 3px solid #00B388;
	}

.tabbedfeature .ulcorner {
	background-color: transparent;
	background-image: url(images/left-topcorner.gif);
	background-position: top left;
	background-repeat: no-repeat;	
	}


.mainfeature2 .title {
	color: #00344D;
	font-weight: normal;
	/*border-bottom: 1px solid #CCCCCC;    */
	}

.subfeature {
	background-color: #ffffff;
}

.subfeature .title 
{
	color: #00344D;
	font-weight: bold;
	border-left: 3px solid #00B388;	
}

.mainfeature2 .h1, .subfeature .h1 {
	color: #00344D;
	font-weight: bold;
	border-left: 3px solid #00B388;
	}
		
.mainfeature2 .h2, .subfeature .h2 {
	color: #00344D;
	border-bottom: 1px solid #d5d5d5;  
	}
	
.mainfeature2 .h3, .subfeature .h3 {
	color: #00344D;
	}	
	
.mainfeature2 .content, .subfeature .content {
	color: #333333;
	}
	
.mainfeature2 .uedge, .subfeature .uedge {
	background: none	
	}
.mainfeature2 .redge, .subfeature .redge {
	background: none	
	}
	
.mainfeature2 .bedge, .subfeature .bedge {
	background: none	
	}
.mainfeature2 .ledge, .subfeature .ledge { 
	background: none	
	}
	
.mainfeature2 .ulcorner, .subfeature .ulcorner {
	background: none 
	}
	
.mainfeature2 .urcorner, .subfeature .urcorner {
	background: none 
	}
.mainfeature2 .blcorner, .subfeature .blcorner {
	background: none 
	}
	
.mainfeature2 .brcorner, .subfeature .brcorner { 
	background: none 
	}
	
.mainfeature2 .top, .subfeature .top {
	background: none 
	}
	
.mainfeature2 .bottom, .subfeature .bottom {
	background: none 
	}
.mainfeature2 .bulletedlist
{
	list-style-image: url(images/sidebarbullet.gif);
}

.newwindowcontent {
	color: #506698;
	}
	
/*.contentnav  {
	color: #ffffff;
	}	

.contentnav  a:visited {
	color: #ffffff;
	}   */
	
.table-header, .table-header a, .table-header a:hover, .table-header a:link {
/*	color: #009fda; */
}

.table-rowoff {
	background-color: #fff;
	}
	
.table-rowon {
	background-color: #F1F6F8;
	}
	
.table-edit 
{
}
	
.preview {
	border-color: #c1c1c4;
	}
	
/* ----------------------------------------------------
Tabs
------------------------------------------------------- */
.contenttabs {

	}

.contenttabs a {
	background: url("images/contentnavTabLeft.gif") no-repeat left top;  
	}

.contenttabs a span {
	background:url(images/contentnavTabBg.gif) no-repeat right top; 
	color:#999999;
	}

.contenttabs a:hover span {
	background: url(images/contentnavTabBgSelected.gif) right no-repeat top;
	color: #00344d;
	background-color: #f4fafd;
	}
	
.contenttabs .menuselected a {
	background: url("images/contentnavTabLeftSelected.gif") no-repeat left top;	 
	color: #00344d;
	}

.contenttabs .menuselected a span {
	background: url(images/contentnavTabBgSelected.gif) right no-repeat top; 
	color: #00344d;
	background-color: #f4fafd;
}

/* ----------------------------------------------------
 Images
------------------------------------------------------- */
img, #wrap a img 
{
  
	}
.caption {
	color: #666;
	}
/* -------------------------------------------------------
 Modules
------------------------------------------------------- */

.required {
	color: #CD3529;
	}
.requiredhidden {
	color: #fff;
	}	

/* -------------------------------------------------------
 Miscellaneous
------------------------------------------------------- */

.arrow, .arrowleft {
	color: #da5c05;
	}
#search {
	background-color: #1B6DAC;
	border-left: #5BA6D4;
	border-top:  #5BA6D4;
	border-right: #013251;
	}

#search span {
	color: #000000;
	}
#wrap .top a {
	background: transparent url(images/bluetop.gif) 0 50% no-repeat;
	color: #11568C;
	}
#wrap .top a:hover {
	color: #13f;
	background: transparent url(images/bluetop.gif) -137px 50% no-repeat;
	}
hr {
	color: #CCCCCC;
	background-color: #CCCCCC;
}
.url {
	display: none;
	}
.searchfirst ul {
	background: #f2f1ee;
	border-color: #11568C ;
	}
.searchterm {
	background: #FFF0AD;
	}
h2.divider .searchterm {
	background: transparent;
	color: #FFF0AD;
	}
.searchsection {
	color: #666;
	background: url(images/filedarrow.gif) 0 50% no-repeat;
	}
div.bar {
	background: #e0ddd5;
	}
div.error {
	color: #DA5C05;
	background: transparent url(images/redXcircleSmall.gif) no-repeat;
	padding-left: 17px;
	display: inline-block;
	} html>body .error { display: table }
div.alertcount {
	color: #DA5C05;
	
	padding-left: 17px;
	display: inline;
	} html>body .alertcount { display: inline }
	
.fielderror {
	color: #DA5C05;
	background: transparent url(images/redXcircleSmall.gif) no-repeat left bottom;
	padding-left: 17px;
/*	display: inline-block; */
	} /*html>body .error { display: table } */

code {
	color: #138;
	}

/* -------------------------------------------------------
 Navigation
------------------------------------------------------- */

/* -------------------------------------------------------
 Header
------------------------------------------------------- */
.header {
	height:80px;
	}
.header 
{
	
}
.header a:visited {
	color: #00B388; 
	}

#header1 {
	
}

#header2 {
/*	background: url(images/logo.gif) left bottom no-repeat;  EDS logo */
	/*background: url(images/header3bg.gif) left bottom repeat-x;*/
/*	background: url(images/hp_logo.jpg) left center no-repeat; 
	color: #7E7C7C; 
	width: 96px;
	height: 66px; */
	float:left; 
	background: url("images/hpexp-ext.gif") 0 0;
	background-position: 0px  0px;  
	background-repeat: no-repeat;
	width: 70px;    
	height: 80px;    
	top: 12px;
	left: 10px;
}

#header3 {
/*	background: url(images/header3bg.png) left bottom repeat-x;  */
	background: #ffffff;
	float:right;
	width:843px;
	height: 80px;	
	color: #000000;
	}html>body #header3 { width: 843px }

#header3message {
	color: #000000;
	} html>body #header3message { margin-top: -60px }	
	
#header3title {
	color: #000000;
	}

#header3tagline {
/*  color: #C5CDCA; EDS color */
	color: #141414;
	}

#header4 {
	
}

#welcomemessage {
	color: #000000;
}


#helpheader2 {
/*	width: 96px;
	height: 66px;
	background: url(images/logo.jpg) left center no-repeat; */
	float:left; 
	background: url("images/hpexp-ext.gif") 0 0;
	background-position: 0px  0px;  
	background-repeat: no-repeat;
	width: 70px;    
	height: 70px;    
	top: 12px;
	left: 10px;
	}

#helpheader3 {
/*	background: url(images/header3bg.gif) left center repeat-x;    EDS color */
/*	background: url(images/header3bg.png) left bottom repeat-x;  */
background: #ffffff;
	float:right;
	width:493px;
	height: 70px;
	/*border-bottom: #1C368B 1px solid; */
	} html>body #helpheader3 { width: 493px }

#helpheader3title {
/*	color: #C9DD03;   EDS color */
	color: #000000;
	font-size: 115%;	
	text-align: left;
	float: left;
	margin: 15px 10px 10px 20px;	
	}

#helpheader3tagline {
/*	color: #C5CDCA; EDS color */
	color: #141414;
	font-size: 90%;
	text-align: left;
	float: left;	
	margin: 2px 10px 5px 0px;
	}
	
.header a {
	color: #000000;
	}
	
.newwinb #header{

	}
/*
#logo {
	background: transparent url(images/logo.gif) no-repeat 33px 221px;
	}

#logo img { 
	visibility: hidden;
	} */
	
/* -------------------------------------------------------
 Main Nav
------------------------------------------------------- */
.menunavbar {
/*  background: url(images/navbackground.gif) repeat-x; */
	background: #ffffff;
	color: #B9B8BB
	}

.menunavbar a {
/*	 background: url(images/navTabBg.gif) no-repeat left top;   */
	background: #ffffff;
	border-right: 1px solid #B9B8BB;    
	color:#ffffff;
	}

.menunavbar a span {
/*	background:url(images/navTabBg.gif) no-repeat right top; 
	color: #FFFFFF; */
	color:#B9B8BB;
	background: #ffffff;
	}

.menunavbar a:hover span {
/*	background: url(images/navTabBgSelected.gif) right no-repeat top;
	color: #FFFFFF; */
	background: #ffffff;
	border-right:1px solid #ffffff;
	color:#222222;
	}
.menunavbar .menuselected a {
/*	background: url(images/navTabBg.gif) no-repeat left top;	
	color: #FFFFFF;
	font-weight: bold; */
	background:#ffffff none repeat scroll 0 0;
	color:#B9B8BB;
	font-weight: bold;
	}

.menunavbar .menuselected a span {
/*	background: url(images/navTabBgSelected.gif) right no-repeat top; 
	color: #FFFFFF;
	font-weight: bold; */
	background:#ffffff none repeat scroll 0 0;
	border-right:1px solid #FFFFFF;
	border-bottom:2px solid #FFFFFF;
	color:#B9B8BB;
	font-weight: bold;
	}

/* -------------------------------------------------------
 SubMenu Nav
------------------------------------------------------- */
.submenunavbar {
/*	background: url(images/subnavbackground.gif) repeat-x; */
	background: #ffffff;
	}

.submenunavbar a {
/*	background: url(images/subnavTabBg.gif) no-repeat left top;  */
	background: #ffffff;
	}

.submenunavbar a span {
/*	background:url(images/subnavTabBg.gif) no-repeat right top;  */
	background: #ffffff;
	color: #000000;
	}

.submenunavbar a:hover span {
/*	background: url(images/subnavTabBgSelected.gif) right no-repeat top; */
	background: #ffffff;
	color: #000000;
}

.submenunavbar .menuselected a {
	background: url(images/navTabLeft.gif) no-repeat left top;
	color: #000000;
}

.submenunavbar .menuselected a span {
/*	background: url(images/subnavTabBgSelected.gif) right repeat-x top;  */
	background: #ffffff;
	color: #000000;
}

.submenunonavbar 
{
/*	background: url(images/subnavNoMenuBg.gif) repeat-x; */
	background: #ffffff;
	color: #000000;
	height: 12px;
	line-height: 12px; 
}

/* -------------------------------------------------------
 Utility Nav
------------------------------------------------------- */
#logonutilitynav {
/*	background: url(images/logonutilitynavBG.gif) repeat-x; EDS image  */
/*	background:transparent url(images/logonutilitynavBG.png) repeat-x;
	color: #ffffff;
	font-weight: bold; */
	background: #ebebeb;
	color:#000000;
	
	}
#utilitynav {
	/*	background-color: #EBEBEB;#4096*/
	color: #000;
	}
#utilitynav a:link, #utilitynav a:visited {
	color: #012F4C;
	text-decoration: underline;
	}
#utilitynav span {

	}
#utilitynav strong {
	color: #666;
	}

/* -------------------------------------------------------
 Sub Nav
------------------------------------------------------- */
#subnav {
	background: #11568C  url(images/subnavcap.gif) left top no-repeat;
	}
#sidebar #subnav ul {
	background: #11568C  url(images/subnavcap.gif) right bottom no-repeat;
	} 
#subnav li {
	background: #fff url(images/subnavbg_left.gif) no-repeat 5% 50%; /*arrow*/
	}
.core #subnav li {
	background: #fff url(images/subnavbg_right.gif) no-repeat 95% 50%; /*arrow*/
	}
#subnav li a {
	background: #E1E1E4;
	border-color: #fff;
	color: #555;
	}
#subnav li.alternate a {
	background-color: #C1C1C4;
	border-color: #efefef;
	}
#subnav li a:hover {
	background-color: #e0ddd5;
	border-color: #11568C ;
	color: #11568C ;
	}
#subnav li strong {
	background: transparent;
	color: #11568C;
	}

/* -------------------------------------------------------
 Footer
------------------------------------------------------- */
#footer {
	color: #FFFFFF; 
	}
footer li {
	color: #102F4C;
	}

#footer a:link, #footer a:visited, #footer a:hover {
/*	color: #00344D; EDS color */
	color:#141414;
	border-top:1px #AEAEAE;
	}	
	
#siteinfo {
	
	}

#siteinfo span {
	color: #00344D;
	}

#footermenu {
/*	background-image: url(images/footer_nav_bar.gif); EDS color */
/*	background: #E6E6E6; EDS color */
	background: transparent;
	color: #00344D;
	}
#siteinfo #copyright {
/*    background:#000000 none repeat scroll 0 50%;
	color:White;
	padding:0.125em 0; */
	background:#ffffff none repeat scroll 0 50%;
	color: #141414;
	}
		
#copyrightinfo {
/*	background: #00344D; EDS color */
/*    background:#000000 none repeat scroll 0 50%;
	color: #FFFFFF; */
	background:#ffffff none repeat scroll 0 50%;
	color: #141414;
	}


/* -------------------------------------------------------
forms.css
------------------------------------------------------- */
.formbox {
	background: #f4f3f0;
	border-color: #c1c1c4;
	}
form .readonly {
	background-color: transparent;
	}
	
form .row .input_readonly {
	background-color: transparent;
	}	


/* -------------------------------------------------------
Alerts  
----------------------------------------------------- */

.alert {
/*	background: transparent url(images/redXcircle.gif) left no-repeat; */
	color: Red;
	}
.alertinfo {	
	background: transparent url(images/alert.gif) left no-repeat;
	}

.alertsuccess {
	background: transparent url(images/checkmark.gif) left no-repeat;
	}	
.alertsuccesslarge
{
	color: #009fda;
	}	
.alertsuccessmedium
{
	color: #009fda;
	font-weight: bold;
	}		
.bulletinboardalert {
/*	background: transparent; */
	color: #ff0000;
	font-weight: normal;
	}	
	
.bulletinboardalert .bbdetails
{
	background: transparent url(images/alert.gif) left top no-repeat;
	padding-left: 30px;
	display: block;
}

.bbtitle
{
	color: #000000;
	font-weight: bold;
}
/*
.bulletinboardalerttitle {
	background: transparent;
	font-weight: bold;
	color: #333333;
	}	
*/	
.bulletinboardinfo {
	color: #333333;
}

.bulletinboardinfo .bbdetails
{
/*	background: transparent url(images/alert.gif) left no-repeat; */
	padding-left: 30px;
	display: block;
}

/***************************************************
*  Bulletin Board (Outages and Issues in WPS)
****************************************************/
.alertrss 
{
	color: #ff0000;
}

.alertrss .noInfo
{
	color: #000000;
}

.alertrss .bulletindate
{
	color: #000000;
}

/* ------------------------------------------------
 Container Layout Colors 
----------------------------------------------------- */

.contentwithsidebar {
	color: #141414;
}

.contentwithsidebarmenu {
	color: #141414;
}

.contentwithdashboard {
	color: #141414;
}

.contentwithdashboardmenu {
	color: #141414;
}
		
.consolecontentwithsidebar {
	background: transparent url(images/consolesbackground.gif) 50% 0 repeat-y;
	color: #141414;
}
.leftsidebarcontent {
	color: #141414;
	background-color: transparent;
	}
.consolesmaincontent {
	color: #141414;
	background-color: transparent;
	}
	
.rightsidebarcontent {
	color: #141414;
	background-color: transparent;
	}
	
/*.sbmaincontent .title {
	color: #00344D;
	background-color: transparent;
	font-weight: bold;
	}
*/

.dashboardcontent {
	color: #141414;
	background-color: transparent;
	}
.sidebarcontent {
	color: #141414;
	background-color: transparent;
	}
.sidebarfeature .title {
	color: #00344D; 
	border-left: solid 3px #00B388 ;
	background-color: transparent;
	}
.sidebarfeature .h2 {
	color: #00344D;
	background-color: transparent;
	}
.sidebarfeature .content {
	color: #141414;
	background-color: transparent;
	}
	
.sidebarfeature .bulletedlist
{
	list-style-image: url(images/sidebarbullet.gif);
}
	
.logonframe
{
	border-right:solid 1px #b5b4b5;
	/*background: transparent url(images/mmi_logon_bg1.jpg) left no-repeat;*/

}	
.logonpanel {
	background:#ffffff none repeat scroll 0 0;
	}
	
.logonimageframe {
		background: transparent url(images/logon_bg1.jpg) left no-repeat;    	
/*	background: transparent url(images/woman-man-laptop.png) left no-repeat;*/
}

.logonpagetitletext {
/*	color: #00344D; EDS color */
	color: #000000;
	background-color: transparent;
	border-left: 5px solid #00B388;
	display:none;
}

.logonimagetext
{
/*	color: #333333;   EDS Color */
	color: #4B4B4B;
}		

.logonsidebartitle {
/*	color: #00344D;  EDS color */
	color:#000000;
	background-color: transparent;
	}	

.processimage
{
	background: transparent url(images/processbar.gif) center no-repeat;
	
}

.fineprint {
	color: #333333;
	}
  #iwanna
	{
		width:150px;
	}
	#iwanna_text
	{
		width: 150px;
		text-align: center;
		border: 1px black double;
		font-size: 18px;
		padding: 5px;
	}
		
	#choices 
	{
		width: 600px;
		position: absolute;
		z-index:100;
		display: none;
		border: 1px solid #243E79;
	}
 
/* -------------------------------------------------------
 Tree View Styles 
------------------------------------------------------- */

.AspNet-TreeView-Expand {
	background: url(images/folder.gif) 0 no-repeat;
	}

.AspNet-TreeView-Collapse {
	background: url(images/folderopen.gif) 0 no-repeat;
	}

.AspNet-TreeView-ClickableNonLink {
	
	}

li.AspNet-TreeView-Folder {
	list-style-image: none;
	}

li.AspNet-TreeView-Root {
	list-style-image: none;
	}

li.AspNet-TreeView-Parent {

	}

li.AspNet-TreeView-Leaf {
	list-style-image: url(images/sidebarbullet.gif);
	}

.AspNet-TreeView-Show {
	list-style-image: url(images/sidebarbullet.gif);
	}

.AspNet-TreeView-Hide {

	}


/*------------------------------------------------------------
   Consoles Styles
--------------------------------------------------------------*/
.regionfilterbar {
/*	background-color:#EBEBEB; */
	background: transparent url(images/regionBar.gif) repeat-x scroll right top;
	color:#000000;
}

.regionfilterbar .statusgreen a,.regionfilterbar .statusgreen_selected a  
{
	background:transparent url(images/regionGreenTabLeft2.gif) no-repeat scroll left top;
	color:#FFFFFF;
}

.regionfilterbar .statusred a,.regionfilterbar .statusred_selected a 
{
	background:transparent url(images/regionRedTabLeft2.gif) no-repeat scroll left top;
	color:#FFFFFF;
}

.regionfilterbar .statusgrey a,.regionfilterbar .statusgrey_selected a  
{
	background:transparent url(images/regionGreyTabLeft2.gif) no-repeat scroll left top;
	color:#FFFFFF;
}

.regionfilterbar .statusyellow a,.regionfilterbar .statusyellow_selected a  
{
	background:transparent url(images/regionYellowTabLeft2.gif) no-repeat scroll left top;
	color:#FFFFFF;
}

.regionfilterbar .statusgreen a .regionbutton
{
	background:transparent url(images/regionGreenTabBg.gif) no-repeat scroll right top;
	color:#FFFFFF;
}

.regionfilterbar .statusred a .regionbutton
{
	background:transparent url(images/regionRedTabBg.gif) no-repeat scroll right top;
	color:#FFFFFF;
}

.regionfilterbar .statusgrey a .regionbutton
{
	background:transparent url(images/regionGreyTabBg.gif) no-repeat scroll right top;
	color:#FFFFFF;
}

.regionfilterbar .statusyellow a .regionbutton
{
	background:transparent url(images/regionYellowTabBg.gif) no-repeat scroll right top;
	color:#000000;
}


.regionfilterbar .statusgreen_selected a .regionbutton,.regionfilterbar .statusgreen a:hover .regionbutton 
{
	background:transparent url(images/regionGreenTabBgSelected.gif) repeat-x scroll right top;
	color:#FFFFFF;}

.regionfilterbar .statusred_selected a .regionbutton,.regionfilterbar .statusred a:hover .regionbutton 
{
	background:transparent url(images/regionRedTabBgSelected.gif) repeat-x scroll right top;
	color:#FFFFFF;
}

.regionfilterbar .statusgrey_selected a .regionbutton,.regionfilterbar .statusgrey a:hover .regionbutton
{
	background:transparent url(images/regionGreyTabBgSelected.gif) repeat-x scroll right top;
	color:#FFFFFF;
}

.regionfilterbar .statusyellow_selected a .regionbutton,.regionfilterbar .statusyellow a:hover .regionbutton 
{
	background:transparent url(images/regionYellowTabBgSelected.gif) repeat-x scroll right top;
	color:#000000;
}

.areafilter {
/*	background-color:#EBEBEB; */
	background: transparent url(images/areaBar.gif) repeat-x scroll right top;
	color:#000000;
}

.areafilter .statusgreen a,.areafilter .statusgreen_selected a  
{
	background:transparent url(images/areaGreenTabLeft2.gif) no-repeat scroll left top;
	color:#000000;
}

.areafilter .statusred a,.areafilter .statusred_selected a 
{
	background:transparent url(images/areaRedTabLeft2.gif) no-repeat scroll left top;
	color:#000000;
}

.areafilter .statusgrey a,.areafilter .statusgrey_selected a  
{
	background:transparent url(images/areaGreyTabLeft2.gif) no-repeat scroll left top;
	color:#000000;
}

.areafilter .statusyellow a,.areafilter .statusyellow_selected a  
{
	background:transparent url(images/areaYellowTabLeft2.gif) no-repeat scroll left top;
	color:#000000;
}

.areafilter .statusgreen a .areabutton
{
	background:transparent url(images/areaGreenTabBg.gif) no-repeat scroll right top;
	color:#000000;
}

.areafilter .statusred a .areabutton
{
	background:transparent url(images/areaRedTabBg.gif) no-repeat scroll right top;
	color:#000000;
}

.areafilter .statusgrey a .areabutton
{
	background:transparent url(images/areaGreyTabBg.gif) no-repeat scroll right top;
	color:#000000;
}

.areafilter .statusyellow a .areabutton
{
	background:transparent url(images/areaYellowTabBg.gif) no-repeat scroll right top;
	color:#000000;
}


.areafilter .statusgreen_selected a .areabutton,.areafilter .statusgreen a:hover .areabutton 
{
	background:transparent url(images/areaGreenTabBgSelected.gif) repeat-x scroll right top;
	color:#000000;}

.areafilter .statusred_selected a .areabutton,.areafilter .statusred a:hover .areabutton 
{
	background:transparent url(images/areaRedTabBgSelected.gif) repeat-x scroll right top;
	color:#000000;
}

.areafilter .statusgrey_selected a .areabutton,.areafilter .statusgrey a:hover .areabutton
{
	background:transparent url(images/areaGreyTabBgSelected.gif) repeat-x scroll right top;
	color:#000000;
}

.areafilter .statusyellow_selected a .areabutton,.areafilter .statusyellow a:hover .areabutton 
{
	background:transparent url(images/areaYellowTabBgSelected.gif) repeat-x scroll right top;
	color:#000000;
}

/*****************************************************
*  Loading Message at top of page
******************************************************/
#loadingdiv
{
	background:white;	
}



.ajax__calendar_today {
	color:#FFFFFF;
	text-decoration: none;
	cursor: default;
	padding-top:1px; 
  font-size:0px;
}

.ajax__calendar_today a:hover {
	color:#FFFFFF;
	text-decoration: none;
	cursor: default;
	padding-top:1px; 
  font-size:0px;
}

.ajax__calendar_today a:hover span{
	color:#FFFFFF;
	text-decoration: none;
	cursor: default;
	padding-top:1px; 
  font-size:0px;
}

.ajax__calendar_footer {
	height:1px;
}
#homeimageframe {
		/*background: transparent url(images/ServiceCentral.jpg) no-repeat ;    	*/
/*	background: transparent url(images/woman-man-laptop.png) left no-repeat;*/
}
#hpit-topMenu li {
  /*  border-right: 1px solid #AEAEAE;  */
  font-family: "MetricHPE-Web-Regular";
  border: 1px solid #00b388;
  height:32px;
    }
.comingsoon {
    color:#000000;
    background: #ffffff url(images/Service-Central-Coming-soon.jpg) no-repeat center 50%; 
}