﻿body
{
	font-size: 11pt;
	font-family: Georgia;
	background-image: url(../Map/Clients/0/Skin/Images/Background.jpg);
	
}
H1
{
	font-size: 18pt;
	color: gray;
	font-family: Georgia;
}
H2
{
	font-size: 12pt;
	font-family: Georgia;
}

.BodyPanel
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 96%;
	background-image: url(../Map/Clients/0/Skin/Images/HelpBackGroundSmall.jpg);
	margin: 20px;
	z-index: 10;
	border-right: black thin solid;
	border-top: black thin solid;
	border-left: black thin solid;
	border-bottom: black thin solid;
	background-repeat: repeat;
}
.PanelHeader
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100px;
	opacity: 0.5;
	moz-opacity: 0.5;
	filter: Alpha(Opacity=50);
	background-color: black;
	z-index: 20;
}
.PanelHeader2
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100px;
	z-index: 30;
}
.PanelLogo
{
	z-index: 40;
	background-color: white;
	background-image: url(../Map/Clients/0/Skin/Images/puzzle.jpg);
	height: 87px;
	width: 95px;
	background-repeat: no-repeat;
}
.divToolbarLogin
{
	color: Yellow;
	font-family: Trebuchet MS,sans-serif;
	font-size: .80em;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	cursor: hand;
}
.divToolbarLogin:hover
{
	text-decoration: underline;
}
.Title
{
	color: White;
	font-family: Trebuchet MS,sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	text-align: center;
	margin-left: 5px;
	vertical-align: middle;
}	
.PaddedCell
{
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.PageTable
{
	border-right: black thin solid;
	border-top: black thin solid;
	border-left: black thin solid;
	border-bottom: black thin solid;
}
.PageTable
{
	background-color: white
}
.divHelpHeader
{
	position:absolute;
	top: 16px;
	width: 100%;
	height: 100px;
	z-index: 185;
}
.divHelpHeaderBackground
{
	position:absolute;
	top: 0px;
	width: 100%;
	height: 100px;
	z-index: 186;
	background-color: Black;
	opacity: 0.5;
	moz-opacity: 0.5;
	filter: Alpha(Opacity=50);
}
.divHelpHeaderText
{
	position:absolute; 
	top: 0px;
	width: 100%;
	height: 100px;
	z-index: 187;
	border-color: Black;
	border-width: 1px;
	border-style: solid;
}
.divHelpHeaderLink
{
	color: Yellow;
	font-family: Trebuchet MS,sans-serif;
	font-size: .60em;
	font-weight: bold;
	font-style:	normal;
	text-decoration: none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform: none;
	margin-left: 10px;
	vertical-align: middle;
	cursor: hand;
}