﻿HTML
{ height:99%; width:100%;  }
body
{
	height: 100%;
	width: 100%;
	font-family: Cambria, Tahoma;
	font-size: 13px;
	margin: 0px;
	background-color: #f1fff0;
}
form
{ height:100%; width:100%; vertical-align:middle; }
.header
{
	height: 40px;
	display: block;
	background-image: url(imgs/mdlgrn.jpg);
	text-align:center; font-weight:bold; font-size:18px; color:#ffffcc;
	width:100%;
	 
}
.hpd
{padding-top:10px; height:30px; margin-bottom:10px; }
.btn
{
	width: 150px;
	padding: 2px;
	margin: 3px;
	border-bottom: #006600 thin solid;
	border-left: #006600 thin solid;
	background-color: #99cc00;
	border-top: #006600 thin solid;
	border-right: #006600 thin solid;
	font-family: Tahoma, Cambria;
	cursor:pointer;
	color: #003300;  width:300px; 
}
.gridhdr
{
	background-color: #6ba467;
	height: 30px;
	font-weight: bold;
	text-align: center;
}
.gridftr
{
	background-color: #56d255;
	height: 20px;
	font-weight: bold;
	text-align: center;
}
.gridro
{
	background-color: #c7ffc6;
	height:25px;cursor:pointer;
} 
.gridro1
{
	background-color: #c7ffc6;
	 cursor:pointer;
}
.gridro1:hover
{
	background-color: #9fe09d;
}
.gridro:hover
{
	background-color: #9fe09d;
}
.btns
{
	border-bottom: #006600 1px solid;
	border-left: #006600 1px solid;
	background-color: #99cc00;
	font-family: Cambria;
	font-size: 16px;
	border-top: #006600 1px solid;
	border-right: #006600 1px solid;
	padding-bottom: 1px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
	cursor:pointer;
}

.showable
{}
.printable
{}
.showable .nonprint
{ display:inherit;}
.printable .nonprint
{ display:none; } 