﻿body
{
	background-image: url("../Images/gradient.gif");
	background-repeat: repeat-x;
	margin: 20px 0px 0px 20px;
	color: #000000;
}

.defaultLink
{
	text-decoration: none;
	color: #666666;
}

.footerLabel
{
	font-size: 7pt;
	font-weight: bold;
	color: #666666;
}

.footerLink
{
	font-size: 7pt;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}
.menuLink
{
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	color: #222222;
}

.menuLinkSelected
{
	font-size: 12pt;
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}

.PageLabel
{
	font-weight: bold;
	font-size: 12pt;
}

.smallerText
{
	font-size: 10pt;
}

.ShowcaseImageFR
{
	border-style: solid;
	border-color: #e7e7e7;
	float: right;
	clear: right;
	margin: 2px;
	margin-left: 20px;
}

.AccordionPanel
{
	border: solid 1px #d7d7d7;
	border-right: solid 1px #aaaaaa; 
	border-bottom: solid 1px #aaaaaa;
	float: right;
	clear: right;
	margin-left: 10px;
	padding: 3px;
	background-color: #f7f7f7;
}

.acc-header
{
	width: 98%;
	background-color: #0E7C43;
	margin-bottom:1px;
	padding:2px;
	color:#f7f7f7;
	font-weight:bold;
	cursor:pointer;}

.acc-content 
{	
	width:98%;
	margin-bottom:2px;
	padding:2px;
	text-align: center;
}

.offsetLabel
{
	vertical-align: top;
	padding-bottom: 2px;
}

.lnkAdmin
{
	font-size: 7pt;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
	cursor: default;
}

.announcement
{
	background-color: #ffffff;
	border: solid 1px Black;
	margin: 2px 0px 4px 0px;
	padding: 5px;
	width: 97%;
}