﻿html
{
	height: 100%;
}

body
{
	background-position: 0 0;
	padding: 20px;
	background: #818698 url('/Images/grad4.png') repeat-x 0 0;
	font: 14px/normal Tahoma, Arial, Helvetica, sans-serif;
}

.wrapper 
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -142px; /* the bottom margin is the negative value of the footer's height */
}

.footer, .push 
{
	height: 59px; /* .push must be the same height as .footer */
}

.Button
{
	border: thin double #6A6A6A;
	font-family: Tahoma;
	background-color: Silver;
	color: Black;
} 	

.Button:hover
{
	border: thin double #6A6A6A;
	font-family: Tahoma;
	background-color: #dbe5e6;
	color: Black;
} 	

td
{
	font-family: Tahoma;
	font-size: small;
	color: Black;
}

th
{
	font-family: Tahoma;
	font-size: small;
	font-weight:bold;
}

.bold
{
	font-weight:bold;	
}

input
{
	font-family: Tahoma;
	font-size: small;
}

Panel
{
	margin-left: 20;
	marker-offset: 20;
	padding-left: 20;
	padding-right: 20;
	
	vertical-align:bottom;
	width: 500;
	background-color: #dbe5e6;
}

li
{
	font-weight:bold;
}

a
{
	color:Black;
}

a:hover
{
	color:GrayText;
}

div.LightPanel
{
	background-color: #E4E7ED;
}
