﻿/* ****************************************************************** */
/* Default UI style overrides - this should be added to business.css  */
/* and all client.css needs to be updated at the same time.           */
/* ****************************************************************** */



/* Do not underline all question links except on hover */


.NavWiz A, .NavWiz A:link, .NavWiz A:active, .NavWiz A:visited, .NavWiz A:hover ,
A.QhelpButton, A.QhelpButton:link, A.QhelpButton:active, A.QhelpButton:visited, 
A.QhelpButton:hover, A.qhelp:hover {
	font-size: 11px;
	font-weight: bold;
}

/* Back link without the button look */

A.NavWizLeft, A:link.NavWizLeft, A:visited.NavWizLeft,  A:active.NavWizLeft {	
	font-family: Arial, Verdana,  Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	white-space: nowrap;
	text-align: left;
	text-decoration: underline;
}
.NavWizRight A:hover, .NavWizLeft A:hover {	
	text-decoration: none;
	border-right: 2px solid #369;
	border-bottom: 2px solid #369;
}

A.qhelp:hover
{
	font-size: 12px;
	font-weight: normal;
}
.qhelp B
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
}

/* Measures width */
.MeasuresHeader, .MeasuresBody, .MeasuresFooter, .NavWiz, .NavFooter {
	width: 500px;
}

.NavWiz {
		margin-top: 30px;
 		background-color: #eee;
 		border: 1px solid #CCC !important;
 }
 
.NavWiz .BottomBenchMarkNav {
 		background-color: #eee;
 		border: 0px;
 }
 
 .BottomBenchMarkNav table tr td{
 		border: 0px  !important;
 }
 
 .NavWiz tr td {
 	padding: 1px 3px !important;
 }
 
 .BottomBenchMarkNav  {
	margin: 0px !important;
 }
  
 .Tabon, .lefton, .righton, .tabon a, .RowHeader th, .NavCellDefaultTop, .NavBarTop a, .NavBarTop{
	background-color:#0668B3 !important;
	color: #FFFFFF !important;
	border-bottom-color: #0668B3 !important;
}

.taboff a{
	color: #0668B3 !important;

}


.taboff, .rightoff, .leftoff{
	background-color: #D7E6F3 !important;
}

.ListTab{
	border-bottom-color: #0668B3 !important;
	
	}

/*top menue implementation*/	

.ExpandHeader, .NavCellActiveTop{ 
	background-color:#D7E6F3 !important;
	color: #FFFFFF !important;
}
.ExpandHeader tr td a{
	color: #000000 !important;
}

.NavCellActiveTop{
	color: #000000 !important;
}

.PanelButton{
	background-color:#D7E6F3 !important;
	color: #000000 !important;
	border-color: #0668B3 !important;
}


/*Header Style*/

DIV.DominionPower {
	margin: 0px !important;/*aligned image to be consistent with firefox*/
	text-align: left;
	background-color:  #ffffff;
	width: 500px;
}

/*login page color style*/
.welcomebody tr td h2, .PanelHeader center, .panelheader{
	background-color: #0668B3 !important;
	color: #FFFFFF !important;
}

.GetStartedPanel tr td h2{
	background-color: #FFFFFF !important;
	color: #0668B3 !important;
}
/*hover explorer update*/
.ListHdrButton a:hover{
background-color: #0066CC !important;
color: #FFFFFF !important;
border-color: #333333 !important;
}
/*eding the alignment in the account headers*/
.GreyBox, .BlankBox{
	margin-left:0px !important;
}

.MeasuresPanel{
	width: 99% !important;
}
.ListFooterButton a{
	margin-right: 5px !important;
}
/*nav panel alignment*/
.navtwo tr td a{
	margin-left:-5px !important;
	float:left !important;

}
/*graph table extra area on firefox*/
.BoderLinesTable{
background-color: #FFFFFF !important;
border: solid 1px #CCCCCC !important;
}

