/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		twilightBB
	Author:		Daniel St. Jules ( http://www.gamexe.net/ )
    --------------------------------------------------------------
*/

/* Layout
 ------------ */
* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

.right { float: right; }

.clear { clear: all; }

/* Popup Layer on New PMs */
#pm-popup {
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 2;
	width: 400px;
	text-align: center;
	margin-left: -200px;
	margin-top: -100px;
	border: 1px solid #d7e0e4;
	padding: 10px;
}

#main-block {
	width: 100%;
	background-color: white;
}
/* Popup Layer on New PMs end */

html, body {
	margin: 0;
	padding: 0;
	text-align: center;
	height: 100%;
	background: #252525;
	font-size: 100%;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #7C7C7C;
	font-size: 10px;
}

#container {
	height: 100%;
	background: #1C1C1C;
	width: 97%;
	text-align: left;
	border: 0;
	padding: 0;
	margin: 0 auto;
	min-width: 900px;
}

#banner {
	background: url('./styles/tdhack_twilightBB/theme/images/header.jpg') top center no-repeat; 
	height: 99px;
	text-align: center;
}

#header {
	background: url('./styles/tdhack_twilightBB/theme/images/top_bg.jpg') top center no-repeat; 
	height: 134px;
	text-align: center;
}

#bgleft { width: 53px; background: #252525 url('./styles/tdhack_twilightBB/theme/images/bg_left.gif') top right repeat-y;}
#bgright { width: 53px; background: #252525 url('./styles/tdhack_twilightBB/theme/images/bg_right.gif') top left repeat-y; }

#wrapper { margin: 0; background: url('./styles/tdhack_twilightBB/theme/images/top.gif') top repeat-x; padding: 0; }

#middle { padding: 0; margin: 0; }

#ct { margin: 0 6px 0 6px; background: #111111 url('./styles/tdhack_twilightBB/theme/images/ct.gif') top repeat-x; }
#ct2 { background: url('./styles/tdhack_twilightBB/theme/images/ct2.gif') top center no-repeat; }
#ctl { background: url('./styles/tdhack_twilightBB/theme/images/ctl.gif') top left no-repeat; }
#ctr { background: url('./styles/tdhack_twilightBB/theme/images/ctr.gif') top right no-repeat; }
#cb { background: url('./styles/tdhack_twilightBB/theme/images/cb.gif') bottom repeat-x }
#cbl { background: url('./styles/tdhack_twilightBB/theme/images/cbl.gif') bottom left no-repeat; }
#cbr { background: url('./styles/tdhack_twilightBB/theme/images/cbr.gif') bottom right no-repeat; padding: 10px 10px 0 10px; }

#logo {
display: block;
width: 100%;
}

#topnav {
	height: 39px;
	padding-top: 4px;
}

#wrapfooter {
	text-align: center;
	clear: both;
}

#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: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.forumrules h3 {
	color: red;
}

.clear { clear: all; }

/* Navigation
 --------------------- */

#menu { 
    padding: 23px 0 0 15px;
	float: left; 
	display: block; 
	width: 97%; 
	height: 38px;
	margin: 0 10px 0 10px;
}
/*
.faq, .ucp, .members, .search, .nonewpms, .newpms, .mcp { 
	float: left; 
	display: block; 
	width: 107px; 
	height: 50px;
	margin: 0 10px 0 10px;
}
*/
/* hide from mac \*/
* html img, * html .faq, * html .ucp, * html .members, * html .search, * html .nonewpms, * html .newpms, * html .mcp {behavior: url(./styles/tdhack_twilightBB/template/iepngfix.htc);}
/* end hide */
/*
.faq { 
	background: url("./styles/tdhack_twilightBB/imageset//faq.png") 0 0 no-repeat;
}

.ucp { 
	background: url("./styles/tdhack_twilightBB/imageset//ucp.png") 0 0 no-repeat;
}

.members { 
	background: url("./styles/tdhack_twilightBB/imageset//members.png") 0 0 no-repeat;
}

.search { 
	background: url("./styles/tdhack_twilightBB/imageset//search.png") 0 0 no-repeat;
}

.nonewpms { 
	background: url("./styles/tdhack_twilightBB/imageset//nonewpms.png") 0 0 no-repeat;
}

.newpms { 
	background: url("./styles/tdhack_twilightBB/imageset//newpms.png") 0 0 no-repeat;
}

.mcp { 
	background: url("./styles/tdhack_twilightBB/imageset//mcp.png") 0 0 no-repeat;
}

.faq span, .ucp span, .members span, .search span, .nonewpms span, .newpms span, .mcp span {
	display: none; text-indent: -5000px;
}*/

.faq:hover, .ucp:hover, .members:hover, .search:hover, .nonewpms:hover, .newpms:hover, .mcp:hover {
	background-position: 0 -50px;
}

#crumbs {
	height: 45px;
	padding: 6px 27px 0 27px;
	text-align: left;
}

.breadcrumbs {
	padding-top: 16px;
	font-weight: bold;
}

ul.breadcrumbs li {
	list-style-type: none;
}

.breadcrumbs a:link, .breadcrumbs a:visited, .breadcrumbs a:hover{
	color: #585858;
	text-decoration: none;
}

.toplogin {
	float: right;
	width: 270px;
}

/* hide from mac \*/
* html #navlist { position: relative; top: -3px;}
/* end hide */

#navlist li {
	display:inline;
	padding: 0 5px 0 5px;
}

#navlist {
	font-size: 12px;
	text-align:center;
}

#navlist a {
	padding: 0 4px 3px 4px;
	color: #FC9049;
}

#navlist a:hover {
	background: url("./styles/tdhack_twilightBB/theme/images/log_hover.gif") top repeat-x;
	text-decoration: none;
	color: #FC9049;
}

/* Round cornered boxes and backgrounds
 --------------------------------------------------------- */

.br { padding-bottom: 55px; }

.navbar {
	background-color: #D7D7C2;
	padding: 10px 20px 10px 5px;
	margin-bottom: 15px;
	display: block;
}

ul.linklist li {
	list-style-type: none;
}

/*  Text
 --------------------- */
h1 {
	color: black;
	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%;
}

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;
}

.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 {
	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:link, .postreported a:visited, .postreported a:hover, .postreported a:active {
	margin: 1px 0;
	color: #BBBBBB;
	font-weight:bold;
}

.postapprove, .postapprove a:link, .postapprove a:visited, .postapprove a:hover, .postapprove a:active {
	color: green;
	font-weight:bold;
}

.postapprove img, .postreported img {
	vertical-align: bottom;
}

.postauthor {
	color: #6E6E6E;
}

.postdetails {
	color: #6E6E6E;
}

.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: #FDB98D;
}

.nav {
	margin: 0;
	color: #7C7C7C;
	font-weight: bold;
}

.pagination {
	padding: 4px;
	font-size: 9px;
	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;
}

.acp {
	font-size: 1em;
	text-align: center;
}

.copyright {
	color: #4D4D4D;
	font-weight: normal;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.copyright a:link, .copyright a:visited {
	color: #717171;
}

.copyright a:hover {
	color: #C3C3C3;
}

.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: #FC9049;
	font-size: 1.1em;
	font-weight: bold;
	background: url('./styles/tdhack_twilightBB/theme/images/cellpic3.gif') top repeat-x;
	white-space: nowrap;
	padding: 0 5px;
	height: 29px;
}

td {
	padding: 2px;
}
td.profile {
	padding: 4px;
}

.tablebg {
	background-color: #111111;
}

.catdiv {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background: url('./styles/tdhack_twilightBB/theme/images/cellpic3.gif') top repeat-x;
}
.rtl .catdiv {
	background: url('./styles/tdhack_twilightBB/theme/images/cellpic3.gif') top repeat-x;
}

.cat {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background: #171717 url('./styles/tdhack_twilightBB/theme/images/cellpic1.gif') repeat-x;
	text-indent: 4px;
	border-bottom: 1px #2D2D2D solid;
}

.row1 {
	background: #222222 url('./styles/tdhack_twilightBB/theme/images/row1.gif') top right repeat-x;
	padding: 4px;
	border-left: 1px #404040 solid;
	border-top: 1px #444444 solid;
}

.row2 {
	background: #222222 url('./styles/tdhack_twilightBB/theme/images/row1.gif') top right repeat-x;
	padding: 4px;
	border-left: 1px #404040 solid;
	border-top: 1px #444444 solid;
}

.row3 {
	background: #222222 url('./styles/tdhack_twilightBB/theme/images/row1.gif') top right repeat-x;
	padding: 4px;
	border-left: 1px #404040 solid;
	border-top: 1px #444444 solid;
}

.row_h {
	background: #222222 url('./styles/tdhack_twilightBB/theme/images/row2.gif') top left no-repeat;
	padding: 4px;
	border-left: 1px #404040 solid;
	border-top: 1px #444444 solid;
}

.spacer {
	background: #444444 url('./styles/tdhack_twilightBB/theme/images/space.gif') repeat-x;
}

hr {
	height: 1px;
	border-width: 0;
	background-color: #444444;
	color: #444444;
}

.legend {
	text-align:center;
	margin: 0 auto;
}

/* Links
 ------------ */
a:link	{ color: #A1A1A1; text-decoration: none; }
a:visited	{ color: #A1A1A1; text-decoration: none; }
a:hover	{ color: #C3C3C3; text-decoration: none; }
a:active	{ color: #A1A1A1; text-decoration: none; }

a.forumlink {
	font-weight: bold;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
}

a.topictitle, a.topictitle:visited {
	margin: 1px 0;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
}

th a,
th a:visited {
	color: #FC9049 !important;
	text-decoration: none;
}

th a:hover {
	text-decoration: none;
}


/* Form Elements
 ------------ */
form {
	margin: 0;
	padding: 0;
	border: 0;
}

input {
	background: #2A2A2A url("./styles/tdhack_twilightBB/theme/images/input.gif") top repeat-x;
	color: #7C7C7C;
	font-size: 11px;
	font-weight: normal;
	padding: 2px;
	border: 1px solid #040404;
	vertical-align: middle;
}

input:hover, input:focus {
	background: #3C3C3C url("./styles/tdhack_twilightBB/theme/images/input.gif") repeat-x;
	background-position: 0 -41px;
}

textarea {
	background: #252525 url("./styles/tdhack_twilightBB/theme/images/textarea.gif") top repeat-x;
	color: #7C7C7C;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.3em; 
	line-height: 1.4em;
	font-weight: normal;
	border: 1px solid #040404;
	padding: 2px;
	vertical-align: middle;
}

select {
	color: #7C7C7C;
	background-color: #2A2A2A;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	border: 1px solid #040404;
	padding: 1px;
	vertical-align: middle;
}

option {
	padding: 0 1em 0 0;
	vertical-align: middle;
}

option.disabled-option {
	color: graytext;
}

.rtl option {
	padding: 0 0 0 1em;
	vertical-align: middle;
}

input.radio {
	border: none;
	background: none;
	vertical-align: middle;
}

.post {
	background-color: white;
	border-style: solid;
	border-width: 1px;
}

.btnbbcode {
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
}

.btnmain {
	font-weight: bold;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnlite {
	font-weight: normal;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnfile {
	font-weight: normal;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnmain, .btnlite, .btnfile {
	background: url("./styles/tdhack_twilightBB/theme/images/submit.gif") top repeat-x;
}

.btnmain:hover, .btnmain:focus, .btnlite:hover, .btnlite:focus, .btnfile:hover, .btnfile:focus {
	background: url("./styles/tdhack_twilightBB/theme/images/submit.gif") top repeat-x;
	background-position: 0 -41px;
}

.btnbbcode {
	background: #AFAFAF url("./styles/tdhack_twilightBB/theme/images/bbcode.gif") top repeat-x;
	color: #2F2F2F;
	border: 1px #222222 solid;
}

.btnbbcode:hover, .btnbbcode:focus {
	background: #C1C1C1 url("./styles/tdhack_twilightBB/theme/images/bbcode.gif") top repeat-x;
	background-position: 0 -41px;
	color: #222222;
}

.helpline, .helpline:hover, .helpline:focus  {
	background: transparent;
	border-style: none;
}


/* BBCode
 ------------ */
.quotetitle, .attachtitle {
	margin: 10px 5px 0 5px;
	padding: 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #111111;
	color: #4C4C4C;
	font-size: 0.85em;
	font-weight: bold;
	background: url("./styles/tdhack_twilightBB/theme/images/cellpic1.gif") top repeat-x;
}

.quotetitle .quotetitle {
	font-size: 1em;
}

.quotecontent, .attachcontent {
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #111111;
	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: #252525 url("./styles/tdhack_twilightBB/theme/images/textarea.gif") top repeat-x;
	color: #808080;
}

.attachcontent {
	font-size: 0.85em;
}

.codetitle {
	margin: 10px 5px 0 5px;
	padding: 2px 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	color: #4C4C4C;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	border-color: #111111;
	background: url("./styles/tdhack_twilightBB/theme/images/cellpic1.gif") top repeat-x;
}

.codecontent {
	direction: ltr;
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #111111;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	color: #F47230;
	font-size: 0.85em;
	font-family: Monaco, 'Courier New', monospace;
	background: #252525 url("./styles/tdhack_twilightBB/theme/images/textarea.gif") top repeat-x;
}

.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;
}

/* Buttons
 --------------- */

a.fontsize {
	display: block;
	overflow: hidden;
	height: 18px;
	text-indent: -5000px;
	text-align: left;
	background-repeat: no-repeat;
	background-image: url("./styles/tdhack_twilightBB/theme/images/icon_fontsize.gif");
	background-position: 0 -1px;
	width: 29px;
	position: absolute;
	top: 6px;
	left: 0px;
}

a.fontsize:hover {
	background-position: 0 -20px;
	text-decoration: none;
}

.reply-icon	{ 
	float: left; display: block; width: 83px; height: 22px;
	background: url("") 0 0 no-repeat;
	margin-right: 10px;
}
.post-icon	{ 
	float: left; display: block; width: 83px; height: 22px;
	background: url("") 0 0 no-repeat;
	margin-right: 10px;
}
.locked-icon { 
	float: left; display: block; width: 83px; height: 22px;
	background: url("") 0 0 no-repeat;
	margin-right: 10px;
}
.pmreply-icon { 
	float: left; display: block; width: 77px; height: 23px;
	background: url("./styles/tdhack_twilightBB/imageset//pmreply.png") 0 0 no-repeat;
	margin-right: 10px;
}

.reply-icon span, .post-icon span, .locked-icon span, .pmreply-icon span {
	display: none; text-indent: -5000px;
}

.reply-icon:hover, .post-icon:hover {
	background-position: 0 -22px;
}

/* 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;
}

/*  
    --------------------------------------------------------------
* @name portal_adds.css
* @package phpBB3 Portal XL 5.0
* @version $Id: stylesheet.css,v 1.9 2008/02/24 15:26:32 damysterious Exp $
*
* @copyright (c) 2007, 2008  Portal XL Group
* @license http://opensource.org/licenses/gpl-license.php GNU Public License 
    --------------------------------------------------------------
*/
div#toolTip {
	position: absolute;
	z-index: 1000;
	width: auto;
	background: #FFFFF0;
	border: 1px solid black;
	text-align: center;
	padding: 5px;
	min-height: 1em;
}

div#toolTip p {
	margin: 0px;
	padding: 0px;
	color: #000080;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

div#portal_container{
	border: 0px solid #ccc;
}

.acronym {
  font-style: italic;
  border-bottom: 1px #BD5121 dashed ;
  color: #459B37;
  cursor: help;
}

.bg1	{ background-color: #ECF3F7; }
.bg2	{ background-color: #e1ebf2;  }
.bg3	{ background-color: #cadceb; }
.bg4	{ background-color: #8DB8DE; }

/* Table styles RSSfeeds
----------------------------------------*/
table.tableRSS td:hover {
	color: #000000;
}

table.tableRSS td p {
	padding: 1px;
	color: #666666;
	font-size: 1.0em;
}

h3 {
	font-size: 1.1em;
	color: #989898;
	margin-top: 10px;
}

/* Table styles news
----------------------------------------*/
table.table2 td:hover {
	color: #000000;
}
/*
table.table2{
	border-top: 2px solid #FFFFCC;
	border-bottom: 2px solid #FFFFCC;
	border-left: 2px solid #FFFFCC;
	border-right: 2px solid #FFFFCC;
}
*/
table.table2 td {
	padding: 5px;
	color: #666666;
	font-size: 1.0em;
}

/* Table styles announcements
----------------------------------------*/
table.table3 td:hover {
	color: #000000;
}
/*
table.table3{
	border-top: 2px solid #ECD5D8;
	border-bottom: 2px solid #ECD5D8;
	border-left: 2px solid #ECD5D8;
	border-right: 2px solid #ECD5D8;
}
*/
table.table3 td {
	padding: 5px;
	color: #6a6a6a;
	font-size: 1.0em;
}

/* Table styles quotes
----------------------------------------*/
table.table4 tr:hover, table.table4 td:hover {
	background-color: #FFD3A6;
	color: #000000;
}

table.table4 td tr{
	padding: 5px;
	color: #6a6a6a;
	font-size: 1.0em;
	background-color: #FFD3A6;
}

/* Table styles center announcement/recent hot/recent block
----------------------------------------*/
table.table5 tr:hover, table.table5 td:hover {
	background-color: #FFFFCE;
	color: #000000;
}

table.table5 td {
	padding: 5px;
	color: #6a6a6a;
	font-size: 1.0em;
	background-color: #FFFFCE;
}

/* Table styles center announcement/recent hot/recent block
----------------------------------------*/
table.table6 tr:hover, table.table6 td:hover {
	background-color: #E4F4D5;
	color: #000000;
}

table.table6 td tr{
	padding: 5px;
	color: #6a6a6a;
	font-size: 1.0em;	
	background-color: #E4F4D5;
}

/* TDHACK ADDON */
.tdhack_validation_table_red {
border-top-width: thin;
border-top-style: solid;
border-right-width: thin;
border-right-style: solid;
border-bottom-width: thin;
border-bottom-style: solid;
border-left-width: thin;
border-left-style: solid;
border-top-color: lightred;
border-left-color: lightred;
border-bottom-color: lightred;
border-right-color: lightred; 
width: 25%;
text-align: center;
margin-left:auto;
margin-right:auto;
border-spacing: 0;
}

.tdhack_validation_table_green {
border-top-width: thin; 
border-top-style: solid;
border-right-width: thin; 
border-right-style: solid;
border-bottom-width: thin;
border-bottom-style: solid;
border-left-width: thin;
border-left-style: solid;
border-top-color: lightgreen;
border-left-color: lightgreen;
border-bottom-color: lightgreen;
border-right-color: lightgreen;
width: 25%;
text-align: center;
margin-left:auto;
margin-right:auto;
border-spacing: 0;
}

.tdhack_validation_bg_red {
background-color: red;
}

.tdhack_validation_bg_green {
background-color: green;
}

.tdhack_validation_background{
background-color: black;
}

.tdhack_btnmain {
	font-weight: bold;
	cursor: pointer;
	padding: 1px 5px;
	background-color : #638376;
	color : #111111;
	font-size: 8px; font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image : url(images/buttonbg.gif);
	background-repeat: repeat;
	border-top: 1px solid #878787;
	border-left: 1px solid #878787;
	border-bottom: 1px solid #0D1010;
	border-right: 1px solid #0D1010;
}

.tdhack_upload_table {
border-top-width: thin;
border-top-style: solid;
border-right-width: thin; 
border-right-style: solid;
border-bottom-width: thin; 
border-bottom-style: solid;
border-left-width: thin;
border-left-style: solid;
border-top-color: lightgrey;
border-left-color: lightgrey;
border-bottom-color: lightgrey;
border-right-color: lightgrey;
width: 25%;
text-align: center;
margin-left:auto;
margin-right:auto;
border-spacing: 0px;
outline-width: 0px;
}

.tdhack_upload_background {
background-color: black;
}

.tdhack_upl_btnmain {
	font-weight: bold;
	cursor: pointer;
	padding: 1px 5px;
	background-color : silver;
	color : #111111;
	font-size: 8px; font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image : url('styles/tdhack_twilightBB/theme/images/buttonbg.gif');
	background-repeat: repeat;
	border-top: 1px solid #878787;
	border-left: 1px solid #878787;
	border-bottom: 1px solid #0D1010;
	border-right: 1px solid #0D1010;
}

.tdhack_upl_field {
  background-color: silver;
  font-size: 8px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

p.tdhack_upload_required {
  color: red;
}

p.tdhack_validate_message {
  text-align: center;
  color: red;
}

.tdhack_upload_table_red {
border-top-width: thin;
border-top-style: solid;
border-right-width: thin;
border-right-style: solid;
border-bottom-width: thin;
border-bottom-style: solid;
border-left-width: thin;
border-left-style: solid;
border-top-color: lightred;
border-left-color: lightred;
border-bottom-color: lightred;
border-right-color: lightred;
width: 25%;
text-align: center;
margin-left:auto;
margin-right:auto;
border-spacing: 0px;
outline-width: 0px;
}

.tdhack_upload_table_green {
border-top-width: thin;
border-top-style: solid;
border-right-width: thin;
border-right-style: solid;
border-bottom-width: thin;
border-bottom-style: solid;
border-left-width: thin;
border-left-style: solid;
border-top-color: lightgreen;
border-left-color: lightgreen;
border-bottom-color: lightgreen;
border-right-color: lightgreen;
width: 25%;
text-align: center;
margin-left:auto;
margin-right:auto;
border-spacing: 0px;
outline-width: 0px;
}

.tdhack_upload_bg_red {
background-color: red;
}

.tdhack_upload_bg_green {
background-color: green;
} 

.tdhack_center_div{
text-align: center;
width: 60%;
padding: 5px;
margin: 0 auto; 
}