﻿body
{
	font-family: Verdana;
	background-color: #5F76AB;
}
.Content
{
	border-right: #800000 thin solid;
	border-top: #800000 thin solid;
	border-left: #800000 thin solid;
	width: 78%;
	border-bottom: #800000 thin solid;
	height: 500px;
	background-color: #D7E6F6;
	left: 10%;
	position: absolute;
	font-size: smaller;
	font-family: Verdana;
	text-align: center;
	
}

.HeaderContent
{
	font-weight: bold;
	color: maroon;
	font-family: Verdana;
	background-color: #ffe4c4;
	border-bottom: maroon thin solid;
	text-align: center;
    width: 100%;
    
}
.PageContent
{
	border-right: maroon 1px solid;
	border-top: maroon 1px solid;
	font-size: small;
	border-left: maroon 1px solid;
	border-bottom: maroon 1px solid;
	font-family: Verdana;
	background-color: white;
	color: maroon;
	width: 100%;
	height: 100px;
	left: 1%;
	position: absolute;
}

.MainContent
{
	background-color: #FFFFFF;
	
}

.Label
{
	font-weight: normal;
	color: #0066cc;
	font-size: small;
	font-variant: normal;
}
.SurveyControl
{
	background-color:#D8E1F5;
}
.SurveyBorder
{
	border: 1px solid;
	border-color: #000099;
}
.SurveyTitle
{
	font-weight:bold;
	font-size:x-large;
	color: Navy;
}
.SurveySection
{
	font-weight:bold;
	font-size:large;
	color:White;
}
.SurveySectionBackground
{
	background-color:#006666;
}

/* Define the looks of each ItemRow in a GridView */
.GridRowStyle
{
	padding-left: 3px;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	background-color: #D7E6F6;
	color: #2f4f4f;
}

/* Define the looks of each alternating Row in a GridView */
.GridAlterenatingRowStyle
{
	padding-left: 3px;
	background-color: #ffffff;
	color: #2f4f4f;
}

/* Define the looks of the header Row in a GridView */
.GridHeaderStyle
{
	background-color: #5F76AB;
	padding-left: 3px;
	color: #ffffff;
	font-weight: bold;
}

/* Define the looks of each link in the header of a GridView */
.GridHeaderStyle a 
{
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}

.Index I
{
	z-index: -100;
}

.Repeater
{
	border-right: #5975a5 1pt solid;
	border-left: #5975a5 1pt solid;
	border-bottom: #5975a5 1pt solid;
	border-top: #5975a5 1pt solid;
	background-color: #d7e6f6;
}

