﻿body
{
    background-color: #dcdcdc;
    color: #000066;
}

A:link
{
	color: #000066;
	font-style: italic;
	text-decoration: none;
}

A:visited
{
	color: #000066;
	font-style: italic;
	text-decoration: none;
}

.Logo
{
    background-color: #0066cc;
    height: 50px;
} 

.Footer
{
    background-color: #0066cc;
    height: 45px;
    padding-right: 3px;
    padding-left: 10px;
    padding-bottom: 3px;
    padding-top: 3px;
    vertical-align: middle;
    font-size: 13pt;
}

.Menu
{
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-size: medium;
	margin: 3px;
	border-top-style: groove;
	border-right-style: groove;
	border-left-style: groove;
	border-bottom-style: groove;
	vertical-align: top;
}

.MainMenu
{
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-size: medium;
	margin: 3px;
	vertical-align: top;
	width: 200px;
	font-weight: bold;
}


.Content
{
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 0px;
    padding-top: 5px;
    border-top-style: groove;
    border-right-style: groove;
    border-left-style: groove;
    border-bottom-style: groove;
    vertical-align: top;
}

.ADBar
{
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 0px;
    padding-top: 5px;
    border-top-style: groove;
    border-right-style: groove;
    border-left-style: groove;
    border-bottom-style: groove;
    vertical-align: middle;
    text-align: center;
}

.DynamicMenuItem
{
    background-color: #dcdcdc;
    border-right: thin outset;
    border-top: thin outset;
    border-left: thin outset;
    border-bottom: thin outset;
}

.StaticMenuItem
{
    background-color: #dcdcdc;
    padding-bottom: 5px;
    padding-top: 5px;
    border-right:  thin outset;
    border-top:  thin outset;
    border-left:  thin outset;
    border-bottom:  thin outset;
    padding-left: 2px;
}

.ContentTableHeader
{
    font-weight: bold;
    text-decoration: underline;
}

.SmallPrint
{
	font-size: small;
}

.WarningText
{
    color: #ff0000;
}

.VisitorCount
{
    font-weight: bold;
    font-family: Monospace;
    text-align: center;
}

.Header
{
    font-size: larger;
    font-weight: bolder;
}

.ToggleMenuButton
{
	background-color: #dcdcdc;
	color: #000066;
	padding-bottom: 5px;
	padding-top: 5px;
	border-right: thin outset;
	border-top: thin outset;
	border-left: thin outset;
	border-bottom: thin outset;
	padding-left: 2px;
	font-style: italic;
}
