/* 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: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #a0a0a0;
	background: #000000;
	font-size: 10px;
	margin: 0;
	padding: 5px;
}
p.searchbar {
	padding: 2px 0;
	white-space: nowrap;
}
img {
	border: none;
}
hr	{ height: 0px; border: solid #454545 0px; border-top-width: 1px;}

/* Links
 ------------ */
a {
	color: #848484;
	text-decoration: none;
}

a:active,
a:visited {
	color: #848484;
	text-decoration: none;
}

a:hover {
	color: #CAA715;
	text-decoration: underline;
}
/* Header and logo */
#maintable {
    margin: 0 auto;
}
#contentrow { background: #222222 url(images/content_top.gif) top left repeat-x; padding: 0; }
#contentrow1 { background: url(images/content_bot.gif) bottom left repeat-x; padding: 0; }
#content1 { background: url(images/content_left.gif) top left repeat-y; }
#content2 { background: url(images/content_right.gif) top right repeat-y; }
#content-left { background: url(images/content_bot_left.gif) bottom left no-repeat; text-align: left; padding: 0; }
#content-right { background: url(images/content_bot_right.gif) bottom right no-repeat; text-align: right; padding: 0; }
#content-mid { padding: 7px 3px; }

p.searchbar {
	padding: 2px 0;
	white-space: nowrap;
}


/* Content and tables */
.tablebg {
	border: solid 1px #545454; 
	background-color: #000;
}
.block-start .tablebg, .block-start .tablebg .block-start .tablebg { 
    border-top-width: 0; 
    border-bottom-width: 0; 
}
.block-start .tablebg .tablebg { 
    border-top-width: 1px; 
    border-bottom-width: 1px; 
}


/* Content and tables */
.tablebg {
	border: solid 1px #545454; 
	background-color: #000;
}
.block-start .tablebg, .block-start .tablebg .block-start .tablebg { 
    border-top-width: 0; 
    border-bottom-width: 0; 
}
.block-start .tablebg .tablebg { 
    border-top-width: 1px; 
    border-bottom-width: 1px; 
}

.row1, .row2, .row3, .legend, .forumrules, tr.row1 .row, tr.row2 .row, tr.row3 .row, .postbottom {
	background: #1A1A1A url(images/cell.gif) top left repeat-x;
	border: solid 1px #393939;
	padding: 4px;
}
.row1x {
	background: #1A1A1A url(images/cell.gif) top left repeat-x;
	border: solid 1px #e72d32;
	padding: 4px;
}
th {
	color: #6A6A6A; 
	font-size: 11px; 
	font-weight: bold;
	background: #2C2C2C url(images/th.gif) top left repeat-x;
	border: solid 1px #393939;
	padding: 0 5px;
	text-align: left;
	height: 26px;
}
th a, th a:visited {
	color: #6A6A6A !important;
	text-decoration: underline;
}
th a:hover {
	color: #7E7E7E;
	text-decoration: underline;
}

.lista td {
	color: #6A6A6A; 
	font-size: 11px; 
	font-weight: bold;
	background: #2C2C2C url(images/th.gif) top left repeat-x;
	border: solid 1px #393939;
	padding: 0 5px;
	text-align: left;
	height: 26px;
}
.lista td a, .lista td a:visited {
	color: #6A6A6A !important;
	text-decoration: underline;
}
.lista td a:hover {
	color: #7E7E7E;
	text-decoration: underline;
}

td {
	padding: 2px;
}
td.profile {
	padding: 4px;
}
.catdiv, .cat, .cathead {
	height: 24px;
	padding: 0 3px;
	background: #1A1A1A url(images/cathead.gif) top left repeat-x;
	border: solid 1px #393939;
}

.cat, .cathead {
	text-indent: 4px;
}


/* Table header */
caption, .cap-div { 
	margin: 0; 
	padding: 0;
	background: url(images/hdr_mid.gif) top left repeat-x;
	white-space: nowrap;
	height: 27px;
	text-align: center;
}
.cap-left {
	background: url(images/hdr_left.gif) top left no-repeat;
}
.cap-right {
	background: url(images/hdr_right.gif) top right no-repeat;
	padding-top: 6px;
	height: 21px;
}
caption, caption h1, caption h2, caption h3, caption h4, caption span,
.cap-div, .cap-div h1, .cap-div h2, .cap-div h3, .cap-div h4, .cap-div span { 
	font-size: 12px;
	font-weight: bold;
	color: #c4c4c4;
}
caption h1, caption h2, caption h3, caption h4, caption span,
.cap-div h1, .cap-div h2, .cap-div h3, .cap-div h4, .cap-div span { 
	display: inline;
}
caption a, caption a:visited, .cap-div a, .cap-div a:visited {
	color: #c4c4c4;
	text-decoration: underline;
}
caption a:hover, .cap-div a:hover {
	color: #dcdcdc;
	text-decoration: underline;
}

.block-start { background: url(images/ftr_mid.gif) bottom left repeat-x; }
.block-end-left { background: url(images/ftr_left.gif) top left no-repeat; }
.block-end-right { background: url(images/ftr_right.gif) top right no-repeat; }
.block-end-left, .block-end-right { height: 4px; overflow: hidden; padding: 0; }

/* Footer */
#wrapfooter {
	text-align: center;
	color: #8a8a8a;
	padding-top: 10px;
}

.copyright {
	color: #8a8a8a;
	font-weight: normal;
	font-size: 9px;
	line-height: 1.2em;
}
.copyright a, .copyright a:visited {
	color: #8a8a8a;
	text-decoration: none;
}
.copyright a:hover { color: #aaa; }


/* Breadcrumbs */
.breadcrumb { background-color: #000; }
.breadcrumb .row1 { 
    background: #1A1A1A;
}
p.breadcrumbs {
	margin: 0;
	padding: 0;
	float: left;
	color: #a0a0a0;
	font-weight: bold;
	white-space: normal;
	font-size: 1em;
}
.rtl p.breadcrumbs {
	float: right;
}

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

.rtl p.datetime {
	float: left;
}
.legend {
	text-align: center;
	margin: 0 auto;
	padding: 2px;
}
a.pg_border_link {
font-size: 10px;
text-decoration: none;
color: #000000;
border: 1px solid #999999;
background-color: #ffffff;
padding: 2px;
}

a.pg_border_link:hover {
font-size: 10px;
text-decoration: none;
color: #000000;
border: 1px solid #999999;
background-color: #FFCC00;
padding: 2px;
}

.pg_border_link_selected {
font-size: 10px;
text-decoration: none;
color: #000000;
border: 1px solid #999999;
background-color: #F5F7FA;
padding: 2px;
}

h1 {
	font: bold 12px Verdana;
	color: #c4c4c4;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	display: inline;
}
h2 {
	font: bold 12px Verdana;
	color: #c4c4c4;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	display: inline;
}
h3 {
	font: bold 12px Verdana;
	color: #c4c4c4;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	display: inline;
}
textarea, select, input {
	font-weight: normal;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	color: #a0a0a0;
	border: 1px solid #545454;
	background-color: #232323;
}
input {
	font-size: 1.1em;
	padding: 1px;
}
textarea {
	font-size: 1.3em; 
	line-height: 1.4em;
	padding: 2px;
}
select {
	font-size: 1.1em;
	padding: 1px;
}

option {
	padding: 0 1em 0 0;
}
* html textarea, * html select, * html .post, * html .btnmain, * html .btnlite, * html .btnfile {
}
* html .cat .btnmain, * html .cat .btnlite {
}
textarea:hover, select:hover, input:hover {
	border-color: #838383;
}
