body {
  background: #416a96 url(/images/bg.jpg) repeat-x;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align:center;
}

.main_container {
    width: 1000px;
    margin: 0 auto 0 auto;
}

div,
td {
    font: bold 11px/14px "Trebuchet MS",Arial;
    text-align: left;
}

a {
    color: #293352;
    text-decoration: none;
}

img {
    border: 0;   
}

form {
    margin: 0;
    padding: 0;   
}

.split_big {
    height: 20px;   
    font-size: 0;
}

.split {
    height: 10px;
    font-size: 0;
}

.split_small {
    height: 5px;   
    font-size: 0;
}

.column {
    float: left;
}

.column_right {
    float: right;
}

.clear {
    clear: both;
}

.menu_container {
    background-color: #e0ecf6;
    height: 98px;
    text-align: center;
}

.footer_container {
    background: #436a96 url(/images/layout/bottom_bg.gif) repeat-x;
    height: 98px;
    margin-top: 20px;
    text-align: center;
}

.footer {
    width: 1000px;
    margin: 0 auto 0 auto;
}

.footer .item_left,
.footer .item_right {
    margin: 5px 0 5px 0;   
}

.footer .item_left {
    padding-right: 20px;  
    float: left; 
}

.footer .item_right {
    padding-left: 20px; 
    float: right;  
}

.menu {
    width: 1000px;
    margin: 0 auto 0 auto;
}

.menu .item, 
.menu .item_right {
    padding: 67px 20px 3px 20px;
    font: bold 22px/28px "Trebuchet MS", Arial;
    color: #293352;
} 

.menu .item_selected,
.menu .item_selected_right {
    padding: 67px 20px 3px 20px;
    font: bold 22px/28px "Trebuchet MS", Arial;
    color: #ffffff;
    background-color: #293352;
}

.menu .item a {
    color: #293352;
    text-decoration: none;
}

.menu .item_selected a {
    color: #ffffff;
    text-decoration: none;
}



.menu .item,
.menu .item_selected {
    float: left;
}

.menu .item_right,
.menu .item_selected_right {
    float: right;
}

.clip {
    padding: 5px;
    background-color: transparent;  
}

.clip a {
    color: #293352; 
    text-decoration: none;
}

.clip_selected {
    padding: 5px;
    background-color: #293352;  
}

.clip_selected a { 
    color: #ffffff;
    text-decoration: none;
}

.media {
    background-color: #ffffff;
}

#playbutton {
    display: none;   
}

#pausebutton {
    display: block;   
}

#playbutton,
#pausebutton,
#seek_minus_10,
#seek_plus_10,
#time_total,
#time_elapsed {
    color: #000;
    font: bold 11px "Trebuchet MS", Arial;
}

#playbutton a,
#pausebutton a,
#seek_minus_10 a,
#seek_plus_10 a,
#time_total a,
#time_elapsed a {
    color: #000;
    font: bold 11px "Trebuchet MS", Arial; 
    text-decoration: none;
}

.title {
    padding: 10px 10px 5px 10px;
    font: bold 25px "Trebuchet MS", Arial;
    color: #293352;
}

.teaser {
    padding: 0 10px 10px 10px;
    font: bold 13px/20px "Trebuchet MS", Arial;
    color: #293352;
}

.button {
    border: 1px solid #293352; 
    background-color: #ffffff;
    padding: 5px 10px 5px 10px;
}

.button_selected {
    background-color: #293352;
    border: 1px solid #293352;
    padding: 5px 10px 5px 10px;
}

.button a {
    color: #293352;
    text-decoration: none;
}

.button_selected a {
    color: #ffffff;
    text-decoration: none;
}

.box_hot {
    background-color:#293352;
    padding:14px;
}

.box_hot a,
.box_hot div a 
.box_latest a,
.box_latest div a {
    color: #ffffff;
}

.box_hot a:hover,
.box_hot div a:hover,
.box_latest a:hover,
.box_latest div a:hover {
    color: #dee5ed;  
}

.box_latest {
    background: transparent url(/images/layout/box_bg_faded.jpg) repeat-x;
    padding:14px;
}

h1 {
    font: bold 26px/30px "Trebuchet MS", Arial;   
    margin: 0;
    padding: 0 0 5px 0;
}

h2 {
    font: bold 22px/26px "Trebuchet MS", Arial;   
    margin: 0;
    padding: 0 0 5px 0;
}

#tv_list h2 {
    color: #293352;
    font: bold 22px/26px "Trebuchet MS", Arial;
    margin: 0;
    padding: 0 0 5px 0;
}

.list_item .padding {
    padding-top: 3px;
}

.newsletter_column {
    padding: 15px 5px 5px 5px;
    background: #eed932 url(/images/user/nl_column.jpg) no-repeat;
    background-position: bottom;
    text-align: center;   
}

.search_box {
    padding: 15px 5px 5px 5px;
    background-color: #dee5ed;
    text-align: center;   
}

.newsletter_column h2,
.search_box h2 {
    font-size: 24px/28px;
    font-weight: bold;
    margin: 0 0 5px 0;
    padding: 0 0 5px 0;
}