 body {

  scrollbar-base-color:red;
  
  scrollbar-face-color:red;
  scrollbar-highlight-color:#202020;
  scrollbar-3dlight-color:#202020;
  scrollbar-darkshadow-color:#202020;
  scrollbar-shadow-color:#202020;
  scrollbar-arrow-color:white;
  scrollbar-track-color:#202020;
  color:#b6b6b6;
  background:#474747;
  font-size:8pt;
}


 .button_menu_list {
  color:white;
  font: bold 84% 'trebuchet ms',helvetica,sans-serif;
  background-color:red;
  border:1px solid;
  border-color: #696 #363 #363 #696;
  cursor:hand;cursor:pointer;
 
}

 .value_menu_list {
 color:#00ceff;
 }
 .text_movie_list {
 color:#b6b6b6;
 }
  .subtitle_menu_list {
 color:#b6b6b6;
 font-weight: bold;
 text-decoration: none;
 }
 .title_menu_list {
 color:#521415;
 font-size:18px;
 font-weight: bold;
 text-decoration: none;
 }

 #movie_list {
  scrollbar-base-color:red;
  scrollbar-face-color:red;
  scrollbar-highlight-color:#202020;
  scrollbar-3dlight-color:#202020;
  scrollbar-darkshadow-color:#202020;
  scrollbar-shadow-color:#202020;
  scrollbar-arrow-color:white;
  scrollbar-track-color:#202020;
 }




.movie_list tr:hover {
  background-color:#202020;
  cursor:hand;
  cursor :pointer;
}


 .more {
 color:white;
 font-weight: bold;
 text-decoration: underline;
 cursor:hand;cursor:pointer;
 }