﻿body
{
    font-family: 'Trebuchet MS';
    background-image: url( 'imagesV3/body_bg.png' );
    background-repeat: repeat-x;
    background-color: #b2bec1;
    color: #274a52;
}

.header_l
{
    background-image: url('imagesV3/h_reg_l.png');
    background-repeat: no-repeat;
}

.header_l_sell
{
    background-image: url('imagesV3/h_sel_l.png');
}

.header_r
{
    background-image: url('imagesV3/h_reg_r.png');
    background-repeat: no-repeat;
}

.header_r_sell
{
    background-image: url('imagesV3/h_sel_r.png');
}

.header_cell
{
    cursor: pointer;
    font-size: 14pt;
    text-align: center;
    color: #295e6b;
    background-image: url('imagesV3/h_reg.png');
}

.header_cell:hover
{
    color: White;
    background-image: url('imagesV3/h_sel.png');
}

.header_cell_sell
{
    color: White;
    background-image: url('imagesV3/h_sel.png');
}

.header_cell0
{
    cursor: pointer;
    font-size: 14pt;
    text-align: center;
    color: White;
    background-image: url('imagesV3/h_div-o.png');
}

.header_cell0:hover
{
    color: White;
    background-image: url('imagesV3/h_sel-o.png');
}

.header_cell_sell0
{
    color: #295e6b;
    background-image: url('imagesV3/h_sel-o.png');
}

.all_r
{
    font-size: 8pt;
    color: White;
}

.f-div
{
    background-position: 50% -2px;
    background-image: url('imagesV3/f_div.png');
    background-repeat: no-repeat;
    width: 3px;
}

.f-text
{
    font-size: 10pt;
    color: #35565d;
    vertical-align: top;
    text-align: center;
}

.f-text:link
{
    font-size: 10pt;
    color: Black;
    vertical-align: top;
    text-align: center;
    text-decoration: none;
}

a.f-text:hover
{
    font-size: 10pt;
    color: White;
    vertical-align: top;
    text-align: center;
    text-decoration: none;
}

.f-text:visited
{
    font-size: 10pt;
    color: Black;
    vertical-align: top;
    text-align: center;
    text-decoration: none;
}

.main-sub-ttl
{
    color: #f57a01;
    font-size: 16pt;
    vertical-align: top;
    text-align: left;
    font-weight: bold;
    height: 75px;
}

.main_sub_txt
{
    font-size: 11pt;
    text-align: left;
    line-height: 12pt;
}

.main_sub_tdcell
{
    width: 197px;
    vertical-align: top;
    padding-left: 20px;
    padding-top: 5px;
}

.main_sub_tdcell_sep
{
    background-image: url(  'imagesV3/sub_sep.png' );
    width: 1px;
    background-repeat: no-repeat;
}

.connect_top_text
{
    color: #007797;
    font-size: 17pt;
    text-align: left;
}

.connect_btm_ttl
{
    color: #fd7e02;
    font-size: 13pt;
    text-align: left;
    font-weight: bold;
}

.connect_btm_txt
{
    font-size: 11pt;
    text-align: left;
    font-weight: normal;
    line-height: 14pt;
}

.imglnk:link
{
    border-style: hidden;
    border-width: 0px;
    cursor: pointer;
}

.imglnk
{
    border: none;
    cursor: pointer;
}

.imglnk:visited
{
    border: none;
    cursor: pointer;
}
.imglnk:hover
{
    border: none;
    cursor: pointer;
}

.drop-menu
{
    visibility: hidden;
    position: absolute;
    background-image: url(imagesV3/context.png);
    background-repeat: no-repeat;
    width: 129px;
    height: 181px;
    color: #FFFFFF;
    font-size: 11pt;
    text-align: right;
}

.drop-menu-item
{
    text-align: center;
}

.drop-menu-item:hover
{
    color: Black;
    cursor: pointer;
}

#tinybox
{
    position: absolute;
    display: none;
    padding: 10px;
    background: #fff url(imagesV2/preload.gif) no-repeat 50% 50%;
    border: 10px solid #e3e3e3;
    z-index: 2000;
}
#tinymask
{
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    z-index: 1500;
}
#tinycontent
{
    background: #fff;
}
#tinybtn-div
{
    height: 0px;
}
#tinybtn
{
    background-position: center center;
    width: 30px;
    height: 30px;
    position: relative;
    top: -20px;
    left: 20px;
    float: right;
    background-image: url(   'imagesV3/close_w.png' );
    background-repeat: no-repeat;
}

#tinybtn:hover
{
    background-image: url( 'imagesV3/close_g.png' );
    background-repeat: no-repeat;
}


.downloadlink a:link
{
    color: #FFFFFF; 
}
.downloadlink a:visited
{
    color: #FFFFFF; 
}
.downloadlink a:active
{
    color: #FFFFFF; 
}
.downloadlink a:hover
{
    color: #FFFFFF; 
}

