﻿/* ====== Page Head, Body, and Foot ====== */
.floatRight 
{
	float: right;
}
.floatLeft 
{
	float: left;
}

.imgFloatRight 
{
	float: right;
	margin: 5px;
}

.imgFloatLeft 
{
	float: left;
	margin: 5px;
}

.columnLeft 
{
	position: relative;
	float: left;
	width: 49%;
	border: 0px solid red;
}

.columnRight 
{
	position: relative;
	float: right;
	width: 49%;
	border: 0px solid blue;
}


.redText 
{
	color: Red;
}

.alternateRowGray 
{
	vertical-align: top;
	background-color: #E5E5E5;
}
.alternateRowWhite 
{
	vertical-align: top;
	background-color: #ffffff;
}

.tableHeaderAlignLeft
{
	text-align: left;
}

.smallText 
{
	font-size: 7pt;
}

.topBorder 
{
	display: block;
	border-top: 2px ridge #778899;
	padding-top: 10px;
}

.topAndBottomBorder 
{
	display: block;
	border-top: 2px ridge black;
	border-bottom: 2px ridge #778899;
	padding-top: 10px;
	padding-bottom: 10px;
}

.bottomBorder 
{
	border-bottom: 1px solid #778899;
}

.TitleAlignLeft 
{
	font-weight: normal;
	text-align: left;
	font-size: 1.5em;
	padding-bottom: 10px;
}

.NoDisplay 
{
	display: none;
	
}

.greenBar
{
	display:block; 
	background-color:#99cc66; 
	font-size:11pt; 
	font-weight:bold; 
	padding-left:5px; 
	padding-top:3px; 
	margin-bottom: 5px;
	margin-top:25px;
}

.printLink 
{
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

.ImgCaption 
{
	font-size: 70%;
	margin-top: 2px;
}

.HeaderNoBottomMargin
{
	margin-bottom: -8px;
}