﻿html, body {
	height: 100%;         /* required */
}

body {
	background-color: #00457C;
	font-family: Arial;
	font-size: 10pt;
	margin: 0;					/* required to "hide" distance div */
	padding: 0;					/* required to "hide" distance div */
	text-align: center;			/* horizontal centering hack for IE */
}

img {
	border: none;
}

.text {
	color: #B0CFE7;
	font-family: Arial;
	font-weight: normal;
	font-size: 15px;
	letter-spacing: 0;
	line-height: 1em;
	text-align: left;
}

.menu {
 	color: #00457C;
 	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	line-height: 1em;
	margin: 0 0 10px 0;
	padding: 0px 0 0px 0;
	text-align: left;
}

.menu_section_head {
 	color: #9F2026;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	line-height: 1em;
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

.title {
	color: #FFCD02;
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 1.5em;
	margin: 0 0 10px 0;
	padding: 0px 0 0px 0;
	text-align: left;
}

.eat_text_title {
	color: #98CA4A;
	font-family: Arial;
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

.eat_text {
	color: #8AB4D0;
	font-family: Arial;
	font-size: 14px;
	font-weight: 600;
	line-height: 18px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

div#distance { 
	background-color: #00457C;	/* temporary - used to see div */
	float: left;				/* required */
	height: 50%;				/* required */
	margin-bottom: -305px;		/* half of content height */
	width: 1px;					/* required to "hide" distance div */
}

div#center_defaultpage {
	clear: left;				/* required */
	height: 550px;				/* required - desired height */
	left: 0px;
	margin: 0 auto;				/* required */
	position: relative;			/* positions content on top of distance */
	text-align: left;			/* horizontal centering hack for IE */
	top: 0px;
	width: 800px;				/* required - desired width */
}

div#center_contents {
	clear: left;				/* required */
	height: 550px;				/* required - desired height */
	left: 0px;
	margin: 0 auto;				/* required */
	position: relative;			/* positions content on top of distance */
	text-align: left;			/* horizontal centering hack for IE */
	top: 0px;
	width: 935px;				/* required - desired width */
}

div#content_border {
	background-color: transparent;
	/*border: solid 1px #B0CFE7;*/
	border: solid 1px #8AD4B0;
	height: 550px;
	left: 68px;
	position: absolute;
	top: 20px;
	width: 800px;
	z-index: 1;
}

div#update_content_placeholder {
	height: 506px;
	left: 370px;
	position: absolute;
	text-align: right;
	width: 490px;
	z-index: 2;
}

div#Logo {
	height: 506px;
	left: 0px;
	overflow: visible;
	position: absolute;
	text-align: right;
	top: 0px;
	width: 467px;
}

div#Menu {
	left: 205px;
	position: absolute;
	top: 83px;
	z-index: 5;
}

.Footer {
/*	border: solid 0px red;
	color: #B0CFE7;
	font-family: Arial;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 20px 0px 0px 0px;
	position: relative;
	text-align: right;
	top: 0px;
	width: 600px
*/
	color: #B0CFE7;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	left: 18px;
	line-height: 1em;
	letter-spacing: 1;
	padding: 25px 0px 0px 0px;
	position: absolute;
	text-align: center;
	top: 520px;
	width: 900px;
}

.FooterEmail {
	color: #B0CFE7;
}

.FooterEmail:hover {
	color: #B0CFE7;
}

/* Accordion */
.accordionHeader
{
/*	background-color: #2E4d7B;
	border: 1px solid #2F4F4F; */
	background-color: #787878;
	border: solid 1px #787878;
	color: #fff;
	cursor: pointer;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 10px;
	margin-top: 5px;
}

.accordionHeader a
{
	color: #fff;
	background: none;
	text-decoration: none;
}

.accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
/*	background-color: #5078B3;
	border: 1px solid #2F4F4F; */
	background-color: #666;
	border: solid 1px #666;
	color: white;
	cursor: pointer;
	font-family: Arial, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 10px;
	margin-top: 5px;
}

.accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

.accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

/* Tabs */

/* default layout */
.tabsContainer .ajax__tab_header {font-family:verdana,tahoma,helvetica;font-size:11px;background:url(../images/tabs/tab-line.gif) repeat-x bottom; white-space:nowrap;}
.tabsContainer .ajax__tab_outer {padding-right:0px;background:url(../images/tabs/tab-right.gif) no-repeat right;height:21px;}
.tabsContainer .ajax__tab_inner {padding-left:3px;background:url(../images/tabs/tab-left.gif) no-repeat;}
.tabsContainer .ajax__tab_tab {height:13px;padding:4px;margin:0;background:url(../images/tabs/tab.gif) repeat-x;}
.tabsContainer .ajax__tab_hover .ajax__tab_outer {background:url(../images/tabs/tab-hover-right.gif) no-repeat right;}
.tabsContainer .ajax__tab_hover .ajax__tab_inner {background:url(../images/tabs/tab-hover-left.gif) no-repeat;}
.tabsContainer .ajax__tab_hover .ajax__tab_tab {background:url(../images/tabs/tab-hover.gif) repeat-x;}
.tabsContainer .ajax__tab_active .ajax__tab_outer {background:url(../images/tabs/tab-hover-right.gif) no-repeat right;}
.tabsContainer .ajax__tab_active .ajax__tab_inner {background:url(../images/tabs/tab-hover-left.gif) no-repeat;}
.tabsContainer .ajax__tab_active .ajax__tab_tab {background:url(../images/tabs/tab-hover.gif) repeat-x;}
.tabsContainer .ajax__tab_body {font-family:verdana,tahoma,helvetica;font-size:10pt;border:1px solid #999999;border-top:0;padding:8px;background-color:silver;}

/*Reorder List*/
.reorderList ul {
	list-style: square;
	list-style-position: outside;
	margin-left: 0px;
	padding-left: 5px;
	vertical-align: middle;
}

.reorderList li {
	font-size: 8pt;
	list-style:none;
	padding: 8px;
}

.dragHandle {
	background-color: #9FADC7;
	cursor: move;
	height: 10px;
	margin-left: 5px;
	width: 10px;
}

.AlternateItemRow {
	background-color: #fff;
}

.EditRow {
	background-color: Silver;
}

/* FreeTextBox */
.FreeTextBox {
	font-family: Verdana;
	font-size: 12pt;
}

/* Login */
.loginTitleTextStyles {
	background-color: #5D7B9D;
	color: #fff;
	font-family: Verdana Tahoma Arial;
	font-size: 12pt;
	font-weight: bold;
	padding: 5px;
}

/* Admin Model Popup for selecting an Events Image  */
/*Modal Popup*/
.modalBackground {
	background-color:#00457C;
	filter:alpha(opacity=50);
	opacity:0.5;
}

.modalPopup {
	background-color: #fff;
	border-width: 3px;
	border-style: solid;
	border-color: #00457C;
	left: 0px;
	padding: 3px;
	top: 0px;
	width: 500px;
}

.modalEventsPopup {
	background-color: #00457C;
	border-width: 1px;
	border-style: solid;
	border-color: #8AB4D0;
	left: 0px;
	padding: 25px;
	top: 0px;
	width: 500px;
}

.modalEventsPopupCloseButton {
	background-color: #00457C;
	border-style: none;
	color: #fff;
	left: 0px;
	padding: 3px;
	top: 0px;
}

.PrePerformHL {
	color: #97C0E6;
	font-weight: bold;
	letter-spacing: 0px;
	line-height: 28px;
}

.PrePerformHL:hover {
	color: #97C0E6;
	line-height: 28px;
}

.FooterHL {
	color: #F37126;
	cursor: pointer;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
}

.FooterHL:link {
	color: #F37126;
	cursor: pointer;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
}

.FooterHL:hover {
	color: #DAE126;
	cursor: pointer;
	font-family: Arial;
	font-size: 10pt;
	letter-spacing: 1px;
	text-decoration: none;
}