﻿p, td, span
{
	font-family: Arial;
	font-size: 11px;
}
ul
{
	margin: 6px 10px 12px 20px;
	list-style-position: outside;
}
body
{
	margin: 0 0;
}

/* NAVIGATION */
.nav
{
	background-color: #006600;
	height: 24px;
}
.navOFF
{
	border: solid 1px #99CC99;
	text-transform: uppercase;
	background-color: #64A665;
	color: #fff;
	width: 16%;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
}
.navOVER
{
	border: solid 1px #fff;
	background-color: #99CC99;
	color: #fff;
	width: 16%;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
}
.navON
{
	border: solid 1px #fff;
	background-color: #99CC99;
	color: #000;
	width: 16%;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
}

.title
{
	font-family: Trebuchet MS;
	color: #006600;
	font-weight: bold;
	font-size: 17pt;
	border-bottom: double 3px #64A665;
}
.subtitle
{
	font-family: Trebuchet MS;
	color: #006600;
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
	text-transform: uppercase;
}
.moreEvents
{
	font-weight: bold;
	padding-top: 2px;
	border-top: dashed 1px #CCC;
}
.tag
{
	font-family: Trebuchet MS;
	font-size: 11pt;
	font-weight: bold;
	line-height: 13pt;
	text-transform: uppercase;
	color: #666;
	text-align: right;
}

.glb_title
{
	font-family: Trebuchet MS;
	color: #006600;
	font-weight: bold;
	font-size: 17pt;
}
.glb_subtitle
{
	font-family: Trebuchet MS;
	color: #006600;
	font-weight: bold;
	font-size: 10pt;
}
.glb_subtitle_spacing
{
	font-family: Trebuchet MS;
	color: #006600;
	font-weight: bold;
	font-size: 10pt;
	letter-spacing: 9px;
}

/* TABLE ROWS */
tr.Header
{
	background-color: #64A665;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	height: 24px;
}
tr.SubHeader
{
	background-color: #99CC99;
	color: #000;
	font-weight: bold;
	height: 22px;
}
tr.SubSubHeader
{
	background-color: #CCCCCC;
	color: #000;
	font-weight: bold;
	height: 20px;
}
TR.alternatingitem
{
	background-color: #e8e8e8;
}
TR.alternatingitem:hover
{
	background-color: #ffffcc;
}
TR.item
{
	background-color: #ffffff;
}
TR.item:hover
{
	background-color: #ffffcc;
}
TR.selecteditem
{
	background-color: #ffffcc;
}
table.mainbody
{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
table.footer
{
	width: 90%;
	margin: 0 auto;
}
td.required
{
	text-align: right;
	width: 1%;
	white-space: nowrap;
	font-weight: bold;
	color: Firebrick;
}
td.notrequired
{
	text-align: right;
	width: 1%;
	white-space: nowrap;
	font-weight: bold;
	color: Black;
}
td.TdHeader
{
	background-image: url( 'images/big_top.gif' );
	background-repeat: no-repeat;
	height: 38px;
	color: White;
	text-transform: uppercase;
	font-weight: bold;
}

td.comments
{
	text-align: left;
	font-size: 14px;
}
/* LINKS */
a, a:active, a:visited
{
	color: Blue;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

input.btn
{
	border: #336699 1px solid;
	font-size: 11px;
	width: 150px;
	cursor: pointer;
	background-color: #dfe9f5;
}
.btn
{
	border: #336699 1px solid;
	font-size: 11px;
	width: 150px;
	cursor: pointer;
	background-color: #dfe9f5;
}
input, select, option, textarea
{
	font-family: Arial;
	font-size: 11px;
	color: black;
}

.breadcrumbs
{
	font-weight: normal;
	font-size: 11px;
	text-transform: none;
	font-style: normal;
	font-family: Arial;
	font-variant: normal;
	text-decoration: none;
}
.breadcrumbs_bold
{
	font-weight: bold;
	font-size: 11px;
	text-transform: none;
	font-style: normal;
	font-family: Arial;
	font-variant: normal;
	text-decoration: none;
}


.errormessage
{
	color: Firebrick;
	font-weight: bold;
}


/* TABS */
td.tabON
{
	background-color: #FFFFFF;
	color: #336699;
	font-weight: bold;
	padding: 2px;
	border-left: solid 1px #7DB3DD;
	border-top: solid 1px #7DB3DD;
	border-right: solid 1px #7DB3DD;
	cursor: pointer;
}
td.tabOFF
{
	background-color: #e8e8e8;
	color: #666;
	font-weight: bold;
	padding: 2px;
	border-left: solid 1px #7DB3DD;
	border-top: solid 1px #7DB3DD;
	border-right: solid 1px #7DB3DD;
	border-bottom: solid 1px #7DB3DD;
	cursor: pointer;
}
td.tabFiller
{
	color: Black;
	border-bottom: solid 1px #7DB3DD;
}
table.tabBody
{
	background-color: #fff;
	color: Black;
	border-bottom: solid 1px #7DB3DD;
	border-left: solid 1px #7DB3DD;
	border-right: solid 1px #7DB3DD;
	padding: 3px;
	margin-left: auto;
	margin-right: auto;
}




