﻿body
{
}

.button
{
    border: 1px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
    color:black; 
	background:white;
	text-align:center;
	text-decoration:none;
	font-family:Trebuchet MS;
    font-size:10pt;
    font-weight:bold;
    text-decoration:none; 
    padding: 3px 10px 3px 10px;
    margin: 5px;
}

.button:hover
{
	background:lightgray;
}

.textField
{
    border: 1px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
    color:black; 
	background:white;
	text-align:center;
	text-decoration:none;
	font-family:Trebuchet MS;
    font-size:10pt;
    font-weight:bold;
    text-decoration:none;
    padding: 3px 10px 3px 10px;
    margin: 5px;
}

.textField:hover
{
    background:lightgray;
}

.errorText
{
    color:red; 
}

.toUpper
{
    text-transform:uppercase;
}

.gridHeader
{
    background-color: #191970;
    color: White;
    text-align: center;
    font-weight:bold;
}

.gridFooter
{
    background-color: #3C0;
    color: Black;
    text-align: center;
    font-weight:bold;
}

.gridLineEven
{
    background-color: Gainsboro;
}

.gridLineOdd
{
    background-color: WhiteSmoke;
}

.centered
{
    margin: auto;
}

.menu1
{
    border: 1px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
    color:black; 
	background:white;
	text-align:center;
	text-decoration:none;
	font-family:Trebuchet MS;
    font-size:10pt;
    font-weight:bold;
    text-decoration:none; 
    padding: 3px 10px 3px 10px;
    margin: 5px;
}

.menu1Active
{
    border: 1px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
    color:white; 
	background:gray;
	text-align:center;
	text-decoration:none;
	font-family:Trebuchet MS;
    font-size:10pt;
    font-weight:bold;
    text-decoration:none; 
    padding: 3px 10px 3px 10px;
    margin: 5px;
}

