﻿/* * * * * * * * * * * *
 * LOCATION BAR 
 * * * * * * * * * * * */

.tableLocationBar {
	background-color: #E9F8CC;
	padding: 4px;
}

/* * * * * * * * * * * *
 * MENU
 * * * * * * * * * * * */
.TopMenuGroup {
	color: #FFFFFF;
	font-family: arial, helvetica, sans-serif;
	border: none;
	background-color: #8B1600;
	/*border-top: 1px solid #003300;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #333333;*/
}

.MenuGroup
{
  background-color:#006600;
  border:1px solid black; 
}

.MenuItem
{
	color:white;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	font-weight:bold;
	margin:0px;
	cursor:default;
	border: none;
	/*border-top: 1px solid #669966;
	border-right: 1px solid #669966;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #000000;*/
}

.MenuItemHover 
{
	background-color: #CCCCCC;
	color: #006600;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	font-weight:bold;
	border: none;
	/*border-top: 1px solid #669966;
	border-right: 1px solid #669966;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #000000;*/
	cursor:default;
	margin: 0px;
}



/* * * * * * * * * * * *
 * FOOTER
 * * * * * * * * * * * */						

.textFooter		{
				font-size: 10px;
				color: #ebebeb;
				padding:3px;
				vertical-align: middle;
				}
		
.textFooter a:link	{color:#ebebeb;}
.textFooter a:visited {color:#ebebeb;}	
.textFooter a:hover {color:#ebebeb;}

.tablePreFooter	{
					width: 100%;
					height: 100px;
					background-color: #ffffff;
					}
					
.tableFooterInside	{
					width:770px;
					min-width: 770px;
					text-align: middle;
					}
					
.tableFooter		{
					width: 100%;
					height: 10px;
					text-align: middle;
					background-color: #006600;
			        border-width: 0;							
					}
