﻿.mainAnnouncements a,
.mainContentArea a
{
	color: #02a8e6;
	text-decoration: none;
}

.mainAnnouncements a:hover,
.mainContentArea a:hover
{
	color: #96cbf4;
	text-decoration: underline;
}

.mainAnnouncements a:visited,
.mainContentArea a:visited
{
	color: #023761;
}

.footer a:hover
{
	color: #FFF;
}

.menuHover td,
.loginHover
{
	height: 24px;
	background: url(Images/MenuBackground.jpg) repeat-x;
	color: #023761;
}

.loginHover
{
	padding: 0 2px;
}

.loginHover a
{
	color: White;
	text-decoration: none;
}

.loginNormal
{
	padding: 0 2px;
}

.loginNormal a
{
	color: #023761;
	text-decoration: none;
}

a.menuHover
{
	color: White;
}

.menuNormal
{
	color: #023761;
	padding: 0 2px;
}

.dropMenu
{
	background: #02a8e6;
}

.imageThumbnail
{
	/*position: relative;*/
	display:inline;
	float: left;
	width: 160px;
	height:160px;
	margin: 16px;
	background: url('Images/GalleryImageBackground.jpg') no-repeat;
}

.imageThumbnailInner
{
	cursor: pointer;
	/**position: absolute;**/
	top: 0;
	left: 0;
	margin: 0;
	width: 160px;
	height: 160px;
	background: no-repeat center center;
}

.galleryContainer
{
	margin: 0 auto;
}

.clearboth { clear: both; }

.itemEven { background-color: transparent; }
.itemOdd { background-color: Silver; }

.mainInfoHeader
{
	margin: 10px auto 20px auto;
	padding: 4px;
	width: 80%;
	font-size: .7em;
	text-align: center;
	font-weight: bold;
	/*color: #023761;*/
	border: solid 1px #023761;
}

.mainAnnouncements
{
	width: 32%;
	float: left;
}

.mainPageContent
{
	padding: 0 4px;
	width: 65%;
	float: right;
	/*color: #023761;*/
}

.history p,
.mainPageContent p
{
	margin: 10px 0;
	text-indent: 1em;
}

.history
{
	width: 80%;
	margin: 0 auto;
}

.history h3
{
	text-align: center;
	margin-top: 20px;
	color: #023761;
}

.tableContainer
{
	padding: 0 4px;
	border: solid 1px #023761;
}

.tableHeader
{
	font-size: .7em;
	font-weight: bold;
	color: #023761;
	padding: 4px 0;
	text-align: center;
}

.tableRow
{
	padding: 10px 0;
	border-top: solid 1px #02a8e6;
	/*color: #023761;*/
	font-size: .9em;
}

.announcementBody
{
}

.announcementUser,
.announcementPosted
{
	padding-top: 2px;
	font-size: .7em;
	font-style: italic;
	color: #023761;
}

.galleryImageInfo
{
	color: #023761;
}

.bigGalleryImage
{
	width: 575px;
	height: 575px;
	background: transparent center center no-repeat;
}

.FeedbackMessage
{
	color: Red;
	font-weight: bold;
	font-style: italic;
}
