﻿.Header
{	
	color: #fff;
}

.ApplicationMode
{
	font-size: 16pt;
	font-family: Verdana, Helvetica;
	display: block;
}

.ApplicationName
{
	color: #FFFFFF;
    display: block;
    font-family: Times New Roman;
    font-size: 2.6em;
    padding-left: 5px;
    text-decoration: none;
}

.Footer
{
	border-top: 2px solid #fff;
	color: #ccc;
	font-size: 0.85em;
	padding: 8px 0px 7px 15px;
	text-align: center;
}

.Header a:link,
.Header a:visited
{
	color: #fff;
	text-decoration: none;
}

.Footer a:link,
.Footer a:visited
{
	font-size: 0.9em;
	color: #ccc;
	text-decoration: none;
}

.Header a:hover
{
	color: #fff;
	text-decoration: underline;
}

.Footer a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

/* ----------------------------------------- */
/* All Classes Used By Default Menu 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;
}

/* 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: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
}

/* 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;
}

/* 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 */
a.MenuItemStyle:hover,
a.MenuItemStyle:link,
a.MenuItemStyle:visited
{
	display: block;
	padding: 6px 20px;
		
	color: #006;
	text-decoration: none;
}

/* 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: #999;
}

.Version
{
	padding-left: 5px;
}


