a {
    font-family: tahoma;
    line-height:1.0em;
    font-size:1.0em;
}
a.menu_link, a.menu_link_active {
    display:block;
    float:left;
    margin-right:16px;
    width:56px;
    height:29px;
}
a.back_link {
    background:url('../images/back.gif') no-repeat;
    display:block;
    margin-top:0px;
    margin-left:0px;
    width:45px;
    height:19px;
}
a.back_link:hover {
    background:url('../images/back_hover.gif') no-repeat;   
}
a.tvmenu_link {
    color: #878686;
    text-decoration:none;
}
a.tvmenu_link:hover, a.tvmenu_link_active {
    color: #eac0fe;
    text-decoration:underline;
}
.report_item a.tvmenu_link {
    font-size: 18px;
}
a.tvsubmenu_link, a.tvsubmenu_link_active {
    background:url('../images/plus.gif') no-repeat left top;
    padding:0px 0px 3px 30px;
    color: #ffffff;
    font-size: 13px;
    line-height:13px;
    font-weight: normal;
    text-decoration:none;
}
a.tvsubmenu_link:hover, a.tvsubmenu_link_active {
    text-decoration:underline;
}
a.menu_link, a.menu_link_active, a.tvmenu_link, a.tvmenu_link_active, a.tvsubmenu_link, a.tvsubmenu_link_active {
    cursor:pointer;
}
#button1 {
    background:url('../images/local.gif') no-repeat;
}
#button1:hover {
    background:url('../images/local_hover.gif') no-repeat;
}
#button2 {
    background:url('../images/browse.gif') no-repeat;
    width:67px;
}
#button2:hover {
    background:url('../images/browse_hover.gif') no-repeat;
}
body {
    background:#000000 url('../images/bg.jpg') no-repeat;
    margin:0px;
    padding:0px;
    /*min-width:600px;
    min-height:400px;*/ 
}
HTML, body {
    color:#ffffff;
    font-family: Arial, sans-serif;
    font-size: 12px;    
    
}
IMG {
    border:0px;
}
FORM {
    margin:0px;
    padding:0px;
}
#wrapper {
    width:700px;
    height:400px;
    /*border:1px solid red;*/
}
#search_block {
    /*background: url('../images/input.gif') no-repeat;*/   
    float: right;
    margin: 0px;
    margin-top: 22px;
    margin-right: 15px;
}
#banner_block {
    float:right;
    margin:25px 10px 25px 5px;
    /*border:1px solid red;*/
}
.input_box {
    background:#723651 url('../images/input.gif') no-repeat;    
    width: 171px;
    height:18px;
    vertical-align: top;
    padding:3px;
    border: 0px;
}
.submit_button {
    margin-left: 8px;
}
.mainmenu {
    float:left;
    margin:0px;
    margin-top:22px;
    margin-left: 112px;
    padding:0px;
    list-style:none;
    text-align:left;
    /*border:1px solid green;*/
}
.mainmenu li {
    float:left; 
}
#content {
    float:left;
    margin:25px 0px 25px 15px;
    /*overflow-x:hidden;*/
    overflow-y:auto;
    width:320px;
    height:310px;
    /*border:1px solid green;*/
}
#player_block {
    /*border:1px solid green;*/
}
#player_block p {
    color: #eac0fe;
    font-size:14px;
}
#local_block, #browse_block, #result_block, #fwplayer_block {
    margin:15px 0px;
    /*border:1px solid black;*/
}
#fwplayer_block {
    margin:30px 0px;
}
.report_item {
    margin:30px 0px 20px 15px;
}
.tvmenu {
    margin:0px; 
    margin-left:30px;
    margin-right:10px;
    padding:0px;
    list-style:none;
    text-align:left;
    /*border:1px solid magenta;*/
}
.tvmenu li{
    margin:10px 0px;
}
.tvmenupos_block {
    float:left;
    width:100%;
    /*border:1px solid green;*/
}
.button_container {
    margin:20px 0px;
}
.active_block {
    display:block;
    margin:10px 0px;
}
.hidden_block { 
    display:none;
}
.spacer {
    clear:both;
    height:1px;
    font-size:1px;
    border:none;
    margin:0; padding:0;
    background:transparent;
}
