/*  phpBB3 Style Sheet
    --------------------------------------------------------------
	Style name:			ne-blackgreen
	Based on style:	 prosilver	
	Original author:	Tom Beddard ( http://www.subblue.com/ )
	Modified by:		phpBB Limited ( https://www.phpbb.com/ )
	Modified by:		Bernhard ( http://www.nachtelb.de/ )
    --------------------------------------------------------------

--------------------------------------------------------------
Changes to common.css
-------------------------------------------------------------- */

h1 {
	margin-top: 35px;
	font-size: 2.5em;
}
#wrap {
	max-width: 900px;
	margin-left: auto;
  margin-right: auto;
}
.headerbar {
  height: 100px;
}



/*
--------------------------------------------------------------
Changes to colors.css
-------------------------------------------------------------- 

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

html, body {
	color: #E0E0E0;
	background-color: #000000;
}

h1 {
	color: #008000;
  text-shadow: 1px -1px 0 #000, -1px 1px 0 #000;
}

h2 {
	color: #E0E0E0;
}

h3 {
	border-bottom-color: #808080;
	color: #E0E0E0;
}

hr {
	border-color: #000000;
	border-top-color: #808080;
}

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

.search-box .inputbox,
.search-box .inputbox:hover,
.search-box .inputbox:focus,
.search-box .button:hover {
	border-color: #0C4B0C;
}

.search-header {
	box-shadow: 0 0 10px #007F00;
}

/* Round cornered boxes and backgrounds
---------------------------------------- */
#wrap {
	background-color: #090909; 
	border-color: #454545; 
}

.headerbar {
	background-color: #002000;
	background-image: -moz-linear-gradient(top, #050505, #002000);
	background-image: -webkit-linear-gradient(top, #050505, #002000);
	background-image: -o-linear-gradient(top, #050505, #002000);
	background-image: linear-gradient(to bottom, #050505, #002000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#050505', EndColorStr='#002000')";
}

.navbar {
	background-color: #004000;
	background-image: -moz-linear-gradient(top, #004000, #001000);
	background-image: -webkit-linear-gradient(top, #004000, #001000);
	background-image: -o-linear-gradient(top, #004000, #001000);
	background-image: linear-gradient(to bottom, #004000, #001000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#004000', EndColorStr='#001000')";
}

.forabg, .forumbg {
	background-color: #006600;
	background-image: -moz-linear-gradient(top, #003300, #009900);
	background-image: -webkit-linear-gradient(top, #003300, #009900);
	background-image: -o-linear-gradient(top, #003300, #009900);
	background-image: linear-gradient(to bottom, #003300, #009900);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#003300', EndColorStr='#009900')";
}

.panel {
	background-color: #404040;
	color: #FFFFFF;
}

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

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

.bg1 {
	background-color: #101010;
}

table.zebra-list tr:nth-child(odd) td, ul.zebra-list li:nth-child(odd) {
	background-color: #404040; 
}

.bg2 {
	background-color: #171717;
}

table.zebra-list tr:nth-child(even) td, ul.zebra-list li:nth-child(even) {
	background-color: #e1ebf2; /* alte Farbe */
}

.bg3	{
	background-color: #404040; 
}

.ucprowbg {
	background-color: #DCDEE2; /* alte Farbe */
}

.fieldsbg {
	background-color: #E7E8EA; /* alte Farbe */
}

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

ul.navlinks {
	border-top-color: #000000;
}

/* Table styles
----------------------------------------*/
table.table1 thead th {
	color: #000000;
}

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

table.table1 tbody tr:hover, table.table1 tbody tr.hover {
	background-color: #404040;
	color: #E0E0E0;
}

table.table1 td {
	color: #C0C0C0;
}

table.table1 tbody td {
	border-top-color: #000000;
}

table.table1 tbody th {
	border-bottom-color: #FFFFFF;
	color: #FFFFFF;
	background-color: #000000;
}

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

/* Misc layout styles
---------------------------------------- */
dl.details dt {
	color: #FFFFFF;
}

dl.details dd {
	color: #E0E0E0;
}

.sep {
	color: #808080;
}

/* Pagination
---------------------------------------- */

.pagination li a {
	background-color: #ECEDEE;
	border-color: #B4BAC0;
  color: #101010;
}

.pagination li.ellipsis span {
	background-color: transparent;
	color:	#FFFFFF;
}

.pagination li.active span {
	background-color: #008000;
	border-color: #008000;
  color: #000000;
}

.pagination li a:hover, .pagination .dropdown-visible a.dropdown-trigger, .nojs .pagination .dropdown-container:hover a.dropdown-trigger {
	background-color: #008000;
	border-color: #008000;
	color: #000000;
}

.pagination li.next a, .pagination li.previous a, .pagination li.page-jump a {
	background-image: url("./images/icons_pagination.png");
}

/* Pagination in viewforum for multipage topics */
.row .pagination {
	background-image: url("./images/icon_pages.gif");
}

/* Miscellaneous styles
---------------------------------------- */

.copyright {
	color: #C0C0C0;
}

.error {
	color: #600000; 
}

.reported {
	background-color: #000; 
}

li.reported:hover {
	background-color: #600000 !important;
}
.sticky, .announce {
	/* you can add a background for stickies and announcements*/
}

div.rules {
	background-color: #600000;
	color: #FFF;
}

p.post-notice {
	background-color: #570A14;
	background-image: none;
}

p.post-notice.deleted:before {
	background-image: url("./images/icon_topic_deleted.png");
}

p.post-notice.unapproved:before {
	background-image: url("./images/icon_topic_unapproved.gif");
}

p.post-notice.reported:before, p.post-notice.error:before {
	background-image: url("./images/icon_topic_reported.gif");
}

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

a { color: #00DD00; }
a:hover	{ color: #FF9900; }

/* Links on gradient backgrounds */
.forumbg .header a, .forabg .header a, th a {
	color: #00CC00;
}

.forumbg .header a:hover, .forabg .header a:hover, th a:hover {
	color: #FF9900;
}

/* Notification mark read link */
.dropdown-extended a.mark_read {
	background-color: #007000;
}

/* Post body links */
.postlink {
	border-bottom-color: #A0A0A0;
  color: #00CC00;
}

.postlink:visited {
	border-bottom-color: #A0A0A0;
  color: #909090;
}

.postlink:hover {
	background-color: #000000;
	color: #FFF;
}

.signature a, .signature a:hover {
	background-color: transparent;
}

/* Back to top of page */
a.top {
	background-image: url("./images/icon_back_top.gif");
}

a.top2 {
	background-image: url("./images/icon_back_top.gif");
}

/* Arrow links  */
a.arrow-up			{ background-image: url("./images/arrow_up.gif"); }
a.arrow-down		{ background-image: url("./images/arrow_down.gif"); }
a.arrow-left		{ background-image: url("./images/arrow_left.gif"); }
a.arrow-right		{ background-image: url("./images/arrow_right.gif"); }

a.arrow-up:hover {
	background-color: transparent;
}

a.arrow-left:hover {
	color: #808080;
}

a.arrow-right:hover {
	color: #808080;
}

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

ul.forums {
	background-color: #090909;
	background-image:none;
}

ul.topiclist li {
	color: #E0E0E0;
}

ul.topiclist dd {
	border-left-color: #696969;
}

.rtl ul.topiclist dd {
	border-right-color: #000000;
	border-left-color: transparent;
}

ul.topiclist li.row dt a.subforum.read {
	background-image: url("./images/subforum_read.gif");
}

ul.topiclist li.row dt a.subforum.unread {
	background-image: url("./images/subforum_unread.gif");
}

li.row {
	border-top-color:  transparent;	
	border-bottom-color: #696969;
}

li.row strong {
	color: #FFFFFF;
}

li.row:hover {
	background-color: #000000;
}

li.row:hover dd {
	border-left-color: #000000;
}

.rtl li.row:hover dd {
	border-right-color: #808080;
	border-left-color: transparent;
}

li.header dt, li.header dd {
	color: #E0E0E0;
}

/* Post body styles
----------------------------------------*/
.postbody {
	color: #FFFFFF;
}

/* Content container styles
----------------------------------------*/
.content {
	color: #FFFFFF;
}

.content h2, .panel h2 {
	color: #E0E0E0;
	border-bottom-color:  #808080;
}

dl.faq dt {
	color: #F90;
}

.posthilit {
	background-color: #F3BFCC;
	color: #BC2A4D;
}

.announce, .unreadpost {
	/* Highlight the announcements & unread posts box */
}

/* Post signature */
.signature {
	border-top-color: #808080;
}

/* Post noticies */
.notice {
	border-top-color:  #808080;
}

/* BB Code styles
----------------------------------------*/
/* Quote block */
blockquote {
	background-color: #303030;
	background-image: url("./images/quote.gif");
	border-color:#707070;
	color: #E0E0E0
}

.rtl blockquote {
	background-image: url("./images/quote_rtl.gif");
}

blockquote blockquote {
	/* Nested quotes */
	background-color:#202020;
}

blockquote blockquote blockquote {
	/* Nested quotes */
	background-color: #303030;
}

/* Code block */
.codebox {
	background-color: #000000;
	border-color: #808080;
}

.codebox p {
	border-bottom-color:  #808080;
}

.codebox code {
	color: #0D0;
}

.syntaxbg		{ color: #000000; }
.syntaxcomment	{ color: #FF8000; }
.syntaxdefault	{ color: #0000BB; }
.syntaxhtml		{ color: #FFFFFF; }
.syntaxkeyword	{ color: #007700; }
.syntaxstring	{ color: #DD0000; }

/* Attachments
----------------------------------------*/
.attachbox {
	background-color: #000000;
	border-color:  #808080;
}

.pm-message .attachbox {
	background-color: #404040;
}

.attachbox dd {
	border-top-color: #808080;
}

.attachbox p {
	color: #E0E0E0;
}

.attachbox p.stats {
	color: #E0E0E0;
}

.attach-image img {
	border-color: #808080;
}

/* Inline image thumbnails */

dl.file dd {
	color: #BFBFBF;
}

dl.thumbnail img {
	border-color: #E0E0E0;
	background-color: #000000;
}

dl.thumbnail dd {
	color: #E0E0E0;
}

dl.thumbnail dt a:hover {
	background-color: #404040;
}

dl.thumbnail dt a:hover img {
	border-color: #808080;
}

/* Post poll styles
----------------------------------------*/

fieldset.polls dl {
	border-top-color: #404040;
	color: #E0E0E0;
}

fieldset.polls dl.voted {
	color: #FFFFFF;
}

fieldset.polls dd div {
	color: #000000;
}

.rtl .pollbar1, .rtl .pollbar2, .rtl .pollbar3, .rtl .pollbar4, .rtl .pollbar5 {
	border-right-color: transparent;
}

.pollbar1 {
  background-color: #008000;
  border-bottom-color: #0C4B0C;
  border-right-color: #0C4B0C;
}

.rtl .pollbar1 {
	border-left-color: #0C4B0C;
}

.pollbar2 {
  background-color: #0C0;
  border-bottom-color: #0C4B0C;
  border-right-color: #0C4B0C;
}

.rtl .pollbar2 {
	border-left-color: #0C4B0C;
}

.pollbar3 {
  background-color: #0C0;
  border-bottom-color: #0C4B0C;
  border-right-color: #0C4B0C;
}

.rtl .pollbar3 {
	border-left-color: #0C4B0C;
}

.pollbar4 {
  background-color: #0C0;
  border-bottom-color: #0C4B0C;
  border-right-color: #0C4B0C;
}

.rtl .pollbar4 {
	border-left-color: #0C4B0C;
}

.pollbar5 {
  background-color: #0C0;
  border-bottom-color: #0C4B0C;
  border-right-color: #0C4B0C;
}

.rtl .pollbar5 {
	border-left-color: #0C4B0C;
}

/* Poster profile block
----------------------------------------*/
.postprofile {
	color: #E0E0E0;
	border-color: #000000;
}

.pm .postprofile {
	border-left-color: #404040;
}

.postprofile strong {
	color: #FFFFFF;
}

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

dd.profile-warnings {
	color: #BC2A4D;  /*alte Farbe */
}

/*
--------------------------------------------------------------
Colours and backgrounds for buttons.css
-------------------------------------------------------------- */
.button {
	border-color: #0C4B0C;
	background-color: #000;
	background-image: -moz-linear-gradient(top, #003000, #000);
	background-image: -webkit-linear-gradient(top, #003000, #000);
	background-image: -o-linear-gradient(top, #003000, #000);
	background-image: linear-gradient(to bottom, #003000, #000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#003000', EndColorStr='#000')";
	box-shadow: 0 0 0 1px #002000 inset;
	-webkit-box-shadow: 0 0 0 1px #002000 inset;
	color: #F90;
}

.post-buttons .button {
	border-color: #909090;
	background-color: #000;
	background-image: -moz-linear-gradient(top, #909090, #000);
	background-image: -webkit-linear-gradient(top, #909090, #000);
	background-image: -o-linear-gradient(top, #909090, #000);
	background-image: linear-gradient(to bottom, #909090, #000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#909090', EndColorStr='#000')";
	box-shadow: 0 0 0 1px #606060 inset;
	-webkit-box-shadow: 0 0 0 1px #002000 inset;
	color: #F90;
}

.post-buttons .button:hover {
	border-color: #909090;
	background-color: #303030;
	background-image: -moz-linear-gradient(top, #000, #909090);
	background-image: -webkit-linear-gradient(top, #000, #909090);
	background-image: -o-linear-gradient(top, #000, #909090);
	background-image: linear-gradient(to bottom, #000, #909090);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#000', EndColorStr='#909090')";
}

.dropdown-select {
	color: #E47110;
}

.button:hover, .dropdown-visible .dropdown-select, .nojs .dropdown-container:hover .dropdown-select {
	border-color: #007000;
	background-image: -moz-linear-gradient(top, #002000, #000);
	background-image: -webkit-linear-gradient(top, #002000, #000);
	background-image: -o-linear-gradient(top, #002000, #000);
	background-image: linear-gradient(to bottom, #002000, #000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#002000', EndColorStr='#000')";
	text-shadow: 1px 1px 0 #505050, -1px -1px 0 #000, -1px -1px 0 rgba(188, 42, 77, 0.2);
}

.dropdown-select:after	{ border-color: #005000; }
.dropdown-select:hover	{ border-color: #009000; }

.dropdown-visible .dropdown-select, .dropdown-visible .dropdown-select:hover, .nojs .dropdown-container:hover .dropdown-select {
	border-color: #005000;
	color: #00cc00;
}

.contact-icons a		{ border-color: #005000; }
.contact-icons a:hover	{ background-color: #101010; }

/* Icon images
---------------------------------------- */
.icon-acp					{ background-image: url("./images/icon_acp.gif"); }
.icon-bookmark				{ background-image: url("./images/icon_bookmark.gif"); }
.icon-bump					{ background-image: url("./images/icon_bump.gif"); }
.icon-contact				{ background-image: url("./images/icon_pm.gif"); }
.icon-delete-cookies		{ background-image: url("./images/icon_delete_cookies.gif"); }
.icon-download				{ background-image: url("./images/icon_download.gif"); }
.icon-faq					{ background-image: url("./images/icon_faq.gif"); }
.icon-home					{ background-image: url("./images/icon_home.gif"); }
.icon-logout				{ background-image: url("./images/icon_logout.gif"); }
.icon-mark					{ background-image: url("./images/icon_mark.gif"); }
.icon-mcp					{ background-image: url("./images/icon_mcp.gif"); }
.icon-members				{ background-image: url("./images/icon_members.gif"); }
.icon-notification			{ background-image: url("./images/icon_notification.gif"); }
.icon-pages					{ background-image: url("./images/icon_pages.gif"); }
.icon-pm					{ background-image: url("./images/icon_pm.gif"); }
.icon-print					{ background-image: url("./images/icon_print.gif"); }
.icon-profile				{ background-image: url("./images/icon_profile.gif"); }
.icon-register				{ background-image: url("./images/icon_register.gif"); }
.icon-search, .responsive-search a	{ background-image: url("./images/icon_search.gif"); }
.icon-search-active			{ background-image: url("./images/subforum_read.gif"); }
.icon-search-new			{ background-image: url("./images/subforum_unread.gif"); }
.icon-search-self			{ background-image: url("./images/icon_topic_latest.gif"); }
.icon-search-unanswered		{ background-image: url("./images/icon_post_target.gif"); }
.icon-search-unread			{ background-image: url("./images/subforum_unread.gif"); }
.icon-sendemail				{ background-image: url("./images/icon_sendemail.gif"); }
.icon-subscribe				{ background-image: url("./images/icon_subscribe.gif"); }
.icon-team					{ background-image: url("./images/icon_team.gif"); }
.icon-ucp					{ background-image: url("./images/icon_ucp.gif"); }
.icon-unsubscribe			{ background-image: url("./images/icon_unsubscribe.gif"); }

/* Profile & navigation icons */
.contact-icon													{ background-image: url("./images/icons_contact.png"); }
.icon-button:before, .dropdown-select:after						{ background-image: url("./images/icons_button.png"); }

/* Forum icons & Topic icons */
.global_read													{ background-image: url("./images/announce_read.gif"); }
.global_read_mine												{ background-image: url("./images/announce_read_mine.gif"); }
.global_read_locked												{ background-image: url("./images/announce_read_locked.gif"); }
.global_read_locked_mine										{ background-image: url("./images/announce_read_locked_mine.gif"); }
.global_unread													{ background-image: url("./images/announce_unread.gif"); }
.global_unread_mine												{ background-image: url("./images/announce_unread_mine.gif"); }
.global_unread_locked											{ background-image: url("./images/announce_unread_locked.gif"); }
.global_unread_locked_mine										{ background-image: url("./images/announce_unread_locked_mine.gif"); }

.announce_read													{ background-image: url("./images/announce_read.gif"); }
.announce_read_mine												{ background-image: url("./images/announce_read_mine.gif"); }
.announce_read_locked											{ background-image: url("./images/announce_read_locked.gif"); }
.announce_read_locked_mine										{ background-image: url("./images/announce_read_locked_mine.gif"); }
.announce_unread												{ background-image: url("./images/announce_unread.gif"); }
.announce_unread_mine											{ background-image: url("./images/announce_unread_mine.gif"); }
.announce_unread_locked											{ background-image: url("./images/announce_unread_locked.gif"); }
.announce_unread_locked_mine									{ background-image: url("./images/announce_unread_locked_mine.gif"); }

.forum_link														{ background-image: url("./images/forum_link.gif"); }
.forum_read														{ background-image: url("./images/forum_read.gif"); }
.forum_read_locked												{ background-image: url("./images/forum_read_locked.gif"); }
.forum_read_subforum											{ background-image: url("./images/forum_read_subforum.gif"); }
.forum_unread													{ background-image: url("./images/forum_unread.gif"); }
.forum_unread_locked											{ background-image: url("./images/forum_unread_locked.gif"); }
.forum_unread_subforum											{ background-image: url("./images/forum_unread_subforum.gif"); }

.sticky_read													{ background-image: url("./images/sticky_read.gif"); }
.sticky_read_mine												{ background-image: url("./images/sticky_read_mine.gif"); }
.sticky_read_locked												{ background-image: url("./images/sticky_read_locked.gif"); }
.sticky_read_locked_mine										{ background-image: url("./images/sticky_read_locked_mine.gif"); }
.sticky_unread													{ background-image: url("./images/sticky_unread.gif"); }
.sticky_unread_mine												{ background-image: url("./images/sticky_unread_mine.gif"); }
.sticky_unread_locked											{ background-image: url("./images/sticky_unread_locked.gif"); }
.sticky_unread_locked_mine										{ background-image: url("./images/sticky_unread_locked_mine.gif"); }

.topic_moved													{ background-image: url("./images/topic_moved.gif"); }
.topic_read														{ background-image: url("./images/topic_read.gif"); }
.topic_read_mine												{ background-image: url("./images/topic_read_mine.gif"); }
.topic_read_hot													{ background-image: url("./images/topic_read_hot.gif"); }
.topic_read_hot_mine											{ background-image: url("./images/topic_read_hot_mine.gif"); }
.topic_read_locked												{ background-image: url("./images/topic_read_locked.gif"); }
.topic_read_locked_mine											{ background-image: url("./images/topic_read_locked_mine.gif"); }
.topic_unread													{ background-image: url("./images/topic_unread.gif"); }
.topic_unread_mine												{ background-image: url("./images/topic_unread_mine.gif"); }
.topic_unread_hot												{ background-image: url("./images/topic_unread_hot.gif"); }
.topic_unread_hot_mine											{ background-image: url("./images/topic_unread_hot_mine.gif"); }
.topic_unread_locked											{ background-image: url("./images/topic_unread_locked.gif"); }
.topic_unread_locked_mine										{ background-image: url("./images/topic_unread_locked_mine.gif"); }

.pm_read														{ background-image: url("./images/topic_read.gif"); }
.pm_unread														{ background-image: url("./images/topic_unread.gif"); }

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

/* Main CP box
----------------------------------------*/

.panel-container h3, .panel-container hr, #cp-menu hr {
	border-color: #808080;
}

.panel-container .panel li.row {
	border-bottom-color: #808080;
	border-top-color: #808080;
}

ul.cplist {
	border-top-color: #808080;
}

.panel-container .panel li.header dd, .panel-container .panel li.header dt {
	color: #FFFFFF;
}

.panel-container table.table1 thead th {
	color: #E0E0E0;
	border-bottom-color: #808080;
}

#cp-main .pm-message {
	border-color: #404040;
	background-color: #000000;
}

/* CP tabbed menu
----------------------------------------*/
#tabs .tab > a {
	background: #B0B0B0;
	color: #101010; 
}

#tabs .tab > a:hover {
	background: #707070; 
	color: #000;
}

#tabs .activetab > a,
#tabs .activetab > a:hover {
	background: #909090;
	background: -moz-linear-gradient(top, #707070 0%, #404040 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #707070), color-stop(100%, #404040));
	background: -webkit-linear-gradient(top, #707070 0%, #404040 100%);
	background: -o-linear-gradient(top, #707070 0%, #404040 100%);
	background: -ms-linear-gradient(top, #707070 0%, #404040 100%);
	background: linear-gradient(to bottom, #707070 0%, #404040 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#707070', endColorstr='#404040', GradientType=0 );
	border-color: #404040;
	box-shadow: 0 1px 1px #F2F9FF inset;
	color: #0D0;
}

#tabs .activetab > a:hover {
	color: #101010;
}

/* Mini tabbed menu used in MCP
----------------------------------------*/
#minitabs .tab > a {
	background-color: #E1EBF2;
}

#minitabs .activetab > a,
#minitabs .activetab > a:hover {
	background-color: #F9F9F9;
	color: #333333;
}

/* Responsive tabs
----------------------------------------*/
.responsive-tab .responsive-tab-link:before {
	border-color: #536482;
}

.responsive-tab .responsive-tab-link:hover:before {
	border-color: #F90;
}

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

/* Link styles for the sub-section links */
#navigation a {
	color: #FFFFFF;
	background: #101010;
	background: -moz-linear-gradient(left, #101010 50%, #000 100%);
	background: -webkit-gradient(left top, right top, color-stop(50%, #101010), color-stop(100%, #000));
	background: -webkit-linear-gradient(left, #101010 50%, #000 100%);
	background: -o-linear-gradient(left, #101010 50%, #000 100%);
	background: -ms-linear-gradient(left, #101010 50%, #000 100%);
	background: linear-gradient(to right, #101010 50%, #000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#101010', endColorstr='#000', GradientType=1 );
}

.rtl #navigation a {
	background: #808080;
	background: -moz-linear-gradient(left, #CADCEB 0%, #B4C4D1 50%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #CADCEB), color-stop(50%, #B4C4D1));
	background: -webkit-linear-gradient(left, #CADCEB 0%, #B4C4D1 50%);
	background: -o-linear-gradient(left, #CADCEB 0%, #B4C4D1 50%);
	background: -ms-linear-gradient(left, #CADCEB 0%, #B4C4D1 50%);
	background: linear-gradient(to right, #CADCEB 0%, #B4C4D1 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CADCEB', endColorstr='#B4C4D1', GradientType=1 );
}

#navigation a:hover {
	background-color: #202020;
	color: #F90;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

#navigation #active-subsection a {
	background: #000000;
	color: #F90;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

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

@media only screen and (max-width: 900px), only screen and (max-device-width: 900px)
{
	#navigation a, .rtl #navigation a {
		background: #202020;
	}
}

/* Preferences pane layout
----------------------------------------*/
.panel-container h2 {
	color: #FFFFFF;
}

.panel-container .panel {
	background-color: #000000;
}

#cp-main .pm {
	background-color: #000000;
}

/* Friends list */
.cp-mini {
	background-color: #404040;
}

dl.mini dt {
	color: #C0C0C0;
}

/* PM Styles
----------------------------------------*/
/* PM Message history */
.current {
	color: #808080 !important;
}

/* PM marking colours */
.pmlist li.pm_message_reported_colour, .pm_message_reported_colour {
	border-left-color: #BC2A4D;
	border-right-color: #BC2A4D;
}

.pmlist li.pm_marked_colour, .pm_marked_colour {
	border-color: #FF6600;
}

.pmlist li.pm_replied_colour, .pm_replied_colour {
	border-color: #808080;
}

.pmlist li.pm_friend_colour, .pm_friend_colour {
	border-color: #808080;
}

.pmlist li.pm_foe_colour, .pm_foe_colour {
	border-color: #FFFFFF;
}

/* Avatar gallery */
#gallery label {
	background-color: #000000;
	border-color: #404040;
}

#gallery label:hover {
	background-color: #EEE;
}

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

/* General form styles
----------------------------------------*/
select {
	border-color: #BFBFBF;
	background-color: #808080;
	color: #000;
}

label {
	color: #E0E0E0;
}

option.disabled-option {
	color: graytext;
}

/* Definition list layout for forms
---------------------------------------- */
dd label {
	color: #FFFFFF;
}

fieldset.fields1 {
	background-color: transparent;
}

/* Hover effects */
fieldset dl:hover dt label {
	color: #FFFFFF;
}

fieldset.fields2 dl:hover dt label {
	color: inherit;
}

/* Quick-login on index page */
fieldset.quick-login input.inputbox {
	background-color: #404040;
}

/* Posting page styles
----------------------------------------*/

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

#message-box textarea.drag-n-drop {
	outline-color: #0D0;
}

#message-box textarea.drag-n-drop-highlight {
	outline-color: #0D0;
}

/* Input field styles
---------------------------------------- */
.inputbox {
	background-color: #000000;
	border-color: #808080;
	color: #FFFFFF;
}

.inputbox:-moz-placeholder {
	color: #FFFFFF;
}

.inputbox::-webkit-input-placeholder {
	color: #FFFFFF;
}

.inputbox:hover {
	border-color: #808080;
}

.inputbox:focus {
	border-color: #808080;
	color: #BFBFBF;
}

.inputbox:focus:-moz-placeholder {
	color: transparent;
}

.inputbox:focus::-webkit-input-placeholder {
	color: transparent;
}


/* Form button styles
---------------------------------------- */

a.button1, input.button1, input.button3, a.button2, input.button2 {
	color: #020000;
	background-color: #909090;
	background-image: -moz-linear-gradient(top, #E0E0E0, #909090);
	background-image: -webkit-linear-gradient(top, #E0E0E0, #909090);
	background-image: -o-linear-gradient(top, #E0E0E0, #909090);
	background-image: linear-gradient(to bottom, #E0E0E0, #909090);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#E0E0E0', EndColorStr='#909090')";}

a.button1, input.button1 {
	border-color: #BFBFBF;
}

input.button3 {
	background-image: none;
}

/* Alternative button */
a.button2, input.button2, input.button3 {
	border-color: #BFBFBF;
}

/* <a> button in the style of the form buttons */
a.button1, a.button2 {
	color: #000000;
}

/* Hover states */
a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover {
  background-color: #E0E0E0;
	background-image: -moz-linear-gradient(top, #909090, #E0E0E0);
	background-image: -webkit-linear-gradient(top, #909090, #E0E0E0);
	background-image: -o-linear-gradient(top, #909090, #E0E0E0);
	background-image: linear-gradient(to bottom, #909090, #E0E0E0);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#909090', EndColorStr='#E0E0E0')";}
}

input.search {
	background-image: url("./images/icon_textbox_search.gif");
}

input.disabled {
	color: #666666;
}

/* jQuery popups
---------------------------------------- */
.phpbb_alert {
	background-color: #000;
	border-color: #D06000;
	color: #FFF;
}
.phpbb_alert .alert_close {
	background-image: url("./images/alert_close.png");
}
#darken {
	background-color: #000000;
}

#loading_indicator {
	background-color: #000000;
	background-image: url("./images/loading.gif");
}

.dropdown-extended ul li {
	border-top-color: transparent;
}

.dropdown-extended ul li:hover {
	background-color: #303030;
	color: #C0C0C0;
}

.dropdown-extended .header, .dropdown-extended .footer {
	border-color: #004000;
	color: #00cc00;
    text-shadow: none;
}

.dropdown-extended .footer {
	border-top-style: solid;
	border-top-width: 1px;
}

.dropdown-extended .header {
	background: #000;
	background: -moz-linear-gradient(top, #004000 0%, #000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #004000), color-stop(100%, #000));
	background: -webkit-linear-gradient(top, #004000 0%, #000 100%);
	background: -o-linear-gradient(top, #004000 0%, #000 100%);
	background: -ms-linear-gradient(top, #004000 0%, #000 100%);
	background: linear-gradient(to bottom, #004000 0%, #000 100%);
}

.dropdown .pointer {
	border-color: #B9B9B9 transparent;
}

.dropdown .pointer-inner {
	border-color: #0D0 transparent;
}

.dropdown-extended .pointer-inner {
	border-color: #0D0 transparent;
}

ul.linklist li.responsive-menu a.responsive-menu-link:before {
	border-color: #00cc00;
}

ul.linklist li.responsive-menu a.responsive-menu-link:hover:before, ul.linklist li.responsive-menu.visible a.responsive-menu-link:before {
	border-color: #F90;
}

.dropdown .dropdown-contents {
	background: #000;
	border-color: #005000;
	box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
}

.dropdown-up .dropdown-contents {
	box-shadow: 1px 0 5px rgba(0, 0, 0, 0.2);
}

.dropdown li, .dropdown li li {
	border-color: #005000;
}

.dropdown li.separator {
	border-color: #005000;
}

/* Notifications
---------------------------------------- */

.notification_list p.notification-time {
	color: #E0E0E0;
}

li.notification-reported strong, li.notification-disapproved strong {
	color: #F90;
}

/*
--------------------------------------------------------------
Changes to imageset.css
-------------------------------------------------------------- */
.imageset.site_logo {
	background-image: url("./images/site_logo.png");
	padding-left: 480px;
	padding-top: 82px;
}
.imageset.icon_topic_unapproved {
  background-image: url("./images/icon_topic_unapproved.gif");
}