﻿body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	background: transparent url(../_images/jaredblueground.jpg) repeat;
	text-align: center;
}

img {
	border: none;
}

a, a:link, a:visited, a:active {
	font-weight: bold;
	color: #fff;
}

a:hover	{
	text-decoration: none;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 13px;
}

.FloatLeft {
	float: left;
}

.FloatRight {
	float: right;
}

.clr {
	height: 0px;
	clear: both;
}

.Border {
	border: 2px solid #3e72a5;
}

#PageWidth {
	width: 900px;
	text-align: left;
	margin: auto;
}

#PageContainer {
	border: 3px solid #ADC414;
	background-color: #ADC414;
}

#Header {
	background-color: #fff;
	height: 95px;
}

#TopMenu {
	height: 26px;
	text-align: center;
	color: #fff;
	padding: 10px 0 0 0;
	font: normal bold 12px Arial, Verdana, Helvetica, sans-serif;
}

#TopMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#TopMenu ul li {
	display: inline;
}

#TopMenu a, #TopMenu a:link, #TopMenu a:visited, #TopMenu a:active {
	text-decoration: none;
}

#TopMenu a:hover {
	color: #598aaa;
}

#LeftMenu {
	width: 180px;
	color: #fff;
	font: normal bold 12px Arial, Verdana, Helvetica, sans-serif;
	float: left;
}

#LeftMenu ul {
	list-style: none;
	margin: 0;
	padding: 20px 0 0 0;
}

#LeftMenu ul li {
	padding: 10px 20px 10px 20px;
}

#LeftMenu a, #LeftMenu a:link, #LeftMenu a:visited, #LeftMenu a:active {
	text-decoration:none;
}

#LeftMenu a:hover {
	color:#598aaa;
}

#ContentArea {
	width: 674px;
	background-color: #598aaa;
	float: left;
	min-height: 500px;
	color: #fff;
	padding: 10px 20px 20px 20px;
}

#ContentArea .LeftColumn {
	width: 317px;
	float: left;
	padding-right: 40px;
}

#ContentArea .RightColumn {
	width: 317px;
	float: right;
}

ul.ContentArea {
	padding-left: 15px;
	margin: 0;
}

li.ContentArea {
	padding-bottom: 20px;
}

#Footer {
	text-align: center;
	color: #fff;
	padding: 5px;
	font-size: 10px;
}

#clubhouse_cp {
	padding: 0 10px 10px 10px;
	background-color:#4b4b4b;
	border: 2px dashed #ADC414;
}

.HomePageColumnLeftEnd {
	width: 160px;
	float: left;
	padding: 0 5px 0 0;
}

.HomePageColumn {
	width: 160px;
	float: left;
	padding: 0 5px 0 5px;
}

.HomePageColumnRightEnd {
	width: 160px;
	float: left;
	padding: 0 0 0 5px;
}

#HomePageCallOut {
	width: 894px;
	background-color: #3e72a5;
	height: 180px;
	position:relative;
	margin-left: -200px;
}

.HomePageCallOutColumn {
	width: 250px;
	float: left;
	padding: 0 10px 0 10px;
}

a.nodecoration {
	text-decoration: none;
}

.required, fieldset p span {
	color: #adc414;
	font-weight: bold;
}

legend
{
	margin: 0;
	font-weight: bold;
	font-size: 1.2em;
	padding: 0px 5px;
	line-height: 1.5em;
}

label
{
	font-size: 1em;
	font-weight: bold;
}

label.field
{
	padding-right: 5px;
	float: left;
	width: 150px;
	text-align: right;	
}

fieldset p
{
	clear: both;
	padding-top: 5px;
	margin: 0;
}

.textbox-300
{
	width: 300px;
}

label.error
{
	padding-left: 5px;
	color: #d8000c;
}
span.field-validation-error
{
	color: #d8000c;
}
input.error, textarea.error, select.error, input.input-validation-error, select.input-validation-error
{
	border: 1px solid #d8000c;
	background-color: #ffbaba;
}
label.error {
	padding-left: 5px;
	color: #d8000c;
}

/* Status Message Settings */
.StatusMessage
{
	margin: 10px 0px;
	padding: 15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px 10px;
	font-weight: bold;
	border: 2px solid;
	font-size: 10px;
}

.DisplayInfo
{
	background-image: url(../_images/statusmessage/info.png);
	background-color: #bde5f8;
	color: #00529b;
}

.DisplayError
{
	background-image: url(../_images/statusmessage/error.png);
	background-color: #ffbaba;
	color: #d8000c;
}

.DisplayWarning
{
	background-image: url(../_images/statusmessage/warning.png);
	background-color: #feefb3;
	color: #9f6000;
}

.DisplaySuccess
{
	background-image: url(../_images/statusmessage/success.png);
	background-color: #dff2bf;
	color: #4f8a10;
}

#messageBox1 {
	display: none;
}

/* Progress Indicator */
#ProgressDialog
{
	display: none;
}
.UpdateProgress
{
	background-color:#CF4342;
	color:#fff;
	width: 150px;
	text-align: center;
	vertical-align: middle;
	position: fixed;
	bottom: 50%;
	left: 45%;
	padding: 5px;
}
.TransparentGrayBackground 
{
	position: fixed;
	top: 0;
	left: 0;
	background-color:Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
	height: 100%;
	width: 100%;
	min-height: 100%;
	min-width: 100%
}