﻿/*
--------------------------------------------------------------------
	This section is for the NavBar on the left side of the page
--------------------------------------------------------------------
*/

.TopGroup
{
	background-color: white;
	color: #4970ac;
	font-size: 12px;
	font-family: Arial;
	cursor: pointer;
	padding-left: 15px;
	padding-bottom: 2px;
	padding-top: 1px;
	background-image: url(../images/blueline.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.SubItems
{
	padding-left: 25px;
	font-size: 11px;
	padding-bottom: 2px;
	color: darkgray;
	font-family: Arial;
	cursor: pointer;
}

.SubItemsHighlight
{
	padding-left: 25px;
	font-size: 11px;
	padding-bottom: 2px;
	color: darkgray;
	font-family: Arial;
	cursor: pointer;
	text-decoration: underline;
}




/*
--------------------------------------------------------------------
	This section is for the main menu on the from of the page
--------------------------------------------------------------------
*/

.TopMenuGroup
{
	/*background-color: #D9D9E6;*/
	background-color: #4970ac;
	color: white;
	font-family: Arial;
	font-size: 12px;
	cursor: pointer;
	font-weight: bold;
}

.TopMenuHover 
{
	background-color: #eeeeee;
	color: black;
	font-family: Arial;
	font-size: 12px;
	cursor: pointer;
	font-weight: bold;
}

.SubMenuItem
{
	color: black;
	background-color: #eeeeee;
	font-family: Ariel;
	font-size: 12px;
	margin: 1px;
	cursor: default;
	border-left: dimgray 1px solid;
	border-bottom: dimgray 1px solid;
	border-right: dimgray 1px solid;
}

.SubMenuItemHover 
{
	color: black;
	background-color: #aaaaaa;
	font-family: Ariel;
	font-size: 12px;
	margin: 1px;
	cursor: default;
	border-left: dimgray 1px solid;
	border-bottom: dimgray 1px solid;
	border-right: dimgray 1px solid;
}

/*
--------------------------------------------------------------------
	This section is for the page items
--------------------------------------------------------------------
*/
.PageTextFields
{
	font-size: 11px;
	border-style: solid;
	border-width: 1px;
}
	
