/*
* After modifying this style sheet, refresh the page being designed to see the effect of the modification.
* Click the Refresh button in the Visual Designer toolbar to refresh the page.
*/ 

/* Style rules to make Java Server faces Standarad data tables look better */

body.public {
    background-color: #000000;
    margin-left: 10px;
}
a {
    color: #FF6600;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a.nav {
    float: left;
    text-align: center;
    color: white !important;
    font-weight:bold;
    text-decoration: none;
    background-color: #006F48;
    width: 75px;
    margin-top: 3px; /** spacer for the top of the nav links */
    padding-top: 6px;
    padding-bottom: 4px;
    padding-left: 2px;
    margin-left: 4px;
}
a.nav:hover {
    color: #dce357 !important;
    background-color: #990000;
    text-decoration: none;
}
.presenter {
    font-weight: bold;
    font-size: 12px;
}
.headline {
    font-weight: bold;
    font-size: 20px;
}
a img {
    border: none;
}
a.ticketsunlimited {
    color: black;
    text-decoration: none;
    background-color: #dce357;
    margin-top: 3px; /** spacer for the top of the nav links */
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 5px;
    padding-right: 5px;
}
a.ticketsunlimited:hover {
    color: #FFFF99 !important;
    background-color: #990000;
    text-decoration: none;
}
a.musictoday {
    color: black;
    text-decoration: none;
    background-color: #dce357;
    margin-top: 3px; /** spacer for the top of the nav links */
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 5px;
    padding-right: 5px;
}
a.musictoday:hover {
    color: #FFFF99 !important;
    background-color: #990000;
    text-decoration: none;
}
a.ticketmatrix {
    color: black;
    text-decoration: none;
    background-color: #dce357;
    margin-top: 3px; /** spacer for the top of the nav links */
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 5px;
    padding-right: 5px;
}
a.ticketmatrix:hover {
    color: #FFFF99 !important;
    background-color: #990000;
    text-decoration: none;
}
.place {
    color: #FF6600;
}
.door {
    font-weight: bold;
}
.float-container {
    margin-left: 10px;
    text-align: center;
    width: 900px;
    display: block;
    clear: both;
    margin: auto;
}
.navigation-container {
    left: 2px;
    top: 0px;
    float: left;
    text-align: left;
    position: relative;
    margin-top: -40px;
}
.navleft {
    float: left;
    position: relative;
    margin-left: 20px;
}
.navright {
    float: left;
    position: relative;
    margin-left: 42px;
}
td.header {
}
.header-container {
    left: 0px;
    top: 0px;
    position: relative;
}
.footer-container {
    left: 0px;
    top: 0px;
    width: 900px;
    float: left;
    position: relative;
}
.footer {
    color: white;
    text-align: center;
    position: relative;
    height: 194px;
}
table.content {
    width: 100%;
}
table.content td.nav {
    vertical-align: top;
}
table.content td.content {
    vertical-align: top;
    background-color: black;
}
/** HOME PAGE */
table.comingup {
    border-spacing: 4px;
    color: white;
    text-align: left;
    width: 350px;
}
table.comingup th {
    font-weight: bold;
    font-size: 14px;
    padding: 3px;
    border: 1px solid #FF6600;
    background-color: #990000;
}
table.comingup td {
    border: 1px solid #FF6600;
    vertical-align: top;
    padding: 3px;
}
table.news {
    border-spacing: 4px;
    color: white;
    text-align: left;
    width: 890px;
}
table.news th {
    font-weight: bold;
    font-size: 14px;
    padding: 3px;
    border: 1px solid #f2672b;
    background-color: #990000;
}
table.news td {
    border: 1px solid #f2672b;
    vertical-align: top;
    padding: 3px;
}
/** CALENDAR */
table.fullcalendar {
    border-spacing: 4px;
    color: white;
    text-align: left;
    width: 100%;
}
table.fullcalendar th {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    padding: 3px;
    border: 1px solid #FF6600;
    background-color: #990000;
}
table.fullcalendar th.months {

}
table.fullcalendar td {
    border: 1px solid #FF6600;
    vertical-align: top;
    padding: 3px;
}
table.fullcalendar td.image {
    text-align: center;
    width: 300px;
}
.fullcalendarimage-container {
    padding-right: 8px;
    padding-bottom: 3px;
    float: left;
}
/** FREE TEXT CONTENT */
table.freetextcontent {
    border-spacing: 4px;
    color: white;
    text-align: center;
    width: 890px;
}
table.freetextcontent th {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    padding: 3px;
    border: 1px solid #FF6600;
    background-color: #990000;
}
table.freetextcontent td {
    border: 1px solid #FF6600;
    vertical-align: top;
    padding: 3px;
}
/** MISC */
.showdate {
    font-size: 14px;
}
.ticket-container {
    float: right;
}
.list-header {
    background-color: #eeeeee;
    font-size: larger;
    font-weight: bold;
}
.list-paging-header {
    background-color: white;
}
.list-paging-footer {
    background-color: white;
}
.list-row-even { 
}
.list-row-odd { 
    background-color: #eeeeee;
}
/* Style rules for message severity levels */
.infoMessage {
    color: black;
}
.warnMessage {
    color: orange;
    font-weight: bold;
}
.errorMessage {
    color: red;
    font-weight: bold;
}
.fatalMessage {
    color: red;
    font-style: italic;
    font-weight: bold;
}
