html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,table,th,td {
    margin: 0;
    padding: 0;
}
html {
    _background: url(http://fby-img.s3.amazonaws.com/5/foo) fixed;
}
img {
    border: 0;
}
ol,ul {
    list-style: none;
}
form {
    display: inline;
}
table {
    border-collapse: collapse;
}
body, div, table, td, a, input, textarea, select {
    font-family: arial,helvetica,sans-serif;
    font-size: 13px;
    color: #333333;
    outline: none;
}
a {
    color: #026D9C;
    text-decoration: none;
}
body {
    background: url(http://fby-img.s3.amazonaws.com/5/app/body_back.png) repeat-x #E6EDF0;
    height: 100%;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    z-index: 2147483647;
    _position: absolute;
    _top: expression(eval(document.body.scrollTop||document.documentElement.scrollTop));
    _left: expression(eval(document.body.scrollLeft||document.documentElement.scrollLeft));
    _height: expression(document.documentElement.clientHeight||document.body.clientHeight+"px");
}
#mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.2;
    filter: alpha(opacity=20);
    _position: absolute;
    _width: expression(document.documentElement.clientWidth||document.body.clientWidth+"px");
    _height: expression(this.parentNode.style.height);
}
#notifier {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    _position: absolute;
    _width: expression(document.documentElement.clientWidth||document.body.clientWidth+"px");
}

.fixed {
    position: fixed;
    _position: absolute;
}

.select {
    border: 1px solid #999;
    width: 330px;
    background: url(http://fby-img.s3.amazonaws.com/5/app/site_drop_back.gif) repeat-x #FFF;
    cursor: default;
}
.select-pos {
    position: relative;
    z-index: 1;
}
.select-hold {
    display: none;
    position: absolute;
    top: -1px;
    padding: 5px 0;
    border: 1px solid #999;
    background-color: #FFF;
    width: 330px;
}
.select-hold a {
    display: block;
    padding: 4px 10px;
    color: #333;
    background-color: #FFF;
}

#select-site {
    border: 1px solid #42AEC2;
    background-color: #FFF;
    width: 330px;
}
#select-site-hold {
    border: 1px solid #999;
    background-color: #FFF;
    width: 330px;
}
#select-site-hold a {
    color: #333;
    background-color: #FFF;
}
#select-site-hold a:hover {
    background-color: #7BC0CE;
    color: #FFF;
}


.bold {
    font-weight: bold;
}

a.style1 {
    /*
    color: #026D9C;
    font-weight: bold;
    */
}
a.style2 {
    /*
    color: #026D9C;
    */
}
a.style1:hover, a.style2:hover {

}

#site-nav-outer {
    border: 1px solid #42AEC2;
    margin-bottom: 15px;
    background-color: #C6E3EA;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}
#site-nav1 {
    background-color: #7BC0CE;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    padding: 6px;
}
#site-nav2 {
    display: none;
    padding: 8px 15px;
}
#site-nav2 a {
    color: #378595;
}
#site-nav-outer.expand #site-nav1 {
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom: 1px solid #42AEC2;
}
#site-nav-outer.expand #site-nav2 {
    display: block;
}

table.style1 {
    margin-bottom: 20px;
    width: 100%;
}
table.style1 td {
    border-bottom: 1px solid #DDD;
    padding: 8px 10px;
    white-space: nowrap;
}
table.style1 td.right {
    text-align: right;
}
table.style1 td.center {
    text-align: center;
}
table.style1 tr.header td {
    border: 1px solid #93BFCE;
    border-width: 1px 0;
    padding: 12px 10px;
    background-color: #E2EEF2;
    color: #578491;
    font-weight: bold;
}
table.style1 tr.odd td {
    background-color: #F8F8F8;
}

h5 {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: bold;
    color: #E77A00;
}
h3 {
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: bold;
    color: #E77A00;
}

.btn-l {
    width: 10px;
    height: 25px;
    background: url(http://fby-img.s3.amazonaws.com/5/app/btn_sprite3.gif) 0 25px;
    vertical-align: top;
}
.btn-c {
    background: url(http://fby-img.s3.amazonaws.com/5/app/btn_sprite3.gif) 0 0;
}
.btn-r {
    width: 10px;
    background: url(http://fby-img.s3.amazonaws.com/5/app/btn_sprite3.gif) 10px 25px;
}

a.dotted {
    color: #999;
    border-bottom: 1px dotted #999;
    padding: 0 0 1px;
}

a.dotted:hover {
    color: #666;
    border-color: #666;
}