@CHARSET "ISO-8859-1";

html {
    height: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    background-color: #d1d1d4;
    background-image: url(/images/bodyBg.gif);
    background-repeat: repeat-x;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10pt;
    color: #333333;
}

p {
    margin-top: 0px;
}

a {
    color: blue;
}

img {
    border: 0px;
}

.page {
    background-color: #f6f6ff;
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    border-left: 2px solid #a6a6a6;
    border-right: 2px solid #a6a6a6;
}

.pageTop {
    width: 954px;
    height: 20px;
    margin-left: auto;
    margin-right: auto;
    background-color: #eeeef6;
    background-image: url(/images/pageTop.gif);
    background-repeat: no-repeat;
    font-size: 1px;
}

.pageBottom {
    width: 954px;
    height: 10px;
    margin-left: auto;
    margin-right: auto;
    background-color: #eeeef6;
    background-image: url(/images/pageBottom.gif);
    background-repeat: no-repeat;
    font-size: 1px;
}

.pageHeader {
    height: 147px;
    background-image: url(../images/rogcon_header_final.jpg);
    background-repeat: no-repeat;
    border-bottom: 2px solid #a6a6a6;
    margin: 0px;
    margin-bottom: 10px;
    /* padding-top: 10px;
    padding-right: 10px;
    margin: 0px;
    text-align: right;
    vertical-align: bottom;
    color: #dddddd;
    font-size: 1.1em;
    border-bottom: 2px solid #a6a6a6;
    text-indent: 9999px; */
}

ul.mainMenu {
    text-align: right;
    vertical-align: center;
    display: block;
    position: relative;
    color: #ffffff;
    list-style: none;
    margin: 0px;
    padding: 0px;
    padding-top: 7px;
    padding-right: 5px;
    width: 945px;
    min-height: 25px;
    background-color: #222222;
    /* background-image: url(/images/headerTop.jpg); */
    background-repeat: no-repeat;
    background-position: bottom left;
}

ul.mainMenu li {
    display: inline;
    border: 1px solid #222222;
    margin: 0px;
    margin-top: -5px;
    padding: 3px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    zoom: 1;
}

ul.mainMenu li:hover {
    background-color: #333333;
    border: 1px solid #aaaaaa;
    color: #ffffff;
}

ul.mainMenu a, .pageHeader a {
    color: #dddddd;
    font-weight: bold;
    text-decoration: none;
}

ul.mainMenu a:hover, .pageHeader a:hover {
    color: #ffffff;
}

.pageContent {
    padding: 0.8em;
}

.rightColumn {
    float: right;
    margin-left: 20px;
    margin-right: 0px;
    margin-bottom: 20px;
    width: 192px;
}

.rightColumnTop {
    width: 192px;
    height: 5px;
    background-image: url(/images/columnTop.gif);
    background-repeat: no-repeat;
    margin: 0px; 
    padding: 0px;
    font-size: 1px;
}

.rightColumnContents {
    border-left: 1px solid #a6a6a6;
    border-right: 1px solid #a6a6a6;
    width: 170px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #dadad9;
    color: #333333;
}

.rightColumnBottom {
    width: 192px;
    height: 5px;
    background-image: url(/images/columnBottom.gif);
    background-repeat: no-repeat;
    margin: 0px;
    padding: 0px;
    font-size: 1px;
}

.eventSponsorsText {
    font-weight: bold;
    font-size: 1.005em;
    text-align: center;
    width: 170px;
    display: block;
}

ul.eventSponsorLogos {
    list-style: none;
    margin: 0px;
    padding: 0px;
    padding-bottom: 5px;
    width: 100%;
    text-align: center;
}

ul.eventSponsorLogos li {
    width: 170px;
    height: 75px;
    margin: 0px;
    padding-top: 2px;
    padding-left: 0px;
    padding-right: 0px;
    zoom: 1;
    background-repeat: no-repeat;
    background-position: 7px 9px;
    text-align: center;
}

ul.coSponsorLogos {
    list-style: none;
    margin: 0px;
    padding: 0px;
    padding-bottom: 5px;
    width: 100%;
    text-align: center;
}

ul.coSponsorLogos li {
    display: inline;
    width: 80px;
    height: 80px;
    margin: 0px;
    padding-top: 2px;
    padding-left: 0px;
    padding-right: 0px;
    zoom: 1;
    background-repeat: no-repeat;
    background-position: 7px 9px;
    text-align: center;
}

.mainSponsorLogos li:hover {
    /* background-color: #333333; */
    /* border: 1px solid #aaaaaa; */
}

.pageFooter {
    margin-top: 10px;
    text-align: center;
    font-size: 10px;
    color: #666666;
}

.newsPost {
    margin-bottom: 40px;
}

.centerTable {
    margin-left: auto;
    margin-right: auto;
}

.formLabel {
    text-align: right;
}

.errorMessage {
    color: #dd0000;
    font-weight: bold;
}

.bannerImage {
    width: 705px;
    height: 80px;
    margin-left: 10px;
    margin-bottom: 10px;
    text-align: center;
    vartical-align: center;
    background: url(/images/bannerBg.png);
    background-repeat: no-repeat;
    padding-top: 10px;
}

img.pictureOfTheDay {
    border: 0px solid #a6a6a6;
}

.newsPostSubject, .selectSeatHeader, h2 {
    margin: 0px;
    padding: 0px;
    font-size: 1.6em;
    color: #0000dd;
    font-weight: normal;
}

.newsPostTagline {
    font-size: 0.8em;
    color: #999999;
}

.newsPostContents {
    margin-top: 20px;
    margin-left: 20px;
}

.newsImage {
    float: left;
    margin: 10px;
    margin-top: 0px;
}

.tableRow {
    display: block;
    width: 710px;
    min-height: 150px;
}
.tableRow a.table {
    display: block;
    border: 1px solid black;
    border: 1px solid #a6a6a6;
    background-color: #222222;
    background-color: #dadad9;
    text-align: center;
    vertical-align: center;
    color: #dddddd;
    color: #333333;
    font-weight: bold;
    text-decoration: none;
    padding-top: 40px;
    width: 30px;
    height: 60px;
    margin: 5px;
    float: left;
}

.tableRow a.table:hover {
    background-color: #333333;
    border: 1px solid #aaaaaa;
    color: #ffffff;
}

.tableDetails {
    /* position: relative; */
    border: 1px solid #a6a6a6;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #dadad9;
    color: #333333;
    margin-left: 5px;
    width: 320px;
    min-height: 351px;
    text-align: center;
    /* margin-bottom: -363px; */
}

.tableDetailsName {
    font-weight: bold;
    font-size: 1.005em;
    margin-bottom: 5px;
}

ul.tableDetailsUsers {
    list-style: none;
    margin-top: 0px;
    margin-left: 10px;
    padding: 0px;
}

.tableSeat {
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: #222222;
    color: #dddddd;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid black;
}

a.tableSeatLink {
    display: block;
    width: 27px;
    height: 25px;
    border: 0px;
    text-decoration: none;
    color: #dddddd;
    padding-top: 7px;
    padding-left: 2px;
}

.tableSeat:hover {
    background-color: #333333;
    border: 1px solid #aaaaaa;
    color: #ffffff;
}

.tableSeatOccupied {
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: #aa0000;
    border: 1px solid #aa0000;
    color: #333333;
    color: #dddddd;
    font-weight: bold;
    text-decoration: none;
}

.tableSeatReserved {
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: #00aa00;
    border: 1px solid #00aa00;
    color: #333333;
    color: #dddddd;
    font-weight: bold;
    text-decoration: none;
}

.tableSeatReservedGroup {
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: #0000AA;
    border: 1px solid #0000AA;
    color: #333333;
    color: #dddddd;
    font-weight: bold;
    text-decoration: none;
}

.tableLayoutLegend {
    margin: 4px;
    border: 1px solid #a6a6a6;
    float: left;
}

.tableLayoutLegend:hover {
    background-color: #dddddd;
    cursor: pointer;
}

.tableLayoutLegend caption {
    font-weight: bold;
}

.tableSeatLegend {
    width: 10px;
    height: 10px;
    text-align: center;
    background-color: #222222;
    color: #dddddd;
    font-weight: bold;
    text-decoration: none;
}

.tableSeatOccupiedLegend {
    width: 10px;
    height: 10px;
    text-align: center;
    background-color: #aa0000;
    color: #333333;
    color: #dddddd;
    font-weight: bold;
    text-decoration: none;
}

.tableSeatReservedLegend {
    width: 10px;
    height: 10px;
    text-align: center;
    background-color: #00aa00;
    color: #333333;
    color: #dddddd;
    font-weight: bold;
    text-decoration: none;
}

.tableSeatReservedGroupLegend {
    width: 10px;
    height: 10px;
    text-align: center;
    background-color: #0000AA;
    color: #333333;
    color: #dddddd;
    font-weight: bold;
    text-decoration: none;
}

.tableSeatAttendeeLeft {
    text-align: right;
    min-width: 110px;
    border: 1px solid #dadad9;
}

.tableSeatAttendeeRight {
    text-align: left;
    min-width: 110px;
    border: 1px solid #dadad9;
}

.tableLayout {
    width: 300px;
}

.step2 {
    float: left;
}

.step3 {
    margin-left: 360px;
}

.reservedSeats {
    border: 1px solid #a6a6a6;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #dadad9;
    color: #333333;
    margin-left: 5px;
    width: 320px;
    min-height: 351px;
    text-align: center;
/*    top: -90px;
    left: 362px;
    position: relative; */
}

.confirmSeats {
    text-align: left;
    margin-left: 60px;
}

.faqQuestions {
    border: 1px solid #a6a6a6;
    background-color: #dadad9;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 705px;
}

.faqQuestions a {
    display: block;
    font-weight: bold;
}

.faqQuestion {
    font-weight: bold;
}

.faqAnswer {
    margin-left: 20px;
    margin-bottom: 20px;
}

.indexVideo {
    margin-right: 10px;
    margin-bottom: 10px;
    width: 359px;
    height: 294px;
    background-image: url(/images/videoBg.png);
    background-repeat: no-repeat;
    padding-left: 3px;
    padding-top: 10px;
    float: left;
}

.sponsorMediaImage {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.sponsorMediaEntry {
    min-height: 133px;
}
