@charset "UTF-8";
/* CSS Document */

/* hide from ie5 mac \*/
html {
  height: 100%;
}
#flashcontent {
  height: 100%;
}
/* end hide */
body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #000000;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

a:link {
	color: #FF0000;
	text-decoration:none;
}
a:visited {
	color: #FF0000;
	text-decoration:none;
}
a:hover {
	color: #FF2222;
	text-decoration:underline;
}
a:active {
	color: #FF0000;
	text-decoration:none;
}
h1 {
	font-size:17px;
}
td { 
	vertical-align:top;
}

.nav {
	background:url(img/header.png) no-repeat top;
	padding:54px 10px 0px 0px;
}

.nav td a, .nav td a:link, .nav td a:visited, .nav td a:active {
	font-weight:bold;
	font-size:11px;
	color:#FFFFFF;
}
.nav td a:hover {
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
	color:#FF6666;
}
.main1 {
	background:url(img/bg.png) no-repeat top #000000;
	padding:10px;
	min-height:511px;
}
.footer {
	padding:10px;
	font-size:11px;
	text-align:center;
	color:#FFFFFF;
}
.footer a, .footer a:link, .footer a:hover, .footer a:visited, .footer a:active {
	color:#FFFFFF;
	text-decoration:underline;
}
.mag {
	position:absolute;
	left:0px;
	right:0px;
	display:none;
}
.homediv {
	border:solid 1px #FF0000;
	background:#efefef;
	margin:40px 0px 0px 45px;
	padding:10px;
	color:#333333;
}
.music {
	text-align:center;
	margin:0px 0px 0px 45px;
	padding:0px 10px 10px 10px;
}
.directory th {
	background:#000000;
	font-weight:bold;
	font-size:13px;
	text-align:left;
	height:18px;
	color:#FFFFFF;
}
.directory td {
	border-bottom:solid 1px #efefef;
	color:#FFFFFF;
}

div.error {
	border: solid 2px red;
	background:#000000;
	padding: 10px 10px 10px 10px;
	margin-top:10px;
	margin-bottom:10px;
}
/* 
div.error div {
	background:url(../icons/red_att.gif) left top no-repeat;
	padding:2px 0px 2px 20px;
}
*/
div.success {
	border: solid 2px green;
	background:#000000;
	padding: 10px 10px 10px 10px;
	margin-top:10px;
	margin-bottom:10px;
}
/*
div.success div {
	background:url(../icons/ok.gif) left top no-repeat;
	padding:2px 0px 2px 20px;
}
*/
div.warning {
	border: solid 2px yellow;
	background:#000000;
	padding: 10px 10px 10px 10px;
	margin-top:10px;
	margin-bottom:10px;
}
/*
div.warning div {
	background:url(../icons/warning.gif) left top no-repeat;
	padding:2px 0px 2px 20px;
}
*/

.disclaimer {
	font-size:10px;
}
.hl, .hl:link, .hl:visited, .hl:hover, .hl:active {
	
	font-weight:bold;
	font-size:12px;
}
.hlactive, .hlactive:link, .hlactive:visited, .hlactive:hover, .hlactive:active {
	color:#FFFF00;
	font-weight:bold;
	font-size:14px;
}