﻿h4
{
	width: 100%;
	font-size: 12px;
	font-weight: normal;
	margin: 5px 0px 10px 0px;
	padding: 0px;
	color: #909090;
	border-bottom: solid 1px #909090;
}

a.menuHeader:link, a.menuHeader:visited
{
	font-weight: bold;
	width: 100%;
	padding: 2px 6px 2px 6px;
	color: #10669e;
	text-decoration: none;
	margin-top: 5px;
}

a.menuHeader:active, a.menuHeader:hover
{
	font-weight: bold;
	width: 100%;
	background-color: #e7e7e7;
	padding: 2px 6px 2px 6px;
	color: #10669e;
	text-decoration: none;
	margin-top: 5px;
}

a.menuItem:link, a.menuItem:visited
{
	width: 100%;
	border-bottom: solid 1px #efefef;
	padding: 2px 6px 2px 10px;
	color: #777777;
	text-decoration: none;
}

a.menuItem:active, a.menuItem:hover
{
	width: 100%;
	border-bottom: solid 1px #efefef;
	background-color: #e7e7e7;
	padding: 2px 6px 2px 10px;
	color: #777777;
	text-decoration: none;
}

a.blackLink:link, a.blackLink:visited
{
	color: #000000;
	text-decoration: none;
}

a.blackLink:active, a.blackLink:hover
{
	color: #000000;
	text-decoration: underline;
}

.modalDialog
{
	position: absolute;
	z-index: 9999;
	width: 300px;
	background-color: #1192ba;
	border: solid 1px #86b71d;
	color: #ffffff;
	padding: 20px;
}

.modalDialog h1
{
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
}