@charset "UTF-8";
body {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000033;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.3em;
}

h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	font-weight: bold;
	color: #CC0000;
}
.vertColumn1 #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.vertColumn1 #header {
	background-colour: #DDDDDD; 
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.vertColumn1 #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.vertColumn1 #headerNav a:link, #headerNav a:visited, #headerNav a:active {
	float:left;
	font-family:"Courier New", Courier, monospace;
	font-size: 120%;
	color:#FFFFFF;
	background-color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 2px 10px 2px 10px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ffffff;
	text-transform: capitalize;
}
.vertColumn1 #headerNav a:hover {
color:#FF0000;
}
.vertColumn1 #mainContent {
	clear:left;
	margin: 0 0 0 200px; /* see page background styles for BG image clearance */
	padding: 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*background-color:#FFFFFF;*/
	border-top: solid 1px #CCCCCC;
	min-height:435px;
	width:auto;
	z-index: 1;
}
/* for Internet Explorer */
/*\*/
* html .vertColumn1 #mainContent {
height: 422px;
}
/**/
.vertColumn1 #MainImage {
	float:right;
	margin: 10px 10px 10px 10px;
	border: 1px solid #CCCCCC;
}
.vertColumn1 #floatRight{
	float:right;
	}
	
.vertColumn1 #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
.vertColumn1 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.vertColumn1 #banner {
	padding: 0;
	margin: 0;
	height: 140px;
	background-image: url(images/elation_temp_site_head_01.jpg);
	background-repeat: no-repeat;
}
/* PAGE BACKGROUND STYLES */
.vertColumn1 .pagebg1, .pagebg4, .pagebg5 {
	clear:left;
	background-color: #FFFFFF;
	background-image: url(images/leesh_kick_med.jpg);
	background-repeat: no-repeat;
	background-position: -150px top;
}
.vertColumn1 .pagebg2 {
	clear:left;
	background: url(images/leesh_dave_glen_fade.jpg) #FFFFFF no-repeat left top;
}
.vertColumn1 .pagebg3 {
	clear:left;
	background: url(images/page_bg_4.jpg) #FFFFFF no-repeat left top;
}
.vertColumn1 .loginbg {
	clear:left;
	background: url(images/page_bg_5.jpg) #FFFFFF no-repeat left top;
}
.vertColumn1 .registerbg {
	clear:left;
	background: url(images/page_bg_5.jpg) #FFFFFF no-repeat left top;
}
.vertColumn1 .promodlbg {
	clear:left;
	background: url(images/page_bg_4.jpg)  #FFFFFF no-repeat left top;
}
.vertColumn1 .contactbg {
	clear:left;
	background: url(images/red_chick.jpg) #FFFFFF no-repeat left top;
}
.vertColumn1 .calbg {
	clear:left;
	background: url(images/red_chick.jpg) #FFFFFF no-repeat left top;
}
.vertColumn1 .subbg {
	clear:left;
	background: url(images/leesh_dave_glen_fade.jpg) #FFFFFF no-repeat left top;
}
.vertColumn1 .adminbg {
	clear:left;
	background: url(images/admin_bg.jpg) #FFFFFF no-repeat left top;
}

.vertColumn1 .content{
	clear:left;
	background-color:#FFFFFF;
}

/* STORE CSS */
table.store {
border-collapse:collapse;
height: 10px
}

table.store tr.row td {
	border-width:1px 0;
	border-style:solid;
	border-color:black;
	padding-top: 3px;
	padding-bottom: 3px;
}
table.store tr.row td.left{
border-width:1px 0 1px 1px;
}
table.store tr.row td.right{
border-width:1px 1px 1px 0;
}
table.store tr.row td.shade{
	background-color: #f5f5f5;
}


/* CALENDAR EVENTS CSS */ 

.vertColumn1 #events {
float:left;
border: 1px solid #CCCCCC;
padding: 20px;
margin: 10px 25px 10px 20px;
}

table.events {
border-collapse:collapse;
/*margin: 10px 10px 10px 10px;*/
/*height: 10px*/
}

table.events tr.row td {
	border-width:0 0 0 0;
	border-style:solid;
	border-color:#CCCCCC;
	padding-top: 3px;
	padding-bottom: 3px;
}
table.events tr.row td.date {
width: 100px;
border-width:3px 0px 1px 0px;
padding: 10px 10px 10px 0;
font-weight:bold;
}
table.events tr.row td.event {
border-width:3px 0px 0px 0px;
padding: 10px 0px 10px 10px;
font-weight:bold;
}
table.events tr.row td.blank {
	border-width:0 0 0 0;
	padding: 10px 10px 0px 0px;
}
table.events tr.row td.details {
	width: 320px;
	border-width:0px 0px 0px 1px;
	padding: 10px 0px 5px 10px;
	color:#999999;
	font-style:italic;
	white-space: normal;
	overflow: visible;
}
table.events tr.row td.moreInfo {
	border-width:0px 0px 1px 1px;
	padding: 5px 0px 10px 10px;
	text-align:right;
}

table.events th {
	letter-spacing: normal;
	white-space: nowrap;
	padding-right: 5px;
	padding-left: 2px;
	font-size: 14px;
}
table.events td {
	white-space: nowrap;
	font-size: 12px;
}

table.calendar {
font-size:10px;
}
.calendar-prev, .calendar-next, .calendar-month {
font-size:16px;
font-weight:bold;
}

#spacer {
clear:both;
}

/************** admin styles *******************/
.vertColumn1 #adminContent {
	clear:left;
	margin: 0 0 0 20px; /* see page background styles for BG image clearance */
	padding: 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*background-color:#FFFFFF;*/
	border-top: solid 1px #CCCCCC;
	min-height:480px; 
	height:auto;
	z-index: 1;
}
/* for Internet Explorer */
/*\*/
* html .vertColumn1 #adminContent {
height: 480px;
}
/**/
#adminPanel {
	min-height: 350px;
	max-height: 600px;
	width: 820px;
	overflow: auto;
	border: 1px solid #CCCCCC;
	margin-top: 3px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 3px;
}
html>body .adminPanel {height: auto;
}

table.adminPanel {
border-collapse:collapse;
height: 10px;
margin: 0px 0px 0px 0px;
}

table.adminPanel tr.row td {
	border-width:1px 0;
	border-style:solid;
	border-color:black;
	padding: 0px 3px 0px 3px;
}
table.adminPanel tr.row td.left{
border-width:1px 0 1px 1px;
}
table.adminPanel tr.row td.right{
border-width:1px 1px 1px 0;
}
table.adminPanel tr.row td.shade{
	background-color: #eecfa1;
}

table.adminPanel th {
	letter-spacing: normal;
	white-space: nowrap;
	padding-right: 5px;
	padding-left: 2px;
	font-size: 11px;
}
table.adminPanel td {
	white-space: nowrap;
	font-size: 10px;
}


/* SpryCollapsiblePanel.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main CollapsiblePanel container. For our
 * default style, the CollapsiblePanel is responsible for drawing the borders
 * around the widget.
 *
 * If you want to constrain the width of the CollapsiblePanel widget, set a width on
 * the CollapsiblePanel container. By default, our CollapsiblePanel expands horizontally to fill
 * up available space.
 *
 * The name of the class ("CollapsiblePanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * CollapsiblePanel container.
 */
.CollapsiblePanel {
width: 150px;
float:right;
	margin: 0px;
	padding: 0px;
	border-left: solid 1px #FFFFFF;
	/* border-right: solid 1px #999;
	border-top: solid 1px #999;
	border-bottom: solid 1px #CCC;*/
	z-index: 1000;
}

/* This is the selector for the CollapsiblePanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open or close the panel.
 *
 * The name of the class ("CollapsiblePanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * CollapsiblePanel panel tab container.
 */
.CollapsiblePanelTab {
	font-size:110%;
	background-color: #000000;
	color: #FFFFFF;
	font-family:"Courier New", Courier, monospace;
	/* border-bottom: solid 1px #CCC; */
	margin: 0px;
	padding: 2px 5px 2px 20px;
	/*cursor: pointer;*/
	-moz-user-select: none;
	-khtml-user-select: none;
}

/* This is the selector for a CollapsiblePanel's Content area. It's important to note that
 * you should never put any padding on the content area element if you plan to
 * use the CollapsiblePanel's open/close animations. Placing a non-zero padding on the content
 * element can cause the CollapsiblePanel to abruptly grow in height while the panels animate.
 *
 * The name of the class ("CollapsiblePanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style a
 * CollapsiblePanel content container.
 */
.CollapsiblePanelContent {
	margin: 0px 0px 40px 0px;
	font-size: 90%;
}

.CollapsiblePanelContent p {
	padding: 2px 10px 2px 10px;
}

.CollapsiblePanelContent a:link, .CollapsiblePanelContent a:visited, .CollapsiblePanelContent a:active {
	display: block;
	color: #0066CC;
	padding: 1px 6px 1px 6px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0066CC;
}

.CollapsiblePanelContent a:hover{
	color: #FFFFFF;
	background-color: #0066CC;
}

.consoleOptions p {
	line-height:0.7ems;
	padding: 0px 5px 0px 5px;
	color: #666666;
}

.consoleOptions a:link, .consoleOptions a:visited, .consoleOptions a:active {
	color: #0066CC;
	text-decoration: underline;
	border:none;
}

.consoleOptions a:hover {
	color: #3366CC;
	background-color: #FFFFFF;
	text-decoration: underline;
	border:none;
}

/* An anchor tag can be used inside of a CollapsiblePanelTab so that the
 * keyboard focus ring appears *inside* the tab instead of around the tab.
 * This is an example of how to make the text within the anchor tag look
 * like non-anchor (normal) text.
 */
.CollapsiblePanelTab a {
	color: black;
	text-decoration: none;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "CollapsiblePanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the CollapsiblePanel.
 */
.CollapsiblePanelOpen .CollapsiblePanelTab {
	background-color: #EEE;
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "CollapsiblePanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background-color: #CCC;
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * CollapsiblePanel has focus. The "CollapsiblePanelFocused" class is programatically added and removed
 * whenever the CollapsiblePanel gains or loses keyboard focus.
 */
.CollapsiblePanelFocused .CollapsiblePanelTab {
	background-color: #3399FF;
}