﻿body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    background-color: #c0c0c0;
}
h2, h3
{
    margin-top: 0px;
    padding-top: 0px;
}
div#wrapper
{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 900px;
    background-color: #ffffff;
}
div#header
{
    width: 900px;
}
div#columns
{
    position: relative;
    width: 880px;
    padding: 10px;
}
div#sidebar
{
    float: left;
    width: 200px;
}
div#mainContent
{
    position: relative;
    margin-left: 200px;
    padding-left: 10px;
}
div#footer
{
    position: relative;
    width: 890px;
    clear: both;
    margin-top: 10px;
}

/* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */
.clearfix:after
{
    content: ".";
    font-size: 0; /*display: block; */
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix
{
    display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix
{
    height: 1%;
}
.clearfix
{
    display: block;
}
/* End hide from IE-mac */

/*printer styles*/
@media print
{
    /*hide the left column when printing*/
    #sidebar
    {
        display: none;
    }
    #wrapper, #mainContent
    {
        width: auto;
        float: none !important;
        border: none;
        padding: 0px;
        margin-left: 0;
        margin-right: 8%;
    }
}

/*** Content Styles ***/
body
{
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 0.8em;
}
#header
{
    background-image: url(images/hdr-bg.jpg);
    background-repeat: no-repeat;
}
#logo
{
    text-align: center;
    margin: 15px;
}
#titleBlock
{
    height: 76px;
    text-align: right;
}
#footer
{
    background-color: #dddddd;
    padding: 5px;
    font-size: .8em;
    margin-top: 10px;
}

#links li, #sidebar li
{
    margin-left: -25px;
    padding-left: 0px;
    margin-bottom: 10px;
}
.contentHeader
{
    background-color: #CC6600;
    border: 2px solid #CC6600;
    color: #ffffff;
    padding: 3 10 3 10;
    font-size: 1.2em;
    font-weight: bold;
}
.contentContainer
{
    border: 1px solid #CC6600;
    padding: 10px;
    margin-bottom: 10px;
}
#showlogo
{
    float: right;
    padding-left: 10px;
    padding-bottom: 10px;
}
#mapcontainer
{
    /*   width: 600px;   text-align: center;   border: 1px solid #cccccc;   padding: 10px; */
}
#ticketTable
{
    text-align: center;
}
#ticketTable td
{
    text-align: right;
}
#ticketImage
{
    float: left;
    padding-right: 10px;
    padding-bottom: 20px;
}
.companyCharCol
{
    text-align: right;
    vertical-align: top;
}
.companyDivider
{
    background-color: #CC6600;
}
.productionbox
{
    padding: 10 0 10 0;
}
.productionimg
{
    float: left;
    margin-right: 20px;
}
.productionimgalt
{
    float: right;
    margin-left: 20px;
}
.highlight
{
    color: #660099;
    font-weight: bold;
}
.boardTable td
{
    text-align: center;
}
#ViewCart
{
    text-align: center;
    margin-bottom: 5px;
}
fieldset
{
    background-color: #eeeeee;
}
legend
{
    font-weight: bold;
    color: Blue;
}

/* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */
.clearfix:after
{
    content: ".";
    font-size: 0;
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix
{
    display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix
{
    height: 1%;
}
.clearfix
{
    /* display: block; */
}
/* End hide from IE-mac */

#ViewCart
{
    position: absolute;
    top: 15px;
    right: 15px;
}
#twitterlink img {float:left; margin-right:10px;border:none;margin-bottom:10px;}
#twitterlink {text-align: center; font-size:14px;}

/*** Just for Looks & debugging 
body
{
  background: #FFF;
}

#header, #footer
{
  font-size: large;
  text-align: center;
  padding: 0.3em 0;
  background: #999;
}

#navigation
{
  background: #66F;
}

#maincontent
{
  background: #DDD;
}

#sidebar
{
  background: #F66;
}
***/

