﻿body {
}

.empty
{
	background-color: Window;
	border: none;
}

.topbutton
{
	border: 1px #C0C0C0 solid;
	color: Gray;
	cursor: hand;
	text-align: center;
	font-size: 9pt;
	height: auto;
	background-color:White;
	padding-left: 7px;	
	padding-right: 7px;	
	text-decoration: none;
}

.topbuttonhover
{
	border: 1px #F9BA05 solid;
	color: White;
	cursor: hand;
	text-align: center;
	font-size: 9pt;
	height: auto;
	background-color:#F9BA05;
	padding-left: 7px;	
	padding-right: 7px;	
	text-decoration: none;
}

.PageName
{
	font-size: 16pt;
	color: #005180;
	font-weight: bold;
	position:relative;
	top: -55px;
	width:auto;
}

.divLeft
{
	position: absolute;
	top: 175px;
	left: 5px;
	width:200px;
	height:600px;
	text-align:center; 
	
	padding-left:3px; 
	border: 1px #C0C0C0 solid;
}

.divRight
{
	position: absolute;
	top: 175px;
	left: 210px;
	width: 70%;
	height: auto;
	
	padding:3px;
	border: 1px white solid; 
}

.btnClass
{
	cursor:auto;	
	font-size: 10pt;
	width: auto;
}