﻿body 
{
	font-family: Tahoma, Verdana, Arial, MS Sans Serif;
	font-size: small;
	background-image: url(/Images/GradientBodyBackground.jpg); 
	background-repeat: repeat-y; 
    background: steelblue; 
    margin: 0px; 
}

li
{ 
	padding: 3px; 
}

p
{
	margin: 8px;
}

img
{
	border: 0px 0px 0px 0px ;
	border-width: 0px;
	border-bottom-style:none;
}

ul
{
	list-style-type: square;
	list-style-position: outside;
	margin:  4px 0px 4px 18px ;
}

H1 /*.cssHeadingTextLarge */
{
	font-size: medium;
	color: #025798;
	font-weight:normal;
	margin-bottom: 0px;
}

H2 /* .cssHeadingText */
{
	font-size: small;
	color: #025798;
	font-weight:normal;
	margin-bottom: 0px;
	margin-top: 0px;
}

.cssLine
{
	margin-top: 9px;
	height: 6px;
	background-image: url( '../Images/LinePix.gif' );
	background-repeat: repeat-x;
	border: none; 
}

.cssHeaderArea
{
/*	background-color: #4e8bba;*/
	background-color: #5998ce;
}

.cssHeaderAreaText
{
	font-family: Verdana;
	font-size: x-small;
	font-weight: bold;
	color: #ffffff;
	font-style:italic; 
	margin-right: 4px;
}

.cssCanvas
{
	background-color: #e9e9e9;
	vertical-align: top;
}

.cssTextCanvas
{
	background-color: #ffffff;
	border: solid 10px White;
	margin: 5px 5px 5px 5px;
	
}

.cssSidebarCanvas
{
	background-color: #f8f8f8;
	color: #555555;
	margin-top: 4px;
	margin-right: 4px;
	margin-left: 4px;
	width: 230px;
	overflow: auto;
}

.cssSidebarCanvasNoScroll
{
	background-color: #f8f8f8; 
	color: #555555;
	margin-top: 4px;
	margin-right: 4px;
	margin-left: 4px;
	width: 230px;
	
}


.cssWideButton
{
    width: 120px;
    font-family: Verdana, Arial, MS Sans Serif;
    font-size: x-small;
    position: relative;
}

.cssFotnote
{
	color: #888888;
	font-size:xx-small;
	font-style:italic;
	margin: 0px 0px 0px 12px;
	
}

.cssFooter
{
	color: #555555;
	font-size:xx-small;
}

.cssErrorText
{
	color: Red;
}



/* ----------------------------------------------------------------- Main menu styles */
.cssMenu
{
	font-family: Verdana;
	font-size:x-small;
	text-align: center;
	vertical-align: middle;
	margin-right: 6px;
}

.cssMenuCell
{
	color: Black;
	border-color: Black;
	border-width: 1px;
	border-style: solid;
	background-color: #f5f5f5;
	width: 90px;
/*	display: block; */
	padding: 6px; 
}

.cssMenuCellSelected
{
	color: Black;
	border-top-color:Black;
	border-left-color:Black;
	border-right-color:Black;
	border-bottom-color:#e9e9e9;
	border-width:2px;
	background-color:#e9e9e9;
	font-weight:bold;
}

.cssMenuCellHover
{
	color: Black;
	text-decoration: none;
	background-color: #b0c4de;
}

.cssDynamicMenuCell
{
	color: Black;
	border-color: Black;
	border-width: 1px;
	border-style:solid; 
	background-color: #e9e9e9;
	padding: 6px; 
	display: block; 
}

.cssDynamicMenuCellHover
{
	color: Black;
	text-decoration: none;
	background-color: #b0c4de;
}
