﻿html
{
	width:100%;	
	height:100%;
}

body, form
{
	font-family:"Myriad Pro", "Trebuchet MS", "Lucida Sans", Arial, Sans-Serif;
	font-size:small;
	width:800px;
	height:100%;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	background-color:Gray;
}

h1
{
	/*color:#990000;*/
	color:Black;
	font-weight:bold;
	font-size:small;
	display:inline;
}
hr
{
	width:90%;
	margin-left:auto;
	margin-right:auto;
}
.largeText
{
	font-size:14px;
	line-height:18px;
	font-weight:bold;
	margin:0 0 1em 0;
}
.no-wrap
{
	white-space:nowrap;
}
a
{
	font-size:12px;
	text-decoration:none;
}
a:hover
{
	color:Orange;
	text-decoration:underline;
}
img
{
	border:none;
	margin:0;
	padding:0;
}
.error
{
	color:#f00;
	font-weight:bold;
}
.bold
{
	font-weight:bold;
}
.clear
{
	clear:both;
}
.clear-l
{
	clear:left;
}
.clear-r
{
	clear:right;
}
.disabled
{
	color:#999;
}

/* this is applied to a TR (can't change background-color, etc.) */
.disabledUser
{
    text-decoration: line-through;
}