/* ----- GENERAL ----- */

html, body {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    
/*    background-image: url(/images/bk_divOuter.gif);
    background-repeat: repeat-y;
    background-position: top center;*/
    
    background-color: #000000;
}

.iframeBody
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;

    font-family: Sans-Serif;
    font-size: 100%;
    font-weight: bold;

    background-color: #FFFFFF;
}

a:link
{
    color: #9D8200;
    text-decoration: none;
}
a:visited
{
    color: #CF8900;
    text-decoration: none;
}
a:hover
{
    color: #808080;
    text-decoration: none;
}

iframe
{
    overflow-x: hidden;
}

em {
    font-style: italic;
}

strong 
{
    font-weight: bold;
}

tt 
{
    color: #FF0000;
}

.mouseFinger 
{
    cursor: pointer;
}

.noPrint
{
 /*controls images that should not be printed, see print.css */    
}


/* ----- IMAGES ----- */

img 
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;

    border: 0px;
}

.imgCenter
{
    text-align: center;
}

.imgFloatLeft
{
    margin: 0px 0px 0px 0px;
    padding: 5px 10px 5px 10px;
    
    float: left;
    
    clear: both;
}

.imgFloatRight 
{
    margin: 0px 0px 0px 0px;
    padding: 5px 10px 5px 10px;
    
    float: right;

    clear: both;
}

.imgAttachRight 
{
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 5px 0px;
}

.imgMiddle 
{
    vertical-align: middle;
} 

.imgBorder
{
    margin: 0px 0px 0px 0px;
    padding: 5px 5px 5px 5px;
}


/* ----- LISTS ----- */

.olHelp
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 25px;
}


/* ----- TABLES ----- */

td 
{
}

#divTop_BracketBkgrd
{
    margin: 0px 0px 0px 0px;
    padding: 43px 10px 5px 0px;
    
    width: 146px;
    height: 82px;

    background-image: url(/images/bk_cornerscroll.png);
    background-repeat: no-repeat;
    background-position: bottom right;

    text-align: right;
    
    clear: both;
    
    position: relative;
    top: 58px;
    left: 37px;
}

.table_PressReleases
{
    width: 100%;

    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;    
}
.table_PressReleases th
{
    padding: 8px 3px 5px 10px;    

    background-image: url(/images/bk_tableHr.jpg);
    background-repeat: repeat-x;
    background-position: top left;

    /*background-color: #690000;*/
    
    font-family: Sans-Serif;
    font-size: 125%;
    font-weight: bold;
    
    color: #FFFFFF;
}
.table_PressReleases td
{
    margin: 0px 0px 0px 0px;
    padding: 2px 10px 2px 10px;

    background-color: #F4F4F4;

    border: solid 1px #CCCCCC;
}
.table_PressReleases td a:link
{
    color: #690000;
}
.table_PressReleases td a:visited
{
    color: #9D8200;
}
.table_PressReleases td a:hover
{
    color: #808080;
}

.table_AltColor001
{
    background-color: #CCCCCC;
}
.table_AltColor002
{
    background-color: #E8E8E8;
}

.table_Schedules
{
    width: 215px; /*235*/
}

.table_Schedules th
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;    
    
    font-family: Sans-Serif;
    font-weight: bold;
}
.table_Schedules td
{
    margin: 0px 0px 0px 0px;
    padding: 2px 0px 2px 0px;

    font-family: Sans-Serif;
}
.table_Schedules td a:link
{
    color: #690000;
}
.table_Schedules td a:visited
{
    color: #9D8200;
}
.table_Schedules td a:hover
{
    color: #808080;
}


/* ----- LINES ----- */

.hrDotted_Medium
{
    margin: 5px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    
    width: 100%;
    height: 1px;
    
    background-image: url(/images/ln_dotted_grey.gif);
    background-repeat: repeat-x;
    
    text-align: left;
    
    clear: both;
}


/* ----- BKGRDS ----- */


/* ----- FORMS ----- */

input
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

select
{
    margin: 5px 0px 0px 0px;
    padding: 0px 0px 0px 0px;

    border: solid 1px #CCCCCC;
}

option
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 3px;

    border: 0px;
}

.fmButtonSubmit
{
    width: 80px;
    height: 25px;
    
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;

    border: 0px;
    
    cursor: pointer;
    
    background-color: #FFA800;
    
    border: solid 1px #CCCCCC;

    font-family: Sans-Serif;
    font-size: 100%;
    font-weight: bold;
    color: #000000;
}


/* ----- IFRAMES ----- */

#contentSchedule
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;

    border: 0px;

    background-color: #FFFFFF;
}


/* ----- DISPLAY ----- */

.cityDisplay_No
{
    display: none;
}

.cityDisplay_Yes
{
    display: block;
}


/* ----- TEXT ----- */

h1
{
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 0px 0px;

    font-family: Sans-Serif;
    font-size: 175%;
    font-weight: bold;
    
    color: #905A0C;
    
    border-top: solid 1px #CCCCCC;
    border-right: solid 1px #CCCCCC;
}

h2
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 5px 0px;

    font-family: Sans-Serif;
    font-size: 175%;
    font-weight: bold;
    
    color: #905A0C;
    
    border-right: solid 1px #CCCCCC;
    border-bottom: solid 1px #CCCCCC;
    
    clear: both;
}

h3
{
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 0px 0px;

    font-family: Sans-Serif;
    font-size: 125%;
    font-weight: bold;
    
    color: #000000;
}

h4
{
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 0px 0px;

    font-family: Sans-Serif;
    font-size: 125%;
    font-weight: bold;
    
    color: #990000;
}

h5
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;

    font-family: Sans-Serif;
    font-size: 125%;
    font-weight: bold;
    
    color: #BC8E0A;
}

.txtSmall
{
    font-size: 80%;
}

.txtBig
{
    font-size: 120%;
}

.txtGold
{
    color: #BC8E0A;
}

.txtBoldU
{
    font-weight: bold;
    text-decoration: underline;
}

.txtLBlue
{
    color: #0066CC;
}

.txtLBlueB
{
    font-weight: bold;
    color: #0066CC;
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
