﻿.foo
{
}

html, body
{
	height:100%;
	text-align:center;
}

div.container {	text-align:center;}
div.Main
{
	width:100%;
	min-height:100%;
	height:auto !important;
	height:100%;
	position:relative;
	text-align:center;
}

div.Banner
{
	left: 0px;
	width: 100%;
	top: 0px;
	height: 115px;
	margin-top: 0px;
}

div.Menu
{
	left:0px;
	width: 200px;
	max-width: 200px;
	height:auto !important;
}

div.Contents
{
	position:fixed;
	text-align: left;
	vertical-align: top;
	overflow: auto;
	left: 202px;
}

.alternaterow
{
	width: 50%;
	padding-left: 5px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-color: #f0f0f0;
	font-size: 11px;
	color: #606060;
	border-width: 0px;
}
.row
{
	width: 50%;
    padding-left: 5px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #606060;
    border-width: 0px;
}
.GridViewHeader 
{
	border-top: 1px solid #90ADE9;
	background-color: #E7F2FF;
	background-image: url('../images/listthbgnormal.gif');
	background-position: bottom;
	background-repeat: repeat-x;
    padding-left: 4px;
    padding-right: 4px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: Black;
    font-weight: bold;
}