* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	color: #F4EBFF;
	background: #000 url('./images/background.gif') top;
	font-size: 10px; /* This sets the default font size to be equivalent to 10px */
	margin: 0;
	scrollbar-face-color: #202020;
	scrollbar-highlight-color: #606060;
	scrollbar-shadow-color: #303030;
	scrollbar-3dlight-color: #202020;
	scrollbar-arrow-color:  #E0E0E0;
	scrollbar-track-color: #000000;
	scrollbar-darkshadow-color: #202020;
}

.title{
 background-image: url(http://www.zonkos.com.br/harrypotter/themes/subBlack/forums/images/cellpic1.gif);
 color: #FFFFFF;
 height: 28px;
 font-size: 11px;
 font-weight: bold;
}

/* Tables
 ------------ */
table{
 border: 1px;
 font-size: 10px; /* This sets the default font size to be equivalent to 10px */
 border-color: #432300;
}

/* Esta é a linha da borda das tabelas principais dos módulos da Zonkos */
.bodyline	{ background-color: #0E0E0E; border: 1px #000 solid; }

/* Esta é a linha interna das tabelas do modulo da Zonkos */
.forumline	{ background-color: #0E0E0E; border: 1px #200047 solid; }

th {
	color: #A862FF;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #000;
	background-image: url('./images/cellpic3.gif');
	height: 16px;
	white-space: nowrap;
	padding: 4px 4px;
}

td {
	padding: 2px;
}

.cat {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #000;
	background-image: url('./images/cellpic1.gif');
	text-indent: 4px;
}

td.row1	{background-color: #000000;}
td.row2	{background-color: #060606;}
td.row3	{background-color: #000000;}

hr {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #B97015;
	height: 2px;
	width: 100%;
}

a:link {
	color: #E0E0E0;
	text-decoration: none;
	FONT-WEIGHT: bold;
}

a:active,
a:visited {
	color: #E0E0E0;
	text-decoration: none;
	FONT-WEIGHT: bold;
}

a:hover {
	color: #6A25C0;
	text-decoration: underline;
	FONT-WEIGHT: bold;
}

#wrapfooter {
	text-align: center;
	clear: both;
}

/* Form Elements
 ------------ */
form {
	margin: 0;
	padding: 0;
	border: 0;
}

input {
	color: #FFD100;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
	border: 1px inset #5B5952;
	background-color: #000;
}

textarea {
	background-color: #000;
	color: #FFF;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	line-height: 1.4em;
	font-weight: normal;
	border: 1px inset #5B5952;
	padding: 2px;
}

select {
	color: #E0E0E0;
	background-color: #131313;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	border: 1px solid #5B5952;
	padding: 1px;
}

option {
	padding: 0 1em 0 0;
}

option.disabled-option {
	color: graytext;
}

.rtl option {
	padding: 0 0 0 1em;
}

input.radio {
	border: none;
	background-color: transparent;
}


table.bordasimples {border-collapse: collapse;}
table.bordasimples tr td {border:1px solid #432300;}

.content{
background: #000000;
}
.content2{
background: #060606;
}
