﻿TABLE.PageSection
{
	border: thin solid #dcdcdc;
}

.QuoteSectionHeader 
{
	background-color: #dcdcdc; 
}

#NoLeftNaviationContent{
  width:924px;
  padding:25px 25px 0px 0px;
}

.dataentrytable
{
	color: Black;
	width:100%;
	margin-bottom:10px;
	border:solid 1px #10528E;
}

.sectionheader
{
  color: white;
  font-weight:bold;
  height:20px;
  background-image:url('Images/dashboardheader.png');
  background-repeat:repeat-x;
  padding:4px;
}

.dashboardsectionheader
{
  color: white;
  font-weight:bold;
  height:20px;
  background-image:url('Images/dashboardheader.png');
  background-repeat:repeat-x;
  padding-bottom:5px;
}

.dataentrytable td
{
	padding:4px;
	vertical-align:middle;
}

