/* Boduashi Css File - MAIN CSS */
html {
    font-family: 'Lucida Sans', Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
}
body {
    background: #870808 url(../imgs/bg/bg_img.jpg) bottom repeat-x;
    margin: 0px;
    padding: 0px;
}

table {
    border-collapse: collapse;
    text-align: left;
}

tr, td {
    border-collapse: collapse;
    text-align: left;
}

img, div {
    behavior: url(../../../boduashi/iepngfix.htc);
}

h1 {
    padding: 0px;
    margin: 0px;
}

#master {
    position:relative;
    background: url(../imgs/bg/transparent.png);
    width: 80%;
    padding: 0px 8px;
    
}

#main {
    width: 100%;
    background: #FFFFFF;
}

#banner {
    width: 100%;
    height: 105px;
    background: #ffffff url(../imgs/banner/bg.jpg) repeat-x;
}

#nav, #nav a:link ,#nav a:visited{
    word-spacing: 15px;
    padding: 4px;
    color: #840000;
    text-decoration: none;
    height:20px;
}

#nav a:hover{
    background: #eeeeee;
}

.navHover {
    background: #555555;
    position: absolute;
    left: 10px;
    top: 0px;
    height:100px;
    z-index:1;
    visibility: hidden;
    filter:alpha(opacity=50);
    opacity: 0.5;
    -moz-opacity:0.5;
    behavior: none;
}

#nav_pt {
    float:left;
}

#nav_pt a:link,#nav_pt a:visited {
    text-transform: uppercase;
    word-spacing: 1pt;
}

#right {
    float: right;
    text-align: left;
}

#right .top {
    background: url(../imgs/pannel/top.jpg) #ffffff no-repeat bottom left;
    width: 278px;
    height: 23px;
    padding-left: 20px;
}

#right .middle {
    background: url(../imgs/pannel/middle.jpg) #ffffff repeat-y left;
    width: 278px;
}

#right .middle .w{
    padding: 10px 0 0 20px;
}

#right .bottom {
    background: url(../imgs/pannel/bottom.jpg) #ffffff no-repeat top left;
    width: 278px;
    height: 21px;
}

#page {
    margin-right: 300px;
}

#page .list1{
    background: #f6f6f6;
    padding: 10px;
    margin: 5px 0px;
    height: 80px;
    cursor: pointer;
}

#page .list1 .feedback{
    text-align: right;
}

#page .list1 .feedback div{
    float: right;
    background: #dddddd;
    padding: 3px;
}

#page .list1 .content{
    height:40px;
    padding: 0px 10px;
}

#page .list1 .date{
    color: #999999;
    float: right;
}

#page .list1 h1{
    color: #650505;
    font-size: 12px;
    padding-bottom: 10px;
}

#loading {
    font-size: 10px;
}

#footer{
    padding: 10px 50px;
    background: #e6e6e6;
    text-align: center;
    word-spacing: 15px;
    text-decoration: none;
}
#footer a:link, #footer a:visited{
    color: #000000;
    text-decoration: none;
    word-spacing: normal;
}

#footer a:hover {
    text-decoration: underline;
}

#copyrights {
    font-size:9px;
    color: #999999;
    padding:5px;
    word-spacing: 1px;
}

.BArea {
    padding: 20px;
    text-align: justify;
}

.BArea p{
    text-indent: 30px;
}

.BTitle {
    font-size: 25px;
    color: #000000;
}

.BTitle span{
    color: #650505;
    text-decoration: underline;
}

.BContent {
    padding: 5px;
    font-size: 12px;
    background: #f9f9f9;
}

.BContent img{
    padding: 5px;
}

.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.light {
    color: #bbbbbb;   
}