﻿body
{
	background-image: url(/App_Images/3DinnovationsWebDesign02-BGgrad.jpg);
	background-repeat:repeat-y;
	background-position: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}

img
{
	border: 0px;
}

h3
{
	margin: 0px;
}

#mainDiv
{
	
}

#mainDiv #content
{
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

#mainDiv #mainContent
{
	padding: 15px;
	padding-left: 30px;
	padding-right: 30px;
}

#header
{
	position: relative;
}

#header #logo
{
	background-image: url(/App_Images/subheader.png);
	background-repeat: no-repeat;
	float: left;
	height: 120px;
	width: 900px;
}

#footer
{
	color: #0e4379;
	font-size: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 820px;
}

#footer a
{
	color: #0e4379;
	text-decoration: none;
}

#footer a:hover
{
	color: #4195e9;
	text-decoration: underline;
}


#customerPortalNav
{
	float: right;
	margin-right: 20px;
	text-align: right;
}

#customerPortalNav .separator
{
	margin-right: 7px;
	margin-left: 7px;
}

#customerPortalNav a
{
	color: #0e4379;
	font-size: 11px;
	font-weight: bold;
}

#customerPortalNav a:hover
{
	color: #4195e9;
}








.GridView_HeaderStyle
{
	color: #FFFFFF;
	font-size: 8pt;
	font-weight: bold;
	background-color: #4B75B3;
}

.GridView_RowStyle
{
	font-size: 8pt;
	background-color: #FFFFFF;
	border-bottom: 1px solid #CADBE5;
}

.GridView_AlternatingRowStyle
{
	font-size: 8pt;
	background-color: #F9FCFF;
	border-bottom: 1px solid #CADBE5;
}

.GridView_FooterStyle
{
	background-color: #D7E7F7;
}

.GridView_PagerStyle
{
	background-color: #D7E7F7;
	color: #000000;
	font-size: 8pt;
}







#confirmation
{
	background-color: #e5ffe6;
	border-top: 1px #3dbe43 solid;
	border-bottom: 1px #3dbe43 solid;
	margin-bottom: 10px;
}