/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		2Unilever
	Based on style:	subSilver (the default phpBB 2 style)
	Original author:	subBlue ( http://www.subBlue.com/ )
	Modified by:	gokin  [ gok4in@gmail.com ] (  http://www.gokin.pl/ )
	
	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 {
	background: #FFF;
	color: #CCC;
	font-family: Verdana, Tahoma, Arial, "Trebuchet MS", Sans-Serif, Georgia, Courier, "Times New Roman", Serif;
	font-size: 10px;
	line-height: 135%;
	margin: 0px;
	padding: 0px; /* required for Opera to have 0 margin */
background-image: url('./images/body.jpg');	

}

#navbar {
	width: 955px;
	height: 20px;
	margin: 0 auto;
	border:0px;
	background-image:url('images/link.jpg');
	background-repeat: repeat-x;
	top: 0px;
	position: relative;
	font-size: 11px;
}


#navbar ul {
	float: left;
	margin: 0;
	padding: 0;
	width: 955px;
	
}

* html #navbar ul {
\width: 953px; /* for IE5 and IE6 in quirks mode */
w\idth: 953px; /* for IE6 in standards mode */
}


#navbar ul li {
	float: left;
	list-style-type: none;
	list-style-image: none;
}

#navbar ul li a {
	border-left: 1px solid #A7A7A7;
	border-right: 1px solid #4f4f12;
	display: block;
	height: 17px;
	width: 50px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 3px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #EEEEEE;
}


#ads {
	width:953px;
	background-color:#363634;
	border-right: 1px solid #333;
	border-left: 1px solid #666;
	border-top: 1px solid #666;
	border-bottom: 1px solid #333;	
	padding-top: 0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	text-align:center;
	color:#FFFFFF;
}

* html #navbar ul li a {
\height: 20px; /* for IE5 and IE6 in quirks mode */
\width: 76px; /* for IE5 and IE6 in quirks mode */
w\idth: 76px; /* for IE6 in standards mode */
}

#navbar ul li a:hover {
	border-left: 1px solid #300;
	border-right: 1px solid #413400;
	background:url('images/link-hover.jpg');
	background-repeat: repeat-x;
	color: #fff;
}

#preload {
	background:url('images/link-hover.jpg');
	display:none;
}

li#menubar_right {
	padding-top: 3px;
	width:284px;
	height: 20px;
	left: 616px;
	top: 0px;
	position: absolute;
	font-weight: Bold;
	text-align: right;
	text-decoration: none;
	font-family: Tahoma;
	color:#eee;
	font-size:10px;
}

* html li#menubar_right {
\width: 282px; /* for IE5 and IE6 in quirks mode */
w\idth: 282px; /* for IE6 in standards mode */
}

li#menubar_padright {
	border-left: 1px solid #A7A7A7;
	border-right: none;
	display: block;
	height: 17px;
	width: 3px;
	padding-top: 3px;
}

span.menubar_right-text {
	/*ugly span in div to get the text padded without messing the background*/
	padding-right:15px;
}

#mainheader {
 	margin: 0 auto;
 	width: 955px;
	background-color:#ffffff;
	height:16px;
	background-image:url('images/mainheader-divider.jpg');
	border-right: 0px;
	border-left: 0px;
	border-bottom: 1px solid #333;
}


#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;
}

#wrapcentre {
	margin: 15px 25px 0 25px;
}

#wrapfooter {
	text-align: center;
	clear: both;
}

#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: 0 25px;
}

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

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

#main_forum_wrapper {
	padding:0px;
	padding-top:0px;

}

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

.forumrules h3 {
	color: red;
}

#pageheader { }
#pagecontent { }
#pagefooter { }

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

.footer {
 clear: both;
	width:949px;
	margin: 0 auto;
	margin-top:5px;
	background-color:#363634;
	border-top: 1px solid #666;
	border-bottom: 1px solid #333;	
	padding: 3px;
	text-align:center;
	font-size:10px;
	color:#cccccc;
}

/*  Text
 --------------------- */
h1 {
	color: black;
	font-family: "Trebuchet MS", "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.1em;
	line-height: 120%;
	text-decoration: none;
}

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: black;
	font-weight: bold;
}

.rtl p.moderators {
	float: right;
}

p.linkmcp {
	margin: 0;
	float: right;
	white-space: nowrap;
	color:#CCC;
	padding-right:5px;
}

.linkmcp a {color:#CCC;}
.linkmcp a:link { color:#CCC;  }
.linkmcp a:visited {color:#CCC; }
.linkmcp a:hover {color:#FFF; } 
.linkmcp a:active { color:#FFF; }

.rtl p.linkmcp {
	float: left;
}

p.breadcrumbs {
	margin: 0;
	float: left;
	color: black;
	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 {
	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: #FFF;
	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: #CCC;
}

.postdetails {
	color: #CCC;
}

.postbody {
	font-size: 1.3em;
	line-height: 1.4em;
	font-family: "Trebuchet MS", "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: #CCC;
	font-weight: bold;
}

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

.cattitle {

}

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

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

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

.gensmall2 {
	margin: 1px 1px;
	font-size: 1em;
	color:#FFF;
}

.copyright{ 
	background: #FFF;
	font-size: 10px; 
	margin: 0 0 5px 0;
	padding: 10px;
	padding-bottom: 0px;
	text-align: right;
}

.titles {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.6em;
	text-decoration: none;
	padding:3px;
	position:relative;
	top:10px;
}

a.titles:link { color:#CCC;  }
a.titles:visited {color:#CCC; }
a.titles:hover {color:#FFF; } 
a.titles:active { color:#FFF; }

.error {
	color: red;
}


/* Tables
 ------------ */

th {
	height: 23px; 
	color: #363433;
	font-size: 10px;
	font-weight : bold; 
	background-color: #FFFFFF;
	background-image: url('./images/subtitle.gif');
	white-space: nowrap;
	padding: 0px 10px 0px 10px;

}

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

.tablebg {
	background-color: #363634;
	margin:0px;
	padding:0px;

border-collapse: separate;
border-spacing: 0px
}

.tablebg-post {
	background-color: #363634;
	margin:0px;
	padding:0px;
border-collapse: separate;
border-spacing: 0px;
border-bottom: 0;
}

.tablebg-post th {
	border-left: 1px solid #AAA;
border-collapse: collapse;
border-spacing: 0px
}

td.postborder {
	border-left: 1px solid #666;
	border-bottom: 1px solid #666;
}

.tablebg2 {
	background-color: #414141;
		border-right: 1px solid #333;
	border-left: 1px solid #666;
	border-top: 1px solid #666;
	border-bottom: 1px solid #333;
}

.catdiv {
	height: 26px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	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: 26px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: #414141;
	text-indent: 4px;
	border-top: 1px solid #666;
}

.catmain {
	background-color:#414141;
		border-right: 1px solid #333;
	border-left: 1px solid #666;
	border-top: 1px solid #666;
	border-bottom: 1px solid #333;
}

.cattext {
	text-align:left;
	font-size:13px;
	font-weight:bold;
	text-decoration: none;
	padding:7px 0px 6px 5px;
	color: #434343;
}

.cattext a:link {  }
.cattext a:visited {}
.cattext a:hover {}
.cattext a:active { }

.row1 {
	background-color: #363634;
	padding: 4px;
	border-right: 1px solid #333;
	border-left: 1px solid #666;
	border-top: 1px solid #666;
	border-bottom: 1px solid #333;
	margin: 0px;
border-collapse: separate;
border-spacing: 0px	
}

.row2 {
	background-color: #3f3f3f;
	padding: 4px;
	border-right: 1px solid #333;
	border-left: 1px solid #666;
	border-top: 1px solid #666;
	border-bottom: 1px solid #333;
	margin: 0px;
	border-collapse: separate;
border-spacing: 0px	
}

.row3 {
	background-color: #464646;
	padding: 4px;
	border-right: 1px solid #333;
	border-left: 1px solid #666;
	border-top: 1px solid #666;
	border-bottom: 1px solid #333;
	margin: 0px;	
	border-collapse: separate;
border-spacing: 0px
}

.spacer {
	background-color: #CCC;
border-top: 1px solid #333;
}

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

.legend {
	text-align:center;
	margin: 0 auto;
	color:#FFF;
}

/* Links
 ------------ */
a:link,
a:visited,
a:active{
	background: transparent;
	color: #CCC;
	text-decoration: underline;
}

a:hover{
	background: transparent;
	color: #CCC;
	text-decoration: none;
}

a.forumlink {
	color: #CCC;
	font-weight: bold;
	font-family: Verdana, Tahoma, Arial, "Trebuchet MS", Sans-Serif, Georgia, Courier, "Times New Roman", Serif;
	font-size: 1.2em;
}

a.topictitle {
	margin: 1px 0;
	font-family: Verdana, Tahoma, Arial, "Trebuchet MS", Sans-Serif, Georgia, Courier, "Times New Roman", Serif;
	font-weight: bold;
	font-size: 1.2em;
	text-decoration:none;
}

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

th a:hover {
	color: #EF463C;
	text-decoration: underline;
}


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

input {
	color: #333333;
	font-family: Verdana, Tahoma, Arial, "Trebuchet MS", Sans-Serif, Georgia, Courier, "Times New Roman", 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: Verdana, Tahoma, Arial, "Trebuchet MS", Sans-Serif, Georgia, Courier, "Times New Roman", 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: Verdana, Tahoma, Arial, "Trebuchet MS", Sans-Serif, Georgia, Courier, "Times New Roman", 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;
}

.btnbbcode {
	color: #000000;
	font-weight: normal;
	font-size: 1.1em;
	font-family: Verdana, Tahoma, Arial, "Trebuchet MS", Sans-Serif, Georgia, Courier, "Times New Roman", Serif;
	background-color: #EFEFEF;
	border: 1px solid #666666;
}

.btnmain {
	font-weight: bold;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnlite {
	font-weight: normal;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnfile {
	font-weight: normal;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	padding: 1px 5px;
	font-size: 1.1em;
}

.helpline {
	background-color: #DEE3E7;
	border-style: none;
}


/* BBCode
 ------------ */
.quotetitle, .attachtitle {
	background: #E6E6E6 url('./images/css_img_quote.gif') no-repeat right;
	border: 1px dotted #636363;
	border-bottom: 0;
	color: #555555;
	font-weight: bold;
	font-size: 10px;
	margin: 2px auto 0 auto;
	padding: 3px;
}

.quotetitle .quotetitle {
	font-size: 10px;
}

.quotecontent, .attachcontent {
	background: #f9f9f9;
	border: 1px dotted #636363;
	border-top: 0;
	color: #434343;
	padding: 4px;
	margin: 0 auto 0 auto;
}

.attachcontent {
	font-size: 10px;
}

.codetitle {
	background: #d50909 url('./images/css_img_code.gif') no-repeat right;
	color: #FFF;
	font-weight: bold;
	margin: 0 auto 0 auto;
	padding: 3px;
}

.codecontent {
	background: #F9F9F9;
	border: 1px dotted #636363;
	color: #434343;
	margin: 0 auto 0 auto;
	padding: 2px;
}

.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: black;
	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: bold;
}

/*Custom */

#header {
	position: relative;
	left: 0;
	top: 0;
	/*height: 260px;*/
}

#logo {	
	border: 0px;
	width: 955px;
	background-image:url('./images/tg_headerb_01.jpeg');
	height: 130px;
	margin: 0 auto;
}

#top_menu {
	/*position: absolute;
	right: 0;
	top: 130px;*/
	text-align: right;
	width:955px;
}


#menu {
	background: #909090;
	width: 955px;
	height: 23px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #333;
	color:#cccccc;
	font-size:11px;
	font-family: Tahoma, Arial, sans-serif;
}

div.item {padding-top:0.6em;}

#top_menu a, 
#top_menu a:link, 
#top_menu a:visited {
	color:#666;
	padding-left: 5px;
	padding-right:5px;
	text-decoration: none;
	font-weight: normal;
	text-transform: lowercase;
}

#top_menu a:hover, 
#top_menu a.active {
	text-decoration: underline;
}

#top_menu ul, 
#top_menu li, 
#menu ul, 
#menu li {
	list-style-type:none;
	list-style-image:none;
	padding: 0;
	margin: 0;
}



#top_menu li {
	float:right;
}



#menu ul {
	height: 23px;
} 



#menu ul li {
	float:left;
	height: 23px;
	line-height:23px;
	background: url('./images/menu_bg.gif') right top no-repeat;
}

#menu ul li a, 
#menu ul li a:link, 
#menu ul li a:visited {
	color: #fff;
	font-size: 10px;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
	text-transform: uppercase;
}

#menu ul li:hover, 
#menu ul li.over, 
#menu ul li#current {
	background:black url('./images/menu_bg.gif') right top no-repeat;
}

.borderwrap,
.borderwrapm{ /* this will affect the outlining border of all the tables and boxes through-out the skin. */
	background: #e3e3e3;
	border: 0px solid #072A66;
	padding: 0px; 
	margin: 0px; 
}

.borderwrapm{
	margin: 5px;
}

.borderwrap h3,

.maintitle,
.maintitlecollapse{
	background: #FFF;
	border: 0px solid #FFF;
	border-bottom: 0px solid #5176B5;
	color: #434343; 
	font-size: 12px;
	font-weight: bold; 
	margin: 0px;
	padding: 8px;
	padding-left: 0px;
}

.maintitle td {
	color: #000; 
	font-size: 12px;
	font-weight: bold;
}


.maintitlecollapse{
	border: 0px solid #FFF;
}

.maintitle p,
.maintitlecollapse p,
.formsubtitle p{
	background: transparent !important;
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.maintitle p.expand,
.maintitle p.goto,
.maintitlecollapse p.expand,
.formsubtitle p.members{
	float: right;
	width: auto !important;
}

.maintitle a:link, 
.maintitle a:visited,
.maintitlecollapse a:link, 
.maintitlecollapse a:visited{ 
	background: transparent;
	color: #434343;
	text-decoration: none; 
}

.maintitle a:hover, 
.maintitle a:active,
.maintitlecollapse a:hover, 
.maintitlecollapse a:active{ 
	background: transparent;
	color: #434343;
}

#ipbwrapper{ 
	margin: 0px auto 0px auto; /* centers the box, no matter the overall width, also applies a 20px gap at the top and bottom of the board */
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left; /* re_aligns text to left second part of two part MSIE centering workaround */
	/* EDIT THIS TO CHANGE THE WIDTH OF THE BOARD -> 960px is a common fixed resolution size */
	width: 955px;
 	border-left: 1px solid #000000;
 	border-top: 0;
 	background-color:#000000;
	background-image:url('images/main_bg.jpg');
	background-repeat:repeat-y;
	border-right: 1px solid #000000;	
	border-bottom: 1px solid #000;
	padding:0px;
}

#userlinks,
#userlinksguest{ 
	background-color:#414141;
		border-right: 1px solid #333;
	border-left: 1px solid #666;
	border-top: 1px solid #666;
	border-bottom: 1px solid #333;
	margin: 0;
	padding: 0 5px 0 5px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #333;
	color:#ccc;
}

#userlinks p,
#userlinksguest p{
	background: transparent !important;
	border: 0 !important;
	font-size: 10px;
	font-weight: bold; 
	letter-spacing: 1px;
	margin: 0 !important;
	padding: 7px 0 7px 0; 
	text-align: right;
}

#userlinks p,
#userlinksguest p{
	font-weight: normal;
	letter-spacing: 0;
}

#userlinksguest p.pcen{
	text-align: center;
}

#userlinks p.home,
#userlinksguest p.home{
	float: left;
}

.newslink{
	background: #FFF;
	border-bottom: 1px solid #e3e3e3;
	margin: 0;
	width: 100%;
}

.newslink td{
	color: #363433;
	font-size: 10px;
	padding: 5px 5px 5px 10px;
}

.newslink span{
	background: transparent;
	color: #595858;
	font-style: italic;
	font-weight: normal;
}

.newslink input{
	background: #FFF;
	border: 1px solid #e3e3e3;
	color: #363433;
	font-size: 10px;
	padding: 3px;
	vertical-align: middle;
	width: auto;
}

.newslink input.button{
	background: transparent;
	border: 0;
	color: #072A66;
	vertical-align: middle;
}

.fieldwrap{
	background: #F9F9F9;
	border: 1px solid #CCC;
	border-top: 0;
	margin: 5px;
	padding: 0;
	text-align: left;
}

.fieldwrap h4{
	background: #EEE;
	border: 1px solid #CCC;
	border-left: 0;
	border-right: 0;
	color: #444; 
	font-size: 12px;
	font-weight: bold; 
	margin: 0;
	padding: 5px;
}

.activeusers{
	background-color: #414141;
	border-right: 1px solid #333;
	border-left: 1px solid #666;
	border-top: 1px solid #666;
	border-bottom: 1px solid #333;
	color: #CCC;
	margin: 0px;
	padding: 1px;
}

.activeuserposting a:link,
.activeuserposting a:visited,
.activeuserposting a:active,
.activeuserposting
{
 
}

.icons { 
 width:100% 
color: #CCC;
}

table.icons,
tr.icons,
td.icons
{ /* required for text in tables, because tables do not inherit from body */
	color: #CCC;
	font-size: 11px;
	line-height: 135%;
 	background-color: #3f3f3f;
	padding: 4px;
	margin: 0px;
	border-collapse: seperate;
	border-spacing: 0px	
}

.icons td,
.divpad{ /* gives all tables faux cellpadding of 5px */
	padding: 5px;
}

td.nopad{ /* allows some tables to have no padding on the td */
	padding: 0;
}

/* Safari... */
th
{
	text-align: left;
}
