/**************************************
  Sonix style sheet.css
  Copyright (c) 1998-2008 DJSonix.com
**************************************/

/* Colors used in this style sheet:
   Hex 000000 = RBG   0,   0,   0 = black
   Hex 5F5F5F = RBG  95,  95,  95 = light black
   Hex BDBEBD = RBG 189, 190, 189 = dark grey
   Hex D1D7DC = RBG 209, 215, 220 = medium grey
   Hex CCCCCC = RBG 204, 204, 204 = medium grey
   Hex EFEFEF = RBG 239, 239, 239 = dark white
   Hex FFFFFF = RBG 255, 255, 255 = white
   Hex 005D8C = RBG   0,  93, 140 = dark blue
   Hex 0033CC = RBG   0,  91, 104 = medium blue
   Hex 0E72A4 = RBG  14, 114, 164 = light blue
*/

body {
  margin: 0;
  padding: 0;
  height: 100%;
  background-color: #000000;
  background-image: url("http://www.djsonix.com/image/bgcity.jpg");
  background-size: auto;
  background-attachment: fixed;
  background-position: top left;
  background-repeat: no-repeat;
  scrollbar-arrow-color: #01040D;
  scrollbar-track-color: #01040D;
  scrollbar-shadow-color: #cccccc;
  scrollbar-face-color: #01040D;
  scrollbar-highlight-color: #cccccc;
  scrollbar-darkshadow-color: black;
  scrollbar-3dlight-color: #01040D;
  }


table, tr, td {
  background: transparent;
  border: 0px;
  }
table table table {
  background: transparent;
  border: #000000 0px solid;
  }
table table table td {
  background-color: transparent;
  }
table table table table {
  background-color: transparent;
  border: 0px;
  }
table table table table td {
  filter: none;
  }


td {
  font-family: arial;
  font-size: 11px;
  color: #cccccc;
  line-height: 13px;
  }


td.justify {
  text-align: justify;
  }


input, textarea, select {
  font-family: arial;
  font-size: 11px;
  color: #CCCCCC;
  border: #666666 1px solid;
  background-color: #01040D;
  padding-left: 1px;
  padding-right: 1px;
  }


.menu {
  font-family: small fonts;
  font-size: 9px;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: transparent;
  color: #ffffff;
  font-weight: bold;
  text-align: justify;
  }
a.menu, a.menu:link, a.menu:visited {
  font-family: small fonts;
  font-size: 9px;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: transparent;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  text-align: justify;
  }
a.menu:hover, a.menu:active {
  font-family: small fonts;
  font-size: 9px;
  text-transform: uppercase;
  background-color: transparent;
  color: #3CA7E3;
  text-decoration: none;
  font-weight: bold;
  text-align: justify;
  }


.copyright {
  font-family: small fonts;
  font-size: 9px; 
  color: #444444;
  text-transform: uppercase;
  font-weight: normal;
  background-color: transparent;
  text-align: center;
  }
a.copyright, a.copyright:link, a.copyright:visited, a.copyright:hover, a.copyright:active {
  font-family: small fonts;
  font-size: 9px;
  text-transform: uppercase;
  font-weight: normal;
  background-color: transparent;
  color: #444444;
  text-decoration: none;
  text-align: center;
  }


a, a:link, a:visited {
  font-family: arial;
  font-size: 11px;
  color: #D5E8FB;
  text-decoration: none;
  font-weight: normal;
  }
a:hover, a:active {
  font-family: arial;
  font-size: 11px;
  color: #3CA7E3;
  text-decoration: none;
  font-weight: normal;
  }


.genretitle {
  color: #ffffff;
  background-color: #0A246A;
  text-decoration: none;
  font-weight: normal;
  }
