﻿/* 
    TICKETBREAK DOCS
*/

/* Font Styles */

td,p,font {
    font-size : 10px;
    color : #000000;
    font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-weight : normal;
}

.blueitalic {
    font-size: 10px;
    color: #0000CC;
    font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-weight: bold;
	font-style: italic;
}

.black11 {
    font-size: 11px;
    color: #000000;
    font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-weight: normal;
}

.black11b {
    font-size : 11px;
    color : #000000;
    font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-weight : bold;
}

.black12 {
    font-size: 12px;
    color: #000000;
    font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-weight: normal;
}

.black12b {
    font-size: 12px;
    color: #000000;
    font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-weight: bold;
}

.black13b {
    font-size : 13px;
    color : #000000;
    font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-weight : bold;
}

.black14b {
    font-size : 14px;
    color : #000000;
    font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-weight : bold;
}

.black15b {
    font-size : 15px;
    color : #000000;
    font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-weight : bold;
}

.black16b {
    font-size : 16px;
    color : #000000;
    font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-weight : bold;
}

.black18b {
    font-size : 18px;
    color : #000000;
    font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-weight : bold;
}

.red11 {
    font-size: 11px;
    color: #800000;
    font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-weight: normal;
}

.red11b {
    font-size: 11px;
    color: #800000;
    font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-weight: bold;
}

.red13b {
    font-size: 13px;
    color: #800000;
    font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-weight: bold;
}

.red14b {
    font-size: 14px;
    color: #800000;
    font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-weight: bold;
}

.red15b {
    font-size: 15px;
    color: #800000;
    font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-weight: bold;
}

.white13b {
    font-size: 13px;
    color: #FFFFFF;
    font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-weight: bold;
}

.title {
    font-size : 18px;
    color : #800000;
    font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-weight : bolder;
    text-align : center;
}

.titleblack {
    font-size : 16px;
    color : #000000;
    font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-weight : bolder;
    text-align : center;
}

/* Link Styles */

a, a:link, a:visited {
    color : #800000;
    font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
    text-decoration : none;
    font-weight : normal;
}
a:hover {
    color : #800000;
    text-decoration : underline;
    font-weight : normal;
}

/* Misc Styles */

hr { 
    display: block;
    height: 1px;
    border-left: none;
    border-right: none;
    border-top: 1px solid #000000;
    border-bottom: none;
}

.hotelTable { 
    background-color: #E5E5E5;
    border: 1px solid #666666;
}

/* Form Styles */

.checkoutCell {
    width: 139px;
    height: 40px;
    background-image: url(~/images/checkout_left.png);
    background-repeat: no-repeat;
    font-size: 12px;
    color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    vertical-align: top;
    padding-top: 10px;
    padding-left: 30px;
}
a.checkoutLink, a.buyTixLink:link, a.buyTixLink:visited {
    font-size: 12px;
    color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-weight: bold;
}
a.checkoutLink:hover {
    color: #FFFFFF;
    text-decoration: underline;
    font-weight: bold;
}
.buyTixCell {
    width: 139px;
    height: 30px;
    background-image: url(~/images/buy_tix_translate.jpg);
    background-repeat: no-repeat;
    font-size: 12px;
    color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    vertical-align: top;
    padding-top: 10px;
    padding-left: 27px;
}
a.buyTixLink, a.buyTixLink:link, a.buyTixLink:visited {
    font-size: 12px;
    color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-weight: bold;
}
a.buyTixLink:hover {
    color: #FFFFFF;
    text-decoration: underline;
    font-weight: bold;
}
.checkout-text { 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 32px; 
    color: #C3C3C3; 
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
} 
.checkout-textactive { 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 32px; 
    color: #8A8A8A;
    font-weight: bold;
} 
.checkout-ttl { 
    background-color: #C0C0C0; 
    padding: 0px; 
    height: 22px; 
    border-bottom-width: 1px; 
    border-bottom-style: solid; 
    border-bottom-color: #9A9A9A; 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 10px; 
    color: #000000; 
    vertical-align: middle; 
    font-weight: bold; 
} 
.checkout-table { 
    border-bottom-style: solid; 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 10px; 
    color: #000000; vertical-align: top; 
    font-weight: normal; 
    border-right-width: 3px; 
    border-left-width: 3px; 
    border-right-style: solid; 
    border-left-style: solid; 
    border-right-color: #032660; 
    border-left-color: #032660; 
    border-bottom-width: 3px; 
    border-top-style: none; 
    border-bottom-color: #032660; 
    border-top-color: #032660; 
    padding: 0px; 
    background-color: #FFFFFF; 
    border-top-width: 3px; 
} 
.checkout-notetable { 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 10px; 
    color: #990000; 
    font-weight: normal; 
    border: 1px dashed #990000;
    padding: 2px;
}

/* Shopping Cart */
ul.Flow{
	text-align:center;
	margin:0px;
	padding:0px;
}
li.Flow{
	display:inline;
	padding:0px;
	margin-left: 2px;
	margin-right: 2px;
}
span.FlowContainer{
	/* don't change the order of the next two lines */
	display:table-cell; /* for Firefox */
	display:inline-block; /* for Opera and IE */
}
span.FlowItem{
	display:block;
}

div.AddTicket
{
    margin: 0px;
    height: 30px;
}

div.AddTicketButton
{
    margin: 0px;
    text-align: center;
    vertical-align: middle;
    font-size: 14;
}

div.ShoppingCartDialog 
{
    position: relative;
    overflow: auto;
}
div.ShoppingCartLocation
{
/*	 position:fixed;
	 bottom:0;
	 left:0; */
/*    position:relative;*/
}
div.ShoppingCartContainer
{
    background: transparent;
/*    position:fixed;
    bottom:0px;
    left:0px; */
/*    position:relative;*/
    width: 100%;
    height: 100%;
    margin: 0px;
}
div.ShoppingCartHeader
{
    width: 162px; 
    height: 25px; 
    position: relative;
}

div.ShoppingCart  
{
    margin: 0px;
    color: white;
    font-size: 9;
    position: relative;
    width: 148px;
    height: 100%;
    overflow: auto;
    overflow-x:hidden; 
}

div.CartHeader
{
    margin-left: 0px; 
    background: #DEDEDE; 
    border: 1px solid #9A9A9A; 
    position: relative;
    color: Black;
    text-align: center;
}

div.Venue  
{
    margin-left: 0px; 
    margin-right: 0px; 
    margin-bottom: 2px; 
    background: #003399; 
    border: 1px solid #9A9A9A; 
    position: relative;
    color: White;
    text-align: center;
}

div.EventParent
{
    margin-left: 0px; 
    margin-right: 0px; 
    margin-bottom: 2px; 
    background: #DEDEDE; 
    border: 1px solid #9A9A9A; 
    color: black;
    position: relative;
    text-align: center;
}

div.Event
{
    margin-left: 0px; 
    margin-right: 0px; 
    margin-bottom: 2px; 
    background: #EFEFEF; 
    border: 1px solid #9A9A9A; 
    color: Black;
    position: relative;
    text-align: center;
}

div.Ticket
{
    margin-left: 0px; 
    margin-right: 0px; 
    margin-bottom: 2px; 
    background: #DEDEDE; 
    border: 1px solid #9A9A9A; 
    color: #003399;
    position: relative;
}

table.AddTicketTable td
{
	text-align: center;
	padding: 0px;
    color: Black;
}

.ui-effects-transfer  
{
    border: 0px; 
    background-image: url(~/images/ticket.png);
    background-repeat: no-repeat;
    background-position: center;
}
