﻿body
{
    font-size: 10pt;
    vertical-align: top;
    color: black;
    direction: ltr;
    font-family: Verdana, Arial, Tahoma;
    text-align: left;
}

.blue
{
    background-color: #094eba;
}
.green
{
	font-weight: bold;
	color: green;
}
.lightblue
{
    background-color: #C6C6C6;
}
.lightyellow
{
    background-color: #FFFF99;
}

.red
{
    color: red;
    font-weight: bold;
}
a.white
{
    color: white;
    text-decoration: none;
}

a.white:hover
{
    color: white;
    text-decoration: underline;
    }
    
    a.black
{
    color: black;
    text-decoration: none;
}

a.black:hover
{
    color: black;
    text-decoration: underline;
    }


.yellow
{
    background-color: #dfa906;
}

.promo
{
    border-right: #094eba 1px solid;
    border-top: #094eba 1px solid;
    border-left: #094eba 1px solid;
    border-bottom: #094eba 1px solid;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    margin: 5px;
    padding-top: 5px;
}
.content
{
    padding-right: 5px;
    padding-left: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    vertical-align: top;
    direction: ltr;
    text-align: left;
}

fieldset
{
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}

fieldset legend
{
    font-weight: bold;
}

.top_fold
{
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.top_search_banner
{
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: center;
}
.top_date
{
    font-size: 8pt;
}
.promo_image
{
    margin-bottom: 5px;
    margin-right: 5px;
}
.printer_button
{
    vertical-align: top;
    text-align: right;
}
span
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}
.copyright
{
	text-align: center;
}
.ticket_cap_error
{
	border-right: red 1px solid;
	border-top: red 1px solid;
	border-left: red 1px solid;
	border-bottom: red 1px solid;
}
.ticket_cap_ok
{
}
.row{
}
.altrow{
    background-color:#95b2e2;
}
.row td, .altrow td{
    padding:3px;
}
.row a, .altrow a{
    text-decoration:none;
    font-weight:bold;
}

#productdetail table{
    font-size:10pt;
    width:80%;
    clear:both;
    margin:auto; 
      
}
#productdetail table td,#productdetail table th {
    padding:3px;
    text-align:left; 
}

#productdetail{
    font-family: Verdana, Arial, Tahoma;
    font-size:10pt;
}
#event{
    text-align:center;
    width:450px;
    float:right;
}
#productdetail #crumbs{
    text-align:left;
    width:100%;
    padding-bottom:15px;
}
#productdetail #pictures{
    clear:left;
    width:200px;
    float:left;
    text-align:center;
}
#pictures img{
    padding:3px;
    clear:left;
    display:block;
}
#productdetail #sponsor a{
    text-decoration:none;
    font-weight:bold;
}
    
#productdetail .artists{
    font-size:14pt;
    padding:10px 0px;
    display:block;
    
}
#productdetail > span{
    display:block;
    padding-bottom:20px;
}

#productdetail .location{
    padding-right:5px;
    margin-right:5px;
    padding-bottom:20px;
}
#eventdescription{
    text-align:left;
    padding-left:5px;
    margin-left:5px;
    clear:right;
}
#productdetail .location span{
    display:block;
}
#productdetail .location .city, #productdetail .location .state{
    display:inline;
}
#productdetail #dates span{
    display:inline;
    padding-bottom:5px;
}

h1 
{
	font-size:14pt;
	}
h2 
{
	font-size:12pt;
	}
h3
{
		font-size:12pt;
	}	
.greycell
{
	background-color: #ccccff;
}	