/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:	MONOLITH
	Based on style:		subSilver (the default phpBB 2 style)
	Original author:	subBlue ( http://www.subBlue.com/ )
	Modified by:		Tomo, AeonKINGS team( http://www.aeonkings.com/phpbb3/ )
	
	This is an alternative style for phpBB3 
	
	Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
	Copyright 2007 BigB (  http://www.aeonkings.com/phpbb3/ )
    --------------------------------------------------------------
*/

/* Begin added hacks (Frost menubar(Frost & Black-Fusion.com ( http://www.black-fusion.com/forum/ )))*/
a {
outline: none;
}
/* End added hacks */

/* Layout
 ------------ */
* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
	color: #fff;
	background-color: #282828;
	background-image: url('./images/invader_bg.png');
	background-repeat: repeat;
	background-position: left top;
}

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #fff;
	font-size: 62.5%;
	margin-top: 10px;
	margin-right: 5%;
	margin-bottom: 10px;
	margin-left: 5%;
	min-width: 900px;
	max-width: 1500px;	
}

#wrapheader {
	min-height: 120px;
	height: auto !important;
	height: 120px;
	/*	background-image: url('./images/background.gif');
	background-repeat: repeat-x;*/
/*	padding: 0 25px 15px 25px;*/
	padding: 0;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}

#wrapcentre {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}

#wrapfooter {
	text-align: center;
	clear: both;
}

#wrapnav {
	width: 100%;
	margin: 0;
	background-color: #ECECEC;
	border-width: 1px;
	border-style: solid;
	border-color: #A9B8C2;
}

#menubar {
	width: 100%;
	margin: 0 auto 0 auto;
	padding-top: 0px;
	top: 0px;
}

#logodesc {
  	position: relative;
	padding: 2px 25px 2px 25px;
	background: transparent;
	border-bottom: 0px solid #4787A7;
	
}

#menubar2 {
	position: relative;
	padding-top: 0px;
	top: 1px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#datebar {
	margin: 10px 25px 0 25px;
	padding-left: 10px;
	padding-right: 10px;
}

#findbar {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

/* Header Menus
 ---------------- */

.menubar {padding:5px 0 0 32px; margin:0; margin-right: auto; margin-left: auto; list-style:none; height:22px; background:transparent url(''); position:relative; border:0px solid #000; border-width:0 0px; border-bottom:0px solid #444;}
.menubar li {float:left;}
.menubar li a {display:block; float:left; height:22px; line-height:22px; color:#aaa; text-decoration:none; font-size:12px; font-family:arial, verdana, sans-serif; font-weight:bold; text-align:center; padding:0 0 0 11px; cursor:pointer; color:#999999; background:url('./images/button1.png');}
.menubar li a b {float:left; display:block; padding:0 16px 0 8px; background:url('./images/button1.png') no-repeat right top;}
.menubar li.current a {color:#fff; background:url('./images/button3.png');}
.menubar li.current a b {background:url('./images/button3.png') no-repeat right top;}
.menubar li a:hover {color:#fff; background:#000 url('./images/button4.png');}
.menubar li a:hover b {background:url('./images/button4.png') no-repeat right top;}
.menubar li.current a:hover {color:#fff; background:#000 url('./images/button4.png'); cursor:default;}
.menubar li.current a:hover b {background:url('./images/button4.png') no-repeat right top;}

.menubar2 {padding:1px 0 0 32px; margin:0; list-style:none; height:22px; background:transparent url(''); position:relative; border:0px solid #000; border-width:0 0px; border-bottom:0px solid #444;}
.menubar2 li {float:left;}
.menubar2 li a {display:block; float:left; height:22px; line-height:22px; color:#575757; text-decoration:none; font-size:10px; font-family:arial, verdana, sans-serif; font-weight:bold; text-align:center; padding:0px 0 0 11px; cursor:pointer; background:url('./images/button5.png');}
.menubar2 li a b {float:left; display:block; padding:0 16px 0 8px; background:url('./images/button5.png') no-repeat right top;}
.menubar2 li.current a {color:#fff; background:url('./images/button2.png');}
.menubar2 li.current a b {background:url('./images/button2.png') no-repeat right top;}
.menubar2 li a:hover {color:#fff; background:#000 url('./images/button2.png');}
.menubar2 li a:hover b {background:url('./images/button2.png') no-repeat right top;}
.menubar2 li.current a:hover {color:#fff; background:#000 url('./images/button2.png'); cursor:default;}
.menubar2 li.current a:hover b {background:url('./images/button2.png') no-repeat right top;}

/*  Surround Boxes for style
 ----------------------------- */
 
#bx {
  /*background-color: #666666;*/
}
 
/* Eliminating padding on boxes */
#bx td{
  margin: 0;
	padding: 0;
	
}

.forumrules {
	background-color: #333333;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	margin-right: 20px;
	margin-left: 20px;
	background-image: url('./images/invader_bg.png');
	background-repeat: repeat;
	background-position: left top;
}

.forumrules h3 {
	color: #CCCCCC;
}

#pageheader { }
#pagecontent { }
#pagefooter { }
#poll { }
#postrow { }
#postdata { }

/*  Text

 --------------------- */

h1 {
	color: #CCCCCC;
	font-family: "Lucida Grande", "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%;
	padding-left: 40px;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
	color: #CCCCCC;
}

h4 {
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
	color: #CCCCCC;
}

p {
	font-size: 1.1em;
}

p.moderators {
	margin: 0;
	float: left;
	color: #CCCCCC;
	font-weight: bold;
	padding-left: 10px;
}

.rtl p.moderators {
	float: right;
	padding-right: 10px;
}

p.linkmcp {
	margin: 0;
	float: right;
	white-space: nowrap;
	padding-right: 10px;
}

.rtl p.linkmcp {
	float: left;
}

p.breadcrumbs {
	margin: 0;
	float: left;
	color: #CCCCCC;
	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: 2px 0;
	white-space: nowrap;
} 

p.searchbarreg {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.searchbarreg {
	float: left;
}

p.forumdesc {
	color: #CCCCCC;
	padding-bottom: 4px;
}

p.topicauthor {
	margin: 1px 0;
}

p.topicdetails {
	margin: 1px 0;
}

.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: #CCCCCC;
}

.postdetails {
	color: #CCCCCC;
}

.postbody {
	font-size: 1.3em;
	line-height: 1.4em;
	font-family: "Lucida Grande", "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: #FFCC00;
}

.nav {
	margin: 0;
	color: #CCCCCC;
	font-weight: bold;
}

.pagination {
	padding: 4px;
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
}

.cattitle {

}

.gen {
	margin: 1px 1px;
	font-size: 1.2em;
}

.genmed {
	margin: 1px 1px;
	font-size: 1.1em;
}

.gensmall {
	color: #CCCCCC;
	margin: 1px 1px;
	font-size: 1em;
}

.gensmall2 {
	color: #CCCCCC;
	margin: 1px 1px;
	font-size: 1em;
}

.copyright {
	color: #999999;
	font-weight: normal;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.titles {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	text-decoration: none;
}

.error {
	color: red;
}

/* Tables

 ------------ */

th {
	color: #CCCCCC;
	font-size: 1.1em;
	font-weight: bold;
	background-image: url(./images/cat.png);
	white-space: nowrap;
	height: 32px;
	padding-right: 5px;
	padding-left: 5px;
	background-position: top;
}

td.profile {
	padding: 4px !important;
}

.tablebg {
	background-color: #121315;
}


.tablebg2 {
	background-color: #121315;
}

.tablebp {
	padding-left: 10px;
	padding-right: 10px;
}

.tablebr {
	padding-left: 10px;
	padding-right: 10px;
}


.catdiv {
	height: 30px;
	margin: 0;
	padding: 0;
	border: 0;
	background: white url('./images/td_cat.png') repeat-y scroll top left;
}

.rtl .catdiv {
	background: white url('./images/td_cat.png') repeat-y scroll top right;
}

.cat {
	height: 30px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #666666;
	background-image: url('./images/td_cat.png');
	text-indent: 4px;
}


.catadiv {
	height: 20px;
	background-image: url('./images/td_cata.png');
	background-repeat: repeat-x;
}

.cata {
	height: 20px;
	background-image: url('./images/td_cata.png');
	background-repeat: repeat-x;
	text-indent: 4px;
	color: #CCCCCC;
}

.row1,.row4 {
	background-color: #2c2c2c;
	background-image: url('./images/row1.png');
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 4px !important;
	border-top-width: 1px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #000000;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #202020;
	border-left-color: #202020;
}


.row1a {
	font-size: 10px;
	height: 19px;
	color: #CCCCCC;
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 5px;
	padding-left: 5px;	
}





.row2 {
	background-color: #2c2c2c;
	background-image: url('./images/row1.png');
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 4px !important;
	border-top-width: 1px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #000000;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #202020;
	border-left-color: #202020;
}

.row3 {
	background-color: #2c2c2c;
	padding: 4px !important;
	border-top-width: 1px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #000000;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #202020;
	border-left-color: #202020;	
}

.row4:hover {
	background-color: #353535;
	background-image: url('./images/row4.png');
	background-repeat: repeat-x;
	padding: 4px !important;
	background-position: top;
	border-top-width: 1px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #000000;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #202020;
	border-left-color: #202020;
}


.spacer {

	background-color: #D1D7DC;

}



hr {
	height: 1px;
	border-width: 0;
	background-color: #333333;
	color: #D1D7DC;
}



.legend {

	text-align:center;

	margin: 0 auto;

}



/* Links

 ------------ */

a:link {
	color: #666666;
	text-decoration: none;
}



a:active,

a:visited {
	color: #666666;
	text-decoration: none;
}



a:hover {
	color: #CCCCCC;
	text-decoration: none;
}



a.forumlink {
	color: #999999;
	font-weight: bold;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
}

a.forumlink:hover {
	color: #FFFFFF;
	font-weight: bold;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
}



a.topictitle {
	margin: 1px 0;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	color: #666666;
}

a.topictitle:hover {
	color: #CCCCCC;
	text-decoration: none;
}

a.topictitle:active {
	color: #FFFFFF;
	text-decoration: none;
}

a.topictitle:visited {
	color: #666666;
	text-decoration: none;
}



th a,

th a:visited {
	color: #CCCCCC !important;
	text-decoration: none;
}



th a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}





/* Form Elements

 ------------ */

form {

	margin: 0;

	padding: 0;

	border: 0;

}



input {
	color: #CCCCCC;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #A9B8C2;
	background-color: #282828;
}



textarea {
	background-color: #282828;
	color: #CCCCCC;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	line-height: 1.4em;
	font-weight: normal;
	border: 1px solid #A9B8C2;
	padding: 2px;
}



select {
	color: #CCCCCC;
	background-color: #282828;
	font-family: "Lucida Grande", 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: #282828;
	border-style: solid;
	border-width: 1px;
	color: #CCCCCC;
}



.btnbbcode {
	color: #CCCCCC;
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	background-color: #282828;
	border: 1px solid #666666;
}



.btnmain {
	font-weight: bold;
	background-color: #282828;
	border: 1px solid #A9B8C2;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
	color: #CCCCCC;
}



.btnlite {
	font-weight: normal;
	background-color: #282828;
	border: 1px solid #A9B8C2;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
	color: #CCCCCC;
}



.btnfile {
	font-weight: normal;
	background-color: #282828;
	border: 1px solid #252E23;
	padding: 1px 5px;
	font-size: 1.1em;
}



.helpline {
	background-color: #282828;
	border-style: none;
	color: #CCCCCC;
	width: 400px;
}





/* BBCode

 ------------ */

.quotetitle, .attachtitle {
	margin: 10px 5px 0 5px;
	padding: 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #000000;
	color: #CCCCCC;
	background-color: #292929;
	font-size: 0.85em;
	font-weight: bold;
}



.quotetitle .quotetitle {

	font-size: 1em;

}



.quotecontent, .attachcontent {
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #000000;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	background-color: #4D4D4D;
	color: #CCCCCC;
}



.attachcontent {

	font-size: 0.85em;

}



.codetitle {
	margin: 10px 5px 0 5px;
	padding: 2px 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #000000;
	color: #CCCCCC;
	background-color: #282828;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
}



.codecontent {
	direction: ltr;
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #000000;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	color: #006600;
	font-size: 0.85em;
	font-family: Monaco, 'Courier New', monospace;
	background-color: #FAFAFA;
}



.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: #CCCCCC;
}



.pm_friend_colour {

	background-color: #007700;

}



.pm_foe_colour {

	background-color: #DD0000;

}





/* Misc

 ------------ */

img {

	border: none;

}



.sep {
	color: #252E23;
	background-color: #CCCCCC;
}



table.colortable td {

	padding: 0;

}



pre {

	font-size: 1.1em;

	font-family: Monaco, 'Courier New', monospace;

}



.nowrap {

	white-space: nowrap;

}



.username-coloured {

	font-weight: bold;

}

td.leftb {

	height: auto;

}

td.rightb {

	height: auto;

}


.tb2{
	width: 100%;
	table-layout:auto;
}

td.thl {
	color: #CCCCCC;
	background-image: url(images/b__01.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 35px;
	width: 62px;
	
}

td.thc {
	background-image: url(images/b__02.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	overflow: hidden;
	color: #CCCCCC;
	height: 35px;
	width: auto;
	text-align: center;
}

td.thr {
	color: #CCCCCC;
	background-image: url(images/b__03.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 35px;
	width: 62px;
}


td.tfl {
	color: #CCCCCC;
	background-image: url(images/b__07.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 35px;
	width: 62px;
}

td.tfc {
	background-image: url(images/b__08.png);
	background-repeat: repeat-x;
	background-position: center top;
	overflow: hidden;
	color: #CCCCCC;
	height: 35px;
	width: auto;
	text-align: center;
}

td.tfr {
	color: #CCCCCC;
	background-image: url(images/b__09.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	width: 62px;	
}


td.tbl {
	background-image: url(images/b__04.png);
	background-repeat: repeat-y;
	overflow: hidden;
	height: auto;
	width: 62px;
	background-position: right;
}

td.tbc {
	background-image: url(images/b__05.png);
	width: auto;
	overflow: hidden;
	height: auto;
	background-repeat: repeat;
}

td.tbr {
	background-image: url(images/b__06.png);
	width: 62px;
	overflow: hidden;
	background-repeat: repeat-y;
	height: auto;
}

.tb1{
	width: 100%;
	margin-top: 5px;
	table-layout:auto;
	
}

td.thl1 {
	color: #CCCCCC;
	background-image: url(images/box_01.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 35px;
	width: 30px;
	text-align: right;
}

td.thc1 {
	background-image: url(images/box_02.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	overflow: hidden;
	color: #CCCCCC;
	height: 35px;
	width: auto;
	text-align: center;
}

td.thr1 {
	color: #CCCCCC;
	background-image: url(images/box_04.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 35px;
	width: 30px;
}


td.tfl1 {
	color: #CCCCCC;
	background-image: url(images/box_10.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 34px;
	width: 30px;
	text-align: right;
}

td.tfc1 {
	background-image: url(images/box_11.png);
	background-repeat: repeat-x;
	background-position: center top;
	overflow: hidden;
	height: 34px;
	width: auto;
	text-align: center;
}

td.tfr1 {
	background-image: url(images/box_13.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 34px;
	width: 30px;	
}


td.tbl1 {
	background-image: url(images/box_08.png);
	background-repeat: repeat-y;
	overflow: hidden;
	height: auto;
	width: 30px;
	background-position: right;
}

td.tbc1 {
	width: auto;
	height: auto;
	padding: 0px;
	
}

td.tbr1 {
	background-image: url(images/box_09.png);
	width: 30px;
	overflow: hidden;
	background-repeat: repeat-y;
	height: auto;
}



td.thl1a {
	background-image: url(images/h_01.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 35px;
	width: 30px;
}

td.thc1a {
	background-image: url(images/h_02.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	overflow: hidden;
	height: 35px;
	width: auto;
}

td.thr1a {
	background-image: url(images/h_03.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 35px;
	width: 30px;
}


td.tfl1a {
	background-image: url(images/h_07.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 34px;
	width: 30px;
}

td.tfc1a {
	background-image: url(images/h_08.png);
	background-repeat: repeat-x;
	background-position: center top;
	overflow: hidden;
	height: 34px;
	width: auto;
}

td.tfr1a {
	background-image: url(images/h_09.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 34px;
	width: 30px;	
}


td.tbl1a {
	background-image: url(images/h_04.png);
	background-repeat: repeat-y;
	overflow: hidden;
	height: auto;
	width: 30px;
	background-position: right;
}

td.tbc1a {
	width: auto;
	height: auto;
	padding: 0px;
	
}

td.tbr1a {
	background-image: url(images/h_06.png);
	width: 30px;
	overflow: hidden;
	background-repeat: repeat-y;
	height: auto;
}

.tb3{
	width: 100%;
	margin-top: 5px;
	table-layout:auto;
	
}



td.thl3 {
	background-image: url(images/bs__01.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 15px;
	width: 12px;
}

td.thc3 {
	background-image: url(images/bs__02.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	overflow: hidden;
	height: 15px;
	width: auto;
}

td.thr3 {
	background-image: url(images/bs__03.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 15px;
	width: 12px;
}


td.tfl3 {
	background-image: url(images/bs__07.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 15px;
	width: 12px;
}

td.tfc3 {
	background-image: url(images/bs__08.png);
	background-repeat: repeat-x;
	background-position: center top;
	overflow: hidden;
	height: 15px;
	width: auto;
	text-align: center;
}

td.tfr3 {
	background-image: url(images/bs__09.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 15px;
	width: 12px;	
}


td.tbl3 {
	background-image: url(images/bs__04.png);
	background-repeat: repeat-y;
	overflow: hidden;
	height: auto;
	width: 12px;
	background-position: right;
}

td.tbc3 {
	width: auto;
	height: auto;
	padding: 0px;
	
}

td.tbr3 {
	background-image: url(images/bs__06.png);
	width: 12px;
	overflow: hidden;
	background-repeat: repeat-y;
	height: auto;
}

.tr1{
	width: 100%;
	margin-top: 5px;
	table-layout:auto;
	
}

td.rl {
	background-image: url(images/pag_01.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 27px;
	width: 27px;
	
}

td.rc {
	background-image: url(images/pag_02.png);
	background-repeat: repeat-x;
	background-position: center top;
	overflow: hidden;
	height: 27px;
	width: auto;
}

td.rr {
	background-image: url(images/pag_03.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 27px;
	width: 27px;	
}


b.gensmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
}


td.cata, td.catadiv {
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #000033;
	background-image: url(./images/th1.png);
	height: 22px;
	border: 1px solid #000000;
	background-position: center;
}

td.header{
	float: left;
}

div.mg{
	background-color: #CCCCCC;
	border: 1px solid #000000;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
