﻿body 
{
	margin: 0;
	padding: 0;
	border: 0;
	/*text-align: center;*/
	/*font-family: "Verdana", "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;*/
	font-family: "Verdana";
	/*color: #244e66;*/
	font-size:12pt;
	/*background-color: #64A4C9;*/
}		

h1, h2, h3, h4, h5, h6 {}

h1 
{
	font-size: 20pt;
	font-weight: normal;
}

#mainwrapper 
{
	margin: 0 auto;	
	width: 100%;
	text-align: center;
}

#header 
{
	margin-left: 0px;
	margin-bottom: 0px;
	/*color: #244e66;*/
	/*background-color: #64A4C9;*/	
	border:solid 1px #244e66;
	font-size: 16pt;
	font-weight: bold;
	padding:10px;
	/*border-bottom:solid 4px Black;*/
	background-image:url('Images/HeaderBackground.gif');
	background-repeat: repeat;
	height:40px;

}

/*
#site_Name
{
	color:#FFFFFF;
}
*/

#header-bottom
{
	width:100%;
	font-size: 14px;
	font-style: italic;
}

#content 
{
	width: 100%;
	border:solid 1px #244e66;
	background-color:White;
	border-top:solid 1px #244e66;
}

.MainMenu 
{
	width:180px;
	height:600px;
	padding-top:0px;
	text-align:left;
	background-image:url('Images/pipes.jpg');
	background-repeat:no-repeat;
}

#content-right 
{
	width:auto;
	border-left:1px solid #A7A7A7;
	padding:15px;
	vertical-align:top;
}

#breadcrumb 
{
	width: 100%;
	font-family: Verdana;
	font-size: 9pt;
	text-align: left;
}

#breadcrumb a 
{
	color: #244e66;
	text-decoration: none;
}

#breadcrumb a:hover 
{
	text-decoration: underline;
}
	
.menu_nodeStyle
{
	color:#244e66;
	font-family:"Verdana";
	font-size:10pt;
	padding: 5px 5px 5px 5px;
	width:100%;
	border:Transparent;
}

.menu_hoverNodestyle
{
	background-color:#64A4C9;
	border:solid 1px #64A4C9;
	color:#FFFFFF;
	cursor:pointer;
}

.menu_selectedNodestyle
{
	padding: 5px 5px 5px 5px;
	font-weight:bold;
	color:#000000;
}

.LoginForm
{
	border-right: #244e66 thin solid;
	padding-right: 5px;
	border-top: #244e66 thin solid;
	padding-left: 5px;
	padding-bottom: 5px;
	margin: 5px;
	border-left: #244e66 thin solid;
	padding-top: 5px;
	border-bottom: #244e66 thin solid;
}

.LoginForm iframe
{
	border-bottom: #244e66 thin solid;
	border-left: #244e66 thin solid;
	border-top: #244e66 thin solid;
	border-right: #244e66 thin solid;
}

.AlternatingRowStyle
{
	background-color:#cee1c6;
	border-color:#64A4C9;
	border-style:solid;
	border-width:2px; 
	
}

.SelectedRowStyle
{
	background-color:#eef4f1;
	border-color:#64A4C9;
	border-style:solid;
	border-width:2px; 
	
}

.RowStyle
{
	background-color:white;
	border-style:solid;
	border-width:2px;
	border-color:#244e66;
	
}

.HeaderStyle
{
	background-color:#86B573;
	font-weight:bold;
	border-color:#86B573;
	border-style:solid;
	border-width:2px; 
}

.PagerStyle
{
    background: #86B573;
    border-color: #86B573;
    border-style: solid;
    border-width: 1px;
}

.GridStyle
{
	font-size:10pt;
	width:100%;
	background-image:url("Images/headerbackground.gif");
	background-repeat:repeat;
	border-color:#86B573;
	border-style:solid;
	border-width:2px; 
}

.GridBorderStyle
{
	
}

.FormPrompt
{
	text-align:right;
}

.FormInput
{
	text-align:left;
}

.QuestionnaireTable h3
{
	text-align:left;
	margin-bottom:0px;
	margin-top:5px;
}

.AnswerControls,.QuestionnaireTable td
{
	text-align:left;
}

.QuestionnaireTitle
{
	margin-bottom:3px;
}

.Confirmation
{
	font-size: 14pt;
	color: Green;
}

.InstructionTable
{
	font-size:12pt;
	margin-top:20px;
	margin-bottom:20px;
}

.InstructionRow
{ 
	vertical-align: top; 
	padding:20px,20px,20px,20px;
}

.InstructionText
{ 
	text-align:left;
}

.InstructionImage
{
	text-align: right;
}

.Instruction td
{ 
	text-align: left;
}

legend
{
	color:#244e66;
}

.ProgramCell
{
	text-align:left;
	vertical-align:top;
}

.ProgramText
{
	font-size:smaller;
}

.MediaTable td
{
 padding-right:40px;
 padding-bottom:10px;
}

.MenuTab
{
	background-image:url('Images/MenuLabelBackground.gif');
	background-repeat:repeat-y;
	height:600px;
}

.HeaderRow
{
	color:White;
}

/* jpyle 11-01-2010 hide site name label */
#site_Name
{
	display: none;
	visibility: hidden;
}

