/**
 * Root CSS
 *
 * -----------------------------------------\
 * This program is written by Chi Fong LEE  |
 * Copyright reserved.                      |
 * -----------------------------------------/
 *
 *
 * MODIFIED:
 * @Version 1.0,     2007/7/18,       Created.
 * @LastUpdate,      2008/8/18
 * @Author : Chi Fong, LEE
 */

*{
    margin:0;
    padding:0;
}
html{
    height:100%;
}
/* IE ul and li white-space bug hacking */
* html ul li a {
    height:1em;
}
body{
    background-color:#FFFFFF;
    color:black;
    font-family: Arial, TimesNewRoman;
    font-size:9pt;
    height: 100%;
    margin: 0px 0px 0px 0px;
}
a{
    color: #0000FF;
    outline: none;
}
a:link,
a:visited{
    text-decoration: none;
}
a:hover,
a:active{
    text-decoration: underline;
}
a:hover{
    cursor: pointer;
}
a img {
    color:#FFFFFF;
}        /* hide the border in Netscape 4 */
img{
    border:0px;
}
@media all {                    /* hide from Netscape 4 */
    a img { color:inherit;      /* undo the rule above */
        border:none;            /* hide from Netscape 4 */
    }
}
div {
    outline: none;
}
input, textarea{
    font-size: 10pt;
}

.btk-text-align-center{
    text-align: center;
}
.btk-text-align-left{
    text-align: left;
}
.btk-text-align-right{
    text-align: right;
}

.btk-float-left{
    float: left;
}
.btk-float-right{
    float: right;
}
.btk-clear-float{
    clear: both;
    font-size: 1px;
}
.btk-font-bold{
    font-weight: bold;
}
.btk-netscape-fix{
    display:block;
}




/*
    Rounded corner
    Ref. : www.spiffycorners.com
*/
.btk-round-corner{
    display: block
}
.btk-round-corner *{
    display: block;
    height: 1px;
    overflow: hidden;
    font-size: .01em;
}
.btk-round-corner1{
    margin-left: 3px;
    margin-right: 3px;
    padding-left: 1px;
    padding-right: 1px;
    border-left: 2px solid silver;
    border-right: 2px solid silver;
    background-color:  silver;
}
.btk-round-corner2{
    margin-left: 2px;
    margin-right: 2px;
    padding-right: 1px;
    padding-left: 1px;
    border-left: 1px solid silver;
    border-right: 1px solid silver;
}
.btk-round-corner3{
    margin-left: 1px;
    margin-right: 1px;
    border-left: 1px solid silver;
    border-right: 1px solid silver;
}
.btk-round-corner4{
    border-left: 1px solid silver;
    border-right: 1px solid silver;
}
.btk-round-corner5{
    border-left: 1px solid silver;
    border-right: 1px solid silver;
}
.btk-round-corner-body-section{
    border-width: 0px 1px 0px 1px;
    border-color: silver;
    border-style: solid;
}




/*-[ End of Root CSS ]--------------------------------------------------------*/