
        body
        {
            background-color: #000000;
        }
        
        img
        {
            border: none;
        }

        a:link, a:active, a:visited, a:hover
        {
            text-decoration: none;
            color: #fffb73;
        }
        a:hover
        {
            text-decoration: underline;
        }
        
        select {
            width: 13.80em;
        }

        input
        {
            border-style: solid;
            border-top-width: 1px;
            border-top-color: #d6dac4;
            border-bottom-width: 1px;
            border-bottom-color: #adb488;
            border-left-width: 1px;
            border-left-color: #d6dac4;
            border-right-width: 1px;
            border-right-color: #adb488;
            margin-left: 2px;
            margin-right: 2px;    
        }
        .datefield input
        {
            width: 11em;
        }
        button {
            color: black;
            border-style: solid;
            border-top-width: 1px;
            border-top-color: #d6dac4;
            border-bottom-width: 1px;
            border-bottom-color: #adb488;
            border-left-width: 1px;
            border-left-color: #d6dac4;
            border-right-width: 1px;
            border-right-color: #adb488;
            background-color: #D8CCB6;
            margin: 4px;
        }
        .rounded {
            background-color: #000000;
            width: 80%;
            margin-left: auto;
            margin-right: auto;
            margin-top: 1em;
            margin-bottom: 1em;
        }
        #mainBody {
            padding: 1em;
            min-height: 25em;
            font-family: Verdana, Verdana, Geneva, sans-serif;
            font-size: 12pt;
            color: #FFFFFF;            
        }
        #rightpane form {
            margin: auto;
        }
        #logo {
            float: right;
            height: 15em;
            margin: 2em 2em 2em 2em;
        }
        #reserveText {
            padding: 2em;
        }
        .footer {
            margin: auto;
            width: 40em;
            font-size: 8pt;
            text-align: center;
        }
        .footer a:link, .footer a:visited, footer a:hover {
            color: #e5ffd5;
        }
        .instructions {
            padding: 1em;
        }
        fieldset {
            border: none;
        }

        fieldset p {
            margin: 1em;
        }

        legend {
            display: none;
        }

        label {
            float: left;
            clear: both;
            width: 10em;
            text-align: right;
            padding-right: 18px;
        }
        .field {
            clear: both;
        }   
        .required label, #requiredHelp {
            background: url("images/required.gif") top right no-repeat;
            font-weight: bold;
            text-align: right;
            padding-right: 18px;
            clear: right;
        }
        
        .required input {
            background-color: #ffe680;
        }
        .fieldError {
            font-size: -1;
            color: #ff2a2a;
            font-style: bold;
            margin-left: 11em;
        }
        .errored.inline .fieldError {
            margin-left: 0em;
            padding-top: 1em;
            height: 0px;
            width: 8px;
            overflow: hidden;
            background: url("images/errored.gif") no-repeat 0px 0px;
        }
        .radioGroup {
            display: block;
            float: left;
        }
        label {
            float: inherit;
            text-align: right;
            padding-right: 0;
        }                                       
        .show_date {
            float: left; 
            clear: both; 
            width: 15em;
            padding-right: 12px;
        }
        .spacer {
            padding: .5em
        }
        br {
            clear: both;
        }
        .purchaseStatus {
        	margin: auto;
        	width: 75%;
        	text-align: center;
        	border: thin solid black;
        	border-collapse: collapse;
        }
        .purchaseStatus th {
        	font-weight: bolder;
        }
        .purchaseStatus th, .purchaseStatus td {
        	border: thin solid black;
        	margin: 0;
        	padding: 0;
        	
        }
        /********* BEGIN FREE SHOW SUPPORT *********/
        #reserveonline {
            width: 100%;
        }
        #reserveonline label {
            display: block;
            width: 10em;
            text-align: right;
            float: left;
        }
        /********* END FREE SHOW SUPPORT *********/
        
        /********* BEGIN ROUNDED CORNERS SUPPORT */
        b.rtop, b.rbottom{display:block;background: #000000}
        b.rtop b, b.rbottom b{display:block;height: 1px; overflow: hidden; background: #000000}
        b.r1{margin: 0 5px}
        b.r2{margin: 0 3px}
        b.r3{margin: 0 2px}
        b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}
        b {clear:both}
        /********* END ROUNDED CORNERS SUPPORT */
        
		strong {
		  font-weight: bold;
		}
		
		/**** CALENDAR ****/
		.calendar {
			border-collapse: collapse;
			border: thin solid black;
			width: 100%;
		}
		.calendar td {
			width: 100px;
			height: 100px;
			overflow: hidden;
		}
		.calendarWeek, .calendarHeader th, .calendarDay {
			border: thin solid black;
			vertical-align: top;
			padding: .25em .5em .25em .5em;
		}
		.calendarHeader th {
			background-color: black;
			color: white;
			font-weight: bold;
		}
		.calendarFullDate {
			display: none;
		}
		.calendarMonthChange {
			background-color: lightgreen;
		}
		.currentCalendarDay {
			background-color: lightblue;
		}
		.dateShow.showClosed a, .dateShow.showSoldout a, .dateShow.showDone a,
		.dateShow.showClosed a:link, .dateShow.showSoldout a:link, .dateShow.showDone a:link,
		.dateShow.showClosed a:visited, .dateShow.showSoldout a:visited, .dateShow.showDone a:visited,
		.dateShow.showClosed a:hover, .dateShow.showSoldout a:hover, .dateShow.showDone a:hover,
		.dateShow.showClosed a div, .dateShow.showSoldout a div, .dateShow.showDone a div {
			color: #a9a9a9;
		}
		.showCapsule1 {
			border: thin solid black;
			background-color: white;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			padding: .25em;
			margin: .2em 0 .2em 0;
		}
		
		.showCapsule2 {
			border: thin solid whitesmoke;
			padding-top: .5em;
			background-color: whitesmoke;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			padding: .25em;
			margin: .2em 0 .2em 0;
		}
		
		/**** END CALENDAR ***/
		
		.hashSelected {
			border: 2px solid #fffb73;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
		}		
		.leadingDay, .trailingDay {
			background-color: #000000; 
		}
		.descriptionDialog {
			margin-top: -5px;
			margin-left: 20px;
		}
		.hidden {
		    font-size: 8pt;
		    display: inline;
		    position: absolute;
		    left: -999em;
		    width: 250px;
		    background-color: inherit;
		    z-index: 500;
		}
		
		.hidden .imagebar {
		  width: 36px;
		  float: left;
		  padding: 0;
		  margin: 0;
		  height: 16px;
		  line-height: 16px;
		}
		.hidden .titlebar {
		    float: left;
  		    background-color: #ffe680; 
		    text-align: right;
		    height: 16px;
		    line-height: 16px;
		    border: thin solid black;
			-moz-border-radius-topleft: 6px;
			-webkit-border-top-left-radius: 6px;
			-moz-border-radius-topright: 6px;
			-webkit-border-top-right-radius: 6px;
		    width: 258px;
		}
		
		.hidden .detailText {
		    background-color: white;
		    padding: 0em 4px 4px 4px;
		    clear: both;
		    border-top: none;
            border-left: thin solid black;
            border-bottom: thin solid black;
            border-right: thin solid black;
            width: 250px;
            margin: 0;
		}
		.shoppingCartBlankRow {
			height: 10px;
		}
        #donation_amount {
            width: 3em;
        }
#memberPanel_state
	{
	width: 2em;
}

#memberPanel_zip
	{
	width: 5em;
}

#memberPanel_city_enc
	{
	float: left;
}

#memberPanel label {
    clear: both;
    float: left;
    display: inline;
    width: 10em;
    text-align: right;
    padding-right: 18px;
    font-size: 12pt;
}

#memberPanel .inline {
    clear: none;
    float: left;
}

#memberPanel .inline label {
    display: none;
}




        /* Reset all margins and padding to ensure x-browser compatibility */
* {
	padding: 0px;
	margin: 0px;
}

body {
	background-color: #000000;
}

body, table, div, td, input, textarea {
	font-family: serif 'Verdana' 'Arial' 'Helvetica' sans-serif;
	font-size: 15px;
	line-height:1.4em;
	color: #ffffff;
}


body, html {
	margin: 1em;
	padding: 0px;
	height: 100%;
}

img {
	display:inline;
}
img.floater {
	margin:20px;
	border:1px dotted #C2B2FB !important;
	border:1px solid #9C8FCA;
}
img.floater2 {
	margin-right:10px;
	margin-bottom:10px;
}

p {
	padding-top: 5px;
	padding-bottom: 10px;
	line-height:1.2em;
}

td {
	vertical-align: top;
}

ul, ol {
	padding-left:30px;
}
ul {
	list-style-type:disc;
}

a {
	font-weight: bold;
	text-decoration: none;
}

a:link { color: #fffb73; }
a:visited {	color: #fffb73; }
a.action:link, a.action:visited {
	background-color: #594C3B;
	color: #eeeeee !important;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	font-weight:normal;
	font-size: 12px;
	padding: 2px;
	text-decoration:none !important;
}

a.normal { font-weight: normal; }

img {	border: 0px; }

h1 {
	font-weight:100;
	font-size: 1.5em;
	padding-bottom:5px;
	border-bottom: 1px solid #B5B5B5 !important;
	margin-bottom: 10px;
	margin-top: 25px;
	text-transform: capitalize;
}

h1 a {
	color: #53111E;
	font-weight: normal;
	text-decoration: none;
}

h1.important {
	font-size: 1.9em;
	font-style: italic;
	line-height: 1.1em;
}

h1:first-child, h1.first {
	margin-top: 0px;
}

h2, h3, h4 {
	color: #AAAAAA;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 10px;
	padding-bottom:0px;
}

h2 {
	font-size: 1.2em;
}
h3 {
	color: #FFFFFf;
	font-size: 1.1em;
}
h4 {
	font-size: 1em;
}

div.line {
	border-bottom: 1px solid #B5B5B5;
	padding:0px;
	margin-top:0px;
	height: 1px;
	overflow:hidden;
	margin-bottom:10px;
	clear:both;
}

#flash {
	width: 400px;
	margin: 0 300px;
	position:absolute;
	padding: 10px;
	z-index: 100;
	background-color: #cccccc;
	border: 2px solid #333333;
	border-top: 0px;
}

#flash * {
	font-size: 1em;
	line-height: 1em;
}


#container {
	margin: 0 auto;
	height: 100%;
/*	background-image: url(/engine_files/substruct/images/public/body_background.png);*/
}

#contentBody {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	
}

#header {
	height: 25px;
	background-repeat: no-repeat;
}
/* Div that comes before the content */
#preContent {
	height: 83px;
	background-repeat: no-repeat;
}
#contentBody {
	padding: 0px;
	clear:both;
}

#footer { margin-bottom:10px; }

#footerLeft, #footerRight, #footerMiddle {
	float:left;
}
#footerMiddle {
	background-image:url(/images/bottomMiddle.png);
	width:780px;
	height:44px;
}
#tripleCol {
	background-image:url(/images/columnBg.png);
	background-repeat:repeat-y;
	clear:both;
}
#bLeftCol, #bMiddleCol, #bRightCol {
	padding:15px;
	padding-top:20px;
	float:left;
}
#bLeftCol {
	width: 219px !important;
}
#bMiddleCol {
	width: 260px !important;
}
#bRightCol {
	width: 228px !important;
	width:210px;
	overflow:visible !important;
	overflow:hidden;
}

/* Left content container */
#left {
	float:left;
	margin-left: 45px !important;
	margin-left: 22px;
}

/* Right content */
.right {
	float:left;
	margin-left: 20px;
	width: 275px;
	position: fixed;
	top: 25px;
	left: auto;	
	right: 45px;
}

#left, #right, #fullContent {
	position: relative;
	top: -65px !important;
	top: -90px;
}

#fullContent {
	width: 800px;
	margin-left: 45px !important;
	margin-left: 45px;
	margin-right: 15px;
}


/* TOP NAVIGATION */
#navigation {
	margin-left:280px;
	margin-top: 56px;
	position:absolute;
}

ul.navigation {
	margin: 0px;
	padding-left:0px;
	padding: 0px;
	display: inline;
}

ul.navigation li {
	margin:0px;
	list-style: none;
	display:block;
	float:left;
	padding:0px;
	padding-left:10px;
	margin-right:5px;
}

ul.navigation li.active {
	font-size: 1.2em;
	font-style: italic;
}

#navigation ul.navigation li {
	background-image: url(/engine_files/substruct/images/public/tab_left.png);
	background-repeat: no-repeat;
	height: 25px;
}

#navigation ul.navigation li a{
	background-image: url(/engine_files/substruct/images/public/tab_right.png);
	background-position: top right;
	background-repeat: repeat-x;
	height: 25px;
	font-weight: normal;
	display: block;
	width: auto !important;
	width: 50px;
	text-align: center;
	padding-right: 10px;
	line-height: 25px;
}
#navigation ul.navigation li.active {
	background-image: url(/engine_files/substruct/images/public/active_tab_left.png);
	font-size: 1em;
}

#navigation ul.navigation li.active a{
	background-image: url(/engine_files/substruct/images/public/active_tab_right.png);
	color: #333333;
	font-style:normal;
	font-weight: bold;
}
/* END NAVIGATION */

/* Secondary actions: orders ready to ship, on hold etc */

ul.navigation.secondary {
	float:right;
	margin-top: -30px;
	margin-right: 0px;
}


ul li {
	padding: 2px 0px;
	list-style-type: square;
}

.navigation a, .navigation a:link, .navigation a:visited {
	color: #ffffff;
}

a.redlink, a.red:link, a.red:visited {
	color: #804D68;
}

.navigation.secondary a, .navigation.secondary a:link, .navigation.secondary a:visited {
	color: #5272E0;
}

.info {
	font-size: .8em;
	font-style:italic;
	color: #666666;
	line-height:10px
}

br {
	padding:0px;
	margin: 0px;
	line-height:0px;
}

.money {
	color: #008800;
	font-weight:bold;
}

/* in-page tab navigation */

.navigation.tertiary a, .navigation.tertiary a:link, .navigation.tertiary a:visited {
	color: #000;
	padding: 4px;
}
.navigation.tertiary li {
	background-color: #ccc;
	padding-left: 4px;
	padding-right: 4px;
}
.navigation.tertiary li.active {
	background-color: #fff;
	border: 1px solid #ccc;
	border-bottom: 0px;
}
#subnav {
	border-bottom: 1px solid #ccc !important;
	border-bottom: 0px;
	height: 18px;
}


/* BUTTONS */
/* This is used on anchors as well as button objects, so some css trickery is needed */
.button, .buttonWarning {
	background-color: #00157F;
	font-weight: bold !important;
	font-weight: bold;
	font-size: 12px;
	color: #eeeeee !important;
	color: #eeeeee;
	text-decoration: none !important;
	text-decoration: none;
	border: none;
	line-height: 25px;
	padding: 0px;
	height: 24px;
	cursor: pointer;
	cursor: hand;
	text-align: center;
	display:block;
	float:left;
}

#right a.button, a.button {
	text-decoration: none;
	color: #eeeeee;
	font-weight: bold;
}

.button.fifty {
	background-color: transparent;
	background-image: url(/engine_files/substruct/images/button_50.png) !important;
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/engine_files/substruct/images/button_50.png',sizingMethod='scale');
	width: 50px;
}
.button.eighty {
	background-color: transparent;
	background-image: url(/engine_files/substruct/images/button_80.png) !important;
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/engine_files/substruct/images/button_80.png',sizingMethod='scale');
	width: 80px;
}
.button.hundred {
	background-color: transparent;
	background-image: url(/engine_files/substruct/images/button_100.png) !important;
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/engine_files/substruct/images/button_100.png',sizingMethod='scale');
	width: 100px;
}
.button.hundredthirty {
	background-color: transparent;
	background-image: url(/engine_files/substruct/images/button_130.png) !important;
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/engine_files/substruct/images/button_130.png',sizingMethod='scale');
	width: 130px;
}
.button.hundredfifty {
	background-color: transparent;
	background-image: url(/engine_files/substruct/images/button_150.png) !important;
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/engine_files/substruct/images/button_150.png',sizingMethod='scale');
	width: 150px;
}
.button.twohundred {
	background-color: transparent;
	background-image: url(/engine_files/substruct/images/button_200.png) !important;
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/engine_files/substruct/images/button_200.png',sizingMethod='scale');
	width: 200px;
}

.buttonWarning {
	background-color: #FF0000;
	border-color:#B00000;
	color:#eeeeee;
}

/* end buttons */

*.small {
	padding: 1px;
	font-size: 0.9em;
}

/* BEGIN TABLE LIST CSS */

div.listContainer {
	height:300px;
	width: 100%;
	border: 1px solid #666666;
	/*background-color: #fff;*/
	overflow: auto;
}


.list {
	border: 1px solid #666666;
	width: 100%;
}
/* don't put a border around tables contained by a div */
div.listContainer .list {
	border: 0px;
	width: 100%;
}

.list td {
	/*background-color: #fff;*/
	padding: 2px 6px;
	border-right: 1px solid #cccccc;
}

.list tr.odd td {
	/*background-color: #fff;*/
}

.list tr.even td {
	background-color: #222222;
}
.numeric, .list .numeric {
	text-align:right;
}
.list th, .list tr.header td, .list td.header {
	font-weight: bold;
	background-color: #777777;
	background-image:url(/engine_files/substruct/images/table_header_bg.png);
	color: #eeeeee;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	text-transform:capitalize;
	padding: 4px;
	text-align: left;
}

.list tr.footer td {
	font-weight:normal;
	font-style:italic;
	color: #333333;
	background-color: #cccccc;
	border-top: 1px solid #191465;
	text-transform:capitalize;
}

.list td.borderTop {
	border-top:1px solid #999999;
}

/* END TABLE LIST CSS */

*.hover {
	cursor: pointer;
	cursor: hand;
}
.hlt, tr.hlt td, tr.selected td {
	/*background-color: #FFBC6C !important;*/
	font-style:italic;
}

.notes {
	padding: 10px;
	background-color: #eeeeee;
	border: 1px solid #999999;
	margin-bottom: 10px;
	width: 400px;
}

.notesEdit {
	padding: 10px;
	width: 400px;
}

.clear {
	clear: both;
	height: 5px;
	overflow: hidden;
}

div.float, div.floatHalf {
	float:left;
	margin-right:10px;
}
div.floatHalf {
	width:45%;
}

div.indent {
	padding:0px;
	margin:0px;
	margin-top:-10px;
	padding-left:20px;
}

div.padLeft {
	padding-left:10px;
}

/* FORMS =================================================================== */

.fieldWithErrors input, .fieldWithErrors * option, .fieldWithErrors * {
  background-color: #dddddd;
}

.formError {
	color: red;
	font-style: italic;
	padding-bottom: 5px;
	padding-left: 10px;
}

#ErrorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#ErrorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#ErrorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#ErrorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

.inline {
	display:inline;
	clear:none;
	margin-bottom:0px;
}
label {
	clear:both;
	font-weight:bold;
	margin-top: 15px;
	color: #666666;
}
input {
	color:#000;
}
option {
	padding:0px 4px;
}

input[type=hidden] {
	display:none;
}

#submittingText {
	display:none;
	font-weight:bold;
	font-size:1.3em;
	color: green;
	padding: 10px;
}

div.error {
	margin:10px;
	background-color:#FFFF99;
	border:1px solid #804D68;
	font-weight: bold;
	padding: 20px;
	text-align:center;
	color: #804D68;
}

input.error {
	background-color: #FFD3E3;
}

.textInput {
	height: 20px;
	line-height: 1em !important;
	line-height: 20px;
}

.textInput, .textArea {
	border: 1px solid #999;
	padding: 2px;
}

.product {
	margin-left: 20px;
}

#right2 {
	float:left;
	margin-left: 20px;
	width: 200px;
}
 .text { 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 10px; line-height: 16px; 
} 
a:link { 
font-family: Verdana, Arial, Helvetica, sans-serif; 
color: #CC9900; 
} 
.hilight { 
color: #66CCFF; 
} 
a:visited { 
color: #666666; 
} 
.title { 
font-size: 14px; 
font-weight: bold; 
} 
.money { 
color: #008800; 
font-weight:bold; 
}
.Page {
border: none;
}
label {
float: inherit;
text-align: right;
padding-right: 0;
}	                                    
.show_date {
float: left; 
clear: both; 
width: 15em;
padding-right: 12px;
vertical-align: middle;
margin-top: 0;
}
.spacer {
padding: .5em
}
br {
clear: both;
}
/*** DONATION WIDGET ***/
#donateWidget {
  margin: 0;
  padding: 0;
  font-family: Impact, Charcoal, sans-serif;
  font-size: 18pt;
}
#donate_button {
  background-color: white;
  padding: .25em;
}
#donate_button img {
  display: none;
}
#donate_button span {
  text-transform: uppercase;
  font-family: Impact, Charcoal, sans-serif;
  font-size: 12pt;
}
#donation_amount {
  height:2em;
  padding:0.25em;
  vertical-align:3px;
  width:3em;
  font-size: 12pt;
}
/*** END DONATION WIDGET ***/
