/*
--------------------------------------------------------------
Colours and backgrounds for common.css
-------------------------------------------------------------- */
html, body {
    color: #464646;
	background-color: transparent;
}
a:active,
a:hover,
a:focus
{
    color: #666;
}
/*
--------------------------------------------------------------
Colours and backgrounds for links.css
-------------------------------------------------------------- */
a, a.topictitle, a.forumtitle { color: #7d1f1d; }

h2 a, .panel h3 
 { color: #7d1f1d; }

h2 a:hover, h2 a:active {
    color: #7d1f1d;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: -0.06em;
}

.portal-module-postbody h2 {
	font-size: 2em;
    letter-spacing: -0.03em;
}
/*
.username-coloured {
    text-shadow: 1px 1px 0px #000;
}
*/
/* Round cornered boxes and backgrounds
---------------------------------------- */
/* Main blocks */

.page-body {
    background: transparent;
    background: url("./images/border-bot-left.gif") no-repeat 0 100%,
    url("./images/border-bot-right.gif") no-repeat 100% 100%,
    url("./images/border-top-right.gif") no-repeat 100% 0,
    url("./images/border-top-left.gif") no-repeat 0 0,
    url("./images/border-bot.gif") repeat-x 0 100%,
    url("./images/border-top.gif") repeat-x 0 0,
    url("./images/border-right.gif") repeat-y 100% 0,
    url("./images/border-left.gif") repeat-y 0 0,
    rgba(0,0,0,0.85);
    margin: 0;
    padding: 20px 30px 45px;
    position: relative;
}

.page-body:before {
    box-shadow: 0 0 12px 6px rgba(0,0,0,0.6);
}

/*  pbwow navigation block right top */

.navblock {
    border: 1px solid #363636;
    box-shadow: inset 0 0 6px 6px rgba(0, 0, 0, 1), 0 0 0 1px rgba(0, 0, 0, 1), 0 0 5px 2px rgba(0, 0, 0, 0.85);
    color: #888;
    background: rgba(247,211,150,0.6);
}

.navblock > .inner {
    border: 1px solid #1a1a1a;
}

.wrap {
    background-color: transparent;
    border-color: transparent;
}

.headerbar {
    background: url("./images/forumliner-top.png") repeat-x 0 100%;
}

.forumbg {
    box-shadow: inset 0 0 0 1px #444, 0 0 0 1px #444, 0 2px 4px rgba(68, 68, 68, 0.6);
    border: 2px solid #764922;
    box-shadow: none;
    border: none;
    background: #f7d396;
}

.forumbg {
    background: transparent none repeat-x 0 0;
}

.forumbg > .inner {
	background: transparent;
    box-shadow: none;
    border: none;}

.forabg {
    background: transparent none repeat-x 0 0;
}

.navbar {
    background-color: #c5ac86;
}

.navbar {
    background: url("./images/grey-bar-wide.gif") repeat-x;
    background-size: auto 100%;
}

.navbar:before {
    background: url("./images/forumliner-fix-left1.gif") no-repeat;
}

.navbar:after {
    background: url("./images/forumliner-fix-right1.gif") no-repeat;
}

.navbar.no-search:before {
    background-image: url("./images/forumliner-fix-left1.gif");
}

span.forum-description {
    height: 35px;
    display: inline-block;
}
span.forum-moderators
{
	font-size: 0.8em;
	position: relative;
    top: 2px;
}

.panel {
	background: #9e8251;
	background: rgba(158, 130, 81, 0.50);
    background: #f7d396;
    background: rgba(247, 211,150, 0.60);	/* viejo */
    border: 1px solid #444;
    border-top: none;
    box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.6);
    color: #464646;}

.content h2, .panel h2 {
    color: #7d1f1d;
    border-bottom-color: #61511f;
}

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

.bg1, .bg2	{
    background: #f7d396;
    background: rgba(158, 130, 81, 0.50);	/* nuevo */
    background: rgba(247, 211,150, 0.70);	/* viejo */
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.8);
    margin: 10px auto;
}


table.zebra-list tr:nth-child(odd) td, ul.zebra-list li:nth-child(odd) {
    background: #f7d396;
    background: rgba(247, 211,150, 0.70);
}

/*
.bg2	{
    background: rgba(158, 130, 81, 0.50);
}
*/

table.zebra-list tr:nth-child(even) td, ul.zebra-list li:nth-child(even) {
    background: #9e8251;
    background: rgba(158, 130, 81, 0.50);
    background: #f7d396;
    background: rgba(247, 211,150, 0.50);	/* viejo */
}

.bg3	{
    background: #9e8251;
	background-color: rgba(158, 130, 81, 0.50);
}


.post:target .content,
ul.topiclist li
{
    color: #232323;
}

.post .postbody h3
 {
    margin-left: 10px !important; /* TODO check */
	font-size: 1.5em;
}


.post p.author 
{
    margin-left: 10px !important; /* TODO check */
	font-size: 1.1em;
}

.postbody {
    color: #232323;
}

.postprofile {
    color: #232323;
    border: none;
}

blockquote,
.codebox { /* CHECK */
    background-color: #9e8251;
    background: transparent linear-gradient(to bottom, rgba(158, 130, 81, 0.60) 0, rgba(247, 211,150, 0.50) 35px);
    border-color: #575757;
    color: #464646;
    padding: 6px 10px 10px 10px;
    position: relative;
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.4);
}

.codebox code {
    color: #464646;
    text-align: left;
    max-height: 400px;
}

.content {
  /*  color: #ceb282; */
	color: #232323;
}

.signature, .notice {
    border-top-color: #7d1f1d;
    padding: 5px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.dropdown .dropdown-contents {
    background: #9e8251 !important;
    background: rgba(158, 130, 81, 0.85) !important; /* CHECK */ 
    border-color: #666;
    box-shadow: 1px 1px 7px #000c;
}

.dropdown-extended .header {
    background: transparent;
}

.dropdown-extended ul li.bg1 { /* CHECK */ 
    background: |#f7d396;
    background: transparent linear-gradient(to bottom, rgba(247, 211,150, 0.60) 0, rgba(158, 130, 81, 0.50) 35px);
    border-color: transparent transparent #464646 transparent;;
}

.dropdown-extended ul li.bg2 { /* CHECK */ 
    background: #9e8251;
    background: transparent linear-gradient(to bottom, rgba(158, 130, 81, 0.60) 0, rgba(247, 211,150, 0.50) 35px);
}


.cp-main .pm {
    background: #9e8251;
    background: rgba(158, 130, 81, 0.50); /* CHECK */ 
    background: #f7d396;
    background: rgba(247, 211,150, 0.70);
    border: 1px solid #444;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.6);
    margin-right: 0;
}


/* Horizontal lists
----------------------------------------*/

ul.navlinks {
    border-top-color: transparent;
}


/* top-bar hamburger menu */
ul.linklist li.responsive-menu a.responsive-menu-link {
    color : gray;
}

/* top-bar hamburger menu */
ul.linklist li.responsive-menu a.responsive-menu-link:hover {
    color : #FFF;
}

li.row
{
    border-width: 1px;
    border-style: solid;
    border-color: #000 transparent #161616 transparent;
    transition: background 0.15s ease-in-out 0s;
}

li.row:hover
{
    background-color: #9e8251;
    background-color: rgba(158, 130, 81, 0.50); /* CHECK */ 
}

li.row strong {
    color: #464646;
}

li.row.bg1,
li.row.bg3,
.panel-container .panel li.row.bg1,
.panel-container .panel li.row.bg3  /* CHECK */ 
{
    background: #f7d396;
    background: transparent linear-gradient(to bottom, rgba(247, 211,150, 0.60) 0, rgba(158, 130, 81, 0.50) 35px);
    border-color: transparent transparent #464646 transparent; */
}

li.row.bg1:hover,
.panel-container .panel li.row.bg1:hover,
.panel-container .panel li.row.bg3:hover  /* CHECK */ 
{
    background: #f7d396;
    background: transparent linear-gradient(to bottom, rgba(247, 211,150, 0.99) 0, rgba(158, 130, 81, 0.75) 35px);
    color: #444;
	
} 

li.row.bg1 dd,
.panel-container .panel li.row.bg1 dd,
.panel-container .panel li.row.bg3 dd
{
    border-left-color: rgb(150, 110, 40); */
}

li.row.bg2,
.panel-container .panel li.row.bg2  /* CHECK */ 
{
    background: #f7d396;
    background: transparent linear-gradient(to bottom, rgba(158, 130, 81, 0.60) 0, rgba(247, 211,150, 0.50) 35px);
    border-color: transparent transparent #464646 transparent; */
}

li.row.bg2 dd,
.panel-container .panel li.row.bg2 dd
{
    border-left-color: rgb(150, 110, 40); */
}

li.row.bg2:hover,
.panel-container .panel li.row.bg2:hover /* CHECK */ 
{
    background: #f7d396;
    background: transparent linear-gradient(to bottom, rgba(158, 130, 81, 0.99) 0, rgba(247, 211,150, 0.75) 35px);
    color: #555;
}

li.row.bg1:hover dd,
li.row.bg3:hover dd,
 {
    border-left-color: #7d1f1d;
}

li.row.bg2:hover dd {
    border-left-color: #7d1f1d;
}


/* the _pbwow class is needed because of !important usage in prosilver 3.2 */
li.row.pbwow.reported,
li.row.pbwow.reported:hover,
li.pbwow.reported:hover
{
    background-image: linear-gradient(to bottom, rgba(255, 17, 17, 1) 0,
    rgba(255, 17, 17, 0.3) 2%, rgba(255, 0, 100, 0) 25%, rgba(255, 0, 100, 0) 75%,
    rgba(255, 17, 17, 0.3) 98%, rgba(255, 17, 17, 1) 100%) !important;
}

li.pbwow.reported:hover {
    background-color: rgba(255, 17, 17, 0.3) !important;
}

li.header dt, li.header dd {
    color: #7d1f1d;
	font-weight: bolder;
}

/* Table styles
----------------------------------------*/

table.table1 tbody th {
    background: transparent;
    border-bottom: 1px solid #000000;
    color: #464646;
}

table.table1 thead tr {
    background: #9e8251;
    background: rgba(158, 130, 81, 0.50);
	background: #f7d396;
    background: rgba(247, 211,150, 0.70);
    border: 1px solid #252525;
}

table.table1 tbody tr {
    border-color: #161616;
}

table.table1 tbody tr.bg1,
table.zebra-list tbody tr:nth-child(even) { /* CHECK */ 
    background: #9e8251;
    background: transparent linear-gradient(to bottom, rgba(158, 130, 81, 0.60) 0, rgba(247, 211,150, 0.50) 35px);
    border-color: #252525;
}

table.table1 tbody tr.bg2,
table.zebra-list tbody tr:nth-child(odd) {  /* CHECK */ 
    background: #f7d396;
    background: transparent linear-gradient(to bottom, rgba(247, 211,150, 0.60) 0, rgba(158, 130, 81, 0.50) 35px);;
    border-color: #161616;
}

table.table1 tbody tr.bg3 {
    background: #101010;
    background: #101010 linear-gradient(to bottom, rgba(11, 11, 11, 1) 0, rgba(22, 22, 22, 0) 35px);
    border-color: #101010;
}

table.table1 tbody tr.bg1:hover,
table.table1 tbody tr.bg1.hover,
table.zebra-list tbody tr:nth-child(even):hover {  /* CHECK */ 
    background: #9e8251;
    background: transparent linear-gradient(to bottom, rgba(158, 130, 81, 0.99) 0, rgba(247, 211,150, 0.75) 35px);
	color:	#CCC;
}

table.table1 tbody tr.bg2:hover,
table.table1 tbody tr.bg2.hover,
table.zebra-list tbody tr:nth-child(odd):hover {   /* CHECK */ 
    background: #f7d396;
    background: transparent linear-gradient(to bottom, rgba(247, 211,150, 0.99) 0, rgba(158, 130, 81, 0.75) 35px);;
	color:	#EEE;
}

table.table1 tbody tr.bg3:hover,
table.table1 tbody tr.bg3.hover {
    background: #101010 linear-gradient(to top, rgba(11, 11, 11, 1) 0, rgba(22, 22, 22, 0) 35px);
}

table.table1 tbody tr:hover td,
table.table1 tbody tr.hover td {
    color: #FFF;
}

table.table1 td {
    color: #464646;
}

/* Specific column styles */
table.table1 tbody .big-column td {
    color: #FFF;
}

table.info tbody th {
    color: #FFF;
}

.panel-container table.table1 thead th {
    color: #FFF;
}

/* Misc layout styles
---------------------------------------- */
/* pbWoW */
.collapse-box {
    background: #9e8251;
    background: rgba(158, 130, 81, 0.50); /* CHECK */ 
    border: 1px solid #444;
	box-shadow: 2px 2px 1px 1px rgba(0, 0, 0, 0.6);
	border-radius: 7px;
	margin: 8px 5px;
}

.forum-blocks li.row {
    float: left;
    display: block;
    width: 32.6%;
    background: none;
    border: none;
    padding: 3px;
}

.forum-blocks dl {
    background: #f7d396;
    background: rgba(247, 211,150, 0.70);	/* viejo */
    border: 1px solid #444;
	box-shadow: 2px 2px 1px 1px rgba(0, 0, 0, 0.6);
	border-radius: 7px;
}

.forum-blocks dl .list-inner {
    color: #464646;
}

.forum-blocks dl:hover {
    border-color: #7d1f1d;
}

.forum-blocks dl:hover .list-inner {
    color: #7d1f1d;
}

/* Other blocks */
.misc-block, .stat-block p {
    background: #9e8251;
    background: rgba(158, 130, 81, 0.45); /* CHECK */ 
    border: 1px solid #61511f;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.6);
}

.forum-blocks dd.forum-stats,
.forum-blocks dd.redirect,
.forum-blocks dd.mcp-status,
#recent-topics dd.lastpost {
    color: #4A4A4A;
}

/* Drop-down menus */

ul.dropdown-contents strong {
    color: #f2c56e;
}

.dropdown-contents a:hover {
    color: #444;
}
.dropdown-extended a.mark_read {
    background-color: #f7d396;
    background-color: rgba(247,211,150,0.45);
    background-image: none;
}

.dropdown-extended ul li:hover {
    background: transparent;
}

/* Icon styles
---------------------------------------- */

.jumpbox-cat-link {
    background-color: #f7d396;
    border-top-color: #f7d396;
    color: #232323;
    color: #232323;
}

dl.thumbnail dt a:hover img,
.content a > img.postimage:hover {
    border: 1px solid #f2c56e !important; /* !important for lightbox script */
}

.icon.icon-lightgray, a:hover .icon.icon-lightgray {
    color: #464646;
	font-weight: bolder;
}

.icon.icon-red,  
.icon.icon-blue,
.icon.icon-green,
.icon.icon-orange,
.icon.icon-bluegray,
.icon.icon-gray,
.icon.icon-black
{
    color: #7d1f1d;
}

 a:hover .icon.icon-red,
 a:hover .icon.icon-blue,
 a:hover .icon.icon-green,
 a:hover .icon.icon-orange,
 a:hover .icon.icon-bluegray,
 a:hover .icon.icon-gray,
 a:hover .icon.icon-black
 {
	color: #444;
}

.icon.icon-md
{
    font-size: 10px;
    -webkit-animation: iconmove 5s infinite; /* Safari 4.0 - 8.0 */
    animation: iconmove 5s infinite;
}


/*
--------------------------------------------------------------
Colours and backgrounds for buttons.css
-------------------------------------------------------------- */
.button {
    background-color: #464646;
    background-image: linear-gradient(to bottom right, #999999 25%, #464646 40%, #222222);
    filter: none;
    border: 1px solid #111;
    color: #bbb;
    text-shadow: -2px 2px 3px #44030e;
    box-shadow: inset 1px 1px 1px 1px #494949;
    -webkit-box-shadow: inset 1px 1px 1px 1px #494949;
    -moz-box-shadow: inset 1px 1px 1px 1px #494949;
    -o-box-shadow: inset 1px 1px 1px 1px #494949;
}	

.button:hover, .button:focus {
    background-color: #7d1f1d;
    background-image: linear-gradient(to bottom right, #e47676 25%, #7d1f1d 55%, #500403 100%);
    filter: none;
    border: 1px solid #7d1f1d;
    color: #ccc;
    text-shadow: -2px 2px 3px #44030e;
    box-shadow: inset 1px 1px 1px 1px #770B08;
    -webkit-box-shadow: inset 1px 1px 1px 1px #770B08;
    -moz-box-shadow: inset 1px 1px 1px 1px #770B08;
    -o-box-shadow: inset 1px 1px 1px 1px #770B08;
}

/* Pagination
---------------------------------------- */
.pagination {
    color: #7d1f1d;
}

.pagination li a {
    background-color: #464646;
    background-image: linear-gradient(to bottom right, #999999 25%, #464646 40%, #222222);
    filter: none;
    border: 1px solid #111;
    color: #bbb;
    text-shadow: -2px 2px 3px #44030e;
    box-shadow: inset 1px 1px 1px 1px #494949;
    -webkit-box-shadow: inset 1px 1px 1px 1px #494949;
    -moz-box-shadow: inset 1px 1px 1px 1px #494949;
    -o-box-shadow: inset 1px 1px 1px 1px #494949;
}

.pagination li a:hover,
.pagination .active a:hover,
.pagination li.active span,
.pagination li.active span:hover,
.pagination .dropdown-visible a.dropdown-trigger,
.nojs .pagination .dropdown-container:hover a.dropdown-trigger {
    background-color: #7d1f1d;
    background-image: linear-gradient(to bottom right, #e47676 25%, #7d1f1d 55%, #500403 100%);
    filter: none;
    border: 1px solid #7d1f1d;
    color: #ccc;
    text-shadow: -2px 2px 3px #44030e;
    box-shadow: inset 1px 1px 1px 1px #770B08;
    -webkit-box-shadow: inset 1px 1px 1px 1px #770B08;
    -moz-box-shadow: inset 1px 1px 1px 1px #770B08;
    -o-box-shadow: inset 1px 1px 1px 1px #770B08;
}


.pagination li.ellipsis span {
    background: transparent;
    color: #464646;
	font-weight: bold;
}
.pagination li.arrow a {
	line-height: 1.6em;
}

.pagination li.page-jump a {
    line-height: 1.8;
}
.pagination li.active span {
    font-size: 100%;
}

/* Search box
--------------------------------------------- */

.search-header {
    background-image: url("./images/forumliner-top-left.gif");
    width: 422px;
    box-shadow: none;
}

#mchat-input .inputbox, 
.search-box .inputbox {
    border-color: #5d5d5d;
    background-color: #967e56d9;
}
.search-box .inputbox:focus,
.search-box .inputbox:hover {
    border-color: #2d1d16;
	background-color: #967e56d9;
}


/* UCP navigation menu
----------------------------------------*/

.navigation .active-subsection a {
    background: #212121;
    background-image: none;
    display: block;
    color: #f2c56e;
}


/* Notifications
---------------------------------------- */
.notification_list p.notification-time {
    color: #7d1f1d;
}

/* Extras */
.post:hover .innerborder2, .poll:hover .innerborder2 {
    box-shadow: 0 0 3px 2px rgba(168,191,203, 0.6);
}


/* Post body links */
.postlink {

    border-bottom-color: #7d1f1d;
	color: #7d1f1d;
}

.postlink:visited,
.postlink:active {
	border-bottom-color: #674504;
	color: #674504;
}

.postlink:hover {
    border-bottom-color: #666;
    color: #666;
    background-color: rgba(247, 211,150, 0.60);
}

 .navbar .breadcrumbs .crumb:before 
{
    content: '\f054';
    color: #7d1f1d;
}
 .nav-footer .breadcrumbs .crumb:before 
 {
    content: '\f054';
    color: #eee;
}
 .page-footer,
 .at-h3,
 .page-footer a,
 .copyright,
 .nav-footer .breadcrumbs .crumb:before 
{
		color: #ccc;
}
 .page-footer a:hover
{
		color: #fff;
}

--------------------------------------------------------------
Colours and backgrounds for forms.css
-------------------------------------------------------------- */

/* General form styles
----------------------------------------*/
select {
    background-image: url("./images/icons/select.png");
    background-color: #c89925;
    border-color: #956a16;
    color: #5e430e;
}

/* Definition list layout for forms
---------------------------------------- */
fieldset dt,
dl.details dd 
{ 
color: #232323; 
}

fieldset dl:hover dt label,
dl.details dt,
fieldset.fields2 dl:hover dt label,
label
{
	color: #7d1f1d; 
}

dd label { color: #232323; }

/* Posting page styles
----------------------------------------*/
/* Main message box */

#message-box textarea { color: #232323; }

#message-box textarea.drag-n-drop {
    outline-color: rgba(102, 102, 102, 0.5);
}

#message-box textarea.drag-n-drop-highlight {
    outline-color: rgba(62, 1, 59, 0.96);
}

/* Input field styles
---------------------------------------- */

.inputbox {
    background-color: rgba(188, 166, 137, .45);
    border-color: #61511f;
    color: #232323;
}
.inputbox:hover { border-color: #cc8c02; }
.inputbox:focus { border-color: #6c6a6a; color: #232323; }

.inputbox:-moz-placeholder { color: #232323; opacity: 0.7; }
.inputbox::-moz-placeholder { color: #232323; opacity: 0.7; }
.inputbox::-webkit-input-placeholder { color: #232323; opacity: 0.7; }

input.button1:active, input.button2:active, input.button3:active {
    background-image: linear-gradient(to bottom, #111, #222);
    box-shadow: inset 0 0 2px 1px #000, 0 2px 5px 1px rgba(0, 0, 0, 0.5);
    border-color: #888;
    color: #CCC;
}

input.button1:focus, input.button2:focus, input.button3:focus {
    border-color: #00C0FF;
    color: #232323;
}

select {
    background-image: url(./images/icons/select.png);
    background-color: rgba(188, 166, 137, 0.45);
    border-color: #7F7F7F;
    color: #232323;
}

/* Form button styles
---------------------------------------- */
a.button1, input.button1,
a.button2, input.button2, input.button3 {
	background-color: #464646;
    background-image: linear-gradient(to bottom right, #999999 25%, #464646 40%, #222222);
    filter: none;
    border: 1px solid #111;
    color: #bbb;
    text-shadow: -2px 2px 3px #44030e;
    box-shadow: inset 1px 1px 1px 1px #494949;
    -webkit-box-shadow: inset 1px 1px 1px 1px #494949;
    -moz-box-shadow: inset 1px 1px 1px 1px #494949;
    -o-box-shadow: inset 1px 1px 1px 1px #494949;
}
a.button1, input.button1,
a.button2, input.button2 {
	border-color: #4A4A4A;
    background-color: #1a1a1a;
    background-image: linear-gradient(to top, #111, #333);
}

input.button3 {
	background-image: none;
}

/* Hover states */ /* Focus states */
a.button1:hover, input.button1:hover,
a.button2:hover, input.button2:hover, input.button3:hover,
input.button1:focus, input.button2:focus, input.button3:focus {
    background-color: #7d1f1d;
    background-image: linear-gradient(to bottom right, #e47676 25%, #7d1f1d 55%, #500403 100%);
    filter: none;
    border: 1px solid #7d1f1d;
    color: #ccc;
    text-shadow: -2px 2px 3px #44030e;
    box-shadow: inset 1px 1px 1px 1px #770B08;
    -webkit-box-shadow: inset 1px 1px 1px 1px #770B08;
    -moz-box-shadow: inset 1px 1px 1px 1px #770B08;
    -o-box-shadow: inset 1px 1px 1px 1px #770B08;
}


.button1.disabled {
    background-color: #1A1A1A;
    background-image: linear-gradient(to bottom, #202020 0%, #111111 100%);
    border-color: #3f3f3f;
    box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.6), inset 0 0 3px 0 rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px rgba(0, 0, 0, 0.8);
    color: #777 !important;
}

input.disabled {
	color: #666666;
}

option.disabled-option {
    color: #888;
}

/* Search box (header)
--------------------------------------------- */

.search-header .inputbox:focus {
    background: rgba(247, 211,150, 0.65);
    border: 1px solid #7F7F7F;
}

/* Rules
---------------------------------------------- */
body.section-viewforum div.rules > .inner, 
body.section-viewtopic div.rules > .inner {
    background: transparent;
    border: none;
    margin-top: 50px;
	padding: 10px 0 0 0;
}


body.section-viewforum div.rules, 
body.section-viewtopic div.rules {
	box-shadow: inset 0 0 37px 1px #000, 0 0 0 1px #000, 0 2px 4px rgba(0, 0, 0, 0.6);
    border: none;    height: 150px;
    background: transparent url(./images/bg_rules.png) 0 0 no-repeat;
    color: #7d1f1d;
}

div.rules-link a {
    background: transparent;
    border: none;
    color: inherit;	
	text-transform: none;
    display: initial;
    padding: 10px;
    font-size: 1.7em;
    font-weight: bold;
	text-shadow: 1px 1px 3px #464646;
    text-align: center;
}

div.rules-link a:hover {
    background: transparent;
    border: 1px #FFF;
    color: inherit;	
	text-decoration: underline overline double;
    text-shadow: 2px 2px 4px #464646;
    text-transform: uppercase;
    font-size: 1.5em;}
	
	
/* Panels Stuff */

.tabs .tab > a {
background: transparent;
    border: 1px solid #5d500e;
    color: #464646;
}

	
.tabs .tab > a:hover {
    background: #1a1a1a;
    background: rgba(158, 130, 81, 0.50); /* CHECK */ 
    border-color: #555;
    color: #DDD;
}


.tabs .activetab > a, .tabs .activetab > a:hover {
	background-color: rgba(158, 130, 81, 0.50); /* CHECK */ 
    border-color: #5d500e;
    border-bottom: none;
    box-shadow: -1px 1px 3px 0px #5d500e inset;
    color: #7d1f1d;
}	

.tabs .activetab > a:hover {
    color: #7d1f1d;
    border-bottom-color: #0e0e0e;
}

.panel-container .panel { /* CHECK */ 
    background: #9e8251;
    background: transparent linear-gradient(to bottom, rgba(158, 130, 81, 0.60) 0, rgba(247, 211,150, 0.50) 35px);
}

.navigation a {
    border: #222;
    color: #464646;
    background: rgba(158, 130, 81, 0.60); /* CHECK */ 
    background: transparent linear-gradient(to bottom, rgba(158, 130, 81, 0.60) 0, rgba(247, 211,150, 0.50) 35px)
}

.navigation .active-subsection a {  /* CHECK */ 
    background: #9e8251;
    background: transparent linear-gradient(to bottom, rgba(247, 211,150, 0.60) 0, rgba(158, 130, 81, 0.50) 35px);
    display: block;
    color: #7d1f1d;
}

.navigation .active-subsection a:hover {
    color: #DDD;
}

.navigation a:hover { /* CHECK */ 
	background: #f7d396;
    background: transparent linear-gradient(to bottom, rgba(247, 211,150, 0.60) 0, rgba(158, 130, 81, 0.50) 35px);
    color: #DDD;
}

ul.topiclist.missing-column dt {
    margin-right: -210px;
}

ul.topiclist.missing-column dd.lastpost,
ul.topiclist.missing-column dd.redirect,
ul.topiclist.missing-column dd.moderation, 
ul.topiclist.missing-column dd.time, 
ul.topiclist.missing-column dd.info {
    width: 150px;
}

ul.topiclist.missing-column dt .list-inner {
    margin-right: 210px;
}

ul.topiclist.missing-column dd.posts, 
ul.topiclist.missing-column dd.topics, 
ul.topiclist.missing-column dd.views, 
ul.topiclist.missing-column dd.extra, 
ul.topiclist.missing-column dd.mark {
    width: 60px;
}

.cp-menu .cp-mini {
    position: absolute;
    top: -2000px;
}

/* Online flag */
.online {
	background-image: url("./en/icon_user_online.gif");
} /*default*/

.online {
    background-image: none;
    background-position: 100% 0;
    background-repeat: no-repeat;
}