﻿body
{
	font-size: 8pt;
	font-family: Tahoma, Arial;
	color: #666666;
}
H1
{
	font-weight: bold;
	font-size: 10pt;
	font-family: PragmaticaCTT, Tahoma, Arial;
	display: block
}
H1.blue
{
	color: #6699CC;
}
H1.green
{
	color: #669933;
}
H1.gray
{
	color: #996666;
}
FIELDSET
{
	position:relative;
	padding: 5px 5px 5px 5px;
}
.long
{
	float: right;
	display: inline-block; 
	position: relative;
	right: 0px; 
	top: -3px; 
	width: 500px;
}
.med
{
	float: right;
	display: inline-block; 
	position: relative;
	right: 0px; 
	top: -3px; 
	width: 300px;
}
.short
{
	float: right;
	display: inline-block; 
	position: relative;
	right: 0px; 
	top: -3px; 
	width: 100px;
}
.button
{
	float: none;
	width: auto;
}
.uploadleft
{
	float: left;
	width: 200px;
}
.uploadright
{
	float: right;
	width: 200;
}
/*
Style for new user table
*/
.newusercell
{
	margin: 0px 10px 0px 10px;
}
/*
Style for menu table
*/
.menubgd
{
	background-image:url('/Rotary/Images/MenuBgd.gif');
}
.menutext
{
	text-decoration:none;
	color:#666666;
}
/*
Special style classes for ASP gridview control.
*/
.gridcells table, .gridcells tr, .gridcells td, .gridcells th 
{
	border: none 0 0;
}
.gridall 
{
	width: 200px;
	border: none 0 0;
}
