html {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

p {
    font-family: Arial, Tahoma, Verdana;
    font-size: 13px;
    color: #0c3264;
}

form {
    padding: 0;
    margin: 0;
}

table {
    border: 0;
    width: 100%;
}

table p {
    padding: 0;
    margin: 0;

    padding: 8px 0;
}

table.lesspad p {
    padding: 0;
    margin: 0;

    padding: 4px 0;
}

p.nopad {
    padding: 0;
    margin: 0;
}

a:link {
    color: #0481b5;
    text-decoration: none;
}

a:visited {
    color: #1488b8;
    text-decoration: none;
}

a:hover {
    color: #0c3264;
    text-decoration: underline;
}

a.linkbox {
    margin: 3px;
    padding: 4px;
    border: 1px solid #0c3264;
    font-size: 11px;
}

input, select, textarea {
    border: 1px solid #0c3264;
    font-family: Arial, Tahoma, Verdana;
    font-size: 13px;
    color: #0c3264;
}
    
select {
    border: 1px solid #abbfda;
}

div#header {
    width: 100%;
    background: #fff url('images/background.gif') repeat-x fixed top;

    margin-bottom: 20px;
}

div#body {
    width: 800px;

    margin-left: 20px;
}

div#leftbox {
    float: left;
    background-repeat: no-repeat;

    width: 138px;
    height: 219px;
    
    padding-left: 11px;
    padding-right: 11px;
    padding-top: 27px;
    
    margin-right: 15px;
}

div#leftbox p {
    font-size: 11px;
}

div#centrebox {
    float: left;
    background-repeat: no-repeat;

    width: 394px;
    height: 219px;
    
    padding-left: 7px;
    padding-right: 11px;
    padding-top: 27px;
}

div#centrebox p {
    font-size: 13px;
    padding-left: 4px;
}

div#rightbox {
    float: left;
    background-repeat: no-repeat;
    
    width: 138px;
    height: 219px;
    
    padding-left: 11px;
    padding-right: 11px;
    padding-top: 27px;

    margin-left: 15px;
}

div#widebox {
    float: left;
    background-repeat: no-repeat;
    
    width: 567px;
    height: 219px;
    
    padding-left: 11px;
    padding-right: 11px;
    padding-top: 27px;
}

div#widetallbox {
    float: left;
    background-repeat: no-repeat;
    
    width: 567px;
    height: 265px;
    
    padding-left: 11px;
    padding-right: 11px;
    padding-top: 27px;
}

div#adbottom {
    float: left;
    background-repeat: no-repeat;
    
    width: 567px;
    height: 265px;
    
    padding-left: 7px;
    padding-right: 11px;
    padding-top: 20px;
}

div.unlimitedlength {
    float: left;
    background-color: #ecf5f8;
    border: 1px solid #abaeb0;
    
    width: 566px;
        
    margin-left: 7px;
    padding-left: 3px;
    padding-right: 3px;
    margin-top: 15px;
}

table#tickets {
    width: 450px;
}

table#tickets td {
    margin: 4px;
    padding: 3px;
    background-color: #e5f1f5;
    border: 1px solid #b0d9e7;
    text-align: center;
}

table#tickets p {
    font-size: 11px;
}

table#tickets td.header {
    background-color: #b0d9e7;
    text-align: left;
}

table.seatselection {
    background-color: #2b4f5b;
    padding-top: 10px;
    padding-bottom: 10px;
}

table.seatselection td {
    text-align: center;
    padding: 3px;
}

table.seatselection p {
	padding: 0;
}

table.seatselection a.seatbox {
    border: 1px solid #b0d9e7;
    background-color: #e5f1f5;
    font-size: 10px;
    text-align: center;
    
    padding: 3px;
    vertical-align: middle;
}

table.seatselection a.takenseatbox {
    border: 1px solid #000;
    background-color: #940b0b;
    color: #fff;
    font-size: 10px;
    text-align: center;
    
    padding: 3px;
    vertical-align: middle;
}

table.seatselection a.takenseatbox:hover {
    text-decoration: none;
}
