﻿body
{
	margin: 0px;
	padding: inherit;
	padding-bottom: 40px;
	background-color: #572e23;
	font-family: 'Gill Sans MT' , Arial, Tahoma;
	font-size: 14px;
	color: #13c7df;
}

a
{
	color: #FFFFC0;
}

a:hover
{
	color: #FFFFC0;
	text-decoration: underline;
}

.a
{
	color: #FFFFC0;
	text-decoration: underline;
}

.a:hover
{
	color: #FFFFC0;
	text-decoration: underline;
}

em
{
	display: block;
	width: 96%;
}

ul li 
{
	display: block;
	padding-bottom: 10px;
}

form
{ 
	padding: 0; 
	margin: 0; 
	border: 0; 
}

.emptyRow
{
	font-size:4px;
}

.PageTitle
{
	font-family: 'Gill Sans MT' , Arial, Tahoma;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
}

.tblContents
{
	
}

.PageText
{
	font-family: 'Gill Sans MT' , Arial, Tahoma;
	font-size: 14px;
	color: #13c7df;
}

.ContentTitle
{
	font-weight: bold;
}


.centerdiv{ /*IE method of centering a relative div*/
	text-align: center;
	background-color: #572e23;
}

.centerdiv > div
{
	/*Proper way to center a relative div*/
	margin: 0 auto;
	background-color: #572e23;
	border-right: olive 2px outset;
	border-top: olive 2px outset;
	border-left: olive 2px outset;
	border-bottom: olive 2px outset;
}

#tblFooter
{
	margin: 0px;
	padding: inherit;
	padding-bottom: 10px;
	background-color: #b0c4de;
	font-family: Calibri, Tahoma, Arial;
	font-size: 8pt;
	color: #696969;
}



/******************************/
/* Accordion */

.tblContents
{
	border-top: #13c7df 1px solid;
	border-right: #13c7df 1px solid;
	border-left: #13c7df 1px solid;
	border-bottom: #13c7df 1px solid;
	vertical-align: text-top;
	text-align: left;
}

.lblHeader
{
	cursor: hand;
}

.accordionHeader
{
	background-color: #572e23;
	font-family: 'Gill Sans MT' , Arial, Tahoma;
	padding: 5px;
	margin-top: 7px;
	cursor: pointer;
	color: #13c7df;
	font-size: 12pt;
	text-decoration: underline;
}

.accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: underline;
}

.accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContentSub
{
	font-family: 'Gill Sans MT' , Arial, Tahoma;
	background-color: #582f24;
	border-top: #13c7df 1px solid;
	padding: 2px;
	padding-top: 5px;
	border-top: #13c7df 1px solid;
	border-right: #13c7df 1px solid;
	border-left: #13c7df 1px solid;
	border-bottom: #13c7df 1px solid;
}

.accordionContent
{
	background-color: #572e23;
	font-family: 'Gill Sans MT' , Arial, Tahoma;
	padding: 5px;
	cursor: pointer;
	color: #13c7df;	
}

/**************************/
/*CSS for pop up hint box */
/**************************/
#hintbox
{
	position: absolute;
	top: 0;
	background-color: #682e23;
	width: 150px; /*Default width of hint.*/
	padding: 3px;
	border: 1px solid black;
	font: bold 12px/18px Arial, Tahoma, Verdana;
	line-height: 18px;
	z-index: 100;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	visibility: hidden;
}
