body
{
	background-color: white;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial ,sans-serif;
	font-size: 70%;
	color: black;
}

a
{
	color:#0000CC;
}

h1
{
	font-size: 1.5em;
	margin: 0.5em 0 0.5em 0;
}

h2
{
	font-size: 1.25em;
	margin: 0.5em 0 0.5em 0;
}

h3
{
	font-size: 1em;
	margin: 0.5em 0 0.5em 0;
}

.calHeader
{
	background-color: #0065B6;
	color: #FFF !important;
}

/* Style to apply to all link buttons */
.submitBtn
{
	background-color: #0065B6;
	color: #FFF;
	border: 1px solid #00457D;
	padding: 2px 7px 2px 7px;
	margin: 2px 0 0 0;
	font-size: 90%;
}

.submitBtn:hover
{
	background-color: #1075C6;
	text-decoration:none !important;	
}

/* These styles are applied to data entry forms */

.fieldRow
{
	margin-top: 0.5em;
}

.buttonPanel
{
	margin: 8px 0 5px 5px;
}

fieldset, .completed
{
	border: 1px solid #286ea0;
	padding: 5px;
	margin: 5px 0 0 5px;
}

fieldset legend
{
	font-weight: bold;
	font-size: 1.1em;
	color: #286ea0;
}

.fieldRow .label
{
	width: 200px;
	float: left;
	font-weight: bold;
}

.fieldRow input
{
}

.fieldRow textarea
{
}

/* Style for form validation errors */

.validationError 
{
	color: red !important;
	font-style: italic;
}