﻿
table.scheduleGrid td {
	    border-bottom:solid 1px #1e374c;
	    font-size:.85em;
        }
table.scheduleGrid {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
    }    
.scheduleHeader {
    font-size:.9em;
    color:#FFF;
    font-weight:normal;
    }
.scheduleHeaderTickets {
    font-size:.9em;
    color:#FFF;
    font-weight:normal;
    }
.scheduleHeader a {
    color:#FFF;
	text-decoration:none;
	border-bottom:dotted 1px #FFF;
    }
.scheduleHeader a:visited {
    color:#FFF;
	text-decoration:none;
	border-bottom:dashed 1px #1e374c;
    }
.scheduleHeader a:hover {
    color:#FFF;
	text-decoration:none;
	border-bottom:solid 1px #1e374c;
    }
.scheduleHeader a:active {
    color:#FFF;
	text-decoration:none;
	border-bottom:solid 1px #1e374c;
    }
.scheduleLink
{ color:#FF0000; }
.scheduleLink a
{
    color:#000;
	text-decoration:none;
	border-bottom:dotted 1px #1e374c;
}
.scheduleLink a:visited
{
    color:#000;
	text-decoration:none;
	border-bottom:dashed 1px #1e374c;
}
.scheduleLink a:hover
{
    color:#000;
	text-decoration:none;
	border-bottom:solid 1px #1e374c;
}
.scheduleLink a:active
{
    color:#000;
	text-decoration:none;
	border-bottom:solid 1px #1e374c;
}
.order {
    width:40px;
    height:10px;
    }
.order a {
    background: url("/images/schedule/order.png") 0 0 no-repeat;
    width:100%;
    height:100%;
    display:block;
    }
.soldout {
    width:40px;
    height:10px;
    display:block;
    background: url("/images/schedule/order.png") 0 -14px no-repeat;
    }
.presale {
    width:40px;
    height:10px;
    }
.presale a {
    background: url("/images/schedule/order.png") 0 -28px no-repeat;
    width:100%;
    height:100%;
    display:block;
    }
.cxld {
    width:40px;
    height:10px;
    }
.cxld a {
    background: url("/images/schedule/order.png") 0 -42px no-repeat;
    width:100%;
    height:100%;
    display:block;
    }
.printBtn { 
      float:right; 
      }
.printBtn:link {
    width:120px;
    height:15px;
    background-color:Aqua;
    background: url("/images/schedule/print.png") 0 0 no-repeat;
    float:right; 
    }
    .printBtn:hover {
    width:120px;
    height:15px;
    background-color:Aqua;
    background: url("/images/schedule/print.png") 0 -20px no-repeat;
    float:right; 
    }
    .printBtn:active {
    width:120px;
    height:15px;
    background-color:Aqua;
    background: url("/images/schedule/print.png") 0 -40px no-repeat;
    float:right; 
    }
