﻿body
{
	font-family: sans-serif;
	font-size: 13px;
	color: #696969;
	background-color: #FFFFFF;
	margin-left: 60px;
	margin-top: 5px;
	margin-right: 60px;
	margin-bottom: 5px;
}

.Version
{
	text-align: right;
	vertical-align: top;
	color: #ffffff;
	margin-bottom: 55px;
	font-size: xx-small;
}

.PageHeading
{
	font-family: sans-serif, Helvetica, Arial;
	font-size: 20px;
	font-weight: bold;
	color: #235e27;
	text-align: center;
}

.Headline
{
	font-family: sans-serif, Helvetica, Arial;
	font-size: 18px;
	font-weight: bold;
	color: #235e27;
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
}

.HeadlineSmall
{
	font-family: sans-serif, Helvetica, Arial;
	font-size: 16px;
	font-weight: bold;
	color: #235e27;
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
}

.HeadlineXSmall
{
	font-family: sans-serif, Helvetica, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #235e27;
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
}

.Bodytext
{
	font-family: sans-serif, Helvetica, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #663300;
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
}

.Alerttext
{
	padding: 15px;
	margin: 15px;
	border-width: inherit;
	border-style: dashed;
	font-family: sans-serif, Helvetica, Arial;
	font-size: 12px;
	color: #235e27;
	text-align: left;
}

.Menutext
{
	font-family: sans-serif, Helvetica, Arial;
	font-size: 13px;
	font-weight: bolder;
	color: #f6CCAC;
	text-decoration: none;
	margin-left: 5px;
	margin-right: 5px;
}

.LinkText
{
	color: #235e27;
}

.Logintext
{
	font-family: sans-serif, Helvetica, Arial;
	font-size: small;
	color: #f6CCAC;
	text-decoration: none;
}

.Contenttext
{
	font-family: sans-serif, Helvetica, Arial;
	font-size: 14px;
	color: #663300;
	text-decoration: none;
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
}
.Privacy
{
	font-family: sans-serif, Helvetica, Arial;
	color: #663300;
	text-decoration: none;
	text-align: left;
	margin-left: 5px;
	margin-right: 5px;
	bottom: auto;
	font-size: 12px;
}
/* */
.SmallLabel
{
	color: #f6CCAC;
	font-size: xx-small;
	font-family: Arial;
}
.Error
{
	font-family: sans-serif, Helvetica, Arial;
	font-weight: bold;
	color: Red;
	font-size: inherit;
}
/* page layout */
.Header
{
	width: 1024px;
	height: 195px;
	background-repeat: no-repeat;
	background-image: url(images/header.png);
	vertical-align: bottom;
}
.HeaderWide
{
	width: 1024px;
	height: 195px;
	background-repeat: no-repeat;
	background-image: url(images/wide_header.png);
	vertical-align: bottom;
}
.SubHeader
{
	height: 91px;
	width: 708px;
	background-repeat: no-repeat;
	background-image: url(images/top.png);
	vertical-align: top;
}
.LeftBar
{
	background-image: url(images/left.png);
	background-repeat: no-repeat;
	height: 595px;
	width: 134px;
	text-align: right;
	font-size: 20px;
	vertical-align: top;
}

.LeftBarWide
{
	background-image: url(images/wide_left.png);
	background-repeat: no-repeat;
	height: 600px;
	width: 35px;
	text-align: right;
	font-size: 20px;
	vertical-align: top;
}

.RightBar
{
	background-image: url(images/right.png);
	background-repeat: no-repeat;
	height: 595px;
	width: 134px;
	text-align: right;
	font-size: 20px;
	vertical-align: top;
}
.RightBarWide
{
	background-image: url(images/wide_right.png);
	background-repeat: no-repeat;
	height: 600px;
	width: 35px;
	text-align: right;
	font-size: 20px;
	vertical-align: top;
}
.MainBody
{
	background-image: url(images/stretch.png);
	width: 1024px;
}
.MainBodyWide
{
	background-image: url(images/wide_stretch.png);
	width: 1024px;
}
.Content
{
	background-color: #f6CCAC;
	height: auto;
}
.Footer
{
	background-image: url(images/bottom.png);
	height: 11px;
	width: 1024px;
	background-repeat: no-repeat;
	text-align: center;
}
.FooterWide
{
	background-image: url(images/wide_bottom.png);
	height: 1px;
	width: 1024px;
	background-repeat: no-repeat;
	vertical-align: bottom;
}
.FooterContent
{
	background: #f6CCAC;
	height: auto;
}
/* GridView Style */
.GridView
{
	border: none;
	width: 100%;
	background-color: #ffffff;
	font-family: sans-serif, Helvetica, Arial;
}

/* Header Style */
.GridViewHeader
{
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	font-family: sans-serif, Helvetica, Arial;
	background-color: #663300;
}

/* Pager Style */
.GridViewPager
{
	font-weight: normal;
	font-size: 75%;
	color: #000000;
	font-family: sans-serif, Helvetica, Arial;
}

/* Item Style */
.GridViewItem
{
	font-weight: normal;
	font-size: 12px;
	color: #235e27;
	font-family: sans-serif, Helvetica, Arial;
	background-color: #F6E0CF;
}

/* Alerternate Item Style */
.GridViewAlter
{
	font-weight: normal;
	font-size: 12px;
	color: #235e27;
	font-family: sans-serif, Helvetica, Arial;
	background-color: #ffffff;
}

/******************************/
/**Styling information specific to individual content pages**/

/* Accordion */
.accordionHeader
{
	border: 1px solid #2F4F4F;
	color: white;
	background-color: #663300;
	font-family: sans-serif, Helvetica, Arial;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
}

#master_content .accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
	background-color: #F6E0CF;
	border: 1px dashed #F6E0CF;
	border-top: none;
	padding: 5px;
	padding-top: 10px;
}

.accordionLink
{
	color: #FFFFFF;
}

.modalBackground
{
	/*background-color: silver;*/
	background-color: #000000;
	filter: alpha(opacity=30);
	opacity: 0.30;
	position: absolute;
	z-index: 5;
}

.ContentFrame
{
	border-left: #F6E0CF 1px solid;
	border-right: #F6E0CF 1px solid;
	border-top: #F6E0CF 1px solid;
	border-bottom: #F6E0CF 1px solid;
	background-color: white;
}

.popupMenu
{
	margin: 2px;
	border-style: solid;
	border-width: thin;
	background-color: White;
}

.popupMenuText
{
	font-family: sans-serif, Helvetica, Arial;
	font-size: 10px;
	overflow: auto;
	color: #000000;
}

.popupMenuTextValues
{
	font-family: sans-serif, Helvetica, Arial;
	font-size: 10px;
	overflow: auto;
	color: #000000;
	color: Red;
	overflow: auto;
}

.popupHover
{
	font-family: sans-serif, Helvetica, Arial;
	font-weight: bold;
	font-size: 10px;
	overflow: auto;
	color: #000000;
}
