﻿body
{
	font-family: Calibri, Verdana, Tahoma, MS Sans Serif;
	font-size: 0.8em;
}

/* Structure */
.HeadTable
{
	background-color: White;
	font-weight: bold;
	height: 40px;
	padding-left: 8px;
	vertical-align: middle;
	width: 100%;
}

.NavigationTable
{
	border-top: solid 1px #ACA899;
	border-bottom: solid 1px #ACA899;
	/*border-right: solid 1px #ACA899;*/
	background-color: #F0F0F0;
	width:100%;
}

.ContentHeader
{
	background-color: Gray;
	border-left: solid 1px Black;
	border-right: solid 1px Black;
	border-bottom: solid 1px Black;
	border-top: solid 1px Black;
	color: White;
	height: 24px;
	padding: 10px 15px 5px 5px;
	text-align: left;
	font-size: 1.2em;
}

.ContentToolbar
{
	background-image: url("Images/ToolbarBackground.jpg");
	background-repeat: repeat-x;
	background-color: Silver;
	font-size: 0.85em;
}

.ContentToolbarControl
{
	border: solid 1px #ACA899;
	background-color: White;
	height: 15px;
}

.HorisontalLine
{
	border-bottom: solid 1px LightGrey;
	height: 5px;
	width: 100%;
}
/* Structure */

/* Content */
.ApplicationHeader
{
	font-size: 1.4em;
}

.Navigation a:hover
{
	text-decoration: underline;
}

.Content
{
	font-size: 0.85em;
}

.FindLinkButton
{
	color: Red;
	background-color: black;
	height: 30px;
	width: 30px;
}

.DisabledHyperlink
{
	color: Gray;
}

/* Content */


