﻿a
{
	color: #cd0100;
}
body
{
	font-family: Arial;
	font-size: 10pt;
}
td
{
	font-family: Arial;
	font-size: 10pt;
}
.red
{
	color: #cd0100;
}
.gold
{
	color: #ff9a00;
}
#menu
{
	background-color: #cd0100;
	padding: 3px;
	border-top: solid 3px #ff9a00;
	border-bottom: solid 3px #ff9a00;
}
#menu A
{
	color: White;
	text-decoration: none;
}
#menu A:hover
{
	text-decoration: underline;
}
#content
{
	padding: 10px;
}
#footer
{
	padding: 3px;
	border-top: solid 1px #ff9a00;
	font-size: 8pt;
}
#footer A
{
	color: #cd0100;
	text-decoration: underline;
}
h1
{
	font-size: 16pt;
	font-weight: bold;
	color: #777777;
}
h2
{
	font-size: 14pt;
	font-weight: bold;
	color: #999999;
}
h3
{
	font-size: 12pt;
	font-weight: bold;
	color: #999999;
}
table.list
{
	border-top: solid 1px #777777;
	border-left: solid 1px #777777;
}
table.list th
{
	border-bottom: solid 1px #777777;
	border-right: solid 1px #777777;
}
table.list td
{
	border-bottom: solid 1px #777777;
	border-right: solid 1px #777777;
}
.button
{
	width: 80px;
}


/* Inventisoft Classes */
.ErrorList
{
	color: Red;
}

input.CalendarInputTextBox
{
	border: none 0px;
	font-size: 10pt;
}

div.CalendarInputContainer
{
	width: 85px;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
	border-top: solid 1px #999999;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	height: 30px;
	background-color: white;
}

div.CalendarInput
{
	margin-top: -3px;
	float: left;
}

div.CalendarInputIcon
{
	float: right;
	background-color: Green;
}
