/* @override 
	http://localhost/~shane/oregoncabaret/css/structure.css
	http://soullab.local/~shane/oregoncabaret/css/structure.css
*/
<!--[if IE]><style type="text/css">div { height: 0 }</style><![endif]-->

* {
	margin: 0;
	padding: 0;
}

body {
	margin: .5em;
	height: 100%;
	background-color: #ffffff;
	font: normal 1em 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	text-align: center;
}


#centerColumn {
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: left;
}

.topNav td
{
	vertical-align: middle; 
	text-align: center;
}
#topNavA
{
	background-color: #9966CC;
}
#topNavB
{
	background-color: #663399;
}
.topNav a
{
	color: #FFFFFF; 
	font-size: 12px;
}
.topNav a:hover
{
	color: #FFFF00;
}

#subtotal {
	width: 640px;
 	margin-left: 20%;
	margin-right: auto;
	padding: 0px;
	text-align: left;
 }
#promotionCodeInput {
	width: 230px;
 	margin-left: 410px;
	margin-right: auto;
	padding: 0px;
	text-align: left;

	font-size: .8em;
	color: #181c9b;
 }
 
#promotionCodeDisplay {
	width: 210px;
 	margin-left: 68%;
	margin-right: auto;
	padding: 0px;
	padding-bottom: 7px;
	text-align: left;

	font-size: .8em;
	color: #181c9b;
 }
#promotionCodeDisplay .label
{
	font-weight: bold;
}
#promotionCodeDisplay .value
{
	font-style: oblique;
	text-decoration: underline;
}
a {
	color: #5D236E;
	text-decoration: none;
}

img {
	border: 0px;
}

.h1 {
	display: block;
	padding: 5px;
	color: #ffffff;
	background: #225928 url(../images/bar_arrow.jpg) no-repeat right bottom;
	margin-bottom: 5px;
	font-weight: bold;
}

table, td {
	font-size: 1em;
	margin: 0;
	padding: 0;
	border-width: 0;
	vertical-align: top;
}

a:hover {
	color: #9036ad;
}

.primary_on {
	color: #5d236e;
	font: bold 1em Arial, Helvetica, sans-serif;
	background: no-repeat url(../images/primary_on.gif);
	padding: 10px;
	width: 250px;
	height: 36px;
	margin: auto;
}

.primary_checked {
	color: #999;
	font: bold 1em Arial, Helvetica, sans-serif;
	background: no-repeat url(../images/primary_checked.gif);
	padding: 10px;
	width: 250px;
	height: 36px;
	margin: auto;
}

.alt_off {
	color: #999;
	font: bold 1em Arial, Helvetica, sans-serif;
	background: no-repeat url(../images/alt_off.gif);
	padding: 10px;
	width: 250px;
	height: 36px;
	margin: auto;
}

.alt_on {
	color: #7b077f;
	font: bold 1em Arial, Helvetica, sans-serif;
	background: no-repeat url(../images/alt_on.gif);
	padding: 10px;
	width: 250px;
	height: 36px;
	margin: auto;
}

.date_select_info {
	float: left;
	width: 350px;
	text-align: center;
}

.no_show_pop {
	padding-left: 4px;
	background: #d24b00;
}

.sold_out_pop {
	padding-left: 4px;
	background: #d11857;
}

div.legend {
	width: 270px;
	margin: 8px 0 0 0;
	float: left;
}

div.legend div {
	font-size: .8em;
}

/* @group calendar specific */

.block {
	background-color: #fa9844;
	color: #fff;
}

.cal_print {
	float: left;
	margin: 10px 0 0 0px;
	padding: 0;
	font-family: Myriad, Arial, Helvetica, sans-serif;
	width: 240px;
}

.cal_head {
	font: 16px   Myriad, Arial, Helvetica, sans-serif;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .2em;
}

.wday_head {
	width: 30px;
	text-align: center;
	color: #747474;
	border-bottom: 1px black solid;
	font-size: .7em;
	font-variant: small-caps;
}

tr.calendar {
	font-size: .8em;
}

tr.calendar td {
	padding-top: 5px;
}

a.day {
	text-decoration: none;
	color: inherit;
	font-weight: bold;
	padding: 4px;
}

.past_date {
	color: #dd4444;
	font-size: .75em;
}

.no_run {
	color: #cbcbcb;
}

.week_eve {
	color: #d12c8b;
}

.fri_sat_eve {
	color: #d24b00;
}

.sunday {
	color: #225928;
}

.preview {
	color: #3d367d;
}

.noshow {
	color: gray;
	font-size: 10px;
}

.soldout {
	color: red;
	font-size: 10px;
}

a:hover.day {
	background-color: white;
	padding: 4px;
}

.matinee {
	margin-left: 6px;
	width: 15px;
	border-bottom: 1px solid red;
}

.nomatinee {
	position: relative;
	left: 5px;
	width: 7px;
	height: 7px;
	background-color: blue;
}

.evening {
	position: relative;
	left: 9px;
	width: 7px;
	height: 7px;
}

.noevening {
	position: relative;
	left: 9px;
	width: 7px;
	height: 7px;
}

.cal_table {
	margin: 10px;
	width: 210px;
/*border-bottom: solid 1px #006;
border-right: solid 1px #fff;*/
}

div.calendar_box {
	width: 232px;
	border: 5px #225928 solid;
	background-color: #ecefd4;
	margin: 0 0 20px 10px;
}

#calendar_body {
	width: 460px;
}

div.seasontable {
	float: left;
	margin-top: 18px;
}

/* @end */

/* @group Ticket */

.info h2 {
	color: #d14b00;
}
.info ul {
	padding-left:  1em;
}
.info {
	list-style: circle;
	font-size: .8em;
	text-align: left;
}

.note_head {
	padding: 4px;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	background: #d24b00;
	display: block;
}

#ticket_options td {
	padding: 4px 0px;
	font-size: .8em;
}

.tr_focus {
	background: #d24b00;
	color: white;
}

#ticket {
	width: 350px;
	padding-bottom: 20px;
	padding-top: 8px;
	float: right;
}

#ticket div {
}


.play_logo {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#ticket_head {
	padding: 4px;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 10px;
	background: #225928;
	display: block;
	padding: 5px;
	background: #225928;
}

#ticket .play_name {
	margin-top: 18px;
	display: block;
	color: #5d236e;
	font-weight: bold;
}

#ticket_head img {
	position: relative;
	top: -1px;
}

.ticket_hr {
	border-bottom: 3px solid #cdcdcb;
	border-top-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	margin-top: 2px;
	margin-bottom: 2px;
}

#ticket_dates {
	text-align: center;
	font-size: .8em;
}

#ticket_dates_head td {
	color: #3d367d;
	text-align: center;
	font-weight: bold;
	font-size: .75em;
}

#prime_date td {
	padding: 2px;
	font-size: .9em;
}

#alt_date td {
	padding: 4px;
	font-size: .9em;
}

#ticket_options {
	padding: 4px;
}

.option_left {
	text-align: right;
	width: 130px;
	margin-bottom: auto;
	margin-right: 0;
}

.option_right {
	text-align: left;
	font-size: .9em;
}

.required {
	color: #d1083f;
	padding-right: 10px;
}

.optional {
	padding-right: 10px;
	margin-right: 6px;
}

.note p {
	background: #D12C8B;
	padding: 10px;
	text-align: center;
	font-size: .95em;
	margin-bottom: 10px;
	color: white;
	font-weight: bold;
}

.detail {
	color: #5d236e;
	padding: 0;
	font-size: .9em;
}

.ticket_foot {
	height: 32px;
	width: 339px;
	text-align: right;
	padding: 8px 0 0;
	margin-bottom: -13px;
	margin-left: -8px;
}
#startover{
	border: none;
}
#startover img/*button*/{
	padding: 3px;
	margin-left: auto;
	margin-right: 13px;
	float: left;
	border: none;
}
#continue img/*button*/{
	padding: 3px;
	margin-left: auto;
	margin-right: 13px;
	float: right;
	border: none;
}
.delete_button img{
	padding: 3px;
	float: right;
	border: none;
}
.button_orange {
	background: #EB9F00;
	padding: 3px;
	text-align: center;
	margin-left: auto;
	margin-right: 13px;
	font-weight: bold;
	color: white;
	float: right;
}

.button_orange_back {
	background: #EB9F00;
	padding: 3px;
	text-align: center;
	margin-left: auto;
	margin-right: 13px;
	font-weight: bold;
	color: white;
	float: left;
}

.error {
	background: no-repeat right #feff9b;
	color: #d1083f;
	font-weight: bold;
}

/* @end */

.sidebar {
	text-align: center;
	width: 250px;
	display: block;
}

/* @group Season Cal. */

.add_date {
	height: 16px;
	padding-left: 20px;
	background: no-repeat url(../images/date_add.gif);
	font-size: .8em;
}

.edit_date {
	height: 16px;
	padding-left: 20px;
	background: no-repeat url(../images/date_edit.gif);	
	font-size: .8em;

}

.stix_play_name {
	color: #5d236e;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

#stix_instructions {
	text-align: center;
}

.stix_date {
	padding: 0 0 10px 0;
}

/* @end */

/* @group View Cart */

.cart_ticket_head {
	font: .8em Myriad, Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
}


#user_info_table {
	width: 100%;
	font-size: .8em;
	margin-bottom: 10px;
}
.gen_ticket_table {
border: solid #a8ce85 2px;
	width: 100%;
	font-size: .8em;
	//padding: 5px;
	margin-bottom: 10px;
}

.gt_head {
	border-bottom: 1px dashed #144a1c;
}

.gen_ticket_table td {
	background: white;
	padding: 3px 8px 3px 3px;
}

.def {
	text-align: right;
	padding: 10px 5px 0 0;
	font-weight: 500;
	font-style: italic;
	text-decoration: underline;
}

.detl {
	color: #393939;
	padding-top: 10px;
}

.ticket_buttons_edit {
	text-align: right;
	position: relative;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding: 5px 5px 5px 30px;
	font-weight: bold;
}

.ticket_buttons_trash {
	text-align: right;
	font-weight: bold;
	padding: 2px 5px;
	border: 2px solid #cf3a00;
	float: right;
}

.stable_col_head {
	background: #d9f0aa;
	font-weight: bold;
	color: #4a4a4a;
	font-size: .7em;
	padding: 6px 0 4px 0;
	text-align: center;
	height: 35px;
}

.stable_details td {
	padding: 10px 3px 0 3px;
}

.stable_details .stable_col_head {
	padding: 10px 0 0 10px;
	border-bottom: 6px solid #d9f0aa;
}

/* @group Gift Cert Stub */

.gift_certificate_stub {
	margin: 10px 0 10px 0;
	border: 2px solid #a8ce85;
	width: 100%;
	font-size: .8em;
	padding: 2px;
}

.gc_name {
	font-size: 1.2em;
	font-weight: bold;
}

.gc_label {
	font-weight: bold;
	color: #215928;
}

.gc_desc {
	width: 140px;
}

.gc_type {
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: solid #a8ce85 1px;
}
.gc_price {
	background-color: #fdf9d7;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: solid #a8ce85 1px;
}

/* @end */

/* @group Season Ticket Table */

.st_play_col {
	width: 50%;
}

.st_table {
	border: solid #a8ce85 2px;
	width: 100%;
	padding: 5px;
	font-size: .8em;
	margin-bottom: 20px;
}

.st_item {
	text-align: right;
	padding-bottom: 5px;
	padding-right: 4px;
}

.st_play_table {
	width: 100%;
}

.st_play_names_col {
	width: 45%;
}

.st_date_col {
	width: 50%;
}

.st_meal_col {
	text-align: center;
	width: 15%;
}

.st_play_names, .st_dates, .st_meal {
	border-top: 1px dashed #144a1c;
}

.st_meal, .st_meal_alt {
	text-align: center;
	border-right: 1px dashed #144a1c;
}

.st_details_col {
	width: 100%;
	padding-left: 0px;
	text-align: right;
}

.st_details {
	width: 100%;
	padding-left: 0px;
}

.prime_date_i {
	color: #144a1c;
	font-weight: bolder;
	padding-right: 5px;
	font-size: 12px;
}

.alt_date_i {
	color: #cf3a00;
	font-weight: bolder;
	padding-right: 5px;
	font-size: 12px;
}

/* @end */

.ticket_box {
	width: 100%;
	border: 2px solid #a8ce85;
	font: .9em Myriad, Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
	margin-top: 10px;
}

.s_play_row {
	border-top: 3px solid #d9f0aa;
	border-right: 3px solid #d9f0aa;
}

.s_play_row>span {
	display: block;
	padding: 10px 0 0 10px;
}

.alt_date_cell {
	background: #d9f0aa;
	font-size: .8em;
	padding: 3px;
	text-align: left;
	text-align: center;
}

.prime_date_cell {
	font-size: .8em;
	padding: 3px;
	text-align: center;
}

/* @end */

/* @group Index.php */

.season_select a {
	font-weight: bolder;
	color: #d14b00;
}

.season_select a:hover {
	font-weight: bolder;
	color: #5c236d;
}

.loading {
	width: 100%;
	height: 100px;
	padding-top: 80px;
	text-align: center;
}

.maintext h2 {
	color: #d14b00;
	font-size: 1.4em;
	margin-bottom: 10px;
}

.maintext p {
	margin-bottom: 10px;
	margin-top: 10px;
}

.maintext ul {
	list-style: upper-alpha outside;
	color: #56258c;
}

.maintext {
	margin-top: 20px;
	letter-spacing: .02em;
}

.bookbox {
	margin: 1em 0 0 0;
	font: 0.9em Arial, Helvetica, sans-serif;
	padding: 0px;
	width: 150px;
	float: left;
}
.bookboxbottom {
	padding-left: 50px;
}
.bookboxbottom a {
	display: inline;
	margin: 1em 0 0 10px;
	font: 1em Arial, Helvetica, sans-serif;
	width: 150px;
	float:  left;
}
.bookboxbottom a:hover {
	color: #f532f3;
}
	
.bookbox a, .bookboxbottom a {
	display: block;
	margin: 1px 2px 0 2px;
	color: #5D236E;
	background: #f7e8f9;
	text-decoration: none;
	line-height: 17px;
	border: 1px;
	border-style: solid;
	border-color: #5D236E;
}
.bookboxbottom a {
	padding-left: 15px;
	background: url(../images/bullet_go.gif) no-repeat -2px 0;
	border: 0px; 
	border-style: none;	
}
.bookbox a:hover{
	color: #f7e8f9;
	text-decoration: none;
	line-height: 17px;
	background: #5D236E;
}

.feedback{
	margin-top: 10px;
	float: left;
	font-size: 1em;
	background-color: #fdfed8;
	padding: 6px;
	border: 2px solid #fcedb7;
}

.feedback a, .feedback a:hover {
	display:  inline;
	color:  #5D236E;
	line-height: normal;
	padding-left: 13px;
	background: url(../images/bullet_go.gif) no-repeat -2px 0;
}

#mainColumn {
	width: 470px;
	float: right;
	padding-bottom: 0px;
}

.play_name, .pnover {
	text-align: center;
	color: #5d236e;
	display: block;
	padding: 0 0 3px 0;
	font-weight: bold;
}

.play_name:hover {
	color: #EB9F00;
}

.pnover {
	color: #eb9f00;
}

.header {
	display: block;
	padding: 4px;
	background-color: #5d236e;
	color: #ffffff;
	font: bold 1em Myriad, Arial, Helvetica, sans-serif;
	margin: 1.5em 0 10px;
}

.play_buttons {
	float: left;
	width: 140px;
	margin-right: 10px;
	font-family: Myriad, Arial, Helvetica, sans-serif;
	height: 220px;
}

.play_buttons img {
	
}

.show_dates {
	font: .8em Myriad, Arial, Helvetica, sans-serif;
	color: #5d236e;
	margin-top: 3px;
}

/* @end */

/* @group Gift Certificate */

#gift_box fieldset
{
	border-top: 2px solid #000000;
	border-right-width: 0;
	border-left-width: 0;
	border-bottom-width: 0;	
	margin: 0px 0px 0px 0px; 
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font: bold .8em Myriad, Arial, Helvetica, sans-serif;
}

#gift_box div 
{
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 0px;
	margin-right: 0px;
}

#gift_box label 
{
	display: block;
	padding-right: 10px;
}

#gift_box .labelRadio 
{
	text-align: left;
}

#gift_box .inputRadio 
{
	float: left;
}

#gift_box div.required input 
{
	border: 1px solid #663390;
	padding: 1px 1px 1px 3px;
}

#gift_box div.optional input 
{
	border: 1px solid #663390;
	padding: 1px 1px 1px 3px;
}

#amount 
{
	width: 470px;
}

#amount label 
{
	display: block;
	width: 270px;
	float: left;
	text-align: left;
}

#amount input 
{
}
/* @end */

/* @group Add Season Form */

#add_season fieldset {
	border-top: 2px solid #000000;
	border-right-width: 0;
	border-left-width: 0;
	border-bottom-width: 0;
	padding: 10px;
	font: bold .8em Myriad, Arial, Helvetica, sans-serif;
}

#add_season legend {
	font-size: 1.5em;
	color: #000000;
}

.play_prices {
	margin: 0 0 0 250px;
}

.play_prices label {
	display: block;
	float: left;
	width: 75%;
	text-align: right;
	padding-right: 20px;
}

.form_item {
	margin: 0 10px 5px 0;
}

#play_form .form_item {
	float: left;
}

#season_form label {
	display: block;
	width: 50%;
	float: left;
	text-align: right;
	padding-right: 20px;
}

.play_sequence {
	font: bold 1.2em Myriad, Arial, Helvetica, sans-serif;
	color: #5d236e;
	border-bottom: 2px solid #f79938;
	margin: 0 0 10px 0;
}

/* @end */

/* @group footer */

.footer {
	width: 640px;
	border-top: solid #56258c 1px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

.footer TABLE {
}

/* @end */

#noscript {
	width: 600px;
	background: #fdf9a9 url(../images/bullet_error.png) no-repeat 5px 10px;
	border: 1px solid #f9191c;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 10px 10px 10px 25px;
}

#season_ticket_table {
	width: 100%;
	padding-top: 10px;
}

.fees {
	background-color: #fdf9d7;
	font-size: .8em;
	width: 50%;
	margin-left: 50%;
	color: #181c9b;
	text-align: right;
	padding: 5px;
	margin-bottom: 10px;
}

/* set to inline to show flex pass option and none to hide it. */
#flexPass {
	display: inline;
}