@import url("/css/hsi.css");
body 
{
	margin:0;
	color: Black;
	font-family: Arial;
}

.divContent
{
	background-color: #FFFADA;
	scrollbar-base-color: #EFEA9A;
}

.calendarHeader
{
	color: White;
	background-color: #38599e;
}

.calendarSelectedDay
{
	color: Red;
	background-color: #38599e;
	font-weight: bold;
}

.headerCell
{
	color: white;
}

.inputField
{
	background-color: White;
	color:Black;
	font-family: Arial;
	font-size: 12pt;
}

.inputButton
{
	background-color: #E6EAED;
	color:#38599e;
	font-family: Arial;
	font-size: 12pt;
	font-style: oblique;
}

.TagLabel {
	color: #E17812;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}
.FeedbackLabel {
	color: Red;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}

hr
{
	color: Navy;
}

.adminContent
{
	width: 100%;
	text-align: center;
	background-color:#FFFADA;
}

.commLink
{
	color: navy;
	text-decoration: underline;
	font-family: Arial;
	font-size: 10pt;
}

.adminLink
{
	color: #73AE6A;
	text-decoration: underline;
	font-family: Arial;
	font-size: 12pt;
	font-style: normal;
}
.navLink
{
	color: White;
	font-family: Arial;
}

.bodyLink
{
	color: #E17812;
	text-decoration: underline;
	font-family: Arial;
	font-size: 12pt;
	font-style: normal;
}

.bodyLink:hover 
{
	color: navy;
	text-decoration: underline;
}

.bodyLink:visited
{
	color: #E17812;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

img 
{
	border:0;
}
.labelCell
{
	text-align:right;
	vertical-align:top;
}

