body, p, h1, h2, h3, h4, h5, h6, table, td, th, li, ul, ol, a 
{
	font-family: Tahoma, Helvetica, Arial, Sans-Serif; 
}
body 
{
	background: url(images/img/back.jpg) left bottom repeat-x #000; 
	color: #000;  
	font-size: 90%;
}
a 
{
	text-decoration: none;
	color: #d04000;
}
a:hover 
{
	color: #000055; 
}
ul 
{
	margin: 0;
	padding-left : 10pt;
	list-style-type: square;
}

/* No image should have a border when linked */
a img
{
	border: 0;
}
/* A quote, perhaps from another post. */
.quote
{
	color: #000000;
	background: #fff;
	padding: 10px;
	line-height: 1.4em;
	border-left: solid 8px #a0e0a0;
	font-style: italic;
	margin: 0 1em 0 0;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background: #fff;
	padding: 10px;
	border-left: solid 8px #e0a0a0;
	white-space: nowrap;
	overflow: auto;
	min-height: 3em;
	font-family: "Courier New", monospace;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	display: block;
	padding: 2px 10px 2px 10px;
	background: #e0e0e0;
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: 0.9em;
	border-bottom: solid 2px #ccc;
}
.codeheader
{
	background: url(images/tinyportal/code.gif) no-repeat 5px 50% #e0e0e0;
	padding-left: 26px;
	border-left: solid 8px #e0a0a0;
}
.quoteheader
{
	background: url(images/tinyportal/quote.gif) no-repeat 5px 50% #e0e0e0;
	border-left: solid 8px #a0e0a0;
	padding-left: 26px;
	margin: 1em 1em 0 0;
}


/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help
{
	cursor: help;
}

/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction
{
	color: red;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 96%;
}

/* Highlighted text - such as search results. */
.highlight
{
	background-color: yellow;
	font-weight: bold;
	color: black;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg
{
	color: #000000;
	background-color: #e0e0e0;
}
.windowbg2
{
	color: #000000;
	background-color: #ebebeb;
}
.windowbg3
{
	color: #000000;
	background-color: #E8E3E0;
}
/* the today container in calendar */
.calendar_today
{
	background-color: #FFFFFF;
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td
{
	color: white;
	font-style: normal;
	background: url(images/img/titlebg.jpg) #5A665C repeat-x;
	padding-left: 10px;
	padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	color: white;
	font-style: normal;
}

.titlebg a:hover
{
	color: #f0d0d0;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
	color: white;
	font-style: normal;
	text-decoration: underline;
}

.titlebg2 a:hover
{
	text-decoration: underline;
}

/* This is used for categories, page indexes, and several other areas in the forum.
.catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers*/
.catbg , tr.catbg td , .catbg3 , tr.catbg3 td
{
	background: url(images/img/catbg.jpg) repeat-x;
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{
	background: url(images/img/catbg.jpg) repeat-x;
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{
}
.catbg, .catbg2
{
	font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	color: #fff;
	font-size: 95%;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
	color: #fff;
	text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
	color: orange;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background-color: #888;
	padding: 0px;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: x-small;
	font-family: verdana, sans-serif;
}
.middletext
{
	font-size: 90%;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}


/* 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;
}

/* Sometimes there will be an error when you post */
.error
{
	color: red;
}
/* The AJAX notifier */
#ajax_in_progress
{
	background: #32CD32;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

#mainframe
{
	background: #3E4B41;
	margin: 1em 0.5em 1em 0.5em;
	min-width: 100px;
}
#top
{
	background: url(images/img/topl.jpg) no-repeat #eee top left;
	padding-left: 20px;
}
h1
{
	padding: 0;
	margin: 0;
	background: url(images/img/topr.jpg) no-repeat top right;
	height: 73px;
	line-height: 60px;
}

#menu
{
	background: url(images/img/menuback.jpg) repeat-x #3E4B41 top left;
	height: 52px;

}
#menuback
{
	height: 52px;
}
ul#menubox, ul#menubox li
{
	padding: 0;
	margin: 0;
	list-style: none;
}
ul#menubox
{
	background: url(images/img/menustart.jpg) no-repeat;
	padding-left: 10px;
	height: 52px;
}
ul#menubox li
{
	background: url(images/img/menum.jpg) repeat-x top right;
	float:left;
	padding-left: 8px;
}
ul#menubox li.chosen
{
	background: url(images/img/menuactivel.jpg) no-repeat top left;
	padding-left: 9px;
}
ul#menubox li a
{
	height: 52px;
	display: block;
	line-height: 45px;
	color: white;
	font-size: 90%;
}

ul#menubox li a:hover
{
	color: #fdd;
}
ul#menubox li.chosen a
{
	background: url(images/img/menuactiver.jpg) no-repeat top right;
	display: block;
	color: #000;
	font-weight: bold;
}
ul#menubox li a span
{
	background: none;
	display: inline;
	text-align: left;
	padding: 0 8px 0 0;
	margin: 0;
}
ul#menubox li.chosen a span
{
	padding: 0 20px 0 10px;
	margin: 0;
}
ul#menubox li.last a
{
}
ul#menubox li.chosen a:hover
{
	color: #844;
}

a
{
	outline: none;
}
#bottomr
{
	background: url(images/img/botm.jpg) #3E4B41 repeat-x bottom left;
}
#bottomr span
{
	display: block;
	background: url(images/img/botr.jpg) no-repeat bottom right;
}
#bottomr span span
{
	display: block;
	background: url(images/img/botl.jpg) no-repeat bottom left;
	height: 139px;
	text-align: center;
	padding-top: 20px;
	color: #f0fff0;
}
#bottomr span span a
{
	color: #d0ffd0;
}
#bottomr span span a:hover
{
	text-decoration: underline;
}
#bottomr span span span
{
	background: none;
	display: inline;
}
a
{
	outline: none;
}
.maintab_back, .maintab_active_back, .mirrortab_back, .mirrortab_active_back
{
	font-size: 85%;
	padding: 5px 8px 5px 0;
}
.maintab_active_back a, .mirrortab_active_back a
{
	font-weight: bold;
	color: black;
}
.maintab_back a:hover, .maintab_active_back a:hover, .mirrortab_active_back a:hover , .mirrortab_back a:hover
{
	text-decoration: overline;
}
#framearea
{
	background: #3E4B41;
	padding: 10px;
	color: white;
	clear: both;
}
#framearea a
{
	color: #ddf;
}
#framearea a:hover
{
	color: #f70;
}
#framearea .windowbg, #framearea .windowbg2, #framearea .windowbg3
{
	color: black;
}
#framearea .windowbg a, #framearea .windowbg2 a, #framearea .windowbg3 a
{
	color: #530;
}
#framearea .windowbg a:hover, #framearea .windowbg2 a:hover, #framearea .windowbg3 a:hover
 {
	color: #830;
}
#user
{
	float: right;
	padding: 20px 10px 10px 0;
	color: white;
	font-size: 90%;
	text-align: right;
}
#user a
{
	color: #dfd;
}