/* GENERAL STYLES */
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #000000;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
}
  
a:link {
	color: #FFFF00;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #FFFF00;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #FFFF99;
	font-weight: bold;
	text-decoration: underline;
}

a:active {
	color: #FFFF99;
	font-weight: bold;
	text-decoration: none;
}


td {
	font-size: x-small;
	color: #FFFFFF;
	border: thin none;
}

table {
	border: thin none #000000;
	background-color: #000000;
}
 
/* GALLERY STYLES */
/* <?php $colorpackName = $gallery->i18n('Alex Zahara Fans'); ?>
 * $Revision: 1.4 $ $Date: 2005/08/18 20:21:42 $
 */

#gallery {
  color: #ffffff !important;
  background-color: #000000 !important;
}
body.gallery { background-color: #000000 !important; }

.gcBackground1 { background-color: #000000 !important; }
.gcBackground2 { background-color: #707070 !important; }

.gcBorder1 { border-color: #999999 !important; }
.gcBorder2 { border-color: #696969 !important; }

#gallery a { color: #FFFF00 !important; }
#gallery a:visited { color: #FFFF00 !important; }
#gallery a:hover { color: #FFFF99 !important; }
#gallery a:active { color: #FFFF99 !important; }

.giSuccess { color: #190 !important; }
.giWarning { color: #b31 !important; }
.giError { color: #d14 !important; }
.giInfo { color: #aaaaaa !important; }
.block-core-PeerList .current { color: #67b !important; }

table.gbDataTable th { background-color: #303030 !important; }
.gbEven { background-color: #707070 !important; }
.gbOdd { background-color: #505050 !important; }

#gallery select { background-color: #a0a0a0 !important; }
#gallery input { background-color: #a0a0a0 !important; }
#gallery textarea { background-color: #a0a0a0 !important; }
#gallery div.gbTabBar a {
  color: #00a0ff !important;
}


