﻿.Header
{
	color: #fff;
}

.ApplicationMode
{
	font-size: 16pt;
	font-family: Verdana, Helvetica;
	display: block;
}

.ApplicationName
{
	font-size: 2.5em; 
	font-family: Times New Roman; 
	color: #fff;
	display: block;
	padding-left: 5px;
	text-decoration: none;
}

.Version
{
	padding-left: 5px;
}

.Footer
{
	border-top: 2px solid #fff;
	color: #fff;
	font-size: 0.85em;
	padding: 20px;
	text-align: center;
}

.Header a:link,
.Header a:visited,
.Footer a:link,
.Footer a:visited
{
	color: #fff;
	text-decoration: underline;
}

.Header a:hover,
.Footer a:hover
{
	color: #390;
	text-decoration: none;
}

/* ----------------------------------------- */
/* All Classes Used By Default MenuBar Skin  */
/* ----------------------------------------- */

/* Used when menu is not visible */
.NoMenu
{
	width: 100%;
	height: 2px;
	background-color: #ffffff;
}

/* Used by the html cell directly to the right of the menu to extend 
   the background color to the right end of the screen */
.MenuBackground
{
	border-top: solid 2px #fff; 
	border-bottom: solid 2px #fff;
	background-color: #ccc;
	width: 100%;
}

/* These (2 css classes) apply to the Label inside the MenuItem with SkinID="MenuItem" */
.MenuItemLabel
{
	display: block;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10.2px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #773c0d;
}

/* This applies to the StaticMenuItemStyle of the Default Menu */
.MenuItemStyle
{
	border-left: solid 2px #ccc; 
	border-right: solid 2px #ccc;
	text-decoration:none;
	white-space:nowrap;
	width: 86px;
}

/* These apply to the link in each MenuItem */
a.MenuItemStyle:link,
a.MenuItemStyle:visited
{
	display: block;
	padding: 6px 20px;
	color: #fff;
}



/* These apply to the link in each MenuItemChildLevel */
.MenuItemChildLevel
{
	display: block;
	white-space:nowrap;
	color: #989799;
}

table.MenuItemChildLevel
{
	border: none;
}

.MenuItemChildLevel td
{
	padding: 3px 3px 3px 3px;
	background-color:White;
	border-bottom: solid 1px #6B6B6B;
	height:25px;
	
	opacity:.90;
	filter: alpha(opacity=90); 
	-moz-opacity: 0.9;
}

.MenuItemChildLevel td:hover
{
	background-color:#D1E2F9;
	opacity:.90;
	filter: alpha(opacity=90); 
	-moz-opacity: 0.9;

}
	
.MenuItemChildLevel a:link, 
.MenuItemChildLevel a:visited
{
	color: #6B6B6B;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	width:124px;
}

a.MenuItemChildLevel:hover
{
	text-decoration: underline;
}

/* This applies to the StaticHoverStyle of the Default Menu */
.HoverStyle
{
	border-left: solid 2px #fff; 
	border-right: solid 2px #fff;
	background-color: #eee;
}

/* These apply to the link in each MenuItem when the MenuItem is in hover mode */
a.HoverStyle:link,
a.HoverStyle:visited,
a.HoverStyle:hover
{
	display: block;
	padding: 6px 20px;
	color: #006;
}


 
div.transOFF {width: 100%; background-color: silver;border:1px solid black; }
div.transON {width: 100%; background-color: silver;opacity:.50;filter: alpha(opacity=50); -moz-opacity: 0.5;border:1px solid black; }
div.trans25 {width: 100%; background-color: silver;opacity:.25;filter: alpha(opacity=25); -moz-opacity: 0.25;border:1px solid black; }
div.trans75 {width: 100%; background-color: silver;opacity:.75;filter: alpha(opacity=75); -moz-opacity: 0.75;border:1px solid black; }

