/*************************************************************************************/
/* Site: House Of Thin                                                               */
/* URL: http://www.houseofthin.com                                                   */
/* Author: House Of Thin                                                             */
/* Filename: "hot.css"                                                               */
/* Copyright: 2006 House Of Thin. All rights reserved.                               */
/*************************************************************************************/


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF007E;
	background-color: #202040;
	background-image: url(images/static-red-pattern.gif);
	background-repeat: repeat;
	background-attachment: fixed;
	margin: 10px;
	padding: 0;

	scrollbar-face-color: #660000;
	scrollbar-highlight-color: #FF007E;
	scrollbar-3dlight-color: #202040;
	scrollbar-darkshadow-color: #FF007E;
	scrollbar-shadow-color: #202040;
	scrollbar-arrow-color: #F4F470;
	scrollbar-track-color: #0F0F1D;
}

font, td, th, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF007E;
}

.gensmall {
	font-size:10px;
}

td.genmed,.genmed {
	font-size:11px;
}

a:link {
	text-decoration: none;
        color: #FF007E;
}

a:visited {
	text-decoration: none;
        color: #FF007E;
}

a:hover {
	text-decoration: none;
        color: #F4F470;
        background-color: #0F0F1D;
}

th {
	background: #FA4955;
	background-image: url(images/tile_back.gif);
	color: #FF007E;
	font-size: 11px;
	font-weight: bold;
	height: 29px;
	white-space: nowrap;
	text-align: center;
	padding-left: 8px;
	padding-right: 8px;
}

.mainline {
	border:2px solid #482603;
	background-color: #202040;
	background-image: url(images/leopard.gif);
	background-repeat: repeat;
	background-attachment: fixed;
	margin: 0 auto;
}

.bottomline {
	font-size: 10px;
	background-image: url(images/tile_back.gif);
	background-repeat: repeat;
	color: #F4F470;
	height: 29px;
	white-space: nowrap;
	border: 0px solid #482603;
	border-width: 1px 0px 1px 0px;
}

.forumline {
	background:#440202;
	border:1px solid #FF007E;
}

.row1 {
	background:#530101;
	background-image: url(images/red082.gif);
	background-repeat: repeat;
}

.maintitle,h1,h2 {
	font:bold 20px/120% "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	text-decoration:none;
	text-align: center;
	color:#F4F470;
}

.quote {
	background:#5A1412;
	border:1px solid #440202;
	font-size:11px;
	line-height:125%;
}

.quotediv {
	background:#5A1412;
	border: 1px solid #440202;
	border-top:0;
	padding:5px;
	overflow:auto;
	width:90%;
	text-align:left;
}


.tbl {
	border-collapse: collapse;
	height: 4px;
	width: 100%;
}

.tbll {
	background: url(images/tb4_l.gif) no-repeat;
	width: 8px;
}

.tblbot {
	background: url(images/tb4_m.gif) repeat-x;
	width: 100%;
}

.tblr {
	background: url(images/tb4_r.gif) no-repeat;
	width: 8px;
}

