h5
{
	color: #34729D;
}
table.inputTable
{
	width: 90%;
}
td.inputTableLeftColumn
{
	width: 24%;
}
td.inputTableRightColumn
{
	width: 76%;
}
td.inputTableHeader
{
	font-weight: bold;
}
td.inputTableCaption
{
	text-align: left;
}
input
{
	visibility: visible;
	border: 1px solid #6099C0;
	color: Black;
	background-color: white;
	vertical-align: middle;
}
.inputErrorSummary
{
	margin: 10px 0px 10px 0px;
	padding: 10px;
	border: solid 1px #ffa500;
	background: #ffce7b;
}
.inputRequired
{
	background: url(/index/sitecollectionimages/required.gif) center left no-repeat;
	padding: 0 0 0 8px;
	color: White;
}
.inputGridViewSubHeader
{
	background-color: #F3F3F3;
	font-weight: bold;
}
/* fix SP image caching problem */
.search
{
	background: url(/index/sitecollectionimages/search_hia.gif);
}

a.plainUrl:link
{
	text-decoration: none;
	color: #3c3c3c;
}
a.plainUrl:visited
{
	text-decoration: none;
	color: #3c3c3c;
}

/* fix now media */
#footer
{
	position: relative;
}
#contentAreaButtons
{
	height: 493px;
}
#contentAreaButtons
{
	height: 493px;
	position: relative;
	top:0px
}
