/*
--------------------------------------------------------------
Colours and backgrounds for common.css
-------------------------------------------------------------- */

html, body {
	color: #4d4f4f;
	background: #ca5b3d;
}

h1 {
	color: #FFFFFF;
}

h2 {
	color: #28313F;
}

h3 {
	border-bottom-color: #CCCCCC;
	color: #444;
}

hr {
	border-color: #FFFFFF;
	border-top-color: #CCCCCC;
}

/* Search box
--------------------------------------------- */

.search-box .inputbox,
.search-box .inputbox:hover,
.search-box .inputbox:focus {

}

#search-box input {
	height: 40px;
}

.search-header {
	/*box-shadow: 0 0 10px #0075B0;*/
}

.search-results li:hover,
.search-results li.active {
	background-color: #CFE1F6;
}

/* Round cornered boxes and backgrounds
---------------------------------------- */
#wrap {
	/*background-color: #FFF;
	border-color: #E6E9ED;*/
}

#page-body {
	background-color: #FFF;
	border-radius: 5px;
    box-shadow: 0 1px 2px #444444;
}

#page-body .navbar {
	border-bottom: 1px solid #ccc;
    margin: 0 -15px;
}

#page-body .navbar a {
	color: #555;
}

.navbar {
	/*background-color: #cadceb;*/
	color: #FFF;
}

.navbar .dropdown {
	color: #55;
}

.navbar a {
	color: #FFF;
}

.navbar a:hover {
	color: #FFF;
}

.navbar .dropdown a {
	color: #000;
}

.panel {
	color: #28313F;
}

.post:target .content {
	color: #000000;
}

.post:target h3 a {
	color: #000000;
}


table.zebra-list tr:nth-child(odd) td, ul.zebra-list li:nth-child(odd) {
	background-color: #ECF3F7;
}

table.zebra-list tr:nth-child(even) td, ul.zebra-list li:nth-child(even) {
	background-color: #e1ebf2;
}

.ucprowbg {
	background-color: #DCDEE2;
}

.fieldsbg {
	background-color: #E7E8EA;
}

/* Horizontal lists
----------------------------------------*/

ul.navlinks {
	border-top-color: #FFFFFF;
}

/* Table styles
----------------------------------------*/
table.table1 thead th {
	color: #FFFFFF;
}

table.table1 tbody tr {

}

table.table1 tbody tr:hover, table.table1 tbody tr.hover {
	color: #000;
}

table.table1 td {
	color: #555;
}

table.table1 tbody td {
	border-top-color: #FAFAFA;
}

table.table1 tbody th {
	border-bottom-color: #000000;
	color: #333333;
	background-color: #FFFFFF;
}

table.info tbody th {
	color: #000000;
}

/* Misc layout styles
---------------------------------------- */
dl.details dt {
	color: #000000;
}

dl.details dd {
	color: #444;
}

.sep {
	color: #1198D9;
}

/* Pagination
---------------------------------------- */

.pagination li a {
	color: #5C758C;
	background-color: #ECEDEE;
	border-color: #B4BAC0;
}

.pagination li.ellipsis span {
	background-color: transparent;
	color:	#000000;
}

.pagination li.active span {
	color: #FFFFFF;
	background-color: #4692BF;
	border-color: #4692BF;
}

.pagination li a:hover, .pagination .dropdown-visible a.dropdown-trigger, .nojs .pagination .dropdown-container:hover a.dropdown-trigger {
	border-color: #368AD2;
	background-color: #368AD2;
	color: #FFFFFF;
}

.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: #FFF;
	text-shadow: 0 1px 0 #434343;
}

.copyright a {
	color: #FFf;
}

.copyright a:hover {
	color: #FFF;
}

.error {
	color: #d16237;
}

.reported {
	background-color: #F7ECEF;
}

li.reported:hover {
	background-color: #ECD5D8 !important;
}
.sticky, .announce {
	/* you can add a background for stickies and announcements*/
}

div.rules {
	background-color: #ECD5D8;
	color: #d16237;
}

p.post-notice {
	background-color: #ECD5D8;
	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");
}

.greypanel {
    background-color: #ededed;
    border-radius: 0 0 5px 5px;
    box-shadow: 1px 4px 7px -6px inset;
    margin-bottom: -5px;
    margin-left: -15px;
    margin-right: -15px;
    padding: 1px 15px;
}

.socialicons {
    margin: 10px 0;
    text-align: center;
}

.headerbar nav {
	background: #3A3A3A;
	box-shadow: inset  0  6px 6px -6px #000, inset  0 -6px 6px -6px #000;
	margin-bottom: 20px;
}

.logo {
	background: url("/build/images/logo.png");
	background-image: url("/build/images/logo.svg");
	background-repeat: no-repeat;
	float: left;
	height: 47px;
	margin-top: 39px;
	width: 124px;
	position: absolute;
}

.logo a {
	display: block;
	height: 47px;
	text-decoration: none;
	width: 124px;
}

.inner {
    margin: 0 auto;
    max-width: 960px;
}

.nav-spacer.orange {
    background: #ca5b3d;
}
.nav-spacer {
    height: 35px;
    background: #E3E3E3;
}

.nav {
    font-family: "Open Sans", Helvetica;
	font-weight: 600;
	background: linear-gradient(-90deg, transparent 10%, rgba(255,255,255,0.1) 50%, transparent 90%);
	height: 130px;
	color: #FFF;
	font-size: 14px;
	text-transform: uppercase;
	text-shadow: 0px 1px 1px #000;
}

.nav ul {
    float: right;
    padding-top: 58px;
}

.nav ul li {
    display: inline;
    float: left;
    list-style: outside none none;
    padding-left: 40px;
}

.nav ul li.donate {
	background: #1EBCEC;
	background: linear-gradient(to bottom, #1EBCEC, #128FE0);
	border-radius: 4px;
	border-top: 1px solid #87D5ED;
	border-bottom: 1px solid #000;
	height: 40px;
	line-height: 41px;
	margin-left: 30px;
	margin-top: -10px;
	padding-left: 0;
	width: 106px;
}
.nav ul li.donate:hover {
	background: #1FB2DD;
	background: linear-gradient(to bottom, #1FB2DD, #137EC6);
}
.nav ul li.donate a {
	width: 106px;
	height: 42px;
	position: absolute;
	text-align: center;
}
.nav ul li.donate a:hover {
	color: #FFF;
}

.nav ul li.donate a.active {
	color: #FFF;
}

.nav a:link, .nav a:visited {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.5s ease 0s;
}
.nav a:link.active, .nav a:visited.active {
	color: #1495e2;
}
.nav a:hover {
	color: #CCC;
	transition: color 0.5s ease 0s;
}
@media screen and (max-width: 960px) {
	#page-body, .greypanel {
		border-radius: 0;
	}
}

@media screen and (max-width: 825px) {
	.nav-spacer {
	    display: none;
	}
	.nav {
		background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
		/*box-shadow: 0 -8px 6px -6px black inset;*/
		height: auto;
		padding-top: 0;
	}
	section.nav {
		padding-left: 0;
		padding-right: 0;
	}
	.logo {
		left: 50%;
		margin-left: -63px;
		margin-top: 20px;
	}
	.nav ul {
		float: none;
		padding-top: 90px;
	}
	.nav ul li {
		border-right: 2px dashed #4D4646 !important;
		border-top: 2px dashed #4d4646 !important;
		display: inline;
		float: left;
		font-size: 17px;
		line-height: 60px;
		list-style: outside none none;
		padding-left: 0;
		text-align: center;
		width: 49%;
	}
	.nav ul li a {
		display: block;
	}
	.nav ul li.donate {
        background: none;
        height: inherit;
        margin-left: 0;
        margin-top: 0;
        line-height: 60px;
        padding-left: 0;
        width: 49%;
        border: none;
    }
    .nav ul li.donate:hover {
        background: none;
    }
    .nav ul li.donate a {
        height: auto;
        position: inherit;
        text-align: center;
        width: auto;
    }
	.nav ul li.donate a.active {
        color: $blue;
    }
    .nav ul li.donate a:hover {
        color: #CCC;
    }
	.nav ul li:nth-child(2n) {
		border-right: 0 none;
	}
}

#page-body ul#nav-main li {
	border-left: 1px solid #cccccc;
    line-height: 40px;
    margin: 0;
    padding: 0 20px;
}

#page-body ul#nav-main li .dropdown li {
	border-left: none;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 0;
	padding-right: 0;
}

#page-body ul#nav-main li .dropdown li.separator {
	margin: 0;
	padding: 0;
}

/*
--------------------------------------------------------------
Colours and backgrounds for links.css
-------------------------------------------------------------- */

a { color: #444; }
a:hover	{ color: #1495e2; }

a.postlink-local {
    color: #1495e2;
}
/* Links on gradient backgrounds */
.forumbg .header a, .forabg .header a, th a {
	color: #999999;
}

.forumbg .header a:hover, .forabg .header a:hover, th a:hover {
	color: #A8D8FF;
}

/* Notification mark read link */
.dropdown-extended a.mark_read {
	background-color: #FFFFFF;
}

/* Post body links */
.postlink {
	color: #1495e2;
	border-bottom-color: #1495e2;
}

.postlink:visited {
	color: #1495e2;
	border-bottom-color: #1495e2;
}

.postlink:hover {
	color: #336699;
	border-bottom-color: #336699;
}

.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: #1495e2;
}

a.arrow-right:hover {
	color: #1495e2;
}

/*
--------------------------------------------------------------
Colours and backgrounds for content.css
-------------------------------------------------------------- */

ul.forums {
	/*background-color: #eef5f9;
	background-image: url("./images/gradient.gif");*/
}

ul.topiclist li {
	color: #4C5D77;
}

ul.topiclist dd {
	/*border-left-color: #FFFFFF;*/
}

.rtl ul.topiclist dd {
	border-right-color: #fff;
	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:  #FFFFFF;
	border-bottom-color: #00608F;*/
}

li.row strong {
	color: #000000;
}

li.row:hover {
	/*background-color: #F6F4D0;*/
}

li.row:hover dd {
	/*border-left-color: #CCCCCC;*/
}

.rtl li.row:hover dd {
	border-right-color: #CCCCCC;
	border-left-color: transparent;
}

li.header dt, li.header dd {
	color: #999999;
	font-size: 1.1em;
	text-transform: uppercase;
}

/* Post body styles
----------------------------------------*/
.postbody {
	color: #333333;
}

/* Content container styles
----------------------------------------*/
.content {
	color: #333333;
}

.content h2, .panel h2 {
	color: #1495e2;
	border: none;
}

dl.faq dt {
	color: #333333;
}

.posthilit {
	background-color: #1495e2;
    color: #FFF;
}

.announce, .unreadpost {
	/* Highlight the announcements & unread posts box */
}

/* Post signature */
.signature {
	border-top-color: #CCCCCC;
}

/* Post noticies */
.notice {
	border-top-color:  #CCCCCC;
}

/* BB Code styles
----------------------------------------*/
/* Quote block */
blockquote {
	background-color: #EEE;
	background-image: url("./images/quote.gif");
	border-color:#CCC;
	border-radius: 3px;
}

.rtl blockquote {
	background-image: url("./images/quote_rtl.gif");
}

blockquote blockquote {
	/* Nested quotes */
	background-color:#EFEED9;
}

blockquote blockquote blockquote {
	/* Nested quotes */
	background-color: #EBEADD;
}

/* Code block */
.codebox {
	background-color: #FFFFFF;
	border-color: #C9D2D8;
}

.codebox p {
	border-bottom-color:  #CCCCCC;
}

.codebox code {
	color: #2E8B57;
}

.syntaxbg		{ color: #FFFFFF; }
.syntaxcomment	{ color: #FF8000; }
.syntaxdefault	{ color: #0000BB; }
.syntaxhtml		{ color: #000000; }
.syntaxkeyword	{ color: #007700; }
.syntaxstring	{ color: #DD0000; }

/* Attachments
----------------------------------------*/
.attachbox {
	background-color: #FFFFFF;
	border-color:  #C9D2D8;
}

.pm-message .attachbox {
	background-color: #F2F3F3;
}

.attachbox dd {
	border-top-color: #C9D2D8;
}

.attachbox p {
	color: #666666;
}

.attachbox p.stats {
	color: #666666;
}

.attach-image img {
	border-color: #999999;
}

/* Inline image thumbnails */

dl.file dd {
	color: #666666;
}

dl.thumbnail img {
	border-color: #666666;
	background-color: #FFFFFF;
}

dl.thumbnail dd {
	color: #666666;
}

dl.thumbnail dt a:hover {
	background-color: #EEEEEE;
}

dl.thumbnail dt a:hover img {
	border-color: #368AD2;
}

/* Post poll styles
----------------------------------------*/

fieldset.polls dl {
	border-top-color: #DCDEE2;
	color: #666666;
}

fieldset.polls dl.voted {
	color: #000000;
}

fieldset.polls dd div {
	color: #FFFFFF;
}

.rtl .pollbar1, .rtl .pollbar2, .rtl .pollbar3, .rtl .pollbar4, .rtl .pollbar5 {
	border-right-color: transparent;
}

.pollbar1 {
	background-color: #AA2346;
	border-bottom-color: #74162C;
	border-right-color: #74162C;
}

.rtl .pollbar1 {
	border-left-color: #74162C;
}

.pollbar2 {
	background-color: #BE1E4A;
	border-bottom-color: #8C1C38;
	border-right-color: #8C1C38;
}

.rtl .pollbar2 {
	border-left-color: #8C1C38;
}

.pollbar3 {
	background-color: #D11A4E;
	border-bottom-color: #AA2346;
	border-right-color: #AA2346;
}

.rtl .pollbar3 {
	border-left-color: #AA2346;
}

.pollbar4 {
	background-color: #E41653;
	border-bottom-color: #BE1E4A;
	border-right-color: #BE1E4A;
}

.rtl .pollbar4 {
	border-left-color: #BE1E4A;
}

.pollbar5 {
	background-color: #F81157;
	border-bottom-color: #D11A4E;
	border-right-color: #D11A4E;
}

.rtl .pollbar5 {
	border-left-color: #D11A4E;
}

/* Poster profile block
----------------------------------------*/
.postprofile {
	color: #666666;
	border-color: #CCC;
}

.pm .postprofile {
	border-color: #DDDDDD;
}

.postprofile strong {
	color: #000000;
}

.online {
	background-image: url("./en/icon_user_online.gif");
}

dd.profile-warnings {
	color: #d16237;
}

/*
--------------------------------------------------------------
Colours and backgrounds for buttons.css
-------------------------------------------------------------- */
.button {
	border-color: #c2c2c2;
	background-color: #fefefe;
	background-image: -moz-linear-gradient(top, #fefefe, #e0e0e0);
	background-image: -webkit-linear-gradient(top, #fefefe, #e0e0e0);
	background-image: -o-linear-gradient(top, #fefefe, #e0e0e0);
	background-image: linear-gradient(to bottom, #fefefe, #e0e0e0);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fefefe', EndColorStr='#e0e0e0')";
	box-shadow: 0 0 0 1px #fefefe inset;
	-webkit-box-shadow: 0 0 0 1px #fefefe inset;
	color: #525252;
	text-shadow: 0 1px 0 #FFF;
	text-transform: uppercase;
	font-weight: 600;
}

#search-box .button {
	border: none;
	background: none;
	margin-top: 10px;
}

.dropdown-select {
	color: #536482;
}

.button:hover, .dropdown-visible .dropdown-select, .nojs .dropdown-container:hover .dropdown-select {
	border-color: #c2c2c2;
	background-image: -moz-linear-gradient(top, #eaeaea, #cccccc);
	background-image: -webkit-linear-gradient(top, #eaeaea, #cccccc);
	background-image: -o-linear-gradient(top, #eaeaea, #cccccc);
	background-image: linear-gradient(to bottom, #eaeaea, #cccccc);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#eaeaea', EndColorStr='#fefefe')";
	color: #525252;
}

.dropdown-select:after	{ border-color: #DADADA; }
.dropdown-select:hover	{ border-color: #C7C3BF; }

.dropdown-visible .dropdown-select, .dropdown-visible .dropdown-select:hover, .nojs .dropdown-container:hover .dropdown-select {
	border-color: #A6B2BA;
	color: #105289;
}

.contact-icons a		{ border-color: #DCDCDC; }
.contact-icons a:hover	{ background-color: #F2F6F9; }

/* 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-advanced		{ background-image: url("./images/icon_search_adv.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: #A4B3BF;
}

.panel-container .panel li.row {
	border-bottom-color: #B5C1CB;
	border-top-color: #F9F9F9;
}

ul.cplist {
	border-top-color: #B5C1CB;
}

.panel-container .panel li.header dd, .panel-container .panel li.header dt {
	color: #000000;
}

.panel-container table.table1 thead th {
	color: #333333;
	border-bottom-color: #333333;
}

#cp-main .pm-message {
	border-color: #DBDEE2;
	background-color: #FFFFFF;
}

/* CP tabbed menu
----------------------------------------*/
#tabs .tab > a {
	background: #CCC;
	color: #444;
}

#tabs .tab > a:hover {
	background: #EEE;
	color: #1495e2;
}

#tabs .activetab > a,
#tabs .activetab > a:hover {
	color: #1495e2;
	background: #EEE;
}

/* 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: #D31141;
}

/* UCP navigation menu
----------------------------------------*/

/* Link styles for the sub-section links */
#navigation a {
	color: #333;
	background: #CCC;
}

.rtl #navigation a {
	background: #B4C4D1;
	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: #EEE;
	color: #1495e2;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

#navigation #active-subsection a {
	background: #EEE;
	color: #1495e2;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

#navigation #active-subsection a:hover {
	color: #D31141;
}

@media only screen and (max-width: 900px), only screen and (max-device-width: 900px)
{
	#navigation a, .rtl #navigation a {
		background: #B2C2CF;
	}
}

/* Preferences pane layout
----------------------------------------*/
.panel-container h2 {
	color: #333333;
}

.panel-container .panel {
	background-color: #F9F9F9;
}

#cp-main .pm {
	background-color: #FFFFFF;
}

/* Friends list */
.cp-mini {
	background-color: #eef5f9;
}

dl.mini dt {
	color: #425067;
}

/* PM Styles
----------------------------------------*/
/* PM Message history */
.current {
	color: #000000 !important;
}

/* PM marking colours */
.pmlist li.pm_message_reported_colour, .pm_message_reported_colour {
	border-left-color: #d16237;
	border-right-color: #d16237;
}

.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: #5D8FBD;
}

.pmlist li.pm_foe_colour, .pm_foe_colour {
	border-color: #000000;
}

/* Avatar gallery */
#gallery label {
	background: #FFFFFF;
	border-color: #CCC;
}

#gallery label:hover {
	background-color: #EEE;
}

/*
--------------------------------------------------------------
Colours and backgrounds for forms.css
-------------------------------------------------------------- */

/* General form styles
----------------------------------------*/
select {
	border-color: #666666;
	background-color: #FAFAFA;
	color: #000;
}

label {
	color: #444;
}

option.disabled-option {
	color: graytext;
}

/* Definition list layout for forms
---------------------------------------- */
dd label {
	color: #333;
}

fieldset.fields1 {
	background-color: transparent;
}

/* Hover effects */
fieldset dl:hover dt label {
	color: #000000;
}

fieldset.fields2 dl:hover dt label {
	color: inherit;
}

/* Quick-login on index page */
fieldset.quick-login input.inputbox {
	background-color: #F2F3F3;
}

/* Posting page styles
----------------------------------------*/

#message-box textarea {
	color: #333333;
}

/* Input field styles
---------------------------------------- */
.inputbox {
	background-color: #FFFFFF;
	border-color: #B4BAC0;
	color: #333333;
}

.inputbox:-moz-placeholder {
	color: #333333;
}

.inputbox::-webkit-input-placeholder {
	color: #333333;
}

.inputbox:hover {
	border-color: #11A3EA;
}

.inputbox:focus {
	border-color: #11A3EA;
	color: #222;
}

.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: #000;
	background-color: #FAFAFA;
	background-image: url("./images/bg_button.gif");
}

a.button1, input.button1 {
	border-color: #666666;
}

input.button3 {
	background-image: none;
}

/* Alternative button */
a.button2, input.button2, input.button3 {
	border-color: #666666;
}

/* <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 {
	border-color: #d16237;
	color: #d16237;
}

/* Focus states */
input.button1:focus, input.button2:focus, input.button3:focus {
	border-color: #11A3EA;
	color: #0F4987;
}

input.search {
	background-image: url("./images/icon_textbox_search.gif");
}

input.disabled {
	color: #666666;
}

/* jQuery popups
---------------------------------------- */
.phpbb_alert {
	background-color: #FFFFFF;
	border-color: #999999;
}
.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: #B9B9B9;
}

.dropdown-extended ul li:hover {
	background-color: #CFE1F6;
	color: #000000;
}

.dropdown-extended .header, .dropdown-extended .footer {
	border-color: #B9B9B9;
	color: #000000;
}

.dropdown-extended .footer {
	border-top-style: solid;
	border-top-width: 1px;
}

.dropdown-extended .header {
	background: #F1F8FF;
	background: -moz-linear-gradient(top, #F1F8FF 0%, #CADCEB 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F1F8FF), color-stop(100%, #CADCEB));
	background: -webkit-linear-gradient(top, #F1F8FF 0%, #CADCEB 100%);
	background: -o-linear-gradient(top, #F1F8FF 0%, #CADCEB 100%);
	background: -ms-linear-gradient(top, #F1F8FF 0%, #CADCEB 100%);
	background: linear-gradient(to bottom, #F1F8FF 0%, #CADCEB 100%);
}

.dropdown .pointer {
	border-color: #B9B9B9 transparent;
}

.dropdown .pointer-inner {
	border-color: #FFF transparent;
}

.dropdown-extended .pointer-inner {
	border-color: #F1F8FF transparent;
}

ul.linklist li.responsive-menu a.responsive-menu-link:before {
	border-color: #1495e2;
}

ul.linklist li.responsive-menu a.responsive-menu-link:hover:before, ul.linklist li.responsive-menu.visible a.responsive-menu-link:before {
	border-color: #d16237;
}

#page-footer ul.linklist li.responsive-menu a.responsive-menu-link:before {
	border-color: #FFF;
}

#page-footer ul.linklist li.responsive-menu a.responsive-menu-link:hover:before, #page-footer ul.linklist li.responsive-menu.visible a.responsive-menu-link:before {
	border-color: #1495e2;
}

.dropdown .dropdown-contents {
	background: #fff;
	border-color: #b9b9b9;
	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: #DCDCDC;
}

.dropdown li.separator {
	border-color: #DCDCDC;
}

/* Notifications
---------------------------------------- */

.notification_list p.notification-time {
	color: #4C5D77;
}

li.notification-reported strong, li.notification-disapproved strong {
	color: #D31141;
}
