img {
	border: 0px;
}

/* Normal, standard links. */
a:link
{
	color: #3333CC;
	text-decoration: none;
}
a:visited
{
	color: #333399;
	text-decoration: none;
}

 a:hover
{
	color: #6600FF;
	text-decoration: underline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #5D3D0B;
	text-decoration: none;
}
a.nav:hover
{
	color: #F4DEB4;
	text-decoration: underline;
}

/* Tables should show empty cells too. */
table
{
	empty-cells: show;
}

/* By default (td, body..) use Tahoma in black. */
td
{
	color: #000000;
	font-size: 9pt;
	font-family: Verdana, arial, serif;
	}

body
{
	margin: 0px;
	padding: 0px;
	color: #6E490E;
	font-size: 9pt;
	font-family: Verdana, arial, serif;
	background: #EFF3FF url(http://foro.toponorte.com/Themes/puzzle/images/fondo.png) repeat-x;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	font-size: 8pt;
	color: #000000;
	font-family: Verdana, arial, serif;
	background-color: #FFFFFF;
}

/* Checkboxes shouldn't have a background color. */
input.check
{
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 8pt;
	font-weight: normal;
	color: #3300CC;
	font-family: Verdana, arial, serif;
	background-color: #F2F3F7;
}

/* Standard horizontal rule.. */
hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: #4B3810;
	background-color: #E2CEA7;
}

/* A quote, perhaps from another post. */
.quote
{
	color: #000000;
	background-color: #E1E9F7;
	border: 1px solid #000000;
	margin: 1px;
	padding: 1px;
	font-size: 8pt;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #392201;
	background-color: #F0E6D4;
	border: 1px solid #BF8736;
	padding: 1px;
	font-family: Verdana, arial, serif;
	font-size: 8pt;
	width: 99%;
	margin: 1px auto 1px auto;
	white-space: nowrap;
	overflow: auto;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #935F0D;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: 8pt;
}

/* Generally, those [?] icons. */
.help
{
	cursor: help;
}

/* /me uses this a lot. */
.meaction
{
	color: #BF7B2A;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 96%;
}

/* Highlighted text - such as search results. */
.highlight
{
	background-color: #EFE7DB;
	font-weight: bold;
	color: #DC7C0B;
}

/* Alternating backgrounds... */
.windowbg, windowbg3
{
	color: #000000;
	background-color: #F2F3F7;
}
.windowbg2
{
	color: #000000;
	background-color: #FFFFFF;
}

/* Titles - such as table headers. */
.titlebg, tr.titlebg td, .titlebg a:link, .titlebg a:visited
{
	color: #000000;
	font-style: normal;
	background: #809CB8 url(http://foro.toponorte.com/Themes/puzzle/images/caja.png) repeat-x;
}
.titlebg a:hover
{
	color: #B7781D;
}

/* The category headers, page indexes, and such things - catbg2 is used for "new" posts. */
.catbg, .catbg2
{
	color: #3333CC;
	font-style: normal;
	background: #BACDED url(http://foro.toponorte.com/Themes/puzzle/images/caja2.png) repeat-x;
}

/* The borders around things. */
.bordercolor
{
	background-color: #FFFFFF;
}
.tborder
{
	border: 3px solid #DBE4EE;
	background: #809CB8 url(http://foro.toponorte.com/Themes/puzzle/images/caja.png) repeat-x;
	padding: 0px;
	}

/* Default font sizes. */
.smalltext
{
	font-size: 8pt;
	font-family: Verdana, arial, serif;
}
.normaltext
{
	font-size: 9pt;
}
.largetext
{
	font-size: 10pt;
}

.bg1
{
	background-color: #F5EFE8;
}

.table1
{
	position: relative;
	background-color: #FFCC99;
	border: 1px solid #C08559;
	}

.table2
{
	position: relative;
	background-color: #FFFFCC;
	border: 1px solid #C08559;
	border-top: 0px;
	text-align:center;
}

.b1
{
	background-color:#FFFFFF;
}

/* This is the white header area where the title, menu bars, and header boxes are. */
#headerarea
{
}

/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
	width: 100%;
	overflow: auto;
	line-height: 1.3em;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
	width: 100%;
	overflow: auto;
	padding-bottom: 3px;
	line-height: 1.3em;
}