/* =================================
   Paragraph, link, hor rule, etc
*/ 

h1
{
	font-family: Helvetica;
	font-size: 22pt;
}

p
{
	margin-top: 5px;
	margin-bottom: 0px;
}

ul, ol
{
	margin-top: 6px;
	margin-bottom: 3px;
	line-height: 16px;
}


A, A:link, A:active, A:visited
{
	text-decoration: underline;
	color: #444444;
}

A:hover
{
	text-decoration: underline;
	color: #ff9c35;
}

/* hr
{
	color: #e0dfe3;
	height: 1px;
} */

/*====================================
  Page Layout 
*/


.Background
{
	margin-left: 0;
	margin-top: 0;
	background-color: #ffffff;
}

.Body
{
	background-color: white;
/* TK HARD SET CONTENT HEIGHT TO WINDOW HEIGHT SO FOOTER ON BOTTOM - IE ONLY */
	height: expression(document.body.clientHeight - 190 + "px");
}

.SiteLeftBorder
{ 
	background-color: #bfbfbf;
}

.SiteRightBorder
{
	background-color: #bfbfbf;
}

.ContentPanelsHolder 
{
	border-top-color: #C1D28E;
	border-top-width: 1px;
	border-top-style: solid;
}

.LeftPanel
{
	background-color: #ffffff;
	border-right-color: #C1D28E;
	border-right-width: 1px;
	border-right-style: solid;
/* TK ALIGN MENU RIGHT */
	text-align:right;
}

/* TK LEFT BANNER */
.TopLeftImage{
margin-right:8px;
	}


.CenterPanel
{
	padding: 10px;
	padding-right: 0px;
	vertical-align: top;
	
}


.RightPanel
{
	border-left-color: #e0dfe3;
	border-left-style: solid;
	border-left-width: 1px;
}

/* ===================================
   Header/Footer
*/

.DefaultHeader
{
	background-color: #ffffff;
}

.DefaultHeaderBottomBorder
{
	height: 0;
	background-color: #ffffff;
}



.DefaultFooter
{
	
	background-color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;

}





/* ================================================*/


.CopyrightNotice
{
/* 
	font-family: Verdana;
	font-size: 7pt;
	color: #222222;

 */


/* TK - COPYRIGHT AND SEPARATOR */

	font:normal 10px verdana; 
	color:#52680e; 
	text-align: center;
}


.PageTitle
{
	/*
	font-family: Verdana;
	font-size: 19pt;
	font-weight: normal;
	color: #666666;
*/
	font-family: Verdana;
	color: #C1D28E;
	text-transform: lowercase; 
	padding-left: 10;
	padding-top: 5;
}

/* The page title underline is a cell. Set the height to 1px
   to make a thin line, wider for a thick line. Leave the width 
   unspecified to make the line the same width as the title. Specify
   the width to make the line a fixed width, extending to the right
   past the end of the title. Set the background color to the color of
   the line. Turn the line on/off in AppSettings. */
.PageTitleUnderline
{
	height: 5px;
	background-color: #eeeeee;
}

.FormTitle
{
	font-family: Verdana;
	font-size: 19pt;
	font-weight: normal;
	color: #666666;
	padding-bottom: 3px;
}


.ModuleTitle
{
	font-family: Verdana;
	text-transform: uppercase;
	color: #54680F;
	padding-top: 8;
	padding-bottom: 5;

}

.ModuleSubTitle
{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #666666;
	padding-bottom: 5;
	padding-top: 9;
}

.Button
{
	font-size: 8pt;
	font-family:Verdana;
	height: 22;
}

.LinkButton
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	padding-left: 5px;
	padding-right: 5px;
}

.LinkButton A:link, *.LinkButton A:visited, *.LinkButton A:active
{
	color: #8a001c;
	text-decoration: underline;
}

.LinkButton A:hover
{
	color: #ff0000;
	text-decoration: underline;
}

.LinkButtonBold
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}

.BoldLinkButton A:link, *.BoldLinkButton A:visited, *.BoldLinkButton A:active
{
	color: #8a001c;
	text-decoration: underline;
}

.BoldLinkButton A:hover
{
	color: #ff0000;
	text-decoration: underline;
}


.PageAdminHeader
{
	text-align: right;
}

.PageAdminHeaderLinkButton
{
	font-family: Verdana;
	font-size: 8pt;
	height: 20px;
}


.Label
{
	font-size: 8pt;
	font-family: Verdana;
	vertical-align: top;
	line-height: 12pt;
	padding-right: 5px;
}


.ButtonBarMessage
{
	font-size: 8pt;
	font-family: Verdana;
	vertical-align: top;
	line-height: 12pt;
	color: Red;
}

.TextBox
{
	font-size: 8pt;
	font-family: Verdana;
}

.RequiredTextBox
{
	font-size: 8pt;
	font-family: Verdana;
	background-color: #f7ebdb; 
}

.CheckBox
{
	font-size: 8pt;
	font-family: Verdana;
}

.Grid
{
	font-size: 8pt;
	font-family: Verdana;
}

.GridHeader
{
	background-color: #eeeeee;
	font-weight: bold;
}

.GridItem
{
	
}

.ModuleBody
{
	border: none;
}

.TabbedFormBody
{
	border: none;
	border: 1px #e0dfe3 solid;
	border-top: 5px #e0dfe3 solid;
	padding: 5px;
}


.ListBox
{
	border-style: solid;
	border-width: 1px;
	border-top-color: #666666;
	border-left-color: #666666;
	border-bottom-color: white;
	border-right-color: white;
}

.TableCellBox
{
	border-style: solid;
	border-width: 1px;
	border-top-color: #666666;
	border-left-color: #666666;
	border-bottom-color: #cccccc;
	border-right-color: #cccccc;
}

.HTMLEditBox
{
	font-size: 8pt;
	font-family: Courier New;
}

.Breadcrumbs
{
	padding-left: 10;
	font-size: 8pt;
	font-family: Verdana;
	font-style: italic;
}



