﻿
/*  ***** START Section Navigation ****** */
.dt_SectionNavigation 
{
	position: relative;
	padding: 4px 4px 4px 4px;
	margin: 0px 0px 20px 0px;		
}
a.dt_SectionNavigationButton 
{
	background-color: #E77976;
	border-style: solid;
	border-width: 1px;
	border-color: #C1242F;
	padding: 7px 7px 7px 7px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	font: 11px Verdana, Geneva, Arial, Tahoma, sans-serif;
	font-weight: bold;
	color: #880B08;	
}
a:hover.dt_SectionNavigationButton 
{
	background-color: #FEC0BE;
	text-decoration: none;
	font: 11px Verdana, Geneva, Arial, Tahoma, sans-serif;
	font-weight: bold;
	color: #880B08;	
}
a.dt_SectionNavigationButtonSelected 
{
	background-color: #FEC0BE;
	border-style: solid;
	border-width: 1px;
	border-color: #C1242F;
	padding: 7px 7px 7px 7px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	font: 11px Verdana, Geneva, Arial, Tahoma, sans-serif;
	font-weight: bold;
	color: #880B08;	
}
.dt_SectionNavigationLargeLetter
{
	font: 17px Verdana, Geneva, Arial, Tahoma, sans-serif;
	font-weight: bold;
	background-color: #FEC0BE;
	padding: 2px 0px 2px 5px;	
	color: #880B08;	
}
/*  ***** END Section Navigation ****** */



/*  ***** START Section Headers ****** */
span.dt_SectionHeaderLargeLetter 
{
	font-family: Arial;
	font-size: 26px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
	color: #A20E3B;	
}
.dt_SectionHeader h2
{
	font-family: Arial;
	font-size: 18px;
	padding: 5px 0px 5px 0px;
	margin: 25px 0px 25px 0px;	
	color: #A20E3B;
	border-bottom-color: #E77976;
	border-bottom-style: dashed;
	border-bottom-width: 1px;	
	border-top-color: #E77976;
	border-top-style: dashed;
	border-top-width: 1px;		
}

/*  ***** END Section Headers ****** */


.dt_FormsContainer 
{
	position: relative;
}

