﻿body 
{
	font-family: Arial;
	font-size: 15px;
	color: Black;
}
#Section
{
	border-left: solid 1px black;
	border-right: solid 1px black;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
}
#left
{
	height: 15px;
	background-image: url(images/leftbend.gif);
	background-repeat: no-repeat;
	width: 15px;
}
#middle
{
	height: 15px;
	background-image: url(images/middle.gif);
	background-repeat:repeat-x;
	width: 720px;
}
#right
{
	height: 15px;
	background-image: url(images/rightbend.gif);
	background-repeat: no-repeat;
	width: 15px;
}
.dataButton
{
	position: absolute;
	left: 400px;
}
.dataTextBox
{
	position: relative;
	left:15px;
	width: 150px;
}
.dataPercentBox
{
	position: relative;
	left:15px;
	width: 50px;
}
.dataCheckBox
{
	position: relative;
	left:15px;
	width: 150px;
}
.dataLabel
{
	position: relative;
	width: 150px;
	font-weight: bold;
	text-align: right;
}
.dataLabelValue
{
	position: relative;
	left:15px;
	width: 150px;
	border: solid 1px black;
}
.dataLabelPostFix
{
	position: relative;
	left:15px;
	width: 150px;
}
.dataDropDown
{
	position: relative;
	left:15px;
}
.dataDateChooser
{
	position: relative;
	left:10px;
}
.dataPanelTitle
{
	width: 100%;
	color: White;
	font-weight: bold;
	background-color: #4c6c8a;
}

.dataPanel
{
	width: 510px;
	background-color: #D1CFBC;
	font-size: 11px;
	margin-top: 10px;
	padding-bottom: 10px;
	border: solid 1px #4c6c8a;
}
.dataPanel Table
{
	width: 100%;
}
.dataPanel TH
{
	background-color: #4c6c8a;
	color: White;
}
.dataPanel TH A
{
	color: Green;
}
.dataPanelDetails
{
}

.dataPanelDetail
{
	
}

.dataPanelDetailItem
{	
	padding-top: 7px;
}
.dataGrid
{
	width: 425px;
	border: solid 1px black;
}
.important
{
	font-weight: bold;
}
.heading
{
	font-weight: bold;
	text-decoration: underline;
}
.sectionHeader
{
	background-color: #D3D3D3;
}
.proceeds
{
	background-color: Silver;
}
.tableDivider
{
	height: 2px;
	background-color: Black;
}
.indent
{
	padding-left: 15px;
}

.errorText
{
	color: Red;
}