﻿body {
	font-family: "Segoe UI", Segoe UI, arial, helvetica;
	font-size: 11px;
	color:#FFFFFF;
	margin:0;
	padding:0;
	height:100%;
}
#container{
	min-height:100%;
	width:100%;
}
#header{
	padding:10px;
	height: 65px;
	background-color: #000000;
}
#headerShadowBar
{
    width: 100%;
    height: 38px;
    margin: 0 auto;
}
#headerShadow
{
    float: left;
    background-image:url('../Images/ShadowBorder.gif');
    background-repeat: no-repeat;
    height:38px;
    width: 28%; 
    z-index: 2;
    margin: 0 auto;
    position: absolute;
    top: 85px;
    left: 0px;
}
#headerShadowRight
{
    float: right;
    background-image:url('../Images/ShadowBorderRight.gif');
    background-repeat: repeat-x;
    height:38px;
    width:100%;
    z-index: 1;
    margin: 0 auto;
    position: absolute;
    top: 85px;
    left: 0px;
}
#innerHeader {
	width: 850px;
	padding: 5px 5px;
	margin: 0 auto;
    text-align:right;
}
#innerHeaderLeft 
{
    width: 52%;
    float: left;
    text-align: left;
}
#innerHeaderRight 
{
    width: 48%;
    float: right;
}
#loginEmail
{
    width: 40%;
    float: left;
}
#loginName
{
    width: 80%;
    float: left;
}
#loginPassword
{
    width: 40%;
    float: left;
}
#loginButton
{
    width: 20%;
    float: right;
}

#body {
	min-height: 200px;
	background-color: #ffffff;
	text-align: center;
	width:75%;
	margin-left:auto;
	margin-right: auto;
}
#bodyEvents {
	min-height: 500px;
	background-color: #ffffff;
	text-align: center;
	width:75%;
	margin-left:auto;
	margin-right: auto;
}
#bodyNoEvents 
{
    min-height: 278px;
    background-image:url('../Images/CalendarBW.gif');
    background-repeat: no-repeat;
	text-align: left;
	width:100%;
	margin-left:auto;
	margin-right: auto;
}
#innerBody {
	text-align:left;
	width:758px;
	margin: auto;
}
#innerBodyText {
	text-align:left;
	width:758px;
	padding-top: 40px;
	margin: auto;
}
#innerBodyText2 {
	text-align:left;
	width:758px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: auto;
}
#innerBodyText3 {
	text-align:left;
	width:758px;
	padding-top: 20px;
	padding-bottom: 10px;
	margin: auto;
	min-height: 400px;
}
#eventListArea {
	text-align:left;
	width:100%;
	margin: auto;
}
#BodyBar {
	text-align:center;
	width:75%;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #6e7ea0;
	margin: auto;
	
}
#footer {
	width:1020px;
	text-align:center;
	margin: auto;
	padding-top:20px;
}
#innerFooter 
{
	text-align:left;
	width:758px;
	padding-top:20px;
	padding-bottom:20px;
	margin: auto;
	background-color: #cccccc;
	border-color: #eeeeee;
	border-style: solid;
	border-width: 5px;
}
#innerFooterText {
	width:95%;
	margin: auto;
	background-color: #cccccc;
}
#innerFooterBottom {
	text-align:left;
	width:758px;
	padding-top:15px;
	padding-bottom:15px;
	margin: auto;
}
#eventBody 
{
    width:758px;
    margin:auto;
    min-height:700px;   
}
#eventBodyLeft
{
    width:378px;
    float:left;
    text-align: right;
    
    border-right-style: solid;
    border-right-color: #e5e5e5;
    border-right-width: 1px;
    
}
#eventBodyRight
{
    width:379px;
    float:right;
    text-align: left;
    margin: auto;
}
#map
{
    width:250px;
    text-align:right;
    margin:auto;
    padding-top:20px;
}
#loginBox 
{

}
#specialInstructions
{
    width:275px;
    background-color:#efefef;
    border-color:#dddddd;
    border-style:solid;
    border-width:1px;
    padding:10px 10px 10px 10px;
}
#signUpForm 
{
    width: 500px;
    background-color: #f5f5f5;
    z-index: 4;
    position: relative;
    /*margin: auto;*/
    margin-top: -100px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    display: none;
    
}


#modalOverlay
{
    width: 100%;
    height: 100%;
    background-color:#333333;
    filter:alpha(opacity=70);
    opacity:0.7;
    position: absolute;
    top: 0;
    left: 0;
    z-index:3;
    display: none;
}

td {
    word-wrap: break-word;
  }

.textTinyGrey {
	font-family: Segoe UI;
	font-size: 12px;
	line-height: 14px;
	color: #666666;
	font-weight: 500;
}
.textTinyLight {
	font-family: Segoe UI;
	font-size: 12px;
	line-height: 14px;
	color: #999999;
	font-weight: 500;
}
.signUpFormFormatHidden 
{
    width: 500px;
    background-color: #f5f5f5;
    z-index: 5;
    position: absolute;
    left: 50%;
    margin-top: -100px;
    margin-left: -250px;
    display: none;
    text-align: left;
    
}
.signUpFormFormatVisible 
{
    width: 500px;
    background-color: #f5f5f5;
    z-index: 5;
    position: absolute;
    left: 50%;
    margin-top: -100px;
    margin-left: -250px;
    display: block;
    text-align: left;
    
}
.confirmationFormatHidden 
{
    width: 500px;
    background-color: #f5f5f5;
    z-index: 6;
    position: absolute;
    left: 50%;
    top: 250px;
    margin-left: -250px;
    display: none;
    text-align: left;
    border-width: 1px;
    border-color:#CCCCCC;
    border-style:solid;
    
}
.confirmationFormatVisible 
{
    width: 500px;
    background-color: #f5f5f5;
    z-index: 6;
    position: absolute;
    left: 50%;
    top: 250px;
    margin-left: -250px;
    display: block;
    text-align: left;
    border-width: 1px;
    border-color:#CCCCCC;
    border-style:solid;
    
}
.modalOverlayFormatHidden
{
    width: 100%;
    height: 100%;
    background-color:#333333;
    filter:alpha(opacity=70);
    opacity:0.7;
    position: absolute;
    top: 0;
    left: 0;
    z-index:3;
    display: none;
}
.modalOverlayFormatVisible
{
    width: 100%;
    height: 100%;
    background-color:#333333;
    filter:alpha(opacity=70);
    opacity:0.7;
    position: absolute;
    top: 0;
    left: 0;
    z-index:3;
    display: block;
}
.modalOverlayFormatWhiteHidden
{
    width: 100%;
    height: 100%;
    background-color:#FFFFFF;
    filter:alpha(opacity=70);
    opacity:0.7;
    position: absolute;
    top: 0;
    left: 0;
    z-index:3;
    display: none;
}
.modalOverlayFormatWhiteVisible
{
    width: 100%;
    height: 100%;
    background-color:#FFFFFF;
    filter:alpha(opacity=70);
    opacity:0.7;
    position: absolute;
    top: 0;
    left: 0;
    z-index:3;
    display: block;
}
.confirmationDialog 
{
    height: 160px;
    width: 500px;
    background-color: #f5f5f5;
    border-width:1px;
    border-style:solid;
    border-color: #CCCCCC;
}
.reportTable
{
    border-bottom-style:solid;
    border-bottom-width: 1px;
    border-bottom-color:#cccccc;
}

.textSmallGrey {
	font-family: Segoe UI;
	font-size: 14px;
	line-height: 16px;
	color: #666666;
	font-weight: 500;
}
.textSmallDark {
	font-family: Segoe UI;
	font-size: 14px;
	line-height: 16px;
	color: #333333;
	font-weight: 500;
}
.textSmallError {
	font-family: Segoe UI;
	font-size: 14px;
	line-height: 16px;
	color: #2c7a2d;
	font-weight: 500;
}
.textMediumGrey {
	font-family: Segoe UI;
	font-size: 16px;
	line-height: 24px;
	color: #444444;
	font-weight: 500;
}
.textMediumRed {
	font-family: Segoe UI;
	font-size: 16px;
	line-height: 24px;
	color: Red;
	font-weight: 500;
}
.textSmallRed {
	font-family: Segoe UI;
	font-size: 14px;
	line-height: 16px;
	color: Red;
	font-weight: 500;
}
.textMediumLightGrey {
	font-family: Segoe UI;
	font-size: 16px;
	line-height: 24px;
	color: #999999;
	font-weight: 500;
}
.textLargeGreyBold {
	font-family: Segoe UI;
	font-size: 30px;
	line-height: 36px;
	color: #999999;
	font-weight: 500;
}
.textExtraLargeGreyBold {
	font-family: Segoe UI;
	font-size: 45px;
	line-height: 50px;
	color: #999999;
	font-weight: 500;
}
.textLargeDarkBold {
	font-family: Segoe UI;
	font-size: 30px;
	line-height: 36px;
	color: #222222;
	font-weight: 500;
}
.textMediumDarkBold {
	font-family: Segoe UI;
	font-size: 16px;
	line-height: 32px;
	color: #666666;
	font-weight: 600;
}
.textLargeWhiteBold {
	font-family: Segoe UI;
	font-size: 22px;
	line-height: 32px;
	color: #FFFFFF;
	font-weight: 200;
}
.textMediumWhite {
	font-family: Segoe UI;
	font-size: 16px;
	line-height: 18px;
	color: #ffffff;
	font-weight: 600;
}
.textWhiteCrisp {
	font-family: Segoe UI;
	font-size: 16px;
	line-height: 18px;
	color: #ffffff;
	font-weight: 200;
}
.textMediumBlue {
	font-family: Segoe UI;
	font-size: 16px;
	line-height: 18px;
	color: #5280dc;
	font-weight: 400;
	text-decoration: none;
}  
.textGreyItalic 
{
    font-family: Segoe UI;
	font-size: 12px;
	line-height: 14px;
	color: #999999;
	font-weight: 500;
	font-style: italic;
}
.linkSmallBlue {
	font-family: Segoe UI;
	font-size: 14px;
	line-height: 16px;
	color: #6e7ea0;
	font-weight: 500;
	text-decoration: none;
}

.linkSGrey {
	font-family: Segoe UI;
	font-size: 10px;
	line-height: 12px;
	color: #CCCCCC;
	text-decoration:none;
}


.text_5a 
{
    font-family: Arial;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
    border-width: 1px;
    border-color:#222222;
    border-style:solid;
    width: 100px;
    background-color: #111111;
    color:#FFFFFF;
    text-align: center;
    vertical-align: bottom; 

}
a.text_5a:visited 
{
    text-decoration: none;
}
a.text_5a:link 
{
    text-decoration: none;
}
    a.text_5a:active
{
    border-width: 1px;
    border-color:#d0dff4;
    border-style:solid;
}
a.text_5a:hover
{
    color:#000000;
    border-width: 1px;
    border-color:#222222;
    border-style:solid;
    width: 100px;
    background-color: #333333; 
}
.text_5b 
{
    font-family: Arial;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
    border-width: 1px;
    border-color:#222222;
    border-style:solid;
    width: 100px;
    background-color: #333333;
    color:#999999;
    text-align: center;
    vertical-align: bottom; 

}


a:hover {
	color: #333333;
	text-decoration: underline;
}



.form_1 {
	font-family: Segoe UI;
	font-size: 16px;
	line-height: 20px;
	color: #666666;
	background-color: #FFFFFF !important;
	height: 30px;
	width: 180px;
	/*border: 1px solid #444444;*/
	/*border-style: groove;*/
	
}
.form_1_flat {
	font-family: Segoe UI;
	font-size: 16px;
	line-height: 20px;
	color: #666666;
	background-color: #FFFFFF !important;
	height: 30px;
	width: 180px;
	border: 1px solid #999999;
	/*border-style: groove;*/
	
}
.form_1_short {
	font-family: Segoe UI;
	font-size: 16px;
	line-height: 20px;
	color: #666666;
	background-color: #FFFFFF !important;
	height: 30px;
	width: 90px;
	/*border: 1px solid #444444;*/
	/*border-style: groove;*/
	
}
.form_1_medium {
	font-family: Segoe UI;
	font-size: 16px;
	line-height: 20px;
	color: #666666;
	background-color: #FFFFFF !important;
	height: 30px;
	width: 180px;
	/*border: 1px solid #444444;*/
	/*border-style: groove;*/
	
}
.form_1_long {
	font-family: Segoe UI;
	font-size: 16px;
	line-height: 20px;
	color: #666666;
	background-color: #FFFFFF !important;
	height: 30px;
	width: 300px;
	/*border: 1px solid #444444;*/
	/*border-style: groove;*/
	
}

.form_1_multiline_short {
	font-family: Segoe UI;
	font-size: 16px;
	line-height: 20px;
	color: #666666;
	background-color: #FFFFFF !important;
	height: 75px;
	width: 300px;
	/*border: 1px solid #444444;*/
	/*border-style: groove;*/
	
}
.form_1_multiline_long {
	font-family: Segoe UI;
	font-size: 16px;
	line-height: 20px;
	color: #666666;
	background-color: #FFFFFF !important;
	height: 150px;
	width: 300px;
	/*border: 1px solid #444444;*/
	/*border-style: groove;*/
	
}
.form_2 {
	font-family: Segoe UI;
	font-size: 16px;
	line-height: 20px;
	color: #666666;
	background-color: #FFFFFF !important;
	height: 30px;
	width: 70px;
	border: 1px solid #444444;
}
.form_3 {
	font-family: Segoe UI;
	font-size: 16px;
	line-height: 20px;
	color: #666666;
	background-color: #FFFFFF !important;
	height: 30px;
	width: 50px;
	border: 1px solid #444444;
}
.form_4 {
	font-family: Segoe UI;
	font-size: 16px;
	line-height: 20px;
	color: #666666;
	background-color: #FFFFFF !important;
	height: 30px;
	width: 90px;
	border: 1px solid #444444;
}
.modal_background 
{
    background-color:#333333;
    filter:alpha(opacity=70);
    opacity:0.7;
}
.modal_background_white 
{
    background-color:#FFFFFF;
    filter:alpha(opacity=70);
    opacity:0.7;
}



