﻿/* Styles used in the Foundation site pages */

.TableHeader
{
	font-variant: small-caps;
	font-weight: bold;
	background-color: #FFCC00;
}
.TableFooter
{
	font-variant: small-caps;
	font-weight: bold;
	background-color: #FFCC00;
}
.TableFooterDetail
{
	font-variant: small-caps;
	font-weight: bold;
	background-color: #f5deb3;
}
.TablePager
{
	text-align: center;
	font-variant: small-caps;
	font-weight: bold;
	background-color: #FFCC00;
}
.TableItem
{
}
.TableAlternatingItem
{
	background-color: #F0F0F0;
}

.ColoredBox
{
	border-right: 2px groove;
	border-top: 2px groove;
	border-left: 2px groove;
	border-bottom: 2px groove;
	background-color: #F0F0F0;
}
.ColoredBoxTitle
{
	font-size: medium;
	color: #cc6600;
	font-family: verdana,arial,helvetica,sans-serif;
}
.ColoredBoxSubTitle
{
	font-style: italic;
}
.ColoredBoxText
{
	border: 0px;
}

.small
{
	font-size: small;
	font-family: verdana,arial,helvetica,sans-serif;
}
.color
{
	font-size: small;
	color: #cc6600;
	font-family: verdana,arial,helvetica,sans-serif;
}
.address
{
	font-variant: small-caps;
}
.ErrorMessage
{
	font-weight: bold;
	color: red;
}

