/*--- CSS Written by AHDesigns for 96.5 The Noize (c)2010 All rights reserved ---*/

.container { border-collapse: collapse; width: 100%; text-align: center; margin: auto}
#top { vertical-align: top; }
.000 { position: absolute; top: 0; left: 0; }

/*-- [Page Body Tanspareency] --*/

.frame       { color: #FF0000; background-color: transparent; text-align: left; }

/*-- [Text Formatting] --*/

body
{ color: #FF0000; background: #000000; font-size: 12pt; }

.aa { text-decoration: none; }

a:link					{ color: #FF4400; }
a:visited				{ color: #808080; }
a:active 				{ color: #FF0000; }
a:hover					{ color: #FFFF00; text-decoration: overline underline }
a:visited:hover			{ color: #FFFF00; text-decoration: overline underline }
a:active:hover 			{ color: #FFFF00; text-decoration: overline underline }

#center { text-align: center; margin: auto;}
.center { text-align: center; margin: auto;}
#indent { text-align: left; text-indent: 10; }

/*-- [Effects] --*/

/*-- [Background Options] --*/

.Nz_fadefix       	{ color: #FF0000; background:#000000 url('../images/bgs/Noize_bg_fade.png') no-repeat scroll center top; }
.Nz_fadescr       	{ color: #FF0000; background:#000000 url('../images/bgs/Noize_bg_fade.png') no-repeat fixed center top; }
.Nz_tilescr    		{ color: #FF0000; background:#000000 url('../images/bgs/Noize_bg_tile.png') repeat-y scroll center top; }
.Nz_tilefix    		{ color: #FF0000; background:#000000 url('../images/bgs/Noize_bg_tile.png') repeat-y fixed center top; }
.Nz_sk_tilescr     	{ color: #FF0000; background:#000000 url('../images/bgs/Skullz_bg_tile.png') repeat-y scroll center top; }
.Nz_sk_tilefix     	{ color: #FF0000; background:#000000 url('../images/bgs/Skullz_bg_tile.png') repeat-y fixed center top; }

.header_cell		{ background-position: center; background-image:url('../images/bgs/headercellback.png'); background-repeat:repeat; background-attachment:scroll }

/*-- [Shading] --*/

#shade25     { background-image: url('../images/bgs/black_25.png'); }
#shade50     { background-image: url('../images/bgs/black_50.png'); }
#shade75     { background-image: url('../images/bgs/black_75.png'); }

/*-- Transparency --*/

#thumbview img
{
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
filter:alpha(opacity=50);
-moz-opacity:0.50;
-khtml-opacity: 0.50;
opacity: 0.50; }

#thumbview a img
{ 
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
filter:alpha(opacity=25);
-moz-opacity:0.25;
-khtml-opacity: 0.25;
opacity: 0.25; }

#thumbview img:hover, #thumbview a:hover img
{ 
position: relative;
display: block;
width: 300px;
height: 300px;
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
filter:alpha(opacity=100);
-moz-opacity:1.0;
-khtml-opacity: 1.0; top }

input  {color: #FF0000; background: transparent; border: 3px double #FF4400; }
textarea  {color: #FF0000; background: transparent; border: 3px double #FF4400; }
hr { color: #FFFF00; }

table.sideblock { width: 200px; border: 3px double #FF0000; text-align: center; margin: auto; }
table.mainblock { width: 800px; border: 3px double #FF0000; text-align: center; margin: auto; }

table.footer { width: 100%; border: 3px double #FF0000; }

.label { background: #000000; color: #FF8800; font-weight: bold; border: 1px solid #ff0000; }
.schedule { background: #000000; color: #FF8800; font-weight: bold; border: 1px solid #ff8800; }
.border { border: 3px #FF0000 double; }
#info { text-align: left; text-indent: 10; vertical-align: top; padding: 3; border: 1px solid #FF8800; font-weight: bold}
.info { text-align: left; text-indent: 10; vertical-align: top; padding: 3; border: 1px solid #FF8800; font-weight: bold}
/*-- [Buttons] --*/

/*- [Hide Link Text] -*/

#button span
{ display: none; }

/*- [Button Hovers] -*/

:hover#button
{ 
  background-position: 0 -30px;
}

:visited#button
{ 
  background-position: 0 -60px;
}

:visited hover#button
{ 
  background-position: 0 -90px;
}

:active#button
{ 
  background-position: 0 0px;
}

:active hover#button
{ 
  background-position: 0 -30px;
  
  /*- [Button Images] -*/

.EST#button
{
  display: block;
  width: 117px;
  height: 30px;
  background: url('../../images/buttons/TZ_EST.png') no-repeat 0 0;
}

.CST#button
{
  display: block;
  width: 117px;
  height: 30px;
  background: url('../images/buttons/TZ_CST.png') no-repeat 0 0;
}

.PST#button
{
  display: block;
  width: 117px;
  height: 30px;
  background: url('../images/buttons/TZ_PST.png') no-repeat 0 0;
}

.UK#button
{
  display: block;
  width: 117px;
  height: 30px;
  background: url('../images/buttons/TZ_UK.png') no-repeat 0 0;
}