@import "links.css";
@import "common.css";
@import "clearfix.css";



*
{
	font-family: Arial, Helvetica;
	font-size: 9pt;
	color: #444444;
}

body
{
	margin: 0px;
	padding: 0px;
	background-image: url('../images/pub_body_bg.jpg');
	background-repeat: repeat-x;
	background-color: #F6F3EC;
}

#stage
{
	background-image: url('../images/pub_left.jpg');
	background-repeat: no-repeat;
	padding: 0px 0px 0px 39px;
}

#shell
{
    width: 913px;
    margin: 0px;
    padding: 0px;
    border-left: solid 1px #B43748;
    border-right: solid 1px #B43748;
    border-bottom: solid 1px #A6D4E3;
}

#content
{
    background-color: #ffffff;
    margin: 0px;
    padding: 10px;
}

#footer
{
    background-image: url('../images/pub_footer.gif');
    background-repeat: no-repeat;
    height: 105px;
    width: 960px;
    margin-bottom: 12px;
}

#banner
{
    background-image: url('../images/pub_banner.jpg');
    background-repeat: no-repeat;
    height: 264px;
    width: 960px;
}

#topnav
{
    padding: 178px 0px 0px 222px;
}

#topnav a
{
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    padding-right: 15px;
    text-transform: uppercase;
}

h1 {color: #034381; font-size: 11pt; text-transform: uppercase; margin-bottom: 12px;}
h2 {color: #034381; font-size: 11pt; text-transform: uppercase; margin-bottom: 12px;}
h3 {padding: 2px; font-size: 9pt; margin-bottom: 12px; background-color: #eeeeee; border-bottom: solid 1px #dddddd;}
h4 {padding: 0px; font-size: 9pt; margin-bottom: 12px;}
p {margin-bottom: 12px;}

fieldset {margin: 0px 0px 12px 0px; padding: 10px; border: solid 1px #dddddd;}

.inner
{
	margin: 5px;
}

.combo-box
{
	border: solid 1px #B5B8C8;
	color: #444444;
}

.tickethead {margin-bottom: 0px;}
.ticketinfo {color: #034381; font-style: italic;}
.ticketprice {}
.ticketadd {margin-bottom: 12px;}

/* ### shopping cart table ### */

/* ###################################################################### */
table.cart
{
    border-collapse: collapse;
    border: none;
    margin-bottom: 15px;
}

table.cart tr
{
    vertical-align: top;
    border: none;
}

table.cart th, table.cart td
{
    margin: 0px;
    padding: 3px 10px 3px 5px;
    border: none;
}

table.cart td
{
    background-color: #ffffff;
    color: inherit;
    border-bottom: dotted 1px #bbbbbb;
}

table.cart td.odd
{
    background-color: #fafafa;
}

table.cart th
{
    text-align: left;
    font-weight: bold;
    background-color: #ECF5FE;
    color: #004076;
    border-bottom: solid 1px #A6D4E3;
}

table.cart tr.footer td
{
    text-align: left;
    font-weight: bold;
    background-color: #ffffff;
    color: inherit;
    border-bottom: none;
}

table.cart td.footer
{
    font-weight: bold;
}

table.cart .numeric
{
	text-align: right;
	white-space: nowrap;
}

#leftpane
{
    border: solid 1px #A6D4E3;
	width: 170px;
	float:left;
	background-color: #ECF5FE;
}

#centerpane
{
	width: 680px;
	padding: 0px 10px 10px 10px;
	float:left;
}
#rightpane
{
	float: left;
}

.ticketadd button, .ticketadd input
{
	margin: 0px 2px 0px 0px;
	display: block;
	float: left;
}

/* see ie override */
.ticketadd button
{
	padding-top: 1px;
}

.ticketadd input
{
	margin-top: 1px;
}