/** phpBB3 **/
a.button1, input.button1, input.button3, a.button2, input.button2,#cp-main .panel li.header dt,#cp-main .panel li.header dd, #cp-main .panel li.header dt,#minitabs li.activetab a,.row .pagination span a, li.pagination span a,.pagination span a, .pagination span a:link, .pagination span a:visited,select,dl.codebox code,#cp-main h2,.pagination span a, .pagination span a:link, .pagination span a:visited, .pagination span a:active,li.header dd,li.header dt,li.header dt a, a.forumtitle:hover,a.topictitle:hover  {color: #CCCCCC !important;}

.pagination span a, .pagination span a:link, .pagination span a:visited, .pagination span a:active {border-color:#292929 !important;}
 .button:hover  {color: #fff;}

.pagination span a:hover,.pagination span strong  {color: #fff !important;}

a.button1, input.button1, input.button3, a.button2, input.button2, #cp-main h3, #cp-main hr, #cp-menu hr, select,.content h2, .panel h2{
    border-color: #292929;
}

fieldset.polls dl  {
     border-top-color: #292929 !important;
 }

.postprofile strong {
    color: #fff;
}



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

hr {
	border-color: #292929;
	border-top-color: #292929;
}

.postprofile {
    border-left-color: #292929 !important;
}

hr.dashed {
	border-top-color: #292929;
}



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

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

table.table1 tbody tr:hover, table.table1 tbody tr.hover {
	background-color: #343434;
	color: #CCCCCC;
}

table.table1 td {
	color: #CCCCCC;
}

table.table1 tbody td {
	border-top: 0px none;
}

table.table1 tbody th {
	border-bottom-color: #292929;
	color: #292929;
	background-color: #343434;
}

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

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

dl.details dd {
	color: #CCCCCC;
}

.sep {
	color: #292929;
}

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

.pagination span strong {
	color: #FFFFFF !important;
	background-color: #343434;
	border-color: #292929;
}

.pagination span a, .pagination span a:link, .pagination span a:visited, .pagination span a:active {
	color: #CCCCCC;
	background-color: #343434;
	border-color: #292929 !important;
}

.pagination span a:hover {
	color: #FFFFFF !important;
	background-color: #4D4D4D;
	color: #FFF;
}

/* Pagination in viewforum for multipage topics */

.row .pagination span a, li.pagination span a {
	background-color: #343434;
	border-color: #292929;
}

.row .pagination span a:hover, li.pagination span a:hover {
	background-color: #4D4D4D;
	border-color: #292929;
}

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

.copyright {
	color: #B1B1B1;
}

.error {
	color: #BC2A4D;
}

.reported {
	background-color: #F7ECEF;
}

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


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

/* Post body links */
.postlink {
	color: #CCCCCC;
	border-bottom-color: #292929;
}

.postlink:visited {
	color: #CCCCCC;
	border-bottom-color: #292929;
}

.postlink:active {
	color: #CCCCCC;
}

.postlink:hover {
        color: #CCCCCC;
	background-color: #343434;
}

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

/* Profile links */
.postprofile a:link, .postprofile a:active, .postprofile a:visited, .postprofile dt.author a {
	color: #CCCCCC;
}

.postprofile a:hover, .postprofile dt.author a:hover {
	color: #292929;
}

/* Profile searchresults */	
.search .postprofile a {
	color: #CCCCCC;
}

.search .postprofile a:hover {
	color: #292929;
}

/* Arrow links  */
a.up:hover {
	background-color: transparent;
}

a.left:hover {
	color: #CCCCCC;
}

a.right:hover {
	color: #CCCCCC;
}


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

/* Content container styles
----------------------------------------*/

.posthilit {
	background-color: #343434;
	color: #292929;
}

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

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

/* BB Code styles
----------------------------------------*/
/* Quote block */
blockquote {
	background-color: #343434;
	border-color:#292929;
}


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

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

/* Code block */
dl.codebox {
	background-color: #343434;
	border-color: #292929;
}

dl.codebox dt {
	border-bottom-color:  #292929;
}

dl.codebox code {
	color: #2E8B57;
}

.syntaxbg		{ color: #FFFFFF; }
.syntaxcomment	{ color: #FF8000; }
.syntaxdefault	{ color: #CCCCCC0BB; }
.syntaxhtml		{ color: #CCCCCC; }
.syntaxkeyword	{ color: #007700; }
.syntaxstring	{ color: #DD0000; }

/* Attachments
----------------------------------------*/
.attachbox {
	background-color: #343434;
	border-color:  #292929;
}

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

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

.attachbox p {
	color: #CCCCCC;
}

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

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

/* Inline image thumbnails */

dl.file dd {
	color: #CCCCCC;
}

dl.thumbnail img {
	border-color: #292929;
	background-color: #343434;
}

dl.thumbnail dd {
	color: #CCCCCC;
}

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

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


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

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

#cp-main h3, #cp-main hr, #cp-menu hr {
	border-color: #292929;
}

#cp-main .panel li.row {
	border-bottom-color: #292929;
	border-top-color: #292929;
}

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

#cp-main .panel li.header dd, #cp-main .panel li.header dt {
	color: #CCCCCC;
}

#cp-main table.table1 thead th {
	color: #292929;
	border-bottom-color: #292929;
}

#cp-main .pm-message {
	border-color: #292929;
	background-color: #343434;
}

/* Mini tabbed menu used in MCP
----------------------------------------*/
#minitabs li {
	background-color: #343434;
}

#minitabs li.activetab {
	background-color: #343434;
}

#minitabs li.activetab a, #minitabs li.activetab a:hover {
	color: #292929;
}

/* Preferences pane layout
----------------------------------------*/
#cp-main .panel {
	background-color: #343434;
}

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


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

dl.mini dt {
	color: #777777;
}

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

/* PM panel adjustments */
.pm-panel-header,
#cp-main .pm-message-nav {
	border-bottom-color: #E9E9E9;
}

/* 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: #A9B8C2;
}

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

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

/* Avatar gallery */
#gallery label {
	background-color: #343434;
	border-color: #292929;
}

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

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

/* General form styles
----------------------------------------*/
select {
	border-color: #292929;
	background-color: #343434;
	color: #CCCCCC;
}

label {
	color: #777777;
}

option.disabled-option {
	color: graytext;
}

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

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

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

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

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

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



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

a.button1, input.button1, input.button3, a.button2, input.button2 {
	color: #CCCCCC;
	background-color: #343434;
}

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

input.button3 {
	background-image: none;
}

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

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

/* Hover states */
a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover {
	border-color: #292929;
	color: #292929;
}


input.disabled {
	color: #CCCCCC;
}


/* UCP
---------------------------------------- */

.bg3,#tabs .activetab a {
    background-color: #292929;
}

#navigation a {
    background: #292929;
}

#navigation a:hover {
    background-color: #292929;
}

.cp-mini {
    background-color: #343434;
}

#navigation #active-subsection a {
background-color: #343434;
}

div.panel.bg3 {
    border: 1px solid #292929;
}

#cp-main .panel {
    background-color: #343434;
}

#tabs a {
    border: 1px solid #292929;
    border-bottom: 0px none;
}

#tabs .activetab a  {
    border-bottom-color: #292929;

}

