﻿#contentHeader
{
	height: 25px;
	background-color: #40a09f;
	border-bottom: 5px solid #91c9c8;
	margin-left: 10px;
	margin-right: 10px;
}
#contentHeader h1
{
	display: inline-block;
	width: 650px;
	color: White;
	margin: 0px;
	padding: 0 0 0 10px;
	font-family: tahoma;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 25px;
}
.contentTools
{
	height: 35px;
	line-height: 35px;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 10px;
	border-color: #91C9C8;
	border-width: 1px;
	border-style: none solid none solid;
	background-color: White;
}
.content
{
	border: 1px solid #91C9C8;
	margin: 0 10px 10px 10px;
	background-color: #f4fafa; /*min-height:300px;*/
}
.content p
{
	padding-left: 15px;
	padding-right: 15px;
}
#contentHeader a.helpButton
{
	line-height: 25px;
	position: absolute;
	right: 90px;
	background: transparent url(Images/helpOff.png) no-repeat center center;
	width: 48px;
	height: 21px;
	text-decoration: none;
}
#contentHeader a.helpButton:hover
{
	background: transparent url(Images/helpOn.png) no-repeat center center;
}
.reportContentTools
{
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 10px;
	border-color: #91C9C8;
	border-width: 1px;
	border-style: none solid none solid;
	background-color: White;
	padding-right: 10px;
	padding-bottom:10px;
}
.reportContentTools h1
{
	border-bottom: 1px solid #3B9D9D;
	display: block;
	padding-left: 5px;
}
