﻿.Header_Gray {
	border: 1px #808080 solid;
	color: #FFFFFF;
	background-color: #808080;
	padding: 5px;
	font-weight: bold;
	float: none;
	height: auto;
	font-size: 20px;
}
.BaseForm {
	border: 1px #808080 solid;
	width: 950px;
	text-align: left;
	overflow: hidden;
	height: auto;
}
.Main {
	float: none;
	padding: 10px;
	border-left-color: #808080;
	border-left-width: 1px;
	float: left;
	border-left-style: solid;
	width: 798px;
	background-color: #FFFFFF;
	overflow: hidden;
	height: auto;
	padding-bottom: 32767px;
	margin-bottom: -32767px; 
}
.Left_Menu {
	background-color: #EAEADF;
	width: 120px;
	float: left;
	padding: 5px;
	height: inherit;
	text-align: center;
	overflow: hidden;
	height: auto;
	padding-bottom: 32767px;
	margin-bottom: -32767px; 
}
.button1 {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	background-color: #808080;
	padding: 3px;
	width: 70%;
	margin-top: 20px;
	cursor:pointer;
}
body {
	background: url('back.png');
}
.center {
	text-align: center;
}
table.sheet {
	border: 1px #808080 solid;
	border-collapse: collapse;
	empty-cells: show;
	table-layout: auto;
}
table.sheet td{
	border: 1px #808080 solid;
}