﻿/* * * * * * * * * * * *
 * LOCATION BAR 
 * * * * * * * * * * * */						

.tableLocationBar 
{
	background-color: #d1e2fe;
	padding: 4px;
}

/* * * * * * * * * * * *
 * MENU
 * * * * * * * * * * * */						

.TopMenuGroup
{
	color:#FFFFFF;
  	font-family: arial, helvetica, sans-serif;
	background-color:#00257A;
	border: none;
	/*border-top: 1px solid #003333;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #333333;*/
}

.MenuGroup
{
	background-color:#00257A;
	border: none;
	/*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 #666699;
	border-right: 1px solid #666699;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #000000;*/
}
.MenuItem:nth-last-child(-n+2)
{
	color: #D2F2FD;
	/*padding-left: 40px;*/
}

.MenuItemHover 
{
	background-color: #CCCCCC;
	color: #00257A;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	font-weight:bold;
	border: none;
	/*border-top: 1px solid #666699;
	border-right: 1px solid #666699;
	border-bottom: 1px solid #333333;
	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: center;
					}
					
.tableFooter		{
					width: 100%;
					height: 10px;
					text-align: middle;
					background-color: #00257A;
			        border-width: 0;							
					}
					