﻿/* HTML ELEMENTS */
body   
{
    background: #590b00 url(../images/pagebg.gif) repeat-y center center;
    font-size: 12px;
    font-family: "ArialNarrow", Arial, Geneva, Times New Roman, Verdana;
    margin: 0px;
    padding: 0px;
}


/* ID ELEMENTS & INHIERITED CLASSES */
#tblContainer
{
    width: 100%;
    background: url(../images/mainbg.jpg) no-repeat top center;
    border: none;
}

#tblMain
{
    width: 911px;
    border: none;
    background-color: #FFF;
}

#header
{
    vertical-align: top;
    height: 116px;
    background: url(../images/topbg.jpg) no-repeat top center;
    position: relative;
}

#top_navigation
{
    color: #898B8E;
    font-weight: bold;
    width: 901px;
}

#bottom_navigation
{
    margin-left: 16px;
    margin-top: 18px;
    margin-bottom: 15px;
    color: #898B8E;
    font-weight: bold;
    width: 885px;
}

#top_navigation .spacer, #bottom_navigation .spacer
{
    padding-left: 3px;
    padding-right: 3px;
    text-align: center;
    color: #898B8E;
    font-weight: bold;
}

#top_navigation a, #bottom_navigation a
{
    color: #898B8E;
    font-weight: bold;
    text-decoration: none;
}

#top_navigation a.selected, #bottom_navigation a.selected
{
    color: #A6182B;
    font-weight: bold;
    text-decoration: none;
}

#top_navigation a:hover, #bottom_navigation a:hover
{
    color: #A6182B;
    font-weight: bold;
    text-decoration: none;
}

#main
{
    vertical-align: top;
    height: 388px;
    position: relative;
}

#quicklink
{
    vertical-align: top;
    background: url(../images/bottombg.jpg) no-repeat top center;
}

.api_container
{
    position: relative;
    height: 227px;
}

.api_container .restrictions 
{
    position: absolute;
    bottom: 8px;
    left: 8px;
    color: #808080;
    font-size: 10px;
}

.api_container #twitterbox
{
    position: absolute;
    width: 341px;
    height: 227px;
    top: 0px;
    left: 228px;
}

.api_container #twitterbox .twitter_join_conversation
{
    text-align: right;
    margin: 12px;
    height: 13px;
}

.api_container #twitterbox .twitter_join_conversation a
{
    color: #898B8E;
    font-weight: bold;
    text-decoration: none;
}

.api_container #twitterbox .twitter_join_conversation a:hover
{
    color: #A6182B;
    font-weight: bold;
    text-decoration: none;
}

.api_container #twitterbox .twtr-ft,
.api_container #twitterbox .twtr-hd
{
    display: none;
}

.api_container #facebookbox
{
    position: absolute;
    width: 341px;
    height: 227px;
    top: 0px;
    right: 0px;
}

#footer
{
    vertical-align: top;
    height: 40px;
}

#fb_tw
{
    text-align: right;
    height: 29px;
    color: #808080;
    font-size: 11px;
}

#content
{
    padding: 5px;
    color: #FFF;
    font-family: Verdana, "ArialNarrow", Arial, Geneva, Times New Roman;
}

/* Classes */
.buy
{
    position: absolute;
    top: 10px;
    right: 10px;
    background: url(../images/buy_button.jpg) no-repeat center center;
    width: 59px;
    height: 26px;
    cursor: pointer;
    display: none;
}

.tblMainSpacer
{
    background-color: #9B9BA0;
    height: 1px;
}

div.scrollable
{
    overflow: auto;
    overflow-x: hidden;
}

.header
{
    color: #FFF;
    font-size: 23px;
    padding-top: 15px;
    word-spacing: -2px;
    letter-spacing: -1px;
    margin-left: -3px;
}

.header_red
{
    color: #9D1728;
}

div.underlined_spacer
{
    height: 1px;
    width: 307px;
    background-color: #FFF;
    margin: 13px 0px;
}

div.underlined_spacer_gold
{
    background-color: #FFB416;
    width: 265px;
}

.subheader
{
    color: #730B19;
    font-size: 11px;
    font-weight: bold;
    word-spacing: -1px;
    padding-bottom: 4px;
}

.subheader_red
{
    color: #9D1728;
}

.text
{
    line-height: 18px;
    font-size: 10px;
    word-spacing: -1px;
}

.text a, .text a:visited
{
    font-weight: bold;
    color: White;
    text-decoration: underline;
}

.text a:hover, .text a:active
{
    font-weight: bold;
    color: #9D1728;
    text-decoration: underline;
}

.text_red
{
    color: #9D1728;
}

.text_gray
{
    color: #5A5B5E;
}

.text_gray a, .text_gray a:visited
{
    font-weight: bold;
    color: #5A5B5E;
    text-decoration: underline;
}

.text_gray a:hover, .text_gray a:active
{
    font-weight: bold;
    color: #9D1728;
    text-decoration: underline;
}

div.empty_spacer
{
    height: 25px;
}

.bold
{
    font-weight: bold;
}

#quote_cycle
{
    width: 600px;
}

.quote_logo
{
    vertical-align: middle;
    text-align: center;
    padding: 4px 7px 4px 10px;
    width: 140px;
}

.quote_spacer
{
    border-right: 1px solid #A1A2A4;
    border-bottom: 1px solid #A1A2A4;
    border-top: 1px solid #A1A2A4;
    width: 3px;
}

.quote_container
{
    vertical-align: middle;
}

.quote_text
{
    text-indent: 20px;
    background: url(../images/quote.jpg) no-repeat top left;
    padding: 14px 0px 10px 8px;
    color: #898B8E;
    font-weight: bold;
}
