/*----Body and Overall Document----*/  
body 
{
    background-image: url('images/common/swirlback.jpg');
    margin: 0 0 0 0;
}

/*******Main menu DEFAULT*******/
table.cmenu
{
}

table.cmenu td 
{
    text-align: left;
    text-decoration: none;
    font-family: verdana;
    font-size: 10pt;
    color: white;     
}

table.cmenu td a
{
    display: block;
    width: 140px;
    text-align: left;
    text-decoration: none;
    font-family: arial;
    font-size: 13pt;
    color: black;    
    background-color: #FFCC00;
    padding: 3px;
}

table.cmenu td a:link, table.cmenu td a:visited 
{
    color: black;
}

table.cmenu td a:hover, table.cmenu td a:active 
{
    color: black;
    background-color: #FF9900;    
}
/***********************/

.header_border
{
    border-style: solid;
    border-width: 0px, 2px, 2px, 2px;
    border-color: #666666;
}

.cat_festival_date
{
    text-align: right;    
    font-family: verdana;
    font-size: 14pt;
    color: black;
    margin-right: 4px;
}

.page_title_header
{
    font-family: verdana;
    font-size: 13pt;
    color: white;
    padding: 8px;
}

table.ticket_prices_table td
{
    border-style: dotted;
    border-width: 0px, 0px, 1px, 0px;
    border-color: gray;
}

table.coreTable 
{
    background-color: white;
    border-style: solid;
    border-width: 1px;
    padding: 10px;
    border-color: #666666;    
}