﻿/*********************************************************************
  Reset
*********************************************************************/
html, body, div, form, img, table {
  border: 0;
  margin: 0;
  padding: 0;
}

/*********************************************************************
  Element styles
*********************************************************************/
div {
  scrollbar-arrow-color: #ffffff;
  scrollbar-track-color: #efefef; 
}
a {
  color: #333333;
  text-decoration: none;
}
a:hover {
  color: #000000;
  text-decoration: underline;
}
a img.on     { display: none; }
a img.off     { display: inline; }
a:hover img.on     { display: inline; }
a:hover img.off   { display: none; }
h2 {
  font-size: 18px;
  line-height: 21px;
}
h4 {
  font-size: 12px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
p:first-child { margin-top: 0; }

/*********************************************************************
  Classes
*********************************************************************/

/* 
 * Rows
 */
.row-2,
 .row-3,
 .row-4 {
  margin-top: 5px;
}

/*
 * Columns
 */
.column {
  float: left; 
}
.column .content {
  background: #d5e6f5;
  scrollbar-base-color: #97C0E6;   
  padding: 10px 9px;
  min-height: 400px;
}
.column .panel-title {
  background: #97C0E6;
  padding: 0 10px;  
  line-height: 20px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;   
}
.column-grey .content {
  background: #ececec;
  scrollbar-base-color: #999999;
}
.column-dkblue .panel-title {
  background: #999999;
}
.column-dkblue .content {
  background: #97C0E6;
  scrollbar-base-color: #999999;
  color: #ffffff;
  font-weight: bold;
}
.column-white .panel-title {
  background: #999999;
}
.column-white .content {
  background: #ffffff;
}
.column .gradient {
	background: #ffffff url(/lib/images/gradient_bg.gif) repeat-x top !important;
}

/*
 *  2 Column Layout
 */
.one-column { float: none; } 
.two-columns .column-1 {
  width: 290px;  
  margin-right: 5px;
}
.two-columns .column-2 { width: 701px; }
.two-columns-even .column-1 { width: 495px; }
.two-columns-even .column-2 { width: 496px; }
.two-columns-inverted .column-1 { width: 681px; }
.two-columns-inverted .column-2 { width: 310px; }

/*
 *  3 Column Layout
 */
.three-columns .column-1,
 .three-columns .column-2 {
  width: 329px;
  margin-right: 5px;
}
.three-columns .column-3 { width: 328px; }

/*
 * Image Titles
 */
.img-title {
  margin-bottom: 5px;
  background: #97C0E6;
  padding: 10px 9px 0;
  height: 50px;
}
.column .img-title {
  margin-top: 5px;  
  padding-bottom: 10px;
  height: auto;
}
.column .img-title:first-child {
  margin-top: 0;
} 

/*
 * Panels
 */
.column .column-panel { margin-top: 5px; }
.column .first-panel { margin-top: 0; }
.column-panel .content { min-height: 0; }

/*********************************************************************
  Forms
*********************************************************************/
.SuccessBox, .ErrorBox
{
    margin-bottom: 20px;
    background-color: #f5f5f5;
    padding: 5px;
}
.SuccessBox 
{
    border: 1px solid #336600;
    color: #336600;
}
.ErrorBox
{
    border: 1px solid #cc6666;    
    color: #cc6666;
}
.InstructionsPanel 
{
    margin-bottom: 25px;
}
.FormTable
{    
    padding: 2px;
}
.FormTable TD
{
    padding-bottom: 4px;
}
.FormLabel, .FormLabelIndented
{
    padding-right: 10px;
    font-weight: bold;
    text-align: right;
    vertical-align: top;
}
.FormLabelIndented
{
    width: 150px;
}
.FormField, .FormButton 
{   
    font-size: 11px;
}
.FormField 
{
    border-top: #444444 1px solid;
	border-right: #666666 1px solid; 
	border-bottom: #666666 1px solid;
	border-left: #444444 1px solid;
	width: 175px;
}
.FormButton 
{
  border: 0;
	background-color: #bf1e2d;  
  font: bold 11px Verdana, Arial, Sans-Serif;  
  line-height: 20px;  
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;   
}
.FormButton:hover 
{
  color: #ffffff;
  background: #a7a5a6;   
  text-decoration: none;
}
.FormSpacerRow 
{
    height: 20px;
}
.FormSpacerRowSmall
{
    height: 10px;
}
.RequiredField 
{
    color: #cc6666;
}
.PadTop8px
{
    padding-top: 8px;
}
.Pagination
{
    margin-bottom: 25px;
    color: #999999;
    font-weight: bold;
    font-size: 11px;
    border-bottom: 1px solid #999999;
}
.AllPurposeList
{
    padding-left: 0px;
    margin-left: 15px;        
}
.AllPurposeList LI
{
    margin-left: 0px;
    padding-left: 0px;
    padding-bottom: 10px;
}

/*
 * Miscellaneous
 */
.text-center { text-align: center; }
.text-right { text-align: right; }
.hardright { margin-right: -9px; }
.hardbottom { margin-bottom: -10px; }
.clear { clear: both; }
.clear-block { 
  display: inline-block; 
  vertical-align: top;
}
.actionbutton {
  display: block;
  background: #bf1e2d; 
  height: 20px;
  padding: 0 10px;
  line-height: 20px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;   
}
.actionbutton:hover {
  color: #ffffff;
  background: #a7a5a6;   
  text-decoration: none;
}
.button-moreinfo { background: #97c0e6; }
.buttons-inline { margin-top: 10px; text-align: right; }
.buttons-inline .actionbutton { display: inline-block; }

/*********************************************************************
  Regional styles
*********************************************************************/
html,
 body {
  background-color: #d9d9d9;
  font: 11px Verdana, Arial, Sans-Serif;
  color: #666666;  
}
#container {
  margin: 0 auto;
  background-color: #ffffff;
  width: 996px;
}
#ajaxprogress {
  position: absolute;
  background-image: url(/lib/images/cccccc_50.png);    
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#ajaxprogress .inner {
  margin: 20px auto;
  width: 426px;
  line-height: 50px;  
  color: #ff0000;
  font-weight: bold;
}

/*
 *  Header
 */
#header {
  position: relative;
  background: url(/lib/images/header_bg.png) repeat-x;
  width: 100%;
  height: 115px;
  z-index: 99;
}
#logo {
  position: absolute;
  top: 0;
  left: 0;
}
#search {
  position: absolute;
  top: 0;
  right: 0;
  padding: 7px 4px 0 0;
}
#search .query {
  border: 1px solid #E4E4E4;  
  border-top: 1px solid #8E8E8E;  
  width: 91px;
  height: 18px;  
  color: #9CA498;
  font-size: 11px;
  vertical-align: middle;  
}
#search .button {
  vertical-align: middle;
}
#primary {
  position: absolute;
  top: 54px;
  right: 4px;
  height: 31px;
  z-index: 1;    
} 
#secondary {
  position: absolute;
  top: 90px;
  left: 0;
  width: 100%;
  height: 20px;  
  background-color: #97C0E6;
  text-align: right;
  z-index: 0;
}
#secondary .textbuttons .separator {
  color: #ffffff;
}
#secondary .textbuttons span,
 #secondary .textbuttons a {
  padding: 0 10px;    
  line-height: 20px;
  font-weight: bold;
  color: #ffffff;     
  text-transform: uppercase;
}
#secondary .textbuttons a:hover {
  color: #000000;   
}
#secondary .buytickets-wrapper {
  float: right;
  border-left: 5px solid #ffffff;
}

/*
 *  Main
 */
#main {
}

/*
 *  Footer
 */
#footer {
  background: #ddd url(/lib/images/footer_bg.png) repeat-x;
  padding: 15px 10px;
  line-height: 14px;
  font-size: 10px;
  color: #999999;
}
#footer #unclogo {
  float: right;
}
#footer a {
  color: #999999;
}
#footer .footer-row-1 {
  margin-top: 5px;
}
#footer .footer-row-1,
 #footer .footer-row-3 {
  font-weight: bold;
}

/*********************************************************************
  Standard vertical menu
*********************************************************************/
.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu li a {
  display: block;
  margin-bottom: 4px;
  background: #708CA1;   
  padding: 3px 7px;
  font-weight: bold;
  color: #FFFFFF;
  text-transform: uppercase;
}
.menu li a:hover {
  background: #BF1E2D;
  text-decoration: none;
}

/*********************************************************************
  Calendar
*********************************************************************/
.calendar-control {
  text-transform: uppercase;
  font-weight: bold;
}
.calendar-control td { vertical-align: top; }
.calendar-control .calendar-title,
 .calendar-control .calendar-dayheader,
 .calendar-control .calendar-day,
 .calendar-control .calendar-selected,
 .calendar-control .calendar-othermonth {
  border: 1px solid #ffffff;
  background: #E1E1E1;   
  padding: 2px; 
  font-size: 12px;        
}
.calendar-control .calendar-day a,
 .calendar-control .calendar-selected a {
  color: #767679 !important;
}
.calendar-control .calendar-othermonth,
 .calendar-control .calendar-othermonth a {
  color: #C2BF96 !important;
}
.calendar-control .calendar-title {
  background: #A4CCEC;
  font-size: 9px;
  color: #ffffff !important;
}
.calendar-control .calendar-title td { padding: 5px; } 
.calendar-control .calendar-selected {  background: #FEE264 !important; }

/*********************************************************************
  Events
*********************************************************************/
.event-summary { margin-top: 8px; }
.event-buttons .button-buytickets { margin-right: 5px; }

/*********************************************************************
  Orders
*********************************************************************/
.noorder { margin: 20px; }
.order {}
.order TABLE
{
    border-collapse: collapse;
    background-color: #FFFDFE;
}
.order TD
{
    border: 1px solid #626466;
    border-bottom: 0px;     
    vertical-align: top;
    padding: 3px;
}

/* Header */
.order .header { width: 640px; }
.order .header TD { width: 50%; }
.order .header .section { font-weight: bold; }
.order .header .label { color: #000000; }
.order .header .number, 
    .order .header .date { background-color: #EDEEEF }
.order .header .buttons { float: right; }
.order .header .payment { margin-top: 10px; }

/* Payment */
.order .header .payment .label { float: left }
.order .header .payment .holderinfo, 
    .order .header .payment .cardinfo, 
    .order .header .payment .expirationinfo { margin-top: 3px; } 
.order .header .payment .holder, 
    .order .header .payment .card, 
    .order .header .payment .expiration { margin-left: 90px }       

/* Shipping */
.order .header .shipping .label { float: left }
.order .header .shipping .methodinfo, 
    .order .header .shipping .addressinfo, 
    .order .header .shipping .messageinfo { margin-top: 3px; }
.order .header .shipping .method, 
    .order .header .shipping .address,
    .order .header .shipping .message 
{
    margin-left: 90px; 
    display: inline-block; /* Fixes 1px indent in IE */
}
    
/* Lines */
.order .lines 
{
    width: 640px;
    border-bottom: 1px solid #626466;    
}
.order .lines .downgraderow
{
  background-color: #eeeeee;
  font-style: italic;
}
.order .lines .upgraderequest 
{
  padding-bottom: 5px;
  font-weight: bold;
  color: #ff0000;
}
.order .lines .label 
{
    background-color: #EDEEEF;     
    padding: 3px 15px 3px 15px;
    font-weight: bold;    
}
.order .lines .qty { text-align: center; } 
.order .lines .item { padding-left: 15px; } 
.order .lines .item .performance, 
    .order .lines .item .contribution  { font-weight: bold; }
.order .lines .subtotal, 
    .order .lines .fee, 
    .order .lines .total 
{
    text-align: right;
    padding-right: 15px; 
}
.order .lines .seats 
{
    clear: both;
    margin: 5px 0px 0px 15px; 
}
.order .lines .package 
{ 
    font-weight: bold; 
    font-size: 11px;
    color: #000000; 
}
.order .lines .packageperformances { margin: 0px 0px 0px 15px; }
.order .lines .packageperformance { clear: both; margin-top: 15px; }
.order .lines .packageperformance .title { font-weight: bold; }
.order .lines .packageperformance .date { float: left; margin-right: 10px; }
.order .lines .packageperformance .altperfs 
{  
    clear: both;
    width: 400px;
    border: 1px dashed #cecece;    
    background-color: #efefef;    
    margin: 5px 0px 0px 15px;
    padding: 5px;
}
.order .lines .packageperformance .altperfs .alterror { font-weight: bold; color: #ff0000; }
.order .lines .packageperformance .altperfs .altdates { float: left; margin-right: 10px; }
.order .lines .packageperformance .altperfs TABLE { background-color: transparent; }
.order .lines .packageperformance .altperfs TD { border: 0px; }   
.order .lines .packageperformance .altperfs .buttons .update { float: left; margin-right: 2px; }
.order .lines .packageperformance .altperfs .buttons .cancel {}
.order .lines .buttons { margin-top: 5px; }
.order .lines .buttons .remove { float: left; margin-right: 2px; }
.order .lines .buttons .changerequest 
{
  background-color: #efefef; 
  padding: 5px 5px 10px 5px;     
}
.order .lines .buttons .changerequest .changetable td {
  border: 0;
  padding: 1px;
    background-color: #efefef;  
}
.order .lines .buttons .changerequest .comments
{
  vertical-align: top;
  width: 200px;
  height: 75px;
}
.order .lines .buttons .changerequest .changeerror 
{
    margin-top: 5px;
    border-color: #000000;
    color: #ff0000;
    font-weight: bold;
}
.order .lines .notes 
{
    margin: 5px 10px 5px 0px; 
    background-color: #efefef; 
    padding: 5px 5px 10px 5px; 
}

.order .lines .notes .section { float: left; margin-right: 5px; font-weight: bold; }

/* Footer */
.order .footerlabel
{
    background-color: #EDEEEF;     
    text-align: right;
    font-weight: bold;        
}
.orderterms 
{
    width: 630px;
    margin: 15px 0px 15px 0px;
    border: 1px dashed #cecece;    
    background-color: #efefef; 
    padding: 5px; 
}
.orderbuttons 
{
    margin-top: 20px;
}
.carttimer
{
  margin-top: 5px;
  background: #ececec;
  padding: 10px;
  font-weight: bold;
  color: #ff0000;
}

/********** Packages ********************************************************/
.packagelist .instructions, 
    .packageinstructions { margin-bottom: 15px; }
.packagelist .menu
{
    margin-bottom: 12px;
}
.packagelist .packagenavsub
{
    margin: 0px 0px 4px 10px;
}
.packageheader { font-size: 18px; font-weight: bold; color: #666; margin-bottom: 10px; }
.packagedetail .productions { margin: 0px 0px 0px 15px; }
.packagedetail .production { margin-top: 15px; }

.packagedetail .production .event-title { font-size: 13px; color: #626466; font-weight: bold; }
.packagedetail .production .status { font-weight: bold; color: #ff0000; }
.packagedetail .productions .production .onedate {}
.packagedetail .productions .production .multipledates {}
.packagedetail .noorderinfo 
{ 
    width: 400px;
    border: 1px dashed #cecece;    
    background-color: #efefef;    
    margin: 25px 0px 0px 15px;
    padding: 5px;
    font-weight: bold;
}
.packagedetail .orderinfo { margin: 25px 0px 0px 15px; }
.packagedetail .orderinfo TABLE
{
    border-collapse: collapse;
    background-color: #FFFDFE;
    width: 98%;
}
.packagedetail .orderinfo TD
{
    border: 1px solid #626466;   
    vertical-align: top;
    padding: 3px;
}
.packagedetail .orderinfo .lines .label 
{
    background-color: #EDEEEF;     
    padding: 3px 15px 3px 15px;
    font-weight: bold;    
}
.packagedetail .orderinfo .lines .qty { text-align: center; } 
.packagedetail .orderinfo .lines .section {}
.packagedetail .orderinfo .lines .seat {}
.packagedetail .orderinfo .lines .total { text-align: right; padding-right: 15px; }
.packagedetail .orderinfo .lines .choosemyseat { font-weight: bold; cursor: hand; }
.packagedetail .orderinfo .lines .myseats { margin: 5px 0px 5px 10px; }
.packagedetail .orderinfo .lines .extrasheader 
{
    border-left: 0px; 
    border-right: 0px;
    padding: 10px 0px 10px 0px;
    font-weight: bold;
}
.packagedetail .special { margin: 15px 0px 5px 0px; }
.packagedetail .special .speciallabel { font-weight: bold; }
.packagedetail .special .specialinstructions 
{
    float: left;
    width: 350px;
    margin: 5px 15px 5px 0px; 
}
.packagedetail .special .specialtext
{
    width: 250px;
    height: 60px;
}
.packagedetail 


/********** Flex ********************************************************/
.flex .productions { width: 660px;  }
.flex .production .choose { float: right; padding: 0 40px; font-weight: bold; color: #ff0000; }
.flex .production .location { display: inline; }
.flex .noorderinfo { margin: 10px 0px 0px 10px; }
.flex .orderinfo { margin: 10px 0px 0px 10px; }

/********** Single Tickets ********************************************************/
.singleticket { margin-top: 15px; }
.singleticket .title { font-size: 14px; color: #626466; font-weight: bold; }
.singleticket .location {}
.singleticket .onedate {}
.singleticket .multipledates {}
.singleticket .noorderinfo 
{ 
    width: 400px;
    border: 1px dashed #cecece;    
    background-color: #efefef;    
    margin: 25px 0px 0px 15px;
    padding: 5px;
    font-weight: bold;
}
.singleticket .orderinfo { margin: 25px 0px 0px 15px; }
.singleticket .orderinfo TABLE
{
    border-collapse: collapse;
    background-color: #FFFDFE;
}
.singleticket .orderinfo TD
{
    border: 1px solid #626466;   
    vertical-align: top;
    padding: 3px;
}
.singleticket .orderinfo .lines { width: 628px; }
.singleticket .orderinfo .lines .label 
{
    background-color: #EDEEEF;     
    padding: 3px 15px 3px 15px;
    font-weight: bold;    
}
.singleticket .orderinfo .lines .qty { text-align: center; } 
.singleticket .orderinfo .lines .section {}
.singleticket .orderinfo .lines .seat {}
.singleticket .orderinfo .lines .total { text-align: right; padding-right: 15px; }
.singleticket .orderinfo .lines .choosemyseat { font-weight: bold; cursor: hand; }
.singleticket .orderinfo .lines .myseats { margin: 5px 0px 5px 10px; }
.singleticket .orderinfo .lines .extrasheader 
{
    border-left: 0px; 
    border-right: 0px;
    padding: 10px 0px 10px 0px;
    font-weight: bold;
}
.singleticket .orderinfo .special { margin: 15px 0px 5px 0px; }
.singleticket .orderinfo .special .speciallabel { font-weight: bold; }
.singleticket .orderinfo .special .specialinstructions 
{
    float: left;
    width: 361px; 
    margin: 5px 15px 5px 0px; 
}
.singleticket .orderinfo .special .specialtext
{
    width: 250px;
    height: 60px;
}
.singleticket .orderinfo .buttons 
{
    margin: 5px 0px 0px 0px;
    width: 628px;     
    background-color: #FFEDBC;
    text-align: right;
}
/********** Onyen *******************/
.onyen
{
    background-color: #efefef;
    padding: 5px;
    color: #333399;
}
.onyen .label 
{
    float: left;
    padding-left: 5px;
    width: 100px;
    color: #333399;    
}
.onyen .username,
 .onyen .password { width: 75px; }
.onyenerror 
{
    margin-top: 5px;
    border-color: #000000;
    color: #ff0000;
    font-weight: bold;
}

/********** Event Info ********************************************************/
.event-list .event-item { margin-bottom: 10px; }
.event-list .event-title a { font-weight: bold; color: #000000; }
.event-list .event-title a:hover { color: #666666; }

.eventsummary
{
    width: 250px;
    height: 250px;
    border: 1px solid #999999;
    background-color: #ffffff;   
}
.eventsummary .caption
{
    height: 12px;
    background-color: #97C0E6;
    padding: 8px;
    color: #ffffff;
    font: bold 14px Verdana;
}
.eventsummary .eventbody
{
    position: relative;
    padding: 4px 8px 4px 8px;
    overflow: auto;
}
.eventsummary .eventbody .image 
{
    float: left; 
    margin: 0px 10px 10px 0px; 
    width: 100px;
}
.eventsummary .eventbody .title { font-weight: bold; }
.eventsummary .eventbody .location { color: #cc0000; }
