body
{
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    width: 100%;
    min-width: 600px; /* Minimum width of layout - remove line if not required */ /* The min-width property does not work in old versions of Internet Explorer */
    border: 0; /* This removes the border around the viewport in old versions of IE */
    font-size: 0.9em;
    font-family: Arial, Helvetica, sans-serif;
    color: #552200; /*min-width: 780px;*/
    text-align: left;
}

th
{
    text-align: left;
}

#header
{
    display: block;
    clear: both;
    width: 100%;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 12px;
    background-color: #552200;
    margin: 0;
    padding: 0;
    height: 52px;
}

#mainBody
{
    position: relative; /* This fixes the IE7 overflow hidden bug */
    clear: both;
    float: left;
    width: 100%;
    overflow: hidden; /* This chops off any overhanging divs */
}

#footer
{
    clear: both;
    float: left;
    width: 100%;
}

/* shared column settings */
.columnThirdsMid, .columnThirdsLeft, .columnHalfLeft, .columnSmallLeftLeft
{
    float: left;
    width: 100%; /* width of page */
    position: relative;
}
.columnOneThirds, .columnTwoThirds, .columnThreeThirds, .columnOneHalf, .columnTwoHalf, .columnOneSmallLeft, .columnTwoSmallLeft
{
    float: left;
    position: relative;
    padding: 30px 0 30px 0; /* no left and right padding on columns, we just make them narrower instead  					only padding top and bottom should be included here */
    overflow: hidden;
}

/* specific column settings */

.columnThirdsMid
{
    right: 25%; /* width of the right column */
}

.columnThirdsLeft
{
    right: 50%; /* width of the middle column */
}

.columnHalfLeft
{
    right: 50%; /* width of the right column */
}

.columnSmallLeftLeft
{
    right: 75%; /* width of the right column */
}

.columnOneThirds
{
    width: 46%; /* width of center column content (column width minus padding on either side) */
    left: 102%; /* 100% plus left padding of center column */
}

.columnTwoThirds
{
    width: 21%; /* Width of left column content (column width minus padding on either side) */
    left: 31%; /* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}

.columnThreeThirds
{
    width: 21%; /* Width of right column content (column width minus padding on either side) */
    left: 85%; /* Please make note of the brackets here: (100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}

.columnOneSmallLeft
{
    width: 21%; /* left column content width (column width minus left and right padding) */
    left: 77%; /* right column width plus left column left padding */
}

.columnTwoSmallLeft
{
    width: 71%; /* right column content width (column width minus left and right padding) */
    left: 81%; /* (right column width) plus (left column left and right padding) plus (right column left padding) */
}

.columnOneHalf
{
    width: 46%; /* left column content width (column width minus left and right padding) */
    left: 52%; /* right column width plus left column left padding */
}

.columnTwoHalf
{
    width: 46%; /* right column content width (column width minus left and right padding) */
    left: 56%; /* (right column width) plus (left column left and right padding) plus (right column left padding) */
}

.columnOneThirds h2, .columnTwoThirds h2, .columnThreeThirds h2, .columnOneSmallLeft h2, .columnTwoSmallLeft h2, .columnOneHalf h2, .columnTwoHalf h2
{
    margin: 0;
    padding: 0;
}

/* Base class for popup boxes; override height, width, and left in the HTML as necessary */
.popup
{
    position: absolute;
    top: 5px;
    left: 25%;
    width: 50%;
    height: 200px;
    background-color: white;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    padding: 20px;
    z-index: 9002;
}

#blanket
{
    background-color: #111;
    opacity: 0.65;
    filter: alpha(opacity=65);
    position: absolute;
    z-index: 9001;
    top: 0px;
    left: 0px;
    width: 100%;
    display: none;
}

div.centered70Percent
{
    position: relative;
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
}

div.centered90Percent
{
    position: relative;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}

table.listTable
{
    position: relative;
    width: 100%;
    border: 0;
    border-collapse: collapse;
}

table.listTable tr
{
    border: 1pt solid black;
}

table.listTable tr:nth-child(odd)
{
    background-color: #ccc;
}

table.listTable tr td, table.listTable tr th
{
    border: 0;
}

div.addPerformerForm
{
    border: 1px solid #552200;
    padding: 6px;
    -moz-border-radius: 13px;
    border-radius: 13px;
}

div#performerProfile
{
    border: 2px solid #552200;
    padding: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    width: 650px;
    margin-left: auto;
    margin-right: auto;
}

div#performerProfile div.picture
{
    border: 1px solid #552200;
    padding: 0;
    width: 200px;
    height: 200px;
    float: right;
    overflow:hidden;
    margin: 0 0 5px 5px;
}

div#performerProfile div.heading
{
    border-bottom: 1px solid #552200;
    padding: 0 0 1px 0;
    margin: 20px 0 10px 0;
    clear: right;
}

div#performerProfile h3
{
    margin:0;
    padding:0;
}

div#performerProfile div.section
{
    border: 0;
    padding: 0 0 0 10px;
}

div#performerProfile div.section th
{
    padding: 0 15px 15px 0;
}

div#performerProfile div.section td
{
    padding: 0 0 15px 0;
}

div.createBasketForm
{
    border: 1px solid #552200;
    background-color: #552200;
    color: #fff;
    padding: 10px;
    width: 520px;
    min-width: 520px;
    margin: 25px auto 0 auto;
    -moz-border-radius: 11px;
    border-radius: 11px;
    overflow: auto;
}

#basketItemChoices
{
    border: 0;
    border-collapse: collapse;
    background-color: #552200;
    color: #fff;
    padding: 10px;
    width: 540px;
    min-width: 540px;
    margin: 0 auto 0 auto;
    -moz-border-radius: 11px;
    border-radius: 11px;
    overflow: auto;
}

#basketItemChoices tr td, #basketItemChoices tr th
{
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.basketChoicesRow
{
    height: 30px;
    border: 0;
}

.basketChoicesRow:hover
{
    background-color: #fff;
    color: #552200;
}

#basketItemsWrapper
{
    height: 350px;
    border: 1px solid #552200;
    background-color: #552200;
    color: #fff;
    margin: 0 auto 0 auto;
    -moz-border-radius: 11px;
    border-radius: 11px;
}

.basketItemList
{
    border: 0;
    background-color: #fff;
    color: #552200;
    height: 250px;
    width: 90%;
    margin: 5%;
    padding: 0;
    overflow: auto;
}

table.itemTable
{
    width: 100%;
    border-collapse: collapse;
}

table.itemTable tr th
{
    background-color: #552200;
    color: #fff;
}

div.checkbox
{
    display: block;
    border: 1px solid black;
    width: 10px;
    height: 10px;
    padding: 0;
    margin: 5px;
}

p.checklistitem
{
    margin: 5px 0 0 0;
}

div.blogentry
{
    border: 1px solid #552200;
    padding: 10px;
    margin: 15px 0 0 0;
    -moz-border-radius: 11px;
    border-radius: 11px;
}

div.formRow
{
    clear: both;
    padding-top: 7px;
}

div.formLabel
{
    float: left;
    width: 200px;
}

div.formLabel p
{
    margin: 0;
    padding: 0 10px 0 0;
    text-align: right;
    min-height: 20px;
    vertical-align: middle;
}

div.formLabel p.helptext
{
    font-size: smaller;
    font-style: italic;
    margin-top: 4px;
}

div.formControl
{
    padding: 0;
    float: left;
}

.formBox
{
    width: 300px;
    padding: 0;
    margin: 0;
}

table.performer_table
{
    border-collapse: collapse;
    border: 0;
    width: 100%;
}

td.performer_pic
{
    vertical-align: top;
    padding: 10px 0 10px 0;
    width: 250px;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: solid 1px #552200;
}

img.performer_img
{
    width: 100%;
}

img.basketItemImage
{
    height: 100px;
    border: 2px solid white;
}

td.performer_info
{
    padding: 0 0 0 7px;
    vertical-align: top;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: solid 1px #552200;
}

table.priceTable
{
    width: 100%;
    border-collapse: collapse;
}

#hoursTable
{
    width: 100%;
}

#hoursTable tr td
{
    padding: 2px;
    font-size: smaller;
}

#hoursTable tr th
{
    font-weight: bolder;
    font-size: smaller;
    padding: 2px;
    text-align: left;
    vertical-align: top;
}

a
{
    color: #3440AD;
    cursor: pointer;
    text-decoration: underline;
}

a:hover
{
    color: #385DE0;
}

a:visited
{
    color: #551A8B;
}

a:active
{
    color: #552200;
}

a:disabled
{
    font-weight: bold;
    color: gray;
    text-decoration: none;
}

a.eventListLinks
{
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    padding: 0;
    margin: 0;
}

a.eventListLinks:hover
{
    color: #552200;
    text-decoration: none;
}

.index
{
    font-weight: bold;
    font-size: 14px;
}

.foot
{
    font-size: .6em;
    text-align: center;
}

.menu
{
    font-size: 13px;
}

/* Boxes */
.box
{
    /*background: #e6f0fa;*/
    background: #eaeaea;
    color: #55483A;
    margin-bottom: 10px;
    -moz-border-bottom-left-radius: 13px;
    border-bottom-left-radius: 13px;
    -moz-border-bottom-right-radius: 13px;
    border-bottom-right-radius: 13px;
    -moz-border-top-left-radius: 13px;
    border-top-left-radius: 13px;
    -moz-border-top-right-radius: 13px;
    border-top-right-radius: 13px;
}

.box .border
{
    border: 1px solid #a4bed9;
}

.box .highlight
{
    background: #e6f0fa;
}

.box a, .box a:link, .box a:visited, .box a:hover
{
    font-weight: normal;
    color: #3156a7;
}

/* -- Heading tags inside colored boxes -- */
.box h1
{
    padding: 0px;
    margin-top: 0;
    margin-bottom: 10px;
}
.box h2
{
    font-size: x-large;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 10px;
    color: #55483A;
}
.box h2 a, .box h2 a:link, .box h2 a:visited
{
    font-weight: bold;
}

.box h3
{
    font-size: larger;
    margin: 8px 0 2px 0;
    padding: 0;
    color: #55483A;
}
.box h3.flush
{
    padding-top: 5px;
    margin-top: 0px;
}

.box h4
{
    font-weight: bold;
    padding: 0px;
    margin: 8px 0px 6px;
    color: #55483A;
}
.box h4.flush
{
    padding-top: 5px;
    margin-top: 0px;
}

.box p
{
    padding: 0 0 10px 0;
    margin: 0px;
}
.box .padding
{
    padding: 7px;
}

.boxHeading
{
    height: 27px;
    line-height: 27px;
    padding: 0 0 0 10px;
    color: #ffffff;
    background-color: #552200;
    -moz-border-top-left-radius: 13px;
    border-top-left-radius: 13px;
    -moz-border-top-right-radius: 13px;
    border-top-right-radius: 13px;
}
.boxHeading h2
{
    font-weight: bold;
    font-size: large;
    float: left;
    margin: 0 1em 0 0;
    color: #ffffff;
}
.boxHeading h2 a, .boxHeading h2 a:link, .boxHeading h2 a:visited, .boxHeading h2 a:hover
{
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}
.boxHeading p
{
    float: right;
    padding: 0 1.4em 0 0;
    margin: 0;
}
.boxHeading p a, .boxHeading p a:link, .boxHeading .title p a:visited, .boxHeading p a:hover
{
    color: #ffffff;
    font-weight: normal;
    text-decoration: underline;
}

.inset
{
    background-color: #ffffff;
    border: 1px solid #bcd1e1;
}

FORM
{
    margin: 0px;
    padding: 0px;
}

form fieldset
{
    border: 0px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

form fieldset legend
{
    display: none;
}

#joinContainer
{
    text-align: right;
    padding-top: 7px;
}

.logo
{
    position: absolute;
    border-style: none;
    border-color: inherit;
    border-width: 0;
    margin: 6px;
    top: 0px;
    left: 0px;
    padding-right: 0px;
}

.logo a:link, .logo a:visited
{
    display: block;
}

/* ---------------------------------------------------------
Main Menu Navigation
--------------------------------------------------------- */
.navMain
{
    display: block;
    margin: 0;
    padding: 10px 0 0 90px;
    height: 42px;
}

.navMain ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.navMain ul li
{
    float: left;
    display: block;
    margin: 0;
    padding: 0 13px 0 13px;
}

.navMain a:link, .navMain a:visited
{
    display: block;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    font-size: 1em;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    padding: 0 9px 0 9px;
    height: 32px;
    line-height: 32px;
}

.navMain a:link:hover, .navMain a:visited:hover
{
    text-decoration: underline;
}

.navMain a.selected
{
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #ffffff;
    color: #552200;
}
