﻿body
{
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 13px;
	background-color: #bbccaa;
}

.Panel
{
	margin: 0;
	padding: 5px;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 13px;
}

.headerLogo
{
	top: 0px;
	position: absolute;
	z-index: -1;
	visibility: visible;
}

.headerMenu
{
	padding-left: 9px;
	padding-top: 15px;
	position: absolute;
	z-index: 1;
	visibility: visible;
}

.headerWelcome
{
	font-weight: bolder;
	font-size: 36px;
	font-family: Comic Sans MS;
	color: White;
	left: 36px;
	padding-top: 65px;
	position: relative;
}

#maincontainer
{
	width: 980px; /* Width of main container */
	margin: 0 auto; /* Center container on page */
}

#topsection
{
	height: 200px; /* Height of top section */
}

#contentwrapper
{
	float: left;
	width: 100%;
	text-align: left;
	vertical-align: top;
}
#contentcolumn
{
	background: #FFFF99;
	text-align: left;
	vertical-align: top;
	margin-right: 285px; /* Set right margin to RightColumnWidth */
}

#rightcolumn
{
	padding-top: 5px;
	padding-bottom: 2px;
	float: left;
	width: 275px; /* Width of right column */
	margin-left: -275px; /* Set left margin to -(RightColumnWidth) */
	background: #B3A25B;
	text-align: center;
	position: static;
	top: auto;
	vertical-align: top;
}

#footer
{
	width: 100%;
	background: #D9C56F;
	color: Black;
	text-align: center;
	padding: 4px 0;
}
#footer a
{
	color: Black;
}

.innertube
{
	padding: 0px;
}

/* The header of this GridView */

.gridRowStyle
{
	background-color: inherit;
	color: Black;
}

.gridAlternatingRowStyle
{
	background-color: #ffffcc;
	color: Black;
}

.gridLargeRowStyle
{
	background-color: inherit;
	color: Black;
}

.gridLargeAlternatingRowStyle
{
	background-color: #ffffcc;
	color: Black;
}
