#module {
    height: 394px;
    padding: 0;
    margin: 0 0 16px 0;
    color: #fff;
    font-size: 1.1em;
    line-height: 1.5em;
    /*background-image: url(/modules/images/bkd-welcome.jpg);*/
}

#module .ttl {
    margin-top: 80px;
}

#module hr {
    margin-top: -1em;
}

.mask {
    float: left;
    padding: 0px 45px;
    height: 100%;
    width: 345px;
}

.tabs {
    padding: 0;
    margin: 10px 0 0 0;
    height: 23px;
    overflow: hidden;
    background-color: #ffcc33;
    color:#000;
    font-family: Helvetica;
}

.tabs span.tab a {
    padding: 2px 23px 0 23px;
    text-decoration: none;
    line-height: 20px;
    font-size: 13px;
    height: 23px;
    min-height: 23px;
    color:#000;
}
.tabs span.tab  .on a,.tabs span.tab  a:hover{
    color:#ffcc33;
}
.tabs span.tab  {
    height: 23px;
    min-height: 23px;
    display: inline-block;
    margin: 0 37px 0 0;
    background-color: #ffcc33;
    color: #000;
}
.tab td{
    min-height:23px;
    height:23px;
    vertical-align: middle;
}
.tabs span.over, .tabs span.on {
    background-color: #000;
    /*    color:#FFCC33;*/
}
.tabs span.on a{
    color: #ffcc33;
}
.tab a:link,.tab a:link{
    color: #000;
}
.tab a:hover{
    color:#FFCC33;
}
#tab-arrow-right {
    margin: 0 0 0 20px;
}

#films { 
    width: 585px;
    margin-right: 15px;
}

#films .film {
    width: 100%;
    height: 114px;
    overflow: hidden;
    padding: 8px 8px 8px 17px;
    margin: 0 0 5px 0;
    background-color: #fff;
}

.film td {
    vertical-align: top;
}

.film .ttl {
    height: 22px;
    width: 400px;
    margin: 7px 8px 0 0;
    background-color: #99bdcc;
}

.film .ttl h2 {
    float: left;
    display: inline;
    font-size: 1em;
    font-weight: bold;
    padding: 1px 0 0 9px;
}

.film .ttl h2 a {
    color: #333;
    text-decoration: none;
}

.film .ttl .arrow img, .news .ttl .arrow img {
    float: right;
    margin:5px 8px 0 0;
}

.film td p {
    font-weight: bold;
    font-size: 1em;
    clear: both;
    padding: 0 5px 0 0;
    margin: 9px;
}

#news-wrap {
    background-color: #fff;
    padding: 0;
    margin: 0;
}

.news {
    margin: 15px 0 0 0;
    height: 118px;
}

.news .ttl {
    width: 275px;
    margin: 0 5px 0 12px;
}

.news .ttl h2 {
    float: left;
    font-size: 1em;
    font-weight: bold;
    padding: 0px 9px 0px 9px;
    margin: 0;
    line-height: 1.6em;
    height: inherit;
    background-image:url("/news/images/bkd_rail_ttl.gif");
    background-repeat: repeat;
    color: #000;
}

.news .ttl h2.over {
    background-image:url("/news/images/bkd_rail_ttl_over.gif");
    background-repeat: repeat;
}

.news .ttl h2 a {
    color: #000;
    text-decoration: none;
}

.news td {
    vertical-align: top;
}

.news td p {
    font-weight: bold;
    font-size: .9em;
    clear: both;
    padding: 0 12px 0 0;
    margin: 2px 0 0 21px;
}

.news .tools a, .film .tools a {
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
}


#barker {
    height: 22px;
    color: #333;
    background-color: #99bdcc;
}

ul#alerts, ul#alerts li {
    margin-top: 1px;
    list-style: none;
}

ul#alerts li a {
    color: #333;
    text-decoration: none;
}

.barker p {
    padding: 3px 0 0 10px;
}