body {
  font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  margin: 0px;
  padding: 0px;
  background-color: #000000;
  scrollbar-3dlight-color: #666666;
  scrollbar-arrow-color: #666666;
  scrollbar-darkshadow-color: #F0F0F0;
  scrollbar-face-color: #CCCCCC;
  scrollbar-highlight-color: #F0F0F0;
  scrollbar-shadow-color: #666666;
  scrollbar-track-color: #E5E5E5;
}

a.form {
  color: #B43201;
  text-decoration: none;
  font-weight: bold;
  padding: 1px;
}

a.form:hover {
  background-color: #B43201;
  color: #FFFFFF;
  padding: 1px
}

div.disclaimer {
  font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background-image: url(../images/textarea_bg.jpg);
  background-repeat: repeat-x;
  background-color: #A0A0A0;
  border: 1px solid #000000;
  overflow:scroll;
  padding: 5px;
  width: 90%;
}

div.disclaimer h2 {
  font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
}

div.info {
  height: 36px;
}

div.thumbnail_frame {
  border: 1px solid #CCCCCC;
  float: left;
  margin-right: 10px;
  padding: 2px;
  text-align: center;
}

div.resources {
  background-color: #EEEEEE;
  border: 1px solid #CCCCCC;
  float: right;
  margin-right: 10px;
  padding: 5px 7px 5px 7px;
}

form input {
  font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background-image: url(../images/input_bg.jpg);
  background-repeat: repeat-x;
  background-color: #A0A0A0;
  border: 1px solid #000000;
  height: 19px;
  padding-left: 1px;
}

form select {
  font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  background-color: #EEEEEE;
  border: 1px solid #000000;
  height: 19px;
}

form select.multiple {
  font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  background-color: #EEEEEE;
  border: 1px solid #000000;
  height: 80px;
}

form textarea {
  font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background-image: url(../images/textarea_bg.jpg);
  background-repeat: repeat-x;
  background-color: #A0A0A0;
  border: 1px solid #000000;
}

pre {
  font-size: 12px;
  margin: 0px;
  padding: 0px;
}

table {
  width: 100%;
}

table.comparison {
  border: 0px solid #CCCCCC;
  font-size: 12px;
  padding: 0px;
}

table.comparison td {
  background-color: #FFFFFF;
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  padding-left: 5px;
  text-align: left;
}

table.comparison td.header {
  background-color: #FE9B24;
  border: 0px solid #CCCCCC;
  color: #FFFFFF;
  font-variant: normal;
  font-weight: bold;
  height: 20px;
  padding: 2px;
  text-align: left;
}

td {
  font-size: 12px;
}

img {
  border: 0;
}

img.carosello-thumbnail, img.palinsesto-thumbnail {
  border: 3px solid #CCCCCC;
  float: left;
  margin: 0px 5px 5px 0px;
  width: 50px;
}

input.hidden {
  display: none;
}

label.countItems {
  color: #7E7E7E;
  font-size: 12px;
  font-weight: normal;
}

label.oversized {
  color: #FF0000;
}

label.selected {
  font-weight: bold;
}

label.smallcaps {
   font-variant: small-caps;
}

label.smaller {
  color: #00000;
  font-size: 12px;
}

table.container {
  width: 930px;
  background-color: #000000;
}
/* ############# INIZIO FORMATTAZIONE HEADER ############ */

table.header {
  /*background-image: url(../images/header_bg.jpg);
  background-repeat: repeat-x;*/
  background-color: #000000;
  border: 0px;
  padding: 0px;
  text-align: center;
  width: 100%;
}

table.header input {
  font-size: 12px;
  background-image: url(../images/input_bg.jpg);
  background-repeat: repeat-x;
  background-color: #A0A0A0;
  border: 1px solid #000000;
  height: 19px;
  padding-left: 1px;
}

table.header td.logo {
  height: 62px;
  text-align: left;
  width: 106px;
}

table.header td.search {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  color: #E0D6D7;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

table.menu {
  background-color: #E42518;
  /*background-image: url(../images/menu_bg.jpg);
  background-repeat: repeat-x;
  border: 4px solid #FFFFFF;*/
  color: #FFFFFF;
  height: 30px;
}

table.menu td.menuitem {
  background-color: #E42518;
  /*border-left: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;*/
  padding-left: 5px;
  padding-right: 15px;
  vertical-align: middle;
}

table.menu a {
  background-image: url(../images/menu_marker.gif);
  background-repeat: no-repeat;
  background-position: left;
  border-bottom: 1px solid #E42518;
  color: #FFFFFF;
  font-family: Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  padding-left: 7px;
  text-decoration:none;
}

table.menu a:hover {
  border-bottom: 1px dotted #FFFFFF;
  color: #FFFFFF;
}

table.content {
  background-color: #FFFFFF;
  /*margin-bottom: 10px;*/
}

table.content th {
  background-color: #FFFFFF;
  color: #FE9B24;
  font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  height: 47px;
  padding: 2px;
  text-align: left;
}

table.spot {
  background-color: #FFFFFF;
  padding-bottom: 5px;
}

table.spot a {
  color: #F1481D;
  text-decoration: none;
}

table.spot th {
  color: #665949;
  font-family: Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  height: 20px;
  line-height: 15px;
  padding: 10px 0px 0px 10px;
  text-align: left;
}

table.spot td.thumbnail img {
  border: 1px solid #CCCCCC;
  float: left;
  margin: 5px 5px 0px 10px;
  /*padding: 2px;*/
  text-align: center;
  width: 50px;
}

table.spot div {
  color: #665949;
  height: 56px;
  overflow: hidden;
  /*padding-right: 5px;*/
  padding-top: 0px;
  margin-top: 0px;
  vertical-align: top;
  display: block;
}

table.spot div a.spot {
  cursor: pointer;
  overflow: hidden;
}

table.spot div img.thumbnail {
  float: left;
  padding-right: 5px;
}

table.spot div span {
  color: #665949;
  cursor: pointer;
  margin: 0;
  padding: 0;
}

table.spot ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

table.spot ul li {
  float: left;
  padding: 10px 10px 10px 10px;
  display: block;
  margin-right: 0px;
}

table.spot ul li a.spot {
  display: block;
  overflow: hidden;
  height: 56px;
  width: 60px;
}

table.spot ul li a.spot:hover {
  background-color: #EEEEEE;
}

table.spot ul li img.thumbnail {
  position: absolute;
  border: 3px solid #CCCCCC;
}

table.spot ul li span {
  color: #665949;
  cursor: pointer;
  margin: 0;
  padding: 0;
  width: 200px;
  display: block;
  margin-left: 65px;
}

table.spot ul li a.spot#evid_1 {
  width: 250px;
}

table.info {
  background-color: #000000;
  color: #FFFFFF;
  margin-top: 0px;
  padding: 0px;
  padding-top: 5px;
  width: 480px;
}

table.info tr {
  background-image: url(../images/pixel_gray.gif);
  background-position: bottom;
  background-repeat: repeat-x;
  line-height: 16px;
}

table.info td {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  padding-left: 5px;
  color: #FFFFFF;
}

table.info strong {
  color: #FE9B23;
}

table.info a {
  color: #FFFFFF;
  text-decoration: none;
}

table.info a:hover {
  color: #FE9B23;
}

table.placeholder {
  margin-top: 0px;
  padding-left: 5px;
}

div.channels_header {
  background-image: url(../images/channels_bg_hd.gif);
  background-repeat: no-repeat;
  color: #665949;
  cursor: pointer;
  font-size: 13px;
  font-weight: bold;
  height: 30px;
  line-height: 25px;
  overflow: hidden;
  padding-left: 5px;
  text-align: left;
  width: 246px;
}

div.channels_body {
  background-color: #FFFFFF;
  /*background-image: url(../images/channel_bg.jpg);
  background-repeat: repeat-x;*/
  color: #665949;
  height: 95px;
  width: 246px;
}

div.channels_body ul {
  margin: 0px;
  padding: 0px;
  padding-left: 5px;
  padding-right: 5px;
}

div.channels_body ul li {
  color: #665949;
  /*border-bottom: 1px solid #CCCCCC;*/
  background-image: url(../images/border_dotted_01.gif);
  background-repeat: repeat-x;
  background-position: bottom;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 18px;
  list-style-type: none;
  padding: 5px;
}

div.channels_body label {
  color: #696969;
  text-align: right;
  padding-left: 5px;
  padding-right: 10px;
}

div.channels_body a {
  color: #665949;
  text-decoration: none;
}

div.channels_body a:hover {
  color: #FF0000;
  text-decoration: none;
}

div.channels_footer {
  background-image: url(../images/channels_bg_ft.gif);
  background-repeat: no-repeat;
  color: #FFFFFF;
  height: 5px;
  overflow: hidden;
  width: 246px;
}

div.genere_header {
  background-image: url(../images/categories_bg_hd.gif);
  background-repeat: no-repeat;
  color: #665949;
  cursor: pointer;
  font-family: Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  height: 30px;
  line-height: 25px;
  overflow: hidden;
  padding-left: 5px;
  text-align: left;
  vertical-align: middle;
  width: 179px;
}

div.genere_body {
  background-color: #FFFFFF;
  height: 462px;
  width: 179px;
}

div.genere_body ul {
  margin: 0px;
  padding: 0px;
  padding-left: 5px;
  padding-right: 5px;
}

div.genere_body ul li {
  color: #665949;
  /*border-bottom: 1px solid #CCCCCC;*/
  background-image: url(../images/border_dotted_01.gif);
  background-repeat: repeat-x;
  background-position: bottom;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 18px;
  list-style-type: none;
  padding: 5px;
}

div.genere_body a {
  color: #665949;
  font-weight: normal;
  text-decoration: none;
}

div.genere_body a:hover {
  color: #FF0000;
  text-decoration: none;
}

div.genere_footer {
  background-image: url(../images/categories_bg_ft.gif);
  background-repeat: no-repeat;
  color: #CCCCCC;
  height: 5px;
  overflow: hidden;
  width: 179px;
}

/* Parte per scrollbar lista generi */
div#genere_holder {
  height: 462px;
  left: 0px;
  overflow: hidden;
  position: relative;
  top: 0px;
  width: 179px;
  z-index: 100;
}

div#genere_wnd {
  clip: rect(0, 169px, 462px, 0);
  height: 462px;
  left: 0;
  overflow: hidden;
  position: relative;
  top: 0;
  width: 169px;
  z-index: 1;
}

div#genere_lyr {
  width: 169px;
}

div.content {
  left: 0;
  position: relative;
  top: 0;
  z-index: 1;
}

div#genere_scrollbar {
  font-size: 1px;
  height: 462px;
  left: 167px;
  position: absolute;
  top: 0px;
  visibility: visible;
  width: 11px;
  z-index: 2;
}

div#genere_track {
  height: 438px;
  left: 0;
  position: absolute;
  top: 12px;
  width: 11px;
  z-index: 1;
}

div#genere_dragbar {
  background: url(../images/dw/track_01.gif) #FFFFFF repeat;
  cursor: n-resize;
  height: 20px;
  left: 1px;
  position: absolute;
  top: 1px;
  width: 9px;
  z-index: 1;
}

div#genere_up {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 2;
}

div#genere_down {
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 3;
}

/*
table.genere {
  background-color: #4D4341;
  height: 490px;
}

table.genere a {
  color: #EDF7F9;
  font-weight: normal;
  text-decoration: none;
}

table.genere a:hover {
  color: #FE0000;
  text-decoration: none;
}

table.genere td {
  border-bottom: 1px solid #3D3533;
  border-top: 1px solid #706866;
  padding: 5px;
}

table.genere th {
  background-color: #252525;
  background-image: url(../images/categories_bg.jpg);
  background-repeat: repeat-x;
  color: #CDCDCD;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  height: 47px;
  padding-left: 5px;
  text-align: left;
}
*/

a.palinsesto {
  color: #FEA429;
  font-size: 10px;
  font-weight: normal;
  padding-right: 10px;
  text-decoration: none;
}

a.palinsesto_current {
  color: #FFFFFF;
  font-size: 10px;
  font-weight: normal;
  padding-right: 10px;
  text-decoration: none;
}

a.palinsesto:hover {
  color: #FEA429;
  text-decoration: none;
}

div.palinsesto_header {
  background-image: url(../images/palinsesto_bg_hd.gif);
  background-repeat: no-repeat;
  color: #665949;
  cursor: pointer;
  font-family: Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  height: 30px;
  line-height: 25px;
  overflow: hidden;
  padding-left: 5px;
  text-align: left;
  vertical-align: middle;
  width: 246px;
}

div.palinsesto_header label {
  color: #CCCCCC;
  font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  vertical-align: middle;
}

div.palinsesto_header a {
  color: #CCCCCC;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
}

div.palinsesto_header a:hover {
  color: #FEA429;
  text-decoration: none;
}

div.palinsesto_body {
  background-color: #FFFFFF;
  color: #665949;
  height: 335px;
  width: 246px;
}

div.palinsesto_footer {
  background-image: url(../images/palinsesto_bg_ft.gif);
  background-repeat: no-repeat;
  color: #CCCCCC;
  height: 5px;
  overflow: hidden;
  width: 246px;
}

body.palinsesto {
  scrollbar-3dlight-color: #252525;
  scrollbar-arrow-color: #F0F0F0;
  scrollbar-darkshadow-color: #252525;
  scrollbar-face-color: #252525;
  scrollbar-highlight-color: #252525;
  scrollbar-shadow-color: #252525;
  scrollbar-track-color: #252525;
  background-color: #FFFFFF;
  width: 246px;
}

iframe.palinsesto {
  background-color: #FFFFFF;
  height: 320px;
  width: 246px;
}

/*
table.palinsesto {
  background-color: #252525;
}

table.palinsesto a {
  color: #FFFFFF;
  text-decoration: none;
}

table.palinsesto a:hover {
  color: #FEA429;
  text-decoration: none;
}

table.palinsesto th {
  background-color: #252525;
  color: #CDCDCD;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  height: 47px;
  padding-left: 5px;
  text-align: left;
}

*/

div.palinsesto_list {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
}

div.palinsesto_list div.item {
  background-image: url(../images/border_dotted_01.gif);
  background-repeat: repeat-x;
  background-position: bottom;
  /*
  border-bottom: 1px solid #212121;
  border-top: 1px solid #3B3B3B;
  */
  color: #665949;
  height: 30px;
  overflow: hidden;
  padding: 2px 0px 0px 0px;
}

div.palinsesto_list div.item_current {
  background-color: #FF0000;
  background-image: url(../images/border_dotted_01.gif);
  background-repeat: repeat-x;
  background-position: bottom;
  /*
  border-bottom: 1px solid #212121;
  border-top: 1px solid #3B3B3B;
  */
  height: 30px;
  overflow: hidden;
  padding: 2px 0px 0px 0px;
}

div.palinsesto_list div.item label.hour {
  color: #000000;
  text-decoration: none;
  width: 38px;
}

div.palinsesto_list div.item_current label.hour {
  color: #FFFFFF;
  text-decoration: none;
  width: 38px;
}

div.palinsesto_list div.item label.descr {
  color: #665949;
  text-decoration: none;
}

div.palinsesto_list div.item_current label.descr {
  color: #FFFFFF;
  text-decoration: none;
}

/* Parte per scrollbar palinsesto */
div#palinsesto_holder {
  height: 320px;
  left: 0px;
  overflow: hidden;
  position: relative;
  top: 0px;
  width: 240px;
  z-index: 100;
}

div#palinsesto_wnd {
  clip: rect(0, 230px, 320px, 0);
  height: 300px;
  left: 0;
  overflow: hidden;
  position: relative;
  top: 0;
  width: 230px;
  z-index: 1;
}

div#palinsesto_lyr {
  width: 230px;
}

div#palinsesto_scrollbar {
  font-size: 1px;
  height: 320px;
  left: 232px;
  position: absolute;
  top: 0px;
  visibility: visible;
  width: 11px;
  z-index: 2;
}

div#palinsesto_track {
  height: 301px;
  left: 0;
  position: absolute;
  top: 12px;
  width: 11px;
  z-index: 1;
}

div#palinsesto_dragbar {
  background: url(../images/dw/track_02.gif) #FFFFFF repeat;
  cursor: n-resize;
  height: 20px;
  left: 1px;
  position: absolute;
  top: 1px;
  width: 9px;
  z-index: 1;
}

div#palinsesto_up {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 2;
}

div#palinsesto_down {
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 3;
}

div.widget_header {
  background-image: url(../images/widget_bg_hd.gif);
  background-repeat: no-repeat;
  color: #CCCCCC;
  height: 7px;
  margin-top: 0px;
  overflow: hidden;
  width: 480px;
}

div.widget_body {
  background-color: #B6B6B6;
  background-image: url(../images/widget_bg.gif);
  background-repeat: no-repeat;
  background-position: right;
  color: #5A4E3E;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 5px;
  width: 480px;
}

table.widget {
  color: #5A4E3E;
  padding-left: 5px;
  padding-right: 5px;
  width: 480px;
}

table.widget td {
  font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  padding-left: 5px;
}

table.widget a {
  color: #5A4E3E;
  text-decoration: none;
  font-weight: bold;
  padding: 1px;
}

table.widget a:hover {
  background-color: #5A4E3E;
  color: #FFFFFF;
  padding: 1px;
}

table.widget a.rank {
  background-color: transparent;
  text-decoration: none;
  padding: 0px;
}

table.widget a.rank:hover {
  background-color: transparent;
  padding: 0px;
}

div.widget_footer {
  background-image: url(../images/widget_bg_ft.gif);
  background-repeat: no-repeat;
  color: #CCCCCC;
  height: 7px;
  overflow: hidden;
  width: 480px;
}

table.results {
}

table.results tr.result td {
  background-color: #CECDCB;
  background-image: url(../images/channel_bg.jpg);
  background-repeat: repeat-x;
  border-bottom: 5px solid #FFFFFF;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  padding: 2px;
  padding-left: 5px;
  line-height: 16px;
}

table.results tr.result td.idx {
  color: #AAAAAA;
  font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: bold;
  line-height: normal;
  text-align: center;
}

table.results tr.result a.quality {
  color: #B43201;
  text-decoration: none;
  font-weight: bold;
  padding: 1px;
}

table.results tr.result a.quality:hover {
  background-color: #B43201;
  color: #FFFFFF;
  padding: 1px;
}

table.results tr.header td {
  background-color: #FFFFFF;
  background-image: url(../images/pixel_gray.gif);
  background-position: bottom;
  background-repeat: repeat-x;
  font-size: 13px;
  font-weight: bold;
  padding: 2px;
  padding-left: 5px;
  text-align: left;
}

table.results th {
  background-color: #FFFFFF;
  color: #FE9B24;
  font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  height: 47px;
  padding: 2px;
  text-align: left;
}

label.title {
  background-color: #FFFFFF;
  color: #FE9B24;
  font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  height: 47px;
  padding: 2px;
  text-align: left;
}

label.attention {
  color: #F52E00;
  text-decoration: none;
  font-weight: bold;
}

tr.header th {
  background-color: #E4E4E4;
  color: #000000;
  font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  height: 20px;
  padding: 0px 10px 0px 5px;
  text-align: left;
}

table.comments  {
  color: #FFFFFF;
  margin-bottom: 10px;
}

table.comments th {
  background-color: #FFFFFF;
  color: #FE9B24;
  font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  height: 47px;
  padding: 2px;
  text-align: left;
}

table.comments table.remarks td {
  background-color: #FFFFFF;
  background-image: url(../images/pixel_gray.gif);
  background-position: bottom;
  background-repeat: repeat-x;
  font-size: 10px;
  padding: 2px;
  padding-left: 5px;
  text-align: left;
}

table.comments table.remarks td img.thumbnail {
  border: 1px solid #CCCCCC;
}

table.footer {
  /*background-image: url(../images/footer_bg.jpg);
  background-repeat: repeat-x;*/
  color: #FFFFFF;
  font-size: 10px;
  text-align: center;
}

table.footer tr.url {
  background-color: #E42518;
  vertical-align: middle;
}

table.footer a {
  border-bottom: 0px;
  color: #FFFFFF;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-decoration:none;
}

table.footer a:hover {
  border-bottom: 1px dotted #FFFFFF;
  color: #FFFFFF;
  text-decoration: none;
}

tr.bottombordered td, tr.bottombordered th {
  background-image: url(../images/pixel_gray.gif);
  background-position: bottom;
  background-repeat: repeat-x;
}

.black {
  color: #000000;
}

.grayed {
  color: #7E7E7E;
}

.playOver{
  background: url(../images/go_view.gif) no-repeat 50% 50%;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

.pointer {
  cursor: pointer;
}
