/* 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: #FFF;
	background: #242424 url(images/body.gif);
	font-size: 10px;
	margin: 0;
	padding: 0 5px;
}
#body-simple {
	background: #191919;
	padding: 5px;
}

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

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

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

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

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

.error, table td .error {
	color: #F0E80A;
}

.spacer {
	background: #864E4A url(images/th.gif) top left repeat-x;
}

hr	{ height: 0px; border: solid #B62723 0px; border-top-width: 1px;}

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

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

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

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

a.forumlink {
	font-weight: bold;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
}

a.topictitle {
	margin: 1px 0px;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
}

a.topictitle, .postbody a {
	color: #B62723;
}
a.topictitle:visited, .postbody a:visited {
	color: #D34B47;
}
a.topictitle:visited:hover, .postbody a:visited:hover {
	color: #B62723;
}
a.topictitle:hover, .postbody a:hover {
	color: #F0E80A;
}

/* Header and logo */
#maintable {
	border-style: solid;
	border-width: 0 1px 1px 1px;
	border-color: #000;
	margin: 0 auto;
}
#logorow {
	background: url(images/logo_bg.gif) top left repeat-x;
	text-align: center;
	padding: 0;
}

#logo-left {
	background: url(images/logo_left.jpg) top left no-repeat;
}
#logo-right {
	background: url(images/logo_right.jpg) top right no-repeat;
}

#logorow, #logo-left {
	height: 210px;
	overflow: hidden;
}

.pm-notify-new, .pm-notify-unread {
	border-left: solid 1px #C53431;
	border-right: solid 1px #B62723;
	border-top: solid 1px #C53431;
	border-bottom: solid 1px #B62723;
	background: #313131 url(images/cell.gif) top left repeat-x;
	margin: 10px 0;
	padding: 10px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
.pm-notify-new a, .pm-notify-new a:visited, .pm-notify-unread a, .pm-notify-unread a:visited { text-decoration: underline; }
.pm-notify-header {
	margin-bottom: 10px;
	color: #CCC;
}
.pm-notify-new, .pm-notify-unread:hover {
	border-left: solid 1px #FCF536;
	border-right: solid 1px #F0E80A;
	border-top: solid 1px #FCF536;
	border-bottom: solid 1px #F0E80A;
}
.pm-notify-new { padding: 30px; }

/* Navigation buttons */
.navrow {
	background: #C63F3B url(images/buttons.gif) top left repeat-x; 
	height: 21px;
	overflow: hidden;
	border-bottom: solid 1px #000;
	border-top: solid 1px #000;
	color: #F0E80A;
	text-align: center;
	font-size: 11px;
	padding: 4px;
}
* html .navrow { padding: 0; }
.navrow b, .navrow strong { font-weight: normal; }
.navrow a, .navrow a:visited {
	color: #FFF;
	text-decoration: none;
}
.navrow a:hover { 
	color: #F0E80A; 
	text-decoration: underline; 
}

a.link-new, a.link-new:visited { color: #F0E80A; }
a.link-new:hover, a.link-new:visited:hover { color: #FFF; }

/* Content and tables */
#contentrow {
	padding: 5px;
	background-color: #191919;
}

.tablebg {
	border: solid 1px #000; 
	background: #313131 url(images/cell.gif) top left repeat-x;
}

.row1, .row2, .row3, .legend, .forumrules, tr.row1 .row, tr.row2 .row, tr.row3 .row, .postbottom {
	border-left: solid 1px #404040;
	border-right: solid 1px #121212;
	border-top: solid 1px #3C3C3C;
	border-bottom: solid 1px #131313;
	background: #313131 url(images/cell.gif) top left repeat-x;
	padding: 4px;
}
th {
	color: #F0CDCC; 
	font-size: 11px; 
	font-weight: bold;
	background: #864E4A url(images/th.gif) top left repeat-x;
	white-space: nowrap;
	padding: 0 5px;
	text-align: center;
	height: 26px;
	border-left: solid 1px #C23631;
	border-right: solid 1px #7D1916;
	border-top: solid 1px #C33D39;
	border-bottom: solid 1px #7D1916;
}
th a, th a:visited {
	color: #F0CDCC !important;
	text-decoration: underline;
}
th a:hover {
	color: #FFF;
	text-decoration: underline;
}

td {
	padding: 2px;
}
td.profile {
	padding: 4px;
}
.catdiv {
	height: 24px;
	padding: 0 3px;
	border-left: solid 1px #404040;
	border-right: solid 1px #121212;
	border-top: solid 1px #3C3C3C;
	border-bottom: solid 1px #131313;
	background: #2C2C2C url(images/cathead.gif) top left repeat-x;
}
.rtl .catdiv {
	background: #2C2C2C url(images/cathead.gif) top left repeat-x;
}

.cat {
	height: 24px;
	padding: 0 3px;
	border-left: solid 1px #404040;
	border-right: solid 1px #121212;
	border-top: solid 1px #3C3C3C;
	border-bottom: solid 1px #131313;
	background: #2C2C2C url(images/cathead.gif) top left repeat-x;
	text-indent: 4px;
}
.cathead {
	background: #9A2A26 url(images/catbottom.gif) top left repeat-x;
	height: 24px;
	padding: 1px 3px;
	border-left: solid 1px #C23631;
	border-right: solid 1px #7D1916;
	border-top: solid 1px #C33D39;
	border-bottom: solid 1px #7D1916;
}


/* 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(./styles/acidtechred/theme/images/hdr_left.png) bottom left no-repeat;
	height:40px;
	position:relative;
	top:10px;*/
}
.cap-right {
	background: url(images/hdr_right.gif) top right no-repeat;
	padding-top: 8px;
	height: 19px;
}


html>body .cap-left {
/*	background: url(./styles/acidtechred/theme/images/hdr_left.png) bottom left no-repeat;
	height:40px;
	position:relative;
	top:0px;*/
}

img, div { behavior: url(./styles/acidtechred/theme/iepngfix.htc) }



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: #D03632;
}
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: #D03632;
	text-decoration: underline;
}
caption a:hover, .cap-div a:hover {
	color: #D0D0D0;
	text-decoration: underline;
}


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

.copyright {
	color: #888;
	font-weight: normal;
	font-size: 9px;
	line-height: 1.2em;
}
.copyright a, .copyright a:visited {
	color: #AAA;
	text-decoration: underline;
}
.copyright a:hover { color: #FFF; }


/* Breadcrumbs */
p.breadcrumbs {
	margin: 0;
	padding: 0;
	float: left;
	color: #AAA;
	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;
}

/* Index/viewforum */
.subforum.read { 
	background: url(images/sub_old.gif) top left no-repeat;
	padding-left: 12px;
}
.subforum.unread { 
	background: url(images/sub_new.gif) top left no-repeat;
	padding-left: 12px;
}
.legend {
	text-align: center;
	margin: 0 auto;
	padding: 2px;
}
.legend-viewforum { 
	margin: 0; 
	text-align: left; 
}

.forumrules {
	padding: 4px;
	font-weight: normal;
	font-size: 1.1em;
	border-left-color: #AAA;
	border-top-color: #AAA;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
.forumrules h3 {
	color: #F0E80A;
}

/* Post */
.postsubject {
	font-size: 12px;
	font-weight: bold;
	color: #B62723;
}
td.postbottom { 
	background: #2D2D2D url(images/profile.gif) top left repeat-x; 
	font-size: 10px;
	color: #D0D0D0;
	white-space: nowrap;
	padding: 2px;
	vertical-align: middle;
}
td.postbuttons { padding-top: 3px; }
.postdetails { 
	color: #CCC;
	font-size: 10px; 
	text-align: left;
}
.postdetails b {
	color: #DDD;
}
.posterrank		{ font-size: 9px; color: #B0B0B0; }
.posterprofile	{ font-size: 10px; color: #D0D0D0; }

.postauthor {
	color: #B62723;
	font-size: 12px;
	margin-bottom: 3px;
	font-weight: bold;
}
.postonline { margin-bottom: 2px; }

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

.postapprove, .postapprove a:visited, .postapprove a:hover, .postapprove a, .postapprove a:active {
	color: #00FF00;
	font-weight: bold;
}

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

.postbody {
	font-size: 12px;
	line-height: 1.4em;
	margin: 3px 0;
}
.signature {
	font-size: 11px;
	color: #EEE;
	margin-top: 5px;
}
.signature .line { color: #AAA; }

.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: #B62723;
}

.postsubject {
	font-size: 12px;
	font-weight: bold;
	color: #B62723;
}

.postbody a { text-decoration: underline; }

/* UCP */
.folder-current a, .folder-current a:visited {
	color: #FFF;
	font-weight: bold;
}
.folder-current a:hover { color: #F0E80A; }

td.pm_marked_colour { background: #F0E80A; }
td.pm_marked_colour_left { border-left: solid 3px #F0E80A; padding-left: 2px; }
td.pm_marked_colour_right { border-right: solid 3px #F0E80A; padding-right: 2px; }

td.pm_replied_colour { background: #B62723; }
td.pm_replied_colour_left { border-left: solid 3px #B62723; padding-left: 2px; }
td.pm_replied_colour_right { border-right: solid 3px #B62723; padding-right: 2px; }

td.pm_friend_colour { background: #007700; }
td.pm_friend_colour_left { border-left: solid 3px #007700; padding-left: 2px; }
td.pm_friend_colour_right { border-right: solid 3px #007700; padding-right: 2px; }

td.pm_foe_colour { background: #DD0000; }
td.pm_foe_colour_left { border-left: solid 3px #DD0000; padding-left: 2px; }
td.pm_foe_colour_right { border-right: solid 3px #DD0000; padding-right: 2px; }


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

textarea, select, .post, .btnbbcode, .btnmain, .btnlite, .btnfile, .helpline {
	font-weight: normal;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	color: #D0D0D0;
	border: 1px solid #B62723;
	background-color: #222;
}

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

.rtl option {
	padding: 0 0 0 1em;
}

.post {
	border-style: solid;
	border-width: 1px;
}

.btnbbcode {
	font-size: 1.1em;
	border: 1px solid #444;
}
.btnbbcode:hover {
	border-color: #999;
	color: #FFF;
}

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

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

* html textarea, * html select, * html .post, * html .btnmain, * html .btnlite, * html .btnfile {
	border-color: #D0D0D0;
}
textarea:hover, select:hover, .post:hover, .btnmain:hover, .btnlite:hover, .btnfile:hover {
	border-color: #D0D0D0;
}
textarea:focus, select:focus, .post:focus, .btnmain:focus, .btnlite:focus, .btnfile:focus {
	border-color: #F0E80A; 
	color: #FFF;
}

label:hover { 
	color: #F0E80A; 
}

/* BBCode
 ------------ */
.quotetitle, .attachtitle, .codetitle {
	margin: 10px 5px 0px 5px;
	padding: 2px 4px;
	border: solid 1px #090909;
	color: #D0D0D0;
	background-color: #2E2E2E;
	font-size: 0.85em;
	font-weight: bold;
}

.quotetitle .quotetitle {
	font-size: 1em;
}

.quotecontent, .attachcontent {
	margin: 0px 5px 10px 5px;
	padding: 5px;
	border-color: #090909;
	border-width: 0px 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: #2E2E2E;
	color: #EEE;
}

.attachcontent {
	font-size: 0.85em;
}

.codecontent {
	direction: ltr;
	margin: 0px 5px 10px 5px;
	padding: 5px;
	border-color: #090909;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 11px;
	font-family: Monaco, 'Courier New', monospace;
	background-color: #2E2E2E;
	color: #EEE;
}

.quotewrapper, .codewrapper, .attachwrapper {
	clear: both;
	margin: 10px 5px;
	background: #B62A26 url(images/code_header.gif) top left no-repeat;
	padding-left: 19px;
	border: solid 1px #090909;
}
.quotewrapper { background-image: url(images/quote_header.gif); }
.quotewrapper .quotetitle, .codewrapper .codetitle, .attachwrapper .attachtitle { 
	margin: 0; 
	border-width: 0 0 1px 1px;
}
.quotewrapper .quotecontent, .codewrapper .codecontent, .attachwrapper .attachcontent {
	margin: 0; 
	border-width: 0 0 0 1px;
}
.attachcontent, html>body .postbody {
	overflow: auto;
	overflow-x: auto;
}

.syntaxbg {
	color: #FFF;
}

.syntaxcomment {
	color: #AAA;
}

.syntaxdefault {
	color: #FFF;
}

.syntaxhtml {
	color: #FFF;
}

.syntaxkeyword {
	color: #F0E80A;
}

.syntaxstring {
	color: #B62723;
}


/* More misc stuff */
h1 {
	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: 0px;
	font-size: 1.1em;
	font-weight: bold;
}

p {
	font-size: 1.1em;
}

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

.rtl p.moderators {
	float: right;
}

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

.rtl p.linkmcp {
	float: left;
}

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

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

.rtl p.searchbarreg {
	float: left;
}

p.forumdesc {
	padding-bottom: 4px;
}

p.topicauthor {
	margin: 1px 0px;
}

p.topicdetails {
	margin: 1px 0px;
}
td.history-current, tr.row1 td.history-current, tr.row2 td.history-current {
	background: #444;
}

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

.sep {
	color: #888;
}


/* bugs */
@media all and (min-width: 0px)
{
	/* reset file input style for Opera - it changes only text color and border, but not bg color */
	.btnfile, .btnfile:hover, .btnfile:focus { 
		border: none; 
		background-color: #FFF;
		color: #000;
	}

}

.gallery-pics-table
{
	width: 100%;
}
.gallery-viewpic-div
{
	text-align: center;
}
.gallery-pics-table img, 
.gallery-viewpic-div img
{
	background: #ffffff url('./styles/acidtechred/theme/images/gallery_img_corner.gif') no-repeat bottom right;
	border: 1px solid #0f52ac;
	margin: 5px;
	padding-left:2px; padding-right:2px; padding-top:2px; padding-bottom:10px
}
.gallery-pics-td
{
	border: 1px solid #0f52ac;
	margin: 5px;
	text-align: left;
}
.gallery-pics-tdalt
{
	margin: 5px;
}
.gallery-pics-div
{
	height: 148px;
	text-align: center; 
	vertical-align: middle;
}
.gallery-pics-title
{
	padding-bottom: 5px;
	padding-right: 4px;
	padding-left: 4px;
}
.gallery-pics-nfo
{
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #0f52ac;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	background-color: #e1ebf2;
	font-size: 10px;
}
.gallery-pics-nfoalt,
.gallery-pics-rate
{
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #0f52ac;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	background-color: Brown;
	font-size: 10px;
}

/* Link to Gallery Image */
.gallery-icon, .gallery-icon a		{ background: none top left no-repeat; }
ul.profile-icons li.gallery-icon 	{ width: 28px; height: 20px; }
.gallery-icon, .gallery-icon a		{ background-image: url('./styles/acidtechred/imageset/en/icon_pro_pics.gif'); }

.icon-gallery						{ background-image: url('./styles/acidtechred/theme/images/icon_gallery.gif'); }
.icon-gallery-notify				{ background-image: url('./styles/acidtechred/theme/images/icon_gallery_notify.gif'); }
/*      
--------------------------------------------------------------
Style sheet for calendar mod
-------------------------------------------------------------- */

/* equivalent edits for bidi.css */
/* Icon images
---------------------------------------- */
.rtl .icon-calendar {
    background-position: 100% 50%;
    padding: 1px 17px 0 0;
}

/* equivalent edits for buttons.css */
/* Icon images
---------------------------------------- */
.icon-calendar {
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-image: none;
    padding: 1px 0 0 17px;
}

/* equivalent edits for colours.css */
/* Icon images
---------------------------------------- */
.icon-calendar                  { background-image: url("./styles/acidtechred/theme/images/icon_mini_calendar.gif"); }

/* backgrounds
---------------------------------------- */
.bghover {background-color: #F6F4D0; }


/*---------------------------------------------------*/


.rules span.corners-top {
	margin: 0 -10px 5px -10px;
}

div.rules {
	background-color: #ececec;
	color: #bcbcbc;
	padding: 0 10px;
	margin: 10px 0;
	font-size: 1.1em;
}

div.rules ul {
	margin-left: 20px;
}

p.rules {
	background-color: #ececec;
	background-image: none;
	padding: 5px;
}

p.rules img {
	vertical-align: middle;
}

p.rules a {
	vertical-align: middle;
	clear: both;
}

.edit-icon, .edit-icon a			{ background: none top left no-repeat; }
ul.profile-icons li.edit-icon	{ width: 45px; height: 13px; }
ul.profile-icons li.edit-icon	{ margin: 0 0 0 3px; }
.edit-icon, .edit-icon a			{ background-image: url("./styles/acidtechred/imageset/es/icon_post_edit.gif"); }
@charset "utf-8";
/* CSS Document */

.bg1	{ background-color: LightSlateBlue; }
.bg2	{ background-color: DarkOliveGreen;  }

.onlinelist {
height:300px;
overflow:auto;
width:20%;
}

a.button1, input.button1, input.button3, a.button2, input.button2 {
	width: auto !important;
	padding-top: 1px;
	padding-bottom: 1px;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #000;
	background: #FAFAFA none repeat-x top;
}

.postbody2 {
	padding: 0;
	line-height: 1.48em;
	color: #333333;
	width: 75%;
	float: left;
	clear: both;
}

.postbody .ignore {
	font-size: 1.1em;
}

.postbody h3.first {
	/* The first post on the page uses this */
	font-size: 1.7em;
}

.postbody h3 {
	/* Postbody requires a different h3 format - so change it here */
	font-size: 1.5em;
	padding: 2px 0 0 0;
	margin: 0 0 0.3em 0 !important;
	text-transform: none;
	border: none;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	line-height: 125%;
}

.postbody h3 img {
	/* Also see tweaks.css */
	vertical-align: bottom;
}

.postbody .content {
	font-size: 1.3em;
}

.search .postbody {
	width: 68%
}

span.corners-top {
	background-image: url("./styles/acidtechred/theme/images/corners_left.png");
}

span.corners-top span {
	background-image: url("./styles/acidtechred/theme/images/corners_right.png");
}

span.corners-bottom {
	background-image: url("./styles/acidtechred/theme/images/corners_left.png");
}

span.corners-bottom span {
	background-image: url("./styles/acidtechred/theme/images/corners_right.png");
}

.post:target .content {
	color: #000000;
}

.post:target h3 a {
	color: #000000;
}

.rtl .content ul, .rtl .content ol {
	margin-right: 3em;
	margin-left: 0;
}
.rtl p.author {
	margin: 0 0 0.6em 15em;
}
.rtl .postbody ul.profile-icons {
	float: left;
}

.rtl .postbody {
	float: right;
}

/* Poster profile icons
----------------------------------------*/
ul.profile-icons {
	padding-top: 10px;
	list-style: none;
}

/* Rollover state */
ul.profile-icons li {
	float: left;
	margin: 0 6px 3px 0;
	background-position: 0 100%;
}

/* Rolloff state */
ul.profile-icons li a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0;
}

/* Hide <a> text and hide off-state image when rolling over (prevents flicker in IE) */
ul.profile-icons li span { display:none; }
ul.profile-icons li a:hover { background: none; }

/* Positioning of moderator icons */
.postbody ul.profile-icons {
	float: right;
	width: auto;
	padding: 0;
}

.postbody ul.profile-icons li {
	margin: 0 3px;
}

.delete-icon, .delete-icon a {background:transparent none no-repeat scroll left top;}
ul.profile-icons li.delete-icon {height:20px;width:20px;}
.delete-icon, .delete-icon a {background-image:url("styles/acidtechred/imageset/icon_post_delete2.gif");}


.post {
	padding: 0 10px;
	margin-bottom: 4px;
	background-repeat: no-repeat;
	background-position: 100% 0;
}

.post:target .content {
	color: #000000;
}

.post:target h3 a {
	color: #000000;
}
.post span.corners-top, .post span.corners-bottom, .panel span.corners-top, .panel span.corners-bottom, .navbar span.corners-top, .navbar span.corners-bottom {
	margin: 0 -10px;
}

span.corners-top, span.corners-bottom, span.corners-top span, span.corners-bottom span {
	font-size: 1px;
	line-height: 1px;
	display: block;
	height: 5px;
	background-repeat: no-repeat;
}

span.corners-top {
	background-image: none;
	background-position: 0 0;
	margin: 0 -5px;
}

span.corners-top span {
	background-image: none;
	background-position: 100% 0;
}

span.corners-bottom {
	background-image: none;
	background-position: 0 100%;
	margin: 0 -5px;
	clear: both;
}

span.corners-bottom span {
	background-image: none;
	background-position: 100% 100%;
}

.headbg span.corners-bottom {
	margin-bottom: -1px;
}

.post span.corners-top, .post span.corners-bottom, .panel span.corners-top, .panel span.corners-bottom, .navbar span.corners-top, .navbar span.corners-bottom {
	margin: 0 -10px;
}

.rules span.corners-top {
	margin: 0 -10px 5px -10px;
}

.rules span.corners-bottom {
	margin: 5px -10px 0 -10px;
}

.forabg {
	background: LightSlateBlue none repeat-x 0 0;
	margin-bottom: 4px;
	padding: 0 5px;
	clear: both;
}

.rtl .post {
	background-position: 0 0;
}
.deleted {
	background-color: #A19CA6;
}

.foe {
	background-color: #FF6600;
}

.num_replies {
	float: right;
}

.no_blogs {
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
}

#replies {
	text-align: center;
	margin-top: 15px;
}

/**
* Left menu
*/
#left_menu {
	width: 240px;
	vertical-align: top;
}

.left_menu_title {
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	padding: 1px 0 5px 0;
}

#blog_searchform {
	color: #FFFFFF;
	margin-top: 5px;
	white-space: nowrap;
}

/**
* Buttons
*/
.blog-icon span {
	background: transparent none 0 0 no-repeat;
	background-image: url("./styles/acidtechred/imageset/es/button_blog_new.gif");
}

.buttons div.blog-icon {
	width: 96px;
	height: 25px;
}

#tabs {
line-height:normal;
margin:20px 0 -1px 7px;
min-width:570px;
}
#tabs ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
}
#tabs li {
display:inline;
font-size:1em;
font-weight:bold;
margin:0;
padding:0;
}
#tabs a {
background:transparent none no-repeat scroll 0 -35px;
cursor:pointer;
float:left;
margin:0 1px 0 0;
padding:0 0 0 5px;
position:relative;
text-decoration:none;
}
#tabs a span {
background:transparent none no-repeat scroll 100% -35px;
color:#828282;
display:block;
float:left;
padding:6px 10px 6px 5px;
white-space:nowrap;
}
#tabs a:hover span {
color:#BCBCBC;
}
#tabs .activetab a {
background-position:0 0;
border-bottom:1px solid #EBEBEB;
}
#tabs .activetab a span {
background-position:100% 0;
color:#333333;
padding-bottom:7px;
}
#tabs a:hover {
background-position:0 -70px;
}
#tabs a:hover span {
background-position:100% -70px;
}
#tabs .activetab a:hover {
background-position:0 0;
}
#tabs .activetab a:hover span {
background-position:100% 0;
color:#000000;
}

#tabs,ul.topiclist dl,ul.topiclist dl {
height:1%;
overflow:hidden;
}

ul.topiclist {
display:block;
list-style-type:none;
margin:0;
}
ul.topiclist li {
color:#777777;
display:block;
list-style-type:none;
margin:0;
}
ul.topiclist dl {
position:relative;
}
ul.topiclist li.row dl {
padding:2px 0;
}
ul.topiclist dt {
display:block;
float:left;
font-size:1.1em;
padding-left:5px;
padding-right:5px;
width:50%;
}
ul.topiclist dd {
border-left:1px solid #FFFFFF;
display:block;
float:left;
padding:4px 0;
}
ul.topiclist dfn {
display:none;
}
ul.topiclist li.row dt a.subforum {
background-image:none;
background-position:0 50%;
background-repeat:no-repeat;
padding:0 0 0 12px;
position:relative;
white-space:nowrap;
}
dd.lastpost span, ul.topiclist dd.searchby span, ul.topiclist dd.info span, ul.topiclist dd.time span, dd.redirect span, dd.moderation span {
display:block;
padding-left:5px;
}

ul.topiclist dd.searchextra {
border-left:medium none;
clear:both;
color:#333333;
font-size:1.1em;
margin-left:5px;
overflow:hidden;
padding:0.2em 0;
width:98%;
}
* html ul.topiclist li {
position:relative;
}

ul.topiclist li {
color:#4C5D77;
}
ul.topiclist dd {
border-left-color:#FFFFFF;
}
.rtl ul.topiclist dd {
border-left-color:transparent;
border-right-color:#FFFFFF;
}
li.header dt, li.header dd {
border-left-width:0;
color:#FFFFFF;
font-family:Arial,Helvetica,sans-serif;
font-size:1em;
line-height:1em;
margin:2px 0 4px;
padding-bottom:2px;
padding-top:2px;
text-transform:uppercase;
}
li.header dt {
font-weight:bold;
}
li.header dd {
margin-left:1px;
}
li.header dl.icon {
min-height:0;
}
li.header dl.icon dt {
padding-left:0;
padding-right:50px;
}

ul.topiclist li.row dl {
padding:2px 0;
}
ul.topiclist li.row dt a.subforum {
background-image:none;
background-position:0 50%;
background-repeat:no-repeat;
padding:0 0 0 12px;
position:relative;
white-space:nowrap;
}
ul.cplist {
border-top:1px solid #CBCBCB;
margin-bottom:5px;
}

dd.mark {
float:right !important;
font-size:1.2em;
line-height:200%;
text-align:center;
width:9%;
}
a.forumtitle {
color:#105289;
font-family:"Trebuchet MS",Helvetica,Arial,Sans-serif;
font-size:1.2em;
font-weight:bold;
text-decoration:none;
}

#tabs a {
background-image:url("./styles/acidtechred/theme/images/bg_tabs1.gif");
}
#tabs a span {
background-image:url("./styles/acidtechred/theme/images/bg_tabs2.gif");
color:#536482;
}

.clearfix, #tabs, #minitabs, .post, .navbar, fieldset dl, ul.topiclist dl, ul.linklist, dl.polls {
height:1%;
overflow:hidden;
}

dd.extra {
font-size:1.1em;
line-height:200%;
text-align:center;
width:12%;
}

dd.time {
font-size:1.1em;
line-height:200%;
width:auto;
}

dd.posts {
font-size:1.2em;
line-height:2.2em;
text-align:center;
width:8%;
}

li.row {
border-bottom:1px solid #8F8F8F;
border-top:1px solid #FFFFFF;
}

dd.lastpost {
font-size:1.1em;
width:25%;
}

.forabg {
background:#B1B1B1 none repeat-x scroll 0 0;
clear:both;
margin-bottom:4px;
padding:0 5px;
}

.forabg {
background-color:#0076B1;
background-image:url("./styles/acidtechred/theme/images/bg_list.gif");
}


ul.forums {
background-color:#EEF5F9;
background-image:url("./styles/acidtechred/theme/images/gradient.gif");
}