.error
{
	color: red;
	font-weight: bold;
}

.red
{
	color: red;
}

form
{
	margin: 0px;
	padding: 0px;
	display: inline;
}

.small
{
	font-size: 9px;
}

.small td
{
	font-size: 9px;
}

.medium
{
	font-size: 10px;
}

.gray
{
	color: #999999;
}

.required
{
	color: red;
	font-size: 10px;
	font-weight: bold;
}

.black
{
	color: black;
}

.bold
{
	font-weight: bold;
}

.left
{
	text-align: left;
}

.right
{
	text-align: right;
}

hr
{
	border-top: 1px dotted black;
	border-left: 0px;
	border-bottom: 0px;
	border-right: 0px;
	height: 0px;
}

.separator
{
	background: url('/ui/img/separator.gif') no-repeat;
	width: 1px;
	height: 16px;
}

.highlight
{
	padding: 4px;	
	background-color: #FFEE9F;
}

.highlight_green
{
	padding: 4px;	
	background-color: #88FFAA;
}

.highlight_blue
{
	padding: 4px;	
	border-top: 1px dotted #0095DF;
	border-bottom: 1px dotted #0095DF;
	background-color: #6ECCFF;
}
