body, td, th , tr
{
	font-size: 100.01%;
	font-family: verdana, sans-serif;
}
html
{
	background: url(images/img3/back.jpg) repeat-x #fff;
}
body
{
	background: url(images/img3/back.jpg) 0 2px repeat-x;
	margin: 0;
	padding: 0;
}
:link,:visited 
{ 
	text-decoration: none 
}
ul,ol 
{ 
	list-style: none 
}

h1,h2,h3,h4,h5,h6,pre,code 
{ 
	font-size: 1em; 
}

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset
{ 
	margin:0; 
	padding:0 
}
a
{
	outline: none;
}
a img,:link img,:visited img 
{ 
	border:none 
}
address 
{ 
	font-style:normal 
}

/* TP specific classes */
.sitemap{
	margin: 0;
	padding: 0;
	list-style: none;
}
.sitemap_topheader{
	background: #ECEDF3;
	border-bottom: solid 1px #ffffff;
	padding: 4px;
}

.sitemap_header{
	background: #ECEDF3;
	border-bottom: solid 1px #ffffff;
	padding: 4px;
	display: block;
	font-weight: bold;
 }

.sitemap_header_active{
	background: #C8D6E1;
	border-bottom: solid 1px #ffffff;
	padding: 4px;
	display: block;
	font-weight: bold;
}

.sitemap_header:hover , .sitemap_header_active:hover{
	background: #DBE4ED;
	border-bottom: solid 1px #ffffff;
	padding: 4px;
	display: block;
	text-decoration: none;
}

/* TP other styles */
ul#articlelist
{
	margin: 0;
	padding: 0.5ex 0;
	list-style: none;
}
ul#catlist
{
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: solid 1px #d0d0d0;
}

ul#articlelist li
{
	margin: 0;
	display: block;
	padding: 0 0 0 3ex;
	background: url(images/divider.gif) no-repeat 5px 3px;
}
ul#catlist li
{
	display: block;
	padding: 0 0 0 3ex;
	margin: 0;
}

/* TP rss feed styles */
.rss_title{
 font-weight: bold;
}

.rss_body{
	margin-bottom: 1ex;
}

.rss_image{
	margin: 4px 0 4px 0;
}
/* Normal, standard links. */
a:link
{
	color: #476C8E;
	text-decoration: none;
}
a:visited
{
	color: #476C8E;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

/* Tables should show empty cells. */
table
{
	empty-cells: show;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	color: #000000;
}
input, button
{
	font-size: 90%;
}

textarea
{
	font-family: verdana, sans-serif;
	font-size: 1em;
	color: #000000;
}

/* All input elements that are checkboxes or radio buttons. */
input.check
{
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 90%;
	font-weight: normal;
	color: #000000;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: #666666;
	background-color: #666666;
}

/* 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;
	font-size: 0.9em;
	line-height: 1.4em;
	border-left: solid 8px #a0e0a0;
	font-style: italic;
	margin: 0 1em 0 1em;
}

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

/* 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 1em;
}
.attach
{
	background: url(images/bz14icons/attachment.gif) no-repeat 5px 50% #e0e0e0;
	padding: 8px 8px 8px 26px;
	margin-bottom: 8px;
}

/* 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
{
	background-color: #Eee;
}
.windowbg2
{
	background-color: #F5F5F5;
}
.windowbg3
{
	background-color: #E0E1E8;
}
/* 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
{
	background: #dedede;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	color: black;
	font-style: normal;
}

.titlebg a:hover
{
	color: #404040;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
	color: black;
	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
{
	color: #000000;
	background: #AFCCAE;
}
.catbg2 , tr.catbg2 td
{
	color: #000000;
	background: #AFCCAE;
}
.catbg, .catbg2
{
	font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	color: #000000;
	font-size: 95%;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
	color: #000000;
	text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
	color: #fff;
	text-decoration: underline;
}
.catbg, .catbg2
{
	font-size: 1.1em;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background-color: #fff;
	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: 0.8em;
}
.middletext
{
	font-size: 0.9em;
}
.normaltext
{
	font-size: 1em;
}
.largetext
{
	font-size: 2em;
}


/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
	width: 100%;
	overflow: auto;
	line-height: 1.4em;
}

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

/* Sometimes there will be an error when you post */
.error
{
	color: red;
}


/* definitions for the main tab, active means the tab reflects which page is displayed */
.maintab_first, .mirrortab_first
{
	display: none;
}
.maintab_last, .mirrortab_last
{
	display: none;
}
.maintab_active_first, .mirrortab_active_first
{
	display: none;
}
.maintab_active_last, .mirrortab_active_last
{
	display: none;
}

/* how links behave in main tab. */
.maintab_back a, .mirrortab_back a
{
	padding: 5px;
	background: url(images/img/menu.png);
	display: block;
	color: white;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	margin-right: 1px;
}
.maintab_active_back a, .mirrortab_active_back a
{
	padding: 5px;
	background: url(images/img/menuhover.png);
	display: block;
	color: white;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	margin-right: 1px;
}
.maintab_back a:hover, .maintab_back a.chosen:hover,.maintab_back a.chosen,.mirrortab_back a:hover, .mirrortab_back a.chosen:hover,.mirrortab_back a.chosen
{
	background: url(images/img/menuhover.png);
}
.maintab_active_back a:hover, .maintab_active_back a.chosen:hover,.maintab_active_back a.chosen,.mirrortab_active_back a:hover, .mirrortab_active_back a.chosen:hover,.mirrortab_active_back a.chosen
{
	background: url(images/img/menu.png);
}

/* 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;
}
/* the main menu */
ul.menubox
{
	padding: 0;
	list-style: none;
	margin: 0 auto 0 2em;
}
ul.menubox li
{
	padding: 0;
	margin: 0;
	float: left;
	position: relative;
	font-weight: bold;
}
ul.menubox li ul li
{
	font-weight: normal;
}
ul.menubox li a
{
	display: block;
	width: 100px;
	text-align: center;
	height: 29px;
	line-height: 27px;
	color: white;
	text-transform: lowercase;
	background: url(images/img3/mtab_first.jpg) no-repeat;
	text-decoration: none;
	padding: 0;
	font-size: 0.9em;
}
ul.menubox li.chosen a
{
	background: url(images/img3b/mtab.jpg) no-repeat;
}
ul.menubox li a:hover, ul.menubox li.chosen a:hover
{
	background: url(images/img3b/mtabover.jpg) no-repeat;
}
ul.menubox ul li a:hover, ul.menubox ul li.chosen a:hover, ul.menubox li.chosen ul a:hover
{
	color: white;
	background: url(images/grey.png) repeat-x;
}
ul.menubox li.chosen a
{
	font-weight: bold;
}
ul.menubox li ul
{
	position: absolute;
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 100;
	top: 28px;
	left: -999em;
	border-top: solid 1px transparent;
}
ul.menubox li ul li
{
	float: none;
}
ul.menubox li ul li a, ul.menubox li.chosen ul li a
{
	display: block;
	height: 29px;
	line-height: 27px;
	color: white;
	text-transform: lowercase;
	background: url(images/black24.png) repeat-x;
	text-decoration: none;
	padding: 0 10px 0 10px;
	font-size: 0.9em;
	width: 10em;
	font-weight: normal;
	text-align: left;

}
ul.menubox li ul li a:hover, ul.menubox li.chosen ul li a:hover
{
	background: url(images/img3/mtab_first.jpg) repeat-x;
}
ul.menubox li#first
{
}
.menuboxframe
{
	background: url(images/img3/mtab_first.jpg) repeat-x;
	border-left: solid 1px #555;
	border-right: solid 1px #555;
	height: 29px;
	margin: 10px 0 1em 0;
	text-align: center;
}
#nav li.sfhover ul {
	left: auto;
}
ul.menubox li:hover ul
{
	left: auto;
}
small.mynumbers a
{
	border: solid 1px #BCBCC4;
	background: #FFFBF8;
	margin-right: 2px;
	padding: 3px;
}
ul#recent_top
{
	list-style: none;
	margin: 0;
	padding: 0 0 0 10px;
}
h4.headertitle
{
	padding: 4px 8px 4px 17%;
	margin: 0;
}
.post_buttons
{
	text-align: right;
}
.post_buttons img
{
	display: none;
}
h4.poster
{
	margin: 0;
	padding: 5px;
}
#summary_profile, #summarytabs
{
	padding: 10px 10px 10px 20px;
}
#summarytabs
{
	text-align: center;
}
#summary_profile h2
{
	display: inline; 
	vertical-align: 50%; 
	padding: 0 1em 0 2em; 
	margin-bottom: 3em;
	color: #A08060;
}
#summary_profile fieldset#extra
{
	width: 30%;
	float: right;
	border: none;
	padding: 10px;
	clear: both;
	margin-top: 2em;
	background: none;
}

.avatar_member
{
	border: solid 1px #000;
	background: #373;
	padding: 10px;
	display: inline;
}
p.blurb
{
	font-size: 85%;
	display: block;
	margin-top: 2em;
	padding: 5px;
}
.userpics
{
	padding: 4px;
	overflow: auto;
	float: left;
}
p.infoprof
{
	display: block;
	border: solid 1px #000;
	background: #151;
	padding: 6px;
	text-transform: lowercase;
	width: 65%;
}
p.infoprof strong
{
	text-transform: none;
	font-size: 120%;
}
p.infoprof em
{
	font-weight: bold;
	font-style: normal;
}
.replybuttons b
{
	text-transform: uppercase;
	font-weight: normal;
}
.replybuttons a
{
	display: block;
	padding: 4px;
	background: url(images/black.png);
	float: left;
	color: white;
	font-size: 0.8em;
}
.replybuttons a:hover
{
	text-decoration: none;
	background: url(images/grey.png);
}
#bodyarea
{
	background: white;
	clear: both;
}
ul#linktree
{
	clear: both;
	margin: 0;
	padding: 10px 20px 15px 10px;
	font-size: 0.8em;
}
ul#linktree li
{
	display: inline;
}
ul#linktree a
{
}
#toparea
{
	background: url(images/img3/search.jpg) top right no-repeat black;
}
#controls
{
	float: right;
}
#controls ul, #controls li
{
	margin: 0;
	padding: 0;
}
html, body
{
	height: 100%;
}
#mainframe
{
	margin: 0 auto 0 auto;
	width: 96%;
	min-height: 100%;
	font-size: 0.85em;
}
/* for IE6 */
* html #mainframe
{
	height: 100%;
}

h2
{
	padding: 0px 20px 0px 20px;
	font-size: 2em;
	color: #555;
	height: 60px;
	line-height: 60px;
	clear: both;
	font-family: "Times New Roman", "Georgia", "Garamond" , serif;
	font-weight: normal;
}
.unreadlink
{
	float: right;
	font-size: 80%;
	padding-right: 1em;
}

/* definitions for the main tab, active means the tab reflects which page is displayed */
.maintab_first, .mirrortab_first
{
	display: none;
}
.maintab_last, .mirrortab_last
{
	display: none;
}
.maintab_active_first, .mirrortab_active_first
{
	display: none;
}
.maintab_active_last, .mirrortab_active_last
{
	display: none;
}

/* how links behave in main tab. */
.maintab_back, .mirrortab_back
{
	padding: 5px;
	background: url(images/grey.png);
	color: white;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	margin-right: 1px;
}
.maintab_active_back, .mirrortab_active_back
{
	padding: 5px;
	background: url(images/black.png);
	color: white;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	margin-right: 1px;
}
.maintab_back a:hover, .maintab_back a.chosen:hover,.maintab_back a.chosen,.mirrortab_back a:hover, .mirrortab_back a.chosen:hover,.mirrortab_back a.chosen
{
	text-decoration: none;
	color: #f0ff00;
}
.maintab_active_back a:hover, .maintab_active_back a.chosen:hover,.maintab_active_back a.chosen,.mirrortab_active_back a:hover, .mirrortab_active_back a.chosen:hover,.mirrortab_active_back a.chosen
{
	text-decoration: none;
	color: #f0ff00;
}
.maintab_back a, .maintab_active_back a, .mirrortab_back a, .mirrortab_active_back a
{
	color: white;
}

/* icons */
span.myheader
{
}
span.admin_class
{
	background: url(images/header_icons/admin.jpg) 0 3px no-repeat;
	display: block;
	float: left;
	width: 60px;
	height: 60px;
}
span.forum_class
{
	background: url(images/header_icons/forum.jpg) 0 3px no-repeat;
	display: block;
	float: left;
	width: 60px;
	height: 60px;
}
span.page_class
{
	background: url(images/header_icons/article.jpg) 0 3px no-repeat;
	display: block;
	float: left;
	width: 60px;
	height: 60px;
}
span.docs_class
{
	background: url(images/header_icons/docs.jpg) 0 3px no-repeat;
	display: block;
	float: left;
	width: 60px;
	height: 60px;
}
span.search_class
{
	background: url(images/header_icons/search.jpg) 0 3px no-repeat;
	display: block;
	float: left;
	width: 60px;
	height: 60px;
}
span.profile_class
{
	background: url(images/header_icons/profile.jpg) 0 3px no-repeat;
	display: block;
	float: left;
	width: 60px;
	height: 60px;
}
span.pm_class
{
	background: url(images/header_icons/pm.jpg) 0 3px no-repeat;
	display: block;
	float: left;
	width: 60px;
	height: 60px;
}
span.downloads_class
{
	background: url(images/header_icons/downloads.jpg) 0 3px no-repeat;
	display: block;
	float: left;
	width: 60px;
	height: 60px;
}
span.themeshop_class
{
	background: url(images/header_icons/themeshop.jpg) 0 3px no-repeat;
	display: block;
	float: left;
	width: 60px;
	height: 60px;
}
span.bugtracker_class
{
	background: url(images/header_icons/bugs.jpg) 0 3px no-repeat;
	display: block;
	float: left;
	width: 60px;
	height: 60px;
}
span.calendar_class
{
	background: url(images/header_icons/calendar.jpg) 0 3px no-repeat;
	display: block;
	float: left;
	width: 60px;
	height: 60px;
}
span.mlist_class
{
	background: url(images/header_icons/members.jpg) 0 3px no-repeat;
	display: block;
	float: left;
	width: 60px;
	height: 60px;
}


#footerarea
{
	padding: 10px;
	text-align: center;
	border-top: dotted 1px black;
}
#footerarea, #footerarea a
{
}
/* bring back the bullets in posts! */
.post ul
{
	margin-left: 1em;
	padding: 0.5em;
	list-style: url(images/tinyportal/bullet1.png);
}
.post ul li
{
	margin-left: 1em;
}
.post ul ul
{
	list-style: url(images/tinyportal/bullet2.png);
}
.post ol li
{
	margin: 6px 1em 6px 1em;
	list-style: decimal;
}
/* second dropdown for posts etc. */
ul.menubox2
{
	padding: 0;
	list-style: none;
	margin: 0;
}
ul.menubox2 li
{
	padding: 0;
	margin: 0;
	float: left;
	padding-right: 1px;
	position: relative;
}
ul.menubox2 li a
{
	display: block;
	height: 29px;
	line-height: 27px;
	color: white;
	text-transform: lowercase;
	background: url(images/img3/mtab_first.jpg) repeat-x;
	text-decoration: none;
	padding: 0;
	font-size: 10px;
	font-weight: bold;
	width: 100px;
	text-align: center;
}
ul.menubox2 li a:hover, ul.menubox2 li.chosen a, ul.menubox2 li.chosen a:hover
{
	background: url(images/img3b/mtab.jpg) no-repeat;
}
ul.menubox2 li ul
{
	position: absolute;
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 100;
	top: 29px;
	left: -999em;
	border-top: solid 1px transparent;
}
ul.menubox2 li ul li
{
	float: none;
}
ul.menubox2 li ul li a, ul.menubox2 li.chosen ul li a
{
	display: block;
	height: 29px;
	line-height: 27px;
	color: white;
	text-transform: lowercase;
	background: black;
	text-decoration: none;
	padding: 0 5px 0 5px;
	font-size: 10px;
	width: 14em;
	border: none;
	font-weight: normal;
	text-align: left;
}
ul.menubox2 li ul li a:hover, ul.menubox2 li.chosen ul li a:hover
{
	background: url(images/img3/mtab_first.jpg) repeat-x;
}
ul.menubox2 li:hover ul, ul#menubox2ie6 li.sfhover ul
{
	left: auto;
}
h1#themelogo img
{
	margin-left: 2em;
}
h1#themelogo
{
	margin: 0;
	padding: 0;
}
/* some tp.net specific styles */
.tp_articletext h2
{
	border-bottom: solid 1px #aaa;
	background: none;
	margin: 1em 0 0 0;
	padding: 0 0 10px 0px;
	color: #464;
	font-size: 1.6em;
	height: 0.8em;
	line-height: 0.8em;
}
.bloczone h2
{
	padding: 1em;
	margin-top: 0;
	background: #e0e0e0;
}
.avatar2
{
	margin-top: 5px;
}
p
{
	padding: 1em 0 1em 0;
}

/* styles from added layers */
#bugtracker_layer dl
{
	padding: 1em;
	margin: 0;
}
#bugtracker_layer dt
{
	float: left;
	width: 10em;
}
#bugtracker_layer dd
{
	margin-left: 11em;
}
#bugtracker_layer .titlebg, #bugtracker_layer .catbg
{
	padding: 5px 10px 5px 10px;
}
#themeshop h2
{
	margin: 0;
	color: grey;
	background: none;
	padding: 0;
	display: inline;
	line-height: 1em;
	font-size: 1.2em;
}
.hoveritems. .hoveritems li
{
	margin: 0;
	list-style: none;
	padding: 0;
}
.hoveritems li a, .hoveritems li a.active:hover
{
	display: block;
	padding: 5px;
	background: #5a5a5a;
	color: white;
	border-top: solid 1px #fff;
}
.hoveritems li a.active:hover
{
	background: #000;
}
.hoveritems li a:hover, .hoveritems li a.active
{
	background: #95f720;
	color: black;
	text-decoration: none;
}


#tp_dlmanager .hoveritems li a,#tp_dlmanager .hoveritems li a.active:hover
{
	background: #e0e6e0;
	color: black;
}
#tp_dlmanager .hoveritems li a.active:hover
{
	background: #000;
	color: white;
}
#tp_dlmanager .hoveritems li a:hover,#tp_dlmanager .hoveritems li a.active
{
	background: #558940;
	text-decoration: none;
	color: white;
}

#tp_dlmanager .hoveritems li.sub a
{
	padding-left: 1em;
}
#tp_dlmanager .hoveritems li.sub a,#tp_dlmanager .hoveritems li.sub a.active:hover
{
	background: #d8d8d8;
	color: black;
}
#tp_dlmanager .hoveritems li.sub a.active:hover
{
	background: #666;
	color: white;
}
#tp_dlmanager .hoveritems li.sub a:hover,#tp_dlmanager .hoveritems li.sub a.active
{
	background: #90a090;
	text-decoration: none;
	color: white;
}
#controls
{
	float: right;
	text-align: right;
	padding: 0 40px 0 10px;
}
#middleside
{
	background: url(images/img3/middle.jpg) repeat-x white;
}
#leftside
{
	background: url(images/img3/leftside.jpg) no-repeat;
}
#rightside
{
	margin-left: 45px;
	padding: 25px 45px 0 0;
	background: url(images/img3/rightside.jpg) no-repeat top right;
}
#searchbutton
{
	margin: 18px 0 0 0; 
	width: 100px; 
	border: 0; 
	background: none; 
	color: #fff;
	display: block;
}