﻿
/*don't add size or color since will be used across types*/
.T2navItem
{
	border-bottom : 1px solid #FFFFFF;
	font-size: 7pt;
	white-space:normal;
		
}

.T3navItem
{
	border-bottom : none;
	font-size: 7pt;
	white-space:normal;
}

.welcomeText
{
	color: #003366;
	font-family: Arial;
	font-weight: bold;
}

.tableheader
{
	background-color: #336699;
	color:White;
	font-weight: bold;
}
.tablerow
{
	background-color:White;
}
.tablealtrow
{
	background-color: #CCCCCC;
}
.fieldLabel
{
	font-weight: bold;
}
.centered
{
	text-align: center;
}
.smallText
{
	font-size: x-small;
}
.errorText
{
	color: Red;
	list-style-type: none;
	list-style-position: outside;
}

.errorBox
{
	background-color:White;
	color:Red;
	width: 350px;
	list-style-type: none;
	list-style-position: outside;

}
.header
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color:#003366;
	font-weight: bold;
}
.required
{
	color: Red;
}
.AccountSummaryTable
{
	background-color: #FFFFFF;
	width: 400px;
}



.AccountSummaryTable tr td
{
	vertical-align: top;
	border-bottom: 1px solid lightgrey;
}
.AccountSummaryTableHeading,
.BudgetEnrollProposedDetailsHeading,
.BudgetViewDetailsHeading,
.MoveInOutXferTableHeading
{
	font-weight: bold;
	background-color: White;	
	
	color: #336699;
}

.AccountSummaryEnrollmentsTable
{
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	background-color: #F7F7F7;
	width : 140px
}
.AccountSummarySignUpTable
{
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	background-color: #F7F7F7;
	width : 140px
}
.AccountSummaryEnrollmentsTable .tableheader
{
	border : 1px solid #00CCCC;
	width : 140px;
	background-color: #CCCCFF;
	color: #336699;
	font-size: small;
}
.AccountSummarySignUpTable .tableheader
{
	border : 1px solid #00CCCC;
	width : 140px;
	background-color: #CCCCFF;
	color: #336699;
	font-size: small;
}
.AccountSummaryServiceAccountGrid
{
	width: 400px;
	text-align: left;
	
}
.AccountSummaryServiceAccountGridHeader
{
	font-weight: bold;
	background-color: White;	
	color: #336699;
	border-bottom: 1px solid Black;
	border-top: 0;
	border-left: 0;
	border-right: 0;
		
}
.AccountSummaryServiceAccountRow
{
	border-bottom: 1px solid #CCCCCC;
	border-top: 0;
	border-left: 0;
	border-right: 0;
}
.AccountSummaryButtons
{
	text-align: center;
	width: 140px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.AccountSummaryRightCell
{
	vertical-align:top; text-align:left; padding-left: 1em;
}
.Transparent
{
	background-color: Transparent;
	z-index:500;
	filter:alpha(opacity=0);
	-moz-opacity:.0;
	opacity:.0;
	font-size:0pt;
	position:absolute;
	
}

.SectionHeaderImg
{
	height:10px;
}
.AccountDropDownLabelCells
{
	width:150px;
}
.OneTimeDirectDebitTableHeading
{
	font-weight: bold;
	color: #336699;	
}
.EntryFormTable
{
	width: 100%;
}

.EntryFormTable tr td
{
	vertical-align: top;
}

.UsageAvgTempTable
{
	border: none;
	width: 200px;
	text-align:center;
}
.applicationFormTable
{
	width:500px;
}
div#progressBarBackground
{
	position:absolute;
	visibility:hidden;
	 z-index:1001;
	  text-align: center; 
	  vertical-align: middle; 
	  background-color:SteelBlue;
	  filter:alpha(opacity=75);
	  -moz-opacity:.75;
	  opacity:.75; 
	 
		
}
div#progressBar
{
	position:absolute;
	visibility:hidden;
	 z-index:1001;
	  text-align: center; 
	  vertical-align: middle; 
	  background-color: Transparent;

	 
		
}
div#progressBar table
{
	 position:absolute;
	 width:300px; 
	 height:200px; 
	 border:0;
	 background-color:White; 
	 font-size:small; 
	 
}

div#progressBar table td
{
	width:100%; 
	vertical-align:middle;
	Color:Black;
	font-weight:bold;
}
div#ApplicationContent
{
	width: 500px; height: auto; margin:20px;
}
.readOnly
{
	color: #666666;
	background-color:#CCCCCC;
}