﻿body
{
    background: #6699cc; /* background: #000000; */
    color: #000000;
    margin: 0px;
}

/* Style for leftmenu */
a.leftmenu
{
    color: #add8e6;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

a.leftmenu:link
{
}
a.leftmenu:visited
{
}
a.leftmenu:hover
{
    color: #ffd700;
}
a.leftmenu:active
{
}

/* Style for selected itme of leftmenu */
a.s-leftmenu
{
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

a.s-leftmenu:link
{
}
a.s-leftmenu:visited
{
}
a.s-leftmenu:hover
{
    color: #ffd700;
}
a.s-leftmenu:active
{
}

div.main
{
    /* width: 774px; */
    margin: 0 auto;
    width: 100%;
    max-width: 775px;
    _width: expression(document.body.clientWidth <= 774 ? '100%' : '775px'); /* IE6 */
}

div.leftmenu
{
    margin: 15px 10px 20px 15px;
    line-height: 14px;
}

div.content
{
    color: #404040; /* Color of text */
    margin: 20px 20px 20px 20px;
}

table
{
    background: #ffffff;
}

tr.header
{
    background-image: url(/fnet/images/header/header_bg.jpg);
}

td.header
{
    background-image: url(/fnet/images/header/header_bg.jpg);
}

p.indent
{
    text-indent: 22pt;
}

hr.size-1
{
    height: 1px;
    border-width: 0px;
    background-color: gray;
}

ol.upper-alpha
{
    list-style-type: upper-alpha;
}

ol.lower-alpha
{
    list-style-type: lower-alpha;
}

ol.decimal
{
    list-style-type: decimal;
}

.center
{
    text-align: center;
}

.right
{
    text-align: right;
}

.clear
{
    clear: both;    
}

.titlecolor
{
    color: #660000;
}

/* Chinese text */
.c-text
{
    font-size: 11pt;
    font-family: 新細明體, 細明體, MingLiu;
    letter-spacing: 3px;
    line-height: 150%;
}

/* Chinese big text */
.c-big
{
    font-size: 11pt;
    font-family: 新細明體, 細明體, MingLiu;
    letter-spacing: 3px;
    line-height: 175%;
}

/* Chinese small text */
.c-small
{
    font-size: 9pt;
    font-family: 新細明體, 細明體, MingLiu;
}

/* Chinese caption text */
.c-caption
{
    font-size: 9pt;
    font-family: 新細明體, 細明體, MingLiu;
    line-height: 125%;
}

/* Chinese footer text */
.c-footer
{
    font-size: 8pt;
    font-family: 新細明體, 細明體, MingLiu;
}

/* Chinese title */
.c-title
{
    color: #660000;
    font-size: 16pt;
    font-family: 新細明體, 細明體, MingLiu;
    font-weight: normal;
}

/* Chinese subtitle */
.c-subtitle
{
    color: #660000;
    font-size: 12pt;
    font-family: 新細明體, 細明體, MingLiu;
    font-weight: normal;
}

/* English text */
.e-text
{
    font-size: 9pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height: 150%;
}

/* English big text */
.e-big
{
    font-size: 11pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* English small text */
.e-small
{
    font-size: 8pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* English caption text */
.e-caption
{
    font-size: 8pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height: 125%;
}

/* English footer text */
.e-footer
{
    font-size: 7pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* English title */
.e-title
{
    color: #660000;
    font-size: 16pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
}

/* English subtitle */
.e-subtitle
{
    color: #660000;
    font-size: 11pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
}

/* English small text for select option */
.e-sel-small
{
    color: #660000;
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
}

.copyright
{
    color: #FFCCFF;
    background-color: #333366;
    text-align: right;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    padding: 15px 35px 15px 15px;
}

#imgHeader
{
    display: block;
}

#v-menu
{
    display: block;
}

#ccmnav
{
    display: none;
}

@media only screen and (max-width: 480px) {
/* Switch left menu and header imag at width of 480px */
    #imgHeader
    {
        display: none;
    }

    #v-menu
    {
        display: none;
    }

    #ccmnav
    {
        display: block;
    }