﻿test 
{
	border-style: hidden;
	
}
body {
	font-family: verdana, arial, helvetica, sans-serif;
	
    font-size: 12pt;
	color: black;
	background-color: #66547C;
	margin-left: 0px;
	margin-right: 0px;
	margin-top:auto;
	margin-bottom:auto;
/*	
	background-image: url(back.gif);
	background-repeat: repeat;
*/
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	
}

html, body {
    height: 100%;
}

#container 
{
	font-size: 12pt;
    height: 100%;
    min-height: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top:auto;
	margin-bottom:auto;
/*	
	border-left: 2px solid #66547C;
	border-right: 2px solid #66547C;
*/
}

#content 
{
	background-color: #66547C;
}

div.PageContent
{
	text-align: center;
	width: 700px;
}

a:link {
	color: #330066;
	}
a:visited {
	color: #330066;
	}
a:hover {
	color: #003366;
	}
a:active {
	color: #003366;
	}
	
p 
{
	font-size: 70%;
	line-height: 130%;
	padding-bottom: 1em;
}

h1 
{
	background-color: #2B0D4F;
	font-size: 135%;
	line-height: 100%;
	font-weight: normal;
	color: #FFFFFF;
	padding: 4px 20px 6px 20px;
}

table 
{
	font-size: 70%;
	line-height: 130%;
}

td.InputLabel
{
	text-align: right;
	font-size:8pt;
}
div.InputLabel
{
	text-align: right;
	font-size:8pt;
}

.TextHeader
{
	font-size:8pt;
	font-weight:bold;
	text-align:center;
}

td.ButtonCell 
{
	 padding-top: 5px;
	 padding-bottom: 5px;
}

.ResultTextBox 
{
	width: 100px;
	background-color: #FFFFCC;
	border: 1px solid gray;
	border-style: inset;
	text-align: right;
}

.ValidationLabel
{
	font-size: 10pt;
}


/************* Header and Footer ****************/
#header 
{
	margin-top: 20px;
	margin-bottom: 30px;
	width: 700px;
}

#footer 
{
	text-align: center;
	font-size: 8pt;
    padding-top: 10px;
    padding-bottom:8px;
    background-color: #66547C;
}
div#footer a {
	color: #6699CC;
	}
div#footer a:hover {
	color: #99CCFF;
	}

#disclaimer
{
	font-size: 8pt;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;	
	background-color: White;
	margin-top:auto;
	margin-bottom:auto;
}

/***********************************************/
.GrsTabButton
{
	font-size:8pt;
	height: 20px;
	background-color: #BBBBBB;
	border-top: 1px solid #66547C;
	border-left: 1px solid #66547C;
	border-right: 1px solid #66547C;
	text-decoration:none;
	text-align: center;
	padding-bottom: -20px;
	
}

.GrsButton 
{
	color: #FFFFFF;
	background-color: #2B0D4F;
	font-size: 8pt;
	height: 15px;
	display: inline;
}

a.GrsButton
{
	color: #FFFFFF;
	text-decoration: none;
	/*background-color: #66547C;*/
	background-color: #2B0D4F;
	border: 1px solid black;
	padding: 3px 5px 3px 5px;
	
}

a:visited.GrsButton
{
	color: #FFFFFF;
	background-color: #2B0D4F;
	font-size: 8pt;
	height: 15px;
	display: inline;
}

a:hover.GrsButton 
{
	color: #FFFFFF;
	background-color: #8E79A7;
}

/***************************
*
* Graph and Menu Buttons
*
**************************/
.GraphObject
{
	width: 700px;
	height: 550px;
	background-color: #EEEEEE;
	border-bottom: 1px solid #66547C;
	border-top: 0px;
	padding-top: -2px;
}

.TabButton
{
	font-size:8pt;
	height: 20px;
	width: 150px;
	background-color: #BBBBBB;
	border-top: 1px solid #66547C;
	border-left: 1px solid #66547C;
	border-right: 1px solid #66547C;
	text-decoration:none;
	text-align: center;
}

.TabButtonText
{
	font-size:8pt;
	cursor:pointer;
	text-decoration:none;
	text-align: center;
}

a.TabButtonText
{
	font-size:8pt;
	text-decoration:none;
	text-align: center;
}

a:hover.TabButtonText
{
	color: white;
	height: 20px;
	width: 150px;
}

a:visited.TabButtonText
{
	font-size:8pt;
	text-decoration:none;
	text-align: center;
}

.TabButtonSelected 
{
	color: Black;
	font-weight:bold;
	font-size:8pt;
	height: 20px;
	width: 150px;
	background-color: #EEEEEE;
	border-top: 1px solid #66547C;
	border-left: 1px solid #66547C;
	border-right: 1px solid #66547C;
	cursor:default;
	text-decoration:none;
	text-align: center;
}

a.TabButtonSelectedText 
{
	color: Black;
	font-weight:bold;
	font-size:8pt;
	cursor:default;
	text-decoration:none;
}

a:hover.TabButtonSelectedText
{
	padding-bottom: -20px;
}

a:visited.TabButtonSelectedText
{
	color: Black;
	font-weight:bold;
	font-size:8pt;
	cursor:default;
	text-decoration:none;
	text-align: center;
}

.UpdateProgressBody 
{
	background-color: #FFFAF0;
	text-align: center; 
	position: absolute; 
	z-index: 999;
	border: solid 1px black;
}

.Help
{
	background-color: #FFFAF0;
	border: solid 1px black;
	width: 400px;
}

.HelpHeader 
{
	background-color: #66547C;
	line-height: 100%;
	font-weight: normal;
	color: #FFFFFF;
	padding: 4px 20px 6px 5px;
}

.HelpLink 
{
	cursor: help;
}

/********************************************
*		CPI Reports Page styles				*
********************************************/
.CPIDropDownList
{
	font-size: 8pt;
	vertical-align: middle;
	text-align:left;
}

.CPIGridStyle_Base 
{
	border: solid 1px black;
}

.CPIGridStyle_Header
{
	background-color:#FFFFCC;
	text-align: center;
}

.CPIGridStyle_Header a:link, .CPIGridStyle_Header a:visited
{
	color:Black;
	text-decoration: underline;
}

.CPIGridStyle_Header a:hover
{
	color:Black;
	text-decoration:none;
}

.CPIGridStyle_Row
{
	background-color:White;
	text-align:right;
}

.CPIGridStyle_RowAlt
{
	background-color: #FFFFCC;
	text-align: right;
}

.CPIGridStyle_Item
{
	border: solid 1px black;
}

.CPIGridStyle_ItemHeader 
{
	border: solid 1px black;
}

.CPIGridStyle_YearItem
{
	border: solid 1px black;
	padding-right: 20px;
}

/********************************************
*		Plan Design Page styles				*
********************************************/

.PlanDesignTable
{
	 margin-left:auto;
	 margin-right:auto;
	 width:650px;
}

.PlanDesignDropDown
{
	width: 125px;
}
.PlanDesignTextBox
{
	width:120px;
}