/* ================================================================================= */
/* TBG.com global CSS file v. 1.0                                                    */
/* ================================================================================= */

html
{
    height: 100%;
}

body
{
    background-color: #ffffff;
    min-width: 900px;
    height: 100%;
}

body, td, th, p, a, div, input, textarea, select, option
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #4e4e4e;
}

p
{ margin: 0px 0px 3px 0px; }

form
{ margin: 0; padding: 0; }

ul
{
    margin: 0px;
    padding-left: 18px;
    list-style-position: outside;
}

img
{
    border: 0;
    padding: 0px;
    display: block;
}


h1
{
    font-size: 175%;
    margin: 0 0 10px 0;
    padding: 0px;
}

h2
{
    font-size: 160%;
    margin: 0 0 2px 0;
    padding: 0px;
}

h3
{
    font-size: 140%;
    color: #666666;
    margin: 0 0 2px 0;
    padding: 0px;
}

h4
{
    font-size: 120%;
    margin: 0 0 2px 0;
    padding: 0px;
}

a
{
    text-decoration: underline;
}

    a:hover
    {
        text-decoration: none;
    }

.inv_a
{
    text-decoration: none;
}

    .inv_a:hover
    {
        text-decoration: underline;
    }

.inv_child_a a
{
    text-decoration: none;
}

    .inv_child_a a:hover
    {
        text-decoration: underline;
    }

acronym
{
    border-bottom: 0px;
    cursor: help;
}

input[type=text]
{
    margin: 0px;
    padding: 1px;
    background-color: white;
    border: 0px solid #b9c4cb;
}

.input[type=image]
{
    margin: 0;
    padding: 0;
    border: 0;
}

textarea
{
    margin: 0; 
    background-color:white;
    border: 1px solid #b9c4cb;
}

/* common utility classes */

.error
{
    color: red;
    font-weight: bold;
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.text_light
{
    color: #737373;
}

.header
{
    font-weight: bold;
}

.header_generic
{
    font-size: 150%;
    font-weight: bold;
    color: #c6c6c6;
}

.header_front
{
    font-weight: bold;
    font-size: 12px;
    color: #575757;
}

.header_front_light
{
    font-weight: bold;
    font-size: 12px;
    color: #adbfb0;
}

.holder
{
    position: relative;
    width: 100%;
}

.content
{
}

    .content img
    {
        display: inline;
    }

    .content .box1, .box2, .box3
    {
        position: absolute;
        overflow: hidden;
        top: 0px;
        text-align: center;
    }

.inline
{
    display: inline;
}

.icon
{
    display: inline;
}

.shaded_button
{
    margin-bottom: -10px;
}

.caption
{
    font-size: 10px;
    color: #bbbbbb;
}

.title
{
    color: #e8894d;
}

    .title a
    {
        color: #e8894d;
    }

    .title :hover
    {
        color: #e8894d;
    }

.general_input
{
    border: 1px solid #b9c4cb;
    width: 100%;
}

.description
{
    text-align: left;
    overflow: auto;
}

/* ================================================================================= */
/* Globally used DIVs                                                                */
/* ================================================================================= */

#page
{
    position: relative;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 8px;
    padding-bottom: 20px;
}

#top_header
{
    position: relative;
    height: 107px;
    background:url("/images/header/header.png");
}

    #top_header #logo
    {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 220px;
        height: 105px;
    }

    #top_header #links_bar
    {
        position: absolute;
        top: 9px;
        left: 232px;
        height: 21px;
    }

    #top_header #links_bar .date
    {
        color: #ffffff;
    }

    #top_header #links_bar .links
    {
        color: #cfcfcf;
    }

    #top_header #links_bar a
    {
        color: #cfcfcf;
        text-decoration: none;
    }

        #top_header #links_bar a:hover
        {
            color: #ffffff;
            text-decoration: underline;
        }

    #top_header #tabs_bar
    {
        position: absolute;
        left: 220px;
        bottom: 0;
    }

        #top_header #tabs_bar ul
        {
            padding: 0;
            list-style: none;
        }

        #top_header #tabs_bar li
        {
            background: none;
            float: left;
            margin-right: 2px;
            height: 34px;
        }

        #top_header #tabs_bar li:hover, #top_header #tabs_bar li.active
        {
            background:url('/images/header/tab_l.png') 0 0 no-repeat;
        }

        #top_header #tabs_bar div
        {
            background: none;
            float: left;
            text-decoration: none;
            height: 34px;
        }

        #top_header #tabs_bar div:hover, #top_header #tabs_bar div.active
        {
            background:url('/images/header/tab_r.png') 100% 0 no-repeat;
        }

        #top_header #tabs_bar a
        {
            position: relative;
            top: 10px;
            padding-left: 10px;
            padding-right: 10px;
            text-decoration: none;
            font-size: 12px;
        }

        #top_header .login_top_widget
        {
            top: 36px;
            left: 721px;
        }

#content
{
    position: relative;
    width: 100%;
    margin-top: 15px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

    #content .main_content
    {
        position: relative;
        float: left;
        width: 685px;
    }

    #content .side_content
    {
        position: relative;
        float: left;
        width: 200px;
        margin-right: 15px;
    }

        #content .side_content > .widget
        {
            margin-bottom: 15px;
        }

#bottom_footer
{
    position: relative;
    height: 85px;
    background:url("/images/footer/footer.png");
    margin-top: 25px;
}

    #bottom_footer #bottom_links
    {
        position: absolute;
        left: 0px;
        top: 27px;
        width: 230px;
        color: #555555;
        line-height: 1.4;
    }

        #bottom_footer #bottom_links a
        {
            color: #555555;
        }

    #bottom_footer #sign_up
    {
        position: absolute;
        left: 270px;
        top: 25px;
    }

    #bottom_footer #panes
    {
        position: absolute;
        left: 525px;
        top: 15px;
    }

        #bottom_footer #panes img
        {
            margin-bottom: 6px;
        }

    #bottom_footer #copyright
    {
        position: absolute;
        left: 730px;
        top: 15px;
        font-weight: bold;
        font-size: 1.2em;
        line-height: 1.4;
        color: #777777;
    }

        #bottom_footer #copyright .light
        {
            color: #999999;
        }

#glig_popin_panel
{
    position: absolute;
    top: 0px;
    left: 0px;
}

.glig_popin_panel_defaults
{
    padding: 5px;
    border: 1px solid #dddddd;
    background-color: #f3f3f5;
}

div.clear
{ clear: both; }

div.clip
{
    overflow: hidden;
    white-space: nowrap;
}

.main_flow
{
    float: left;
    width: 510px;
    margin-right: 15px;
}

.side_flow
{
    float: left;
    width: 160px;
}

.rounded_input
{
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
    background: url("/images/search/input_main.gif") 0 0 repeat-x;
    height: 18px;
    padding-top: 2px;
}

    .rounded_input input[type=text]
    {
        font-size: 10px;
        width: 100%;
        height: 13px;
        margin: 0;
        padding: 0;
        border: 0;
    }

    .rounded_input .inp_left
    {
        position: absolute;
        top: 0;
        left: -10px;
        width: 10px;
        height: 18px;
        background-image: url("/images/search/input_left.gif");
    }

    .rounded_input .inp_right
    {
        position: absolute;
        top: 0;
        right: -10px;
        width: 10px;
        height: 18px;
        background-image: url("/images/search/input_right.gif");
    }

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */

.menu
{ }

    .menu ul
    {
        padding-left: 0;
        list-style: none;
    }

    .menu li
    {
        border-bottom: 1px solid #c9c9c9;
        padding: 5px 0 5px 10px;
    }

    .menu li:hover
    {
        background-color: #e6e9eb;
    }

    .menu .last
    {
        border-bottom: 0;
        padding-bottom: 0;
    }

    .menu a
    {
        text-decoration: none;
        font-size: 12px;
    }

.shaded_box .inner
{
    background:url("/images/gradients/lightbox.png");
    background-position: bottom;
    background-repeat: repeat-x;
    border-left: 1px solid #c9c9c9;
    border-right: 1px solid #c9c9c9;
    padding: 7px;
    overflow: hidden;
}

.menu_main
{ }

    .menu_main .inner
    {
        padding: 0;
    }

/* common fonts and styles */

.size_tiny
{
    font-size: 5px;
}
.size_small
{
    font-size: 8px;
}
.size_normal
{
    font-size: 11px;
}
.size_large
{
    font-size: 15px;
}
.size_huge
{
    font-size: 21px;
}

.font_normal
{
    font-family: Arial, Helvetica, sans-serif;
}

.font_times
{
    font-family: Times;
}

.font_courier
{
    font-family: "Courier New", monospace;
}

.font_tahoma
{
    font-family: Tahoma, sans-serif;
}

.font_verdana
{
    font-family: Verdana, sans-serif;
}

.font_comic
{
    font-family: "Comic Sans MS", sans-serif;
}

.font_impact
{
    font-family: Impact, sans-serif;
}

.quote
{
    border: 1px solid #dddddd;
    padding: 5px;
    margin: 0;
    float: left;
    min-width: 250px;
    max-width: 95%;
    overflow: auto;
}

.quote_header
{
    margin: 5px 0 2px 0;
}
