/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:	SEO
	Based on style:	subSilver (the default phpBB 2 style)
	Original author:	subBlue ( http://www.subBlue.com/ )
	Modified by:	gokin ( http://www.gokin.pl | gok4in@gmail.com )
	
	This is an alternative style for phpBB3 for those wishing to stay with
	the familiar subSilver style of phpBB version 2.x
	
	Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
    --------------------------------------------------------------
*/

/* Layout
 ------------ */
* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
}

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: Verdana, "Tahoma", Helvetica, Arial, sans-serif;
	color: #4D4D4D;
	/*background: url('./images/pettern03.jpg') top left repeat-y  ;*/
	background: #ffffff;
	font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
	margin: 0px;
}

#wrap {
	width:99%;
	text-align:left;
	
}

#wrapcentre {
	/*margin: 15px 25px 0 25px;*/
	margin: 15px 0 0 0;
	

}

#wrapfooter {
	text-align: center;
	clear: both;
	margin: 15px 0px 15px 0px;
}

#wrapnav {
	width: 100%;
	margin: 0;
	/*background-color: #ECECEC;*/
	border-width: 1px;
	border-style: solid;
	border-color: #A9B8C2;
}

#logodesc {
	margin-bottom: 5px;
	padding: 5px 25px;
/*	background: #D9DFE4;*/
	border-bottom: 1px solid #4787A7;
}

#menubar {
	margin: 0px 5px 0px 5px;
	clear: both;
}

#datebar {
	margin: 10px 25px 0 25px;
}

#findbar {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

.forumrules {
	background-color: #F9CC79;
	border-width: 1px;
	border-style: solid;
	border-color: #BB9860;
	padding: 4px;
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
}

.forumrules h3 {
	color: red;
}

#pageheader {
position: relative; /* peekaboo bug fix for IE6 */
min-width: 0; /* peekaboo bug fix for IE7 */ 
}
#pagecontent { }
#pagefooter { }

#poll { }
#postrow { }
#postdata { }


/*  Text
 --------------------- */
h1 {
	color: #4D4D4D;
	font-family: "Tahoma", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	text-decoration: none;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	text-decoration: none;
	line-height: 120%;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
}

h4 {
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
}

p {
	font-size: 1.1em;
}

p.moderators {
	margin: 0;
	float: left;
	color: #4D4D4D;
	font-weight: bold;
}

.rtl p.moderators {
	float: right;
}

p.linkmcp {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.linkmcp {
	float: left;
}

p.breadcrumbs {
	margin: 0;
	float: left;
	color: #4D4D4D;
	font-weight: bold;
	white-space: normal;
	font-size: 1em;
}

.rtl p.breadcrumbs {
	float: right;
}

p.datetime {
	margin: 0;
	float: right;
	white-space: nowrap;
	font-size: 1em;
}

.rtl p.datetime {
	float: left;
}

p.searchbar {
	padding: 0 ;
	white-space: nowrap;
	margin-bottom:5px;
} 

p.searchbarreg {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.searchbarreg {
	float: left;
}

p.forumdesc {
	font-family: verdana, sans-serif;
	padding-bottom: 4px;
	font-size: small;
}

p.topicauthor {
	margin: 1px 0;	
}
p.topicauthor a {
	font-family: verdana, sans-serif;
	font-size: small;
	font-weight: normal;
}
p.topicdetails {
	margin: 1px 0;
	font-family: verdana, sans-serif;
	font-size: small;
}

.postreported, .postreported a:visited, .postreported a:hover, .postreported a:link, .postreported a:active {
	margin: 1px 0;
	color: red;
	font-weight:bold;
}

.postapprove, .postapprove a:visited, .postapprove a:hover, .postapprove a:link, .postapprove a:active {
	color: green;
	font-weight:bold;
}

.postapprove img, .postreported img {
	vertical-align: bottom;
}

.postauthor {
	color: #4D4D4D;
}

.postdetails {
	color: #4D4D4D;
}

.postbody {
	font-size: 1.6em;
	line-height: 1.4em;
	font-family: verdana,"Tahoma", "Trebuchet MS", Helvetica, Arial, sans-serif;
}

.postbody li, ol, ul {
	margin: 0 0 0 1.5em;
}

.rtl .postbody li, .rtl ol, .rtl ul {
	margin: 0 1.5em 0 0;
}

.posthilit {
	background-color: yellow;
}

.nav {
	margin: 0;
	color: #4D4D4D;
	font-weight: bold;
}

.pagination {
	padding: 4px;
	color: #4D4D4D;
	font-size: 1em;
	font-weight: bold;
}

.small {
	font-size: small;	
}

.gen {
	margin: 1px 1px;
	font-size: 1.2em;
}

.genmed {
	margin: 1px 1px;
	font-size: 1.1em;
}

.gensmall {
	margin: 1px 1px;
	font-size: 1.2em;
}

.copyright {
	color: #9A9A9A;
	font-size: 11px;
	font-weight: normal;
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
}

.copyright2 {
	font-size:11px;
	font-weight: bold;
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	margin-bottom: 10px;
}

.copyright2 a:link { color: #000000; text-decoration: none; }
.copyright2 a:visited { color: #000000; text-decoration: none; }
.copyright2 a:hover { color: #000000; text-decoration: none }
.copyright2 a:active { color: #000000; text-decoration: none; }

.titles {
	font-family: "Tahoma", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	text-decoration: none;
}

a.titles:link { color: #4D4D4D; }
a.titles:visited { color: #4D4D4D; }
a.titles:hover { color: #000000; }
a.titles:active { color: #4D4D4D; }


.error {
	color: red;
}


/* Tables
 ------------ */
th {
	height: 23px; 
	/*color: #4D4D4D;*/
	/*font-size: 10px;*/
	color: #000000;
	font-size: small;
	font-weight : bold; 
	background-color: #D7E6EE;
	/*background-image: url('./images/strip_back.gif');*/
	background-image: url('./images/refuj.gif');
	white-space: nowrap;
	padding: 0px 10px 0px 10px;

}

td {
	padding: 2px;
}
td.profile {
	padding: 0 4px 4px 4px;
}

.tablebg {
	/*background-color: #88B7D1;*/
	background-color: #AFAFAF;
	color: #000000;
}

.catdiv {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background: white url('./images/cellpic2.jpg') repeat-y scroll top left;
}
.rtl .catdiv {
	background: white url('./images/cellpic2_rtl.jpg') repeat-y scroll top right;
}

.cat {
	height: 28px;
	margin: 0;
	padding: 0;
	background-color: #F0F1EC; border-top: 1px #F0F1EC solid; border-left: 1px #F0F1EC solid;
	text-indent: 4px;
}
.row1	{ background-color: #F0F1EC; border-top: 1px #F0F1EC solid; border-left: 1px #F0F1EC solid; padding:6px; }


.row2	{ background-color: #F0F1EC; border-top: 1px #F0F1EC solid; border-left: 1px #F0F1EC solid; padding:6px; }


.row3	{ background-color: #F0F1EC; border-top: 1px #F0F1EC solid; border-left: 1px #f5fafd solid; padding:6px; }



.spacer {
	background-color: #E09D2E;
}

hr {
	height: 1px;
	border-width: 0;
	background-color: #AFAFAF;
	color: #AFAFAF;
}

.legend {
	text-align:center;
	margin: 0 auto;
	background: #9CC8E0;
}

/* Links
 ------------ */

a:link {
	/*color: #404040;*/
	color: #000000;
	text-decoration: none;
}

a:active, a:visited {
	/*color: #404040;*/
	color: #000000;
	text-decoration: none;
}

a:hover {
	/*color: #5BB6E2;*/	
	text-decoration:  underline;
}


a.forumlink {
	/*color: #4D4D4D;*/
	color: #000000;
	font-weight: bold;
	font-family: Verdana,"Tahoma", Helvetica, Arial, sans-serif;
	/*font-size: 1.2em;*/
	font-size: small;
}
a.forumlink:visited { color: #000000; }
a.forumlink:hover { text-decoration:  underline; }
a.forumlink:active { color: #000000; }

a.topictitle {
	/*color: #4D4D4D;*/
	color: #000000;
	margin: 1px 0;
	font-family: verdana , "Tahoma", Helvetica, Arial, sans-serif;
	/*font-size: 1.2em;*/
	font-size: small;
}

a.topictitle:link { color: #000000; }
a.topictitle:visited { color: #000000; }
a.topictitle:hover { color: #000000; }
a.topictitle:active { color: #000000; }

th a,
th a:visited {
	color: #000000 !important;
	text-decoration: none;
}

th a:hover {
	color: #000000;
	text-decoration: none;
}


/* Form Elements
 ------------ */
form {
	margin: 0;
	padding: 0;
	border: 0;
}

input {
	color: #333333;
	font-family: "Tahoma", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #A9B8C2;
	background-color: #FAFAFA;
}

textarea {
	background-color: #FAFAFA;
	color: #333333;
	font-family: "Tahoma", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.3em; 
	line-height: 1.4em;
	font-weight: normal;
	border: 1px solid #A9B8C2;
	padding: 2px;
}

select {
	color: #333333;
	background-color: #FAFAFA;
	font-family: "Tahoma", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	border: 1px solid #A9B8C2;
	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;
}

.post {
	background-color: white;
	border-style: solid;
	border-width: 1px;
	font-size:13px;
}

.btnbbcode {
	color: #4D4D4D;
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Tahoma", Verdana, Helvetica, sans-serif;
	background-color: #EAF2F6;
	/*border: 1px solid #9CC8E0;*/
	border: 1px solid #5C5C5A;
}

.btnmain {
	font-weight: normal;
	background-color: #EAF2F6;
	/*border: 1px #9CC8E0 solid;*/
	border: 1px solid #5C5C5A;
	color: #4D4D4D;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnlite {
	font-weight: normal;
	background-color: #EAF2F6;
	/*border: 1px #9CC8E0 solid;*/
	border: 1px solid #5C5C5A;
	color: #4D4D4D;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnfile {
	font-weight: normal;
	background-color: #EAF2F6;
	/*border: 1px #9CC8E0 solid;*/
	border: 1px solid #5C5C5A;
	color: #4D4D4D;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.helpline {
	/*background-color: #E7F0F5;*/
	border-style: none;
	color: #4D4D4D;
}


/* BBCode
 ------------ */
.quotetitle, .attachtitle {
	margin: 0 5px 0 5px;
	padding: 0 2px 0 2px;
	border-width: 0;
	border-style: solid;
	/*border-color: #AFAFAF;
	color: #4D4D4D;*/
	color: #000000;
	
	font-size: 0.85em;
	font-weight: bold;
}
.quotetitle .quotetitle {
	font-size: 1em;

}
.quotecontent  {
	background-image: url("./images/petternbg.jpg");
	background-repeat: repeat-y;
	}
.quotecontent, .attachcontent {
	margin: 0 2px 10px 2px;
	padding: 2px 4px 2px 2px;
	border-color: #AFAFAF;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.4em;
	font-family: "Tahoma", "Trebuchet MS", Helvetica, Arial, sans-serif;	
	color: #4D4D4D;
}

.attachcontent {
	/*background-color: #BFBFBF;*/
	border: none;
	font-size: 0.85em;	
}
.attachcontent img , .attach img {
	margin-bottom: 5px;
}


.codetitle {
	margin: 10px 5px 0 5px;
	padding: 2px 4px;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #5C5C5A;
	color: #4D4D4D;
	background-color: #9CC8E0;
	font-family: "Tahoma", Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
}

.codecontent {
	direction: ltr;
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #5C5C5A;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	color: #4D4D4D;
	font-size: 0.85em;
	font-family: Monaco, 'Courier New', monospace;
	background-color: #E7F0F5;
}

.syntaxbg {
	color: #FFFFFF;
}

.syntaxcomment {
	color: #FF8000;
}

.syntaxdefault {
	color: #0000BB;
}

.syntaxhtml {
	color: #000000;
}

.syntaxkeyword {
	color: #007700;
}

.syntaxstring {
	color: #DD0000;
}


/* Private messages
 ------------------ */
.pm_marked_colour {
	background-color: #000000;
}

.pm_replied_colour {
	background-color: #A9B8C2;
}

.pm_friend_colour {
	background-color: #007700;
}

.pm_foe_colour {
	background-color: #DD0000;
}


/* Misc
 ------------ */
img {
	border: none;
}

.sep {
	color: #4D4D4D;
	background-color: #FFA34F;
}

table.colortable td {
	padding: 0;
}

pre {
	font-size: 1.1em;
	font-family: Monaco, 'Courier New', monospace;
}

.nowrap {
	white-space: nowrap;
}

.username-coloured {
	font-weight: normal;
}
/* phpBB Statistics MOD */
table.fs_details_graphs div.graph {
	/*background-color: #67A3EB;*/
	background-color: #990000;
}

div.fs {
	font-size: 1.1em;
}
div.fs h3 {
	font-size: 0.9em;
}
div.fs fieldset {
	font-size: 1.0em;
}
div.fs thead {
	font-weight: bold;
}
div.fs td {
	vertical-align: top;
	padding: 0 4px 0 4px;
}
div.fs div.user_prompt {
	text-align: center;
}
table.fs_details_list, table.fs_details_graphs {
	width:100%;
	table-layout: fixed;	
}
table.fs_details_list td.col1, table.fs_details_list td.col3 {
	width: 25%;
	text-align: right;
	vertical-align: top; 
	background-color: #F0F1EC; 
}
table.fs_details_list td.col2, table.fs_details_list td.col4 {
	width: 25%;
	padding-left: 5px;	
	vertical-align: top; 
	background-color: #F0F1EC; 
}
table.fs_details_graphs col.col_cat {
	width: 50%;
}
table.fs_details_graphs col.col_bar {
	width: 30%;	
}
table.fs_details_graphs col.col_count, table.fs_details_graphs col.col_pct {
	width: 10%;	
	text-align: right;
}
td.table_list {
	margin-left: 50px;
}

table.fs_details_list td ,table.fs_details td{
	background-color: #F0F1EC; 
	border: 1px #F0F1EC;
}
table.tablebg td {
	background-color: #F0F1EC; 
	border: 1px #F0F1EC;
}
/*END MOD*/
blockquote.editor{
	display:block;
	padding-left: 3em;
	margin:0;
	background-image:none;
	background:none;
	border:none;
}
/* Icon images
---------------------------------------- */
.sitehome, .icon-faq, .icon-members, .icon-home, .icon-ucp, .icon-register, .icon-logout,
.icon-bookmark, .icon-bump, .icon-subscribe, .icon-unsubscribe, .icon-pages, .icon-search{
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-image: none;
	padding: 1px 0 0 17px;
}

.rtl .sitehome, .rtl .icon-faq, .rtl .icon-members, .rtl .icon-home, .rtl .icon-ucp, .rtl .icon-register, .rtl .icon-logout,
.rtl .icon-bookmark, .rtl .icon-bump, .rtl .icon-subscribe, .rtl .icon-unsubscribe, .rtl .icon-pages, .rtl .icon-search{
	background-position: 100% 50%;
	padding: 1px 17px 0 0;
}

ul.linklist li.rightside, p.rightside {
	float: right;
	margin-right: 0;
	margin-left: 5px;
	text-align: right;
}

/* Search box
--------------------------------------------- */
#search-box {
	position: relative;
	margin-top: 4px;
	margin-right: 10px;
	/*float: right;*/
	text-align: right;
	white-space: nowrap; /* For Opera */
	width: 28%;

}
#search-box a {
	color: #fff;
}
.rtl #search-box {
	float: left;
	text-align: left;
	margin-right: 0;
	margin-left: 5px;
}

#search-box #keywords {
	width: 120px;
	
}

#search-box input {
	border: 1px solid #000000;
}

/* .button1 style defined later, just a few tweaks for the search button version */
#search-box input.button2 {
	padding: 0 5px;
}

#search-box li {
	text-align: right;
	margin-top: 4px;
}

#search-box img {
	vertical-align: middle;
	margin-right: 3px;
}

#inhdr {
	background-color: #F0F1EC;
	width: auto;
	border: 1px solid #5C5C5A;
}
#hdr {
	background: url('./images/header_back.gif');
	width: 100%;
	/*height: 200px;*/
	height: 85px;
	margin: 0;
	padding: 0; 
}

#logo {
	background-image: url('./images/header_logo.jpg');
	width: 183px;
	height: 70px; 
	float: left;
	margin: 5px 10px 0px 10px;
	/*margin: 5px 25px 0px 25px;*/
	padding: 0; 
	
}

#navigation {
	float: right;
	/*margin: 85px 55px 0px 25px;*/
	/*margin: 25px 55px 0px 25px;*/
	margin: 0px 1px 0px 0px;
	padding: 0; 
	text-align: right;
	
}

#line {
	background: #000000;
	width: 100%;
	height: 30px;
	margin: 0;
	padding: 0; 
}

#login {
	height: 24px;
	margin-top: 6px;
	margin-left: 15px;
	float: left;
	text-align: right;
	font-size: small;
	font-weight: bold;
}
.login {
	
	font-size: small;
	font-weight: bold;
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	}

#brd_in {
	
	/*border-left: 5px solid #222222;
	border-right: 5px solid #222222;*/
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
}

#brd_outer {
	/*border-left: 0px solid #222222;
	border-right: 0px solid #222222;*/
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
}

#nav_back {
	background: url('./images/nav_background.gif');
	width: 100%;
	height: 28px;
	margin: 0px;
	padding: 0px;
	text-align:center;
}

.h_nav	{
	color: #547e94;
	font: 11px tahoma, verdana, geneva, lucida, 'Tahoma', arial, helvetica, sans-serif;
	padding: 7px 0px 0px 0px;
	white-space: nowrap;
	width:65px;
	text-align: center;
	float:left;
}

.navwrap {
	width:375px;
}

.navdiv {
	background: #F1F1DF url('./images/nav_background.gif');
	width:6px;
	height:28px;
	float:left;
}

.h_nav a:link {
	color: #547e94;
	text-decoration: none;
}

.h_nav a:visited {
	color: #547e94;
	text-decoration: none;
}

.h_nav a:hover, .h_nav a:active {
	color: #88adc0;
	text-decoration: none;
}

#footer {
	/*height: 40px;
	background: #222222 url('./images/kreska.jpg');
	*/
	height: auto;
}

#footer2 {
	height: 40px;
	background: #222222
}

#footer_ls {
	width:63px;
	float:left;
}

#footer_rs {
	width:31px;
	float:right;
}

.catmain {
	/*background:url('./images/cellpic.gif');*/
	background:url('./images/refuj.gif');
	width:100%; 
	height:25px; 
	margin-bottom: 2px;
}

.catls {
	/*background:url('./images/levo.gif');*/
	background:url('./images/refuj.gif');
	width:10px;
	height:25px; 
	float:left;
}

.cattext {
	float:left;
	font-size:11px;
	font-weight:bold;
	padding:5px 0px 0px 0px;
	color: #000;
}

.cattext a:link { color: #000; text-decoration: none; }
.cattext a:visited { color: #000; text-decoration: none; }
.cattext a:hover { color: #000; text-decoration: none; }
.cattext a:active { color: #000; text-decoration: none; }

.linkinav {
	float:left;
	font-size:11px;
	font-weight:bold;
	color: #F5FAFD;
}

.linkinav a:link ,#login a:link {  color: #FFB900; text-decoration: none; }
.linkinav a:visited , #login a:visited { color: #FFB900; text-decoration: none; }
.linkinav a:hover , #login a:hover { color: #FFFFFF; text-decoration: underline; }
.linkinav a:active , #login a:active { color: #FFB900; text-decoration: none; }

.nav li b { color: #000000; text-decoration: none; }
.nav li a { font-weight: normal; }
.catrs {
	/*background:url('./images/pravo.gif');*/
	background:url('./images/refuj.gif');
	width:10px;
	height:25px;
	float:right;
}

.catbtm {
	/*background: url('./images/shadow.png') repeat-x top left;*/
	height: 8px;
}

p.breadcrumbs a {
	font-size: 12px;
}
.outerr {
 border: 1px solid #5C5C5A;
 padding: 1px;
 background-color: #fff;
}
.innserr {
	background-color: #fff;
}

.mos {
	text-align: center;
	width: 97%;
}

.s {
	margin: 0;
	padding: 0 1px;
	width: auto;
	background-image: none;
	border-left: 1px solid #AFAFAF;
	border-right: 1px solid #AFAFAF;
	background-color: #E0E0DC;
}
.ss {
	margin-left: 5px;
	font-weight:  normal;
	font-size: small; 
	
}
.pst p {
	text-align: left;

}
.bg {
	font-weight: normal;
	color: #00000e;
	background:url('./images/refuj.gif');
}
.bbdr {
	border: 1px solid #AFAFAF;
	background-color: #F0F1EC;
}
.ssmall {
	font-size: 1.1em;
}
.xsmall {
	font-size: 12px;
}
.pd {
	padding-right: 5px;
}
.titles {	
	padding: 0 5px;
	margin: 10px 0;
}
.pd1 {
	border-top: none;
	border-color: #AFAFAF;
}
.pd2 {
	padding: 1px ;

	border-color: #AFAFAF;
}
.pd0 {
	padding: 0 ;
}
th.bg {
	font-weight: bold;
}
.trails {
	margin: 5px 0;
}
.padt {
	position: relative;
	top: 2px;
}
.medium {
	font-size: medium;
}
.bdrleft {
	border-left: 1px solid #ccc;
}
td.xsmall p {
	color: #000000;
	padding-left: 8px;
}

/* definitions for the main tab, active means the tab reflects which page is displayed */
.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last
{
	color: white;
	text-transform: uppercase;
	vertical-align: top;
}
.maintab_back, .maintab_active_back
{
	color: white;
	text-decoration: none;

	vertical-align: top;
	padding: 2px 6px 6px 6px;
	font-family: tahoma, sans-serif;
}

.maintab_first
{
	background: url(images/maintab_first.gif) left bottom no-repeat;
	width: 10px;
}
.maintab_back
{
	background: url(images/maintab_back.gif) left bottom repeat-x;
}
.maintab_last
{
	background: url(images/maintab_last.gif) left bottom no-repeat;
	width: 8px;
}
.maintab_active_first
{
	background: url(images/maintab_active_first.gif) left bottom no-repeat;
	width: 6px;
}
.maintab_active_back
{
	background: url(images/maintab_active_back.gif) left bottom repeat-x;
}
.maintab_active_last
{
	background: url(images/maintab_active_last.gif) left bottom no-repeat;
	width: 8px;
}

/* how links behave in main tab. */
.maintab_back a:link , .maintab_back a:visited, .maintab_active_back a:link , .maintab_active_back a:visited
{
	color: white;
	text-decoration: none;
}

.maintab_back a:hover, .maintab_active_back a:hover
{
	color: #e0e0ff;
	text-decoration: none;
}



/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
	color: white;
	text-transform: uppercase;
	vertical-align: top;
}
.mirrortab_back, .mirrortab_active_back
{
	color: white;
	text-decoration: none;
	font-weight: bold;
	vertical-align: bottom;
	padding: 6px 6px 2px 6px;
	font-family: tahoma, sans-serif;
}

.mirrortab_first
{
	background: url(images/mirrortab_first.gif) no-repeat;
	width: 3px;
}
.mirrortab_back
{
	background: url(images/mirrortab_back.gif) repeat-x;
}
.mirrortab_last
{
	background: url(images/mirrortab_last.gif) no-repeat;
	width: 6px;
}
.mirrortab_active_first
{
	background: url(images/mirrortab_active_first.gif) no-repeat;
	width: 6px;
}
.mirrortab_active_back
{
	background: url(images/mirrortab_active_back.gif) repeat-x;
}
.mirrortab_active_last
{
	background: url(images/mirrortab_active_last.gif) no-repeat;
	width: 8px;
}

/* how links behave in mirror tab. */
.mirrortab_back a:link , .mirrortab_back a:visited, .mirrortab_active_back a:link , .mirrortab_active_back a:visited
{
	color: white;
	text-decoration: none;
}

.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
	color: #e0e0ff;
	text-decoration: none;
}
.htitle td {
	padding: 5px;
}
.signature {
	padding-bottom: 5px;
}
#box_text {
	border: none;
}
span.textpos {
	position: relative;	
	top: -5px;
	left: -2px;
}

td a span{
	font-weight: bold;
	margin-left: 2px;
	padding-right: 0;
}

#webband{   
   position: absolute;
   top: 0;
   left: 0;
   width: 100px;
   height: 100px;
   background-image: url('./images/ilovetheking.gif');
   z-index: 1;
}
