body
{
	padding: 0;
	margin: 0;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/hotbg3.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-attachment: fixed;
	background-color: #000000;
}

body,td,th {
	font-size: 10px;
	line-height: 16px;
}
td {
	overflow: hidden;
}
.line1 {
	background-color: #333333;
	height: 3px;
}
.line2 {
	background-color: #333333;
	height: 1px;
}

a{
	text-decoration: none;
	color: #FF3300;
}

a:hover{
	text-decoration: underline;
	color: #CC3300;
}

.red {
	color: #FFFFFF;
	font-family: Arial Black;
	font-size: 10pt;
	letter-spacing: -1px;
}
.orange {
	color: #CC0000;
	font-family: Arial Black;
	font-size: 10pt;
	letter-spacing: -1px;
}
.grey {
	color: #666666;
}
.darkGrey {
	color: #333333;
}
img
{
	border: 0;
}

a.coverBig img {
	height: 189px;
	width: 145px;
	border: 1px solid #999999;
}
a.coverBig:hover img {
filter:alpha(opacity=70);
-moz-opacity: 0.7; 
opacity: 0.7;
-khtml-opacity: 0.7;   
}

a.coverSmall img {
	height: 130px;
	width: 100px;
	border: 1px solid #999999;
}
a.coverSmall:hover img {
	height: 206px;
	width: 158px;
filter:alpha(opacity=100); 
}

a.linkopacity img {
filter:Alpha(Opacity=100);
-moz-opacity: 1.0; 
opacity: 1.0;
-khtml-opacity: 1.0;}


a.linkopacity:hover img {
filter:alpha(opacity=50);   
-moz-opacity: 0.5;   
opacity: 0.5;
-khtml-opacity: 0.5; }

.noclub {
filter:alpha(opacity=07);   
-moz-opacity: 0.07;   
opacity: 0.07;
-khtml-opacity: 0.07; }

.75opc {
filter:alpha(opacity=50);   
-moz-opacity: 0.50;   
opacity: 0.50;
-khtml-opacity: 0.50; }


#club
{
	color: #333333;
}

#club a
{
	text-decoration: none;
	color: #FF9900;
}

#club a:hover
{
	text-decoration: underline;
	color: #FFFFFF;
}

.smalltxt
{
	font-size: 9px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 15px;
}


#footer
{
	width: 100%;
	text-align: center;
	padding: 5px 0px 15px 0px;
	font-weight: bold;
	font-size: 10px;
}

#footer a
{
	text-decoration: underline;
}

#footer a:hover
{
	text-decoration: none;
	color: #FFF;
}
input, select {
	font-size: 10px;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#containerright h3 {

	margin: 0;
	padding: 0;
	font-family: helvetica, arial, verdana, tahoma, sans-serif;
	letter-spacing: 0px;
	font-size: 150%;
	border-bottom: 1px solid #FFF;
	padding-bottom: 8px;
	width: 75%;
}

/*comments stuff*/
#wrapper {
	margin: 0 auto;
	width: 100%;
}

/* FORM ELEMENTS */

#entercomment {
	width: 100%;
	margin: 0 auto;
	border-top: 1px solid #777;
}

#entercomment input, #entercomment textarea {
	color: #FFF;
	border: 1px solid #666666;
	background-color: #000000;
	margin: 2px;
	padding: 2px;
}

/* END OF FORM ELEMENTS */




/* NAVIGATION FOR RECORDS */

.prevnext {
	width: 100%;
	padding: 10px;
	font: 10px;
	color: #777;
	text-align: center;
}

.prevnext a {
	color: #FFF;
}

.prevnext a:hover {
	text-decoration: none;
}

/* END OF NAVIGATION */




/* COMMENT PROPERTIES */

.comment {
	width: 100%;
	margin: 0 auto;
	padding: 0px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #777;
}

.postertime {
	color: #FFF;
	font-size: 14px;
	padding: 2px 0 2px 10px;
}

span.poster a {
	font-size: 14px;
	color: #FFF;
	text-decoration: underline;
}

span.time {
	font-size: 10px;
	color: #666666;
}

span.del a, span.del a:hover {
	font-size: 11px;
	color: #FF0000;
	text-decoration: none;
}

.usercomment {
    font-size: 11px;
	padding: 10px;
}

/* END OF COMMENT PROPERTIES */


