/* a:link, a:focus, a:visited, a:active {
    color: #898989;
}
--------------------------------------------------------------
Colours and backgrounds for common.css
-------------------------------------------------------------- */
html, body {
	color: #D3D3D3;
	background-color: #1f1f1f !important;
	background-attachment: fixed;
}
/* Additional */
.username-coloured {
	background: url("./images/sparkle.gif") !important;
        cursor: url("./images/cur116.cur"), auto;
}
/* End Additional */
/* Search box
--------------------------------------------- */

.search-box .inputbox,
.search-box .inputbox:hover,
.search-box .inputbox:focus,
.search-box .button:hover {
	border-color: #000;
	color: #ffffff;
}

.search-header {
	box-shadow: 0 0 10px #090909;
	color: #ffffff;
}

.search-box button.search-icon {
	border: 1px solid #000;
	color: #ffffff;
}

.search-box a.button {
	border: 1px solid #000;
	color: #ffffff;
}

/* Round cornered boxes and backgrounds
---------------------------------------- */
#wrap {
   Background-color: transparent !important;
   background-image: url("./images/wrap15.png");
   background-attachment: fixed;
   margin-top: -6px;  /* This line give padding above fixed footer navbar I see yours has no space */
   margin-bottom: 30px !important;  /* This line give padding above fixed footer navbar I see yours has no space */
   box-shadow: 7px 7px 16px 0px rgba(50, 50, 50, 0.75);
}

.headerbar {
	background: #060606 url("./images/bg_header.png") repeat-x;
	color: #F9FAF9;
}

.navbar {
	background: #2A2A2A;
	/* padding: 0 10px; */
}
.navbar: hover {
    background: #202020;
	
}

.statbar {
	background: #070707;
}

.forabg, .forumbg {
	/* background: #101010 url("./images/bg_list2.gif") repeat-x; */
	background: #101010 url("./images/bg_list.gif") repeat-x;
}

/*.forumbg {
	background: #090909 url("./images/f_bg.png") repeat-x;
}*/

.panel {
	background-color: #191919;
	color: #D9D4D4;
}

.post:target .content {
	color: #D7D4D4;
}

.post:target h3 a {
	color: #D7D4D4;
}

.bg1, .bg2, .bg3 {
	background: #2A2A2A url("./images/p_bg.png") repeat-x;
}



table.zebra-list tr:nth-child(odd) td, ul.zebra-list li:nth-child(odd) {
	background: #2A2A2A url("./images/p_bg.png") repeat-x;
}

table.zebra-list tr:nth-child(even) td, ul.zebra-list li:nth-child(even) {
	background: #2A2A2A url("./images/p_bg.png") repeat-x;
}

.ucprowbg {
	background-color: #1F1F1F;
}

.fieldsbg {
	background-color: #2A2A2A;
}

/* Horizontal lists
----------------------------------------*/

ul.navlinks {
	border-top-color: #000;
}

/* Table styles
----------------------------------------*/
table.table1 thead th {
	color: #F9FAF9;
}

table.table1 tbody tr {
	border-color: #000;
}

table.table1 tbody tr:hover, table.table1 tbody tr.hover {
	background: linear-gradient(#181818, #2d2d2d, #2d2d2d, #141414);
	color: #F9FAF9;
}

table.table1 td {
	color: #D9D4D4;
}

table.table1 tbody td {
	border-top-color: #000;
}

table.table1 tbody th {
	border-bottom-color: #000;
	color: #F9FAF9;
	background-color: #191919;
}

table.info tbody th {
	color: #C7CFCF;
}

/* Misc layout styles
---------------------------------------- */
dl.details dt {
	color: #D7D4D4;
}

dl.details dd {
	color: #D7D4D4;
}

.sep {
	color: #000000;
}

/* Pagination
---------------------------------------- */

.pagination li a {
	background: #000;
	border-color: #000;
	color: #b20304;
}

.pagination li.ellipsis span {
	background-color: transparent;
	color:	#000000;
}

.pagination li.active span {
	color: #FFFFFF;
}

.pagination li a:hover, .pagination .dropdown-visible a.dropdown-trigger, .nojs .pagination .dropdown-container:hover a.dropdown-trigger {
	background: #1F1F1F;
	border-color: #000;
	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.png");
}

/* Miscellaneous styles
---------------------------------------- */

.copyright {
	color: #F9FAF9;
}

.copyright a {
	color: #b20304;
}

.error {
	color: #A80011;
}

.reported,
li.reported:hover {
	background-color: transparent;
}
.sticky, .announce {
	/* you can add a background for stickies and announcements*/
}

div.rules {
	background-color: #2A2A2A;
	color: #D7D4D4;
}

p.post-notice {
	background-color: #2A2A2A;
	background-image: url("./images/p_bg.png");
}

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:link, a:focus, a:visited, a:active { color: #1FCEFF; }  /* Font colour */

a:hover {
	color: #B20304;
	text-decoration: none;
}

/* Links on gradient backgrounds */
.forumbg .header a, .forabg .header a, th a {
	color: #FFF;
}

.forumbg .header a:hover, .forabg .header a:hover, th a:hover {
	color: #F9FAF9;
}

/* Notification mark read link */
.dropdown-extended a.mark_read {
	background-color: #FFFFFF;
}

/* Post body links */
.postlink {
	border-bottom-color: #368AD2;
	color: #368AD2;
}

.postlink:visited {
	border-bottom-color: #5D8FBD;
	color: #5D8FBD;
}

.postlink:hover {
	color: #FFF;
	text-decoration: none;
}

.signature a, .signature a:hover {
	background-color: transparent;
}

/* Back to top of page */
a.top {
	background-image: url("./images/icon_back_top.png");
}

a.top2 {
	background-image: url("./images/icon_back_top.png");
}

/* 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: #980000;
}

a.arrow-right:hover {
	color: #980000;
}

/*
--------------------------------------------------------------
Colours and backgrounds for content.css
-------------------------------------------------------------- */
ul.forums {
    background: linear-gradient(#202020, #202020, #181818, #141414);
    border: 1px solid #313131;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

ul.forums: hover {
    background: linear-gradient(#ffffff, #ffffff, #ffffff, #ffffff);
    border: 1px solid #313131;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}



ul.topiclist li {
	color: #F9FAF9;
        border-top-color: #000000;       
}


ul.topiclist li:hover {
	color: #fff;
        border-top-color: #000000;       
}


ul.topiclist dd {
	border-left-color: #313131;
}

.rtl ul.topiclist dd {
	border-right-color: #191919;
	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 {
	background: linear-gradient(#202020, #202020, #181818, #141414);
	border: 1px solid #313131;
    padding: 2px;
    margin-top: 3px;
    margin-bottom: 3px;
    overflow: hidden;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden;
 }


li.row strong {
	color: #F9FAF9;
}

li.row:hover {
	background: linear-gradient(#181818, #2d2d2d, #2d2d2d, #141414);
}


li.row:hover dd {
	border-left: 1px solid #333;
}

.rtl li.row:hover dd {
	border-right-color: #FFF;
	border-left-color: transparent;
}

li.header dt, li.header dd {
	color: #FFF;
}

/* Post body styles
----------------------------------------*/
.postbody {
	color: #DFD4D4;
}

/* Content container styles
----------------------------------------*/
.content {
	color: #F9FAF9;
}

.content h2, .panel h2 {
	color: #DFD4D4;
	border-bottom-color: transparent;
}

dl.faq dt {
	color: #F9FAF9;
}

.posthilit {
	background-color: #F3BFCC;
	color: #BC2A4D;
}

.announce, .unreadpost {
	/* Highlight the announcements & unread posts box */
}

/* Post signature */
.signature {
	border-top-color: #555;
}

/* Post noticies */
.notice {
	border-top-color:  #CCC;
}

/* BB Code styles
----------------------------------------*/
/* Quote block */
blockquote {
	background-color: #757575;
	background-image: url("./images/quote.png");
	border-color: #010101;
}

.rtl blockquote {
	background-image: url("./images/quote_rtl.gif");
}

blockquote blockquote {
	/* Nested quotes */
	background-color: #212121;
}

blockquote blockquote blockquote {
	/* Nested quotes */
	background-color: #333;
}

/* Code block */
.codebox {
	background-color: #191919;
	border-color: #070708;
}

.codebox p {
	border-bottom-color:  #000;
}

.codebox code {
	color: #AA0000;
}

.syntaxbg		{ color: #FFFFFF; }
.syntaxcomment	{ color: #FF8000; }
.syntaxdefault	{ color: #0000BB; }
.syntaxhtml		{ color: #000000; }
.syntaxkeyword	{ color: #007700; }
.syntaxstring	{ color: #DD0000; }

/* Attachments
----------------------------------------*/
.attachbox {
	background-color: #252525;
	border-color: #000;
}

.pm-message .attachbox {
	background-color: #252525;
}

.attachbox dd {
	border-top-color: #000;
}

.attachbox p {
	color: #C7CCC7;
}

.attachbox p.stats {
	color: #D9D4D4;
}

.attach-image img {
	border-color: #343434;
}

/* Inline image thumbnails */

dl.file dd {
	color: #D9D4D4;
}

dl.thumbnail img {
	border-color: #000;
	background-color: transparent;
}

dl.thumbnail dd {
	color: #666;
}

dl.thumbnail dt a:hover {
	background-color: #030303;
}

dl.thumbnail dt a:hover img {
	border-color: #010101;
}

/* Post poll styles
----------------------------------------*/

fieldset.polls dl {
	border-top-color: transparent;
	color: #C7C3C7;
}

fieldset.polls dl.voted {
	color: #F9FAF9;
}

fieldset.polls dd div {
	color: #FFF;
}

.rtl .pollbar1, .rtl .pollbar2, .rtl .pollbar3, .rtl .pollbar4, .rtl .pollbar5 {
	border-right-color: transparent;
}

.pollbar1 {
	background: url("./images/pollbg_01.png");
	border: 1px solid #000;
}

.rtl .pollbar1 {
	border: 1px solid #000;
}

.pollbar2 {
	background: url("./images/pollbg_01.png");
	border: 1px solid #000;
}

.rtl .pollbar2 {
	border: 1px solid #000;
}

.pollbar3 {
	background: url("./images/pollbg_01.png");
	border: 1px solid #000;
}

.rtl .pollbar3 {
	border: 1px solid #000;
}

.pollbar4 {
	background: url("./images/pollbg_01.png");
	border: 1px solid #000;
}

.rtl .pollbar4 {
	border: 1px solid #000;
}

.pollbar5 {
	background: url("./images/pollbg_01.png");
	border: 1px solid #000;
}

.rtl .pollbar5 {
	border: 1px solid #000;
}

/* Poster profile block
----------------------------------------*/
.postprofile {
	color: #CCC;
	border-color: #666;
}

.pm .postprofile {
	border-left-color: transparent;
}

.postprofile strong {
	color: #FFF;
}

.online {
	background-image: url("./en/icon_user_online.png");
	background-position: top right;
	background-repeat: no-repeat;
}

/*
--------------------------------------------------------------
Colours and backgrounds for buttons.css
-------------------------------------------------------------- */
.button {
	/*border-color: #C7C3BF;*/
	background-color: #303030;
	background-image: -moz-linear-gradient(top, #303030, #070707);
	background-image: -webkit-linear-gradient(top, #303030, #070707);
	background-image: -o-linear-gradient(top, #303030, #070707);
	background-image: linear-gradient(to bottom, #303030, #070707);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#303030', EndColorStr='#070707')";
	/*box-shadow: 0 0 0 1px #303030 inset;*/
	-webkit-box-shadow: 0 0 0 1px #303030 inset;
	color: #FFF !important;
}

.dropdown-select {
	color: #ccc;
}

.button:hover, .dropdown-visible .dropdown-select, .nojs .dropdown-container:hover .dropdown-select {
	/*border-color: #0a8ed0;*/
	background-image: -moz-linear-gradient(top, #070707, #303030);
	background-image: -webkit-linear-gradient(top, #070707, #303030);
	background-image: -o-linear-gradient(top, #070707, #303030);
	background-image: linear-gradient(to bottom, #070707, #303030);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#070707', EndColorStr='#303030')";
	text-shadow: 1px 1px 0 #303030, -1px -1px 0 #303030, -1px -1px 0 rgba(188, 42, 77, 0.2);
	color: #FFF;
}

.dropdown-select:after	{ border-color: #2A2A2A; }
.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: #999; }
.contact-icons a:hover	{ background-color: #CCC; }

/* Icon images
---------------------------------------- */
.icon-up					{ background-image: url("./images/up_arrow.png"); }
.icon-acp					{ background-image: url("./images/icon_acp.png"); }
.icon-bookmark				{ background-image: url("./images/icon_bookmark.png"); }
.icon-bump					{ background-image: url("./images/icon_bump.png"); }
.icon-contact				{ background-image: url("./images/icon_pm.png"); }
.icon-delete-cookies		{ background-image: url("./images/icon_delete_cookies.png"); }
.icon-download				{ background-image: url("./images/icon_download.gif"); }
.icon-faq					{ background-image: url("./images/icon_faq.png"); }
.icon-home					{ background-image: url("./images/icon_home.png"); }
.icon-logout				{ background-image: url("./images/icon_logout.png"); }
.icon-mark					{ background-image: url("./images/icon_mark.gif"); }
.icon-mcp					{ background-image: url("./images/icon_mcp.png"); }
.icon-members				{ background-image: url("./images/icon_members.png"); }
.icon-notification			{ background-image: url("./images/icon_notification.png"); }
.icon-pages					{ background-image: url("./images/icon_pages.png"); }
.icon-pm					{ background-image: url("./images/icon_pm.png"); }
.icon-print					{ background-image: url("./images/icon_print.png"); }
.icon-profile				{ background-image: url("./images/icon_profile.png"); }
.icon-register				{ background-image: url("./images/icon_register.png"); }
.icon-search, .responsive-search a	{ background-image: url("./images/icon_search.png"); }
.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.png"); }
.icon-subscribe				{ background-image: url("./images/icon_subscribe.png"); }
.icon-team					{ background-image: url("./images/icon_team.png"); }
.icon-ucp					{ background-image: url("./images/icon_ucp.png"); }
.icon-unsubscribe			{ background-image: url("./images/icon_unsubscribe.png"); }

/* 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.png"); }
.global_read_mine												{ background-image: url("./images/announce_read_mine.png"); }
.global_read_locked												{ background-image: url("./images/announce_read_locked.png"); }
.global_read_locked_mine										{ background-image: url("./images/announce_read_locked_mine.png"); }
.global_unread													{ background-image: url("./images/announce_unread.png"); }
.global_unread_mine												{ background-image: url("./images/announce_unread_mine.png"); }
.global_unread_locked											{ background-image: url("./images/announce_unread_locked.png"); }
.global_unread_locked_mine										{ background-image: url("./images/announce_unread_locked_mine.png"); }

.announce_read													{ background-image: url("./images/announce_read.png"); }
.announce_read_mine												{ background-image: url("./images/announce_read_mine.png"); }
.announce_read_locked											{ background-image: url("./images/announce_read_locked.png"); }
.announce_read_locked_mine										{ background-image: url("./images/announce_read_locked_mine.png"); }
.announce_unread												{ background-image: url("./images/announce_unread.png"); }
.announce_unread_mine											{ background-image: url("./images/announce_unread_mine.png"); }
.announce_unread_locked											{ background-image: url("./images/announce_unread_locked.png"); }
.announce_unread_locked_mine									{ background-image: url("./images/announce_unread_locked_mine.png"); }

.forum_link														{ background-image: url("./images/forum_link.png"); }
.forum_read														{ background-image: url("./images/forum_read.png"); }
.forum_read_locked												{ background-image: url("./images/forum_read_locked.png"); }
.forum_read_subforum											{ background-image: url("./images/forum_read_subforum.png"); }
.forum_unread													{ background-image: url("./images/forum_unread.png"); }
.forum_unread_locked											{ background-image: url("./images/forum_unread_locked.png"); }
.forum_unread_subforum											{ background-image: url("./images/forum_unread_subforum.png"); }

.sticky_read													{ background-image: url("./images/sticky_read.png"); }
.sticky_read_mine												{ background-image: url("./images/sticky_read_mine.png"); }
.sticky_read_locked												{ background-image: url("./images/sticky_read_locked.png"); }
.sticky_read_locked_mine										{ background-image: url("./images/sticky_read_locked_mine.png"); }
.sticky_unread													{ background-image: url("./images/sticky_unread.png"); }
.sticky_unread_mine												{ background-image: url("./images/sticky_unread_mine.png"); }
.sticky_unread_locked											{ background-image: url("./images/sticky_unread_locked.png"); }
.sticky_unread_locked_mine										{ background-image: url("./images/sticky_unread_locked_mine.png"); }

.topic_moved													{ background-image: url("./images/topic_moved.png"); }
.topic_read														{ background-image: url("./images/topic_read.png"); }
.topic_read_mine												{ background-image: url("./images/topic_read_mine.png"); }
.topic_read_hot													{ background-image: url("./images/topic_read_hot.png"); }
.topic_read_hot_mine											{ background-image: url("./images/topic_read_hot_mine.png"); }
.topic_read_locked												{ background-image: url("./images/topic_read_locked.png"); }
.topic_read_locked_mine											{ background-image: url("./images/topic_read_locked_mine.png"); }
.topic_unread													{ background-image: url("./images/topic_unread.png"); }
.topic_unread_mine												{ background-image: url("./images/topic_unread_mine.png"); }
.topic_unread_hot												{ background-image: url("./images/topic_unread_hot.png"); }
.topic_unread_hot_mine											{ background-image: url("./images/topic_unread_hot_mine.png"); }
.topic_unread_locked											{ background-image: url("./images/topic_unread_locked.png"); }
.topic_unread_locked_mine										{ background-image: url("./images/topic_unread_locked_mine.png"); }

.pm_read														{ background-image: url("./images/topic_read.png"); }
.pm_unread														{ background-image: url("./images/topic_unread.png"); }

/*
--------------------------------------------------------------
Colours and backgrounds for cp.css
-------------------------------------------------------------- */

/* Main CP box
----------------------------------------*/

.panel-container h3, .panel-container hr, #cp-menu hr {
	border-color: #000;
}

.panel-container .panel li.row {
	border-bottom-color: #000;
	border-top-color: #000;
}

ul.cplist {
	border-top-color: #000;
}

.panel-container .panel li.header dd, .panel-container .panel li.header dt {
	color: #D7D4D4;
}

.panel-container table.table1 thead th {
	color: #D7D4D4;
	border-bottom-color: #000;
}

#cp-main .pm-message {
	border-color: #000;
	background-color: #303030;
}

/* CP tabbed menu
----------------------------------------*/
#tabs .tab > a {
	background: #303030;
	background: -moz-linear-gradient(top, #303030 0%, #070707 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #303030), color-stop(100%, #070707));
	background: -webkit-linear-gradient(top, #303030 0%, #070707 100%);
	background: -o-linear-gradient(top, #303030 0%, #070707 100%);
	background: -ms-linear-gradient(top, #303030 0%, #070707 100%);
	background: linear-gradient(to bottom, #303030 0%, #070707 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#303030', endColorstr='#070707', GradientType=0 );
	border-color: #000;
	/*box-shadow: 0 1px 1px #F2F9FF inset;*/
	color: #b20304;
}

#tabs .tab > a:hover {
	/*background: #DDEDFB;*/
	color: #CCC;
}

#tabs .activetab > a,
#tabs .activetab > a:hover {
	background: #070707;
	background: -moz-linear-gradient(top, #070707 0%, #303030 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #070707), color-stop(100%, #303030));
	background: -webkit-linear-gradient(top, #070707 0%, #303030 100%);
	background: -o-linear-gradient(top, #070707 0%, #303030 100%);
	background: -ms-linear-gradient(top, #070707 0%, #303030 100%);
	background: linear-gradient(to bottom, #070707 0%, #303030 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#070707', endColorstr='#303030', GradientType=0 );
	border-color: #000;
	/*box-shadow: 0 1px 1px #F2F9FF inset;*/
	color: #b20304;
}

#tabs .activetab > a:hover {
	color: #ccc;
}

/* Mini tabbed menu used in MCP
----------------------------------------*/
#minitabs .tab > a {
	background-color: #191919;
}

#minitabs .activetab > a,
#minitabs .activetab > a:hover {
	background-color: #191919;
	color: #b20304;
}

/* 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: #F9FAF9;
	background: #303030;
	background: -moz-linear-gradient(left, #303030 50%, #070707 100%);
	background: -webkit-gradient(left top, right top, color-stop(50%, #303030), color-stop(100%, #070707));
	background: -webkit-linear-gradient(left, #303030 50%, #070707 100%);
	background: -o-linear-gradient(left, #303030 50%, #070707 100%);
	background: -ms-linear-gradient(left, #303030 50%, #070707 100%);
	background: linear-gradient(to right, #303030 50%, #070707 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#303030', endColorstr='#070707', GradientType=1 );
}

.rtl #navigation a {
	background: #070707;
	background: -moz-linear-gradient(left, #070707 0%, #303030 50%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #070707), color-stop(50%, #303030));
	background: -webkit-linear-gradient(left, #070707 0%, #303030 50%);
	background: -o-linear-gradient(left, #070707 0%, #303030 50%);
	background: -ms-linear-gradient(left, #070707 0%, #303030 50%);
	background: linear-gradient(to right, #070707 0%, #303030 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#070707', endColorstr='#303030', GradientType=1 );
}

#navigation a:hover {
	background: #333;
	color: #D7D4D4;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

#navigation #active-subsection a {
	background: #212121;
	color: #b20304;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

#navigation #active-subsection a:hover {
	color: #D7D4D4;
}

@media only screen and (max-width: 900px), only screen and (max-device-width: 900px)
{
	#navigation a, .rtl #navigation a {
		background: #070707;
	}
}

/* Preferences pane layout
----------------------------------------*/
.panel-container h2 {
	color: #D7D4D4;
}

.panel-container .panel {
	background-color: #191919;
}

#cp-main .pm {
	background-color: #191919;
}

/* Friends list */
.cp-mini {
	background-color: #191919;
}

dl.mini dt {
	color: #F9FAF9;
}

/* PM Styles
----------------------------------------*/
/* PM Message history */
.current {
	color: #000000;
}

/* PM marking colours */
.pmlist li.pm_message_reported_colour, .pm_message_reported_colour {
	border-left-color: #000;
	border-right-color: #000;
}

.pmlist li.pm_marked_colour, .pm_marked_colour {
	border-color: #000;
}

.pmlist li.pm_replied_colour, .pm_replied_colour {
	border-color: #222;
}

.pmlist li.pm_friend_colour, .pm_friend_colour {
	border-color: #565656;
}

.pmlist li.pm_foe_colour, .pm_foe_colour {
	border-color: #980000;
}

/* Avatar gallery */
#gallery label {
	background: #191919;
	border-color: #000;
}

#gallery label:hover {
	background-color: #2A2A2A;
}

/*
--------------------------------------------------------------
Colours and backgrounds for forms.css
-------------------------------------------------------------- */

/* General form styles
----------------------------------------*/



select {
	border-color: #666;
	background-color: #FAFAFA;
	color: #000;
}

label {
	color: #898989;
	text-shadow: -1px -1px 2px rgba(0,0,0,0.8);
}

option.disabled-option {
	color: graytext;
	text-decoration: line-through;
}

/* Definition list layout for forms
---------------------------------------- */
dd label {
	color: #D9D4D4;
}

fieldset.fields1 {
	background-color: transparent;
}

/* Hover effects */
fieldset dl:hover dt label {
	color: #D9D4D4;
	text-shadow: -1px -1px 2px rgba(0,0,0,0.8);
}

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: #333;
}

#message-box textarea.drag-n-drop {
	outline-color: rgba(102, 102, 102, 0.5);
}

#message-box textarea.drag-n-drop-highlight {
	outline-color: rgba(17, 163, 234, 0.5);
}

/* Input field styles
---------------------------------------- */
.multiselect-container>li>a>label {
  padding: 4px 20px 3px 20px;
}

select {
	border-color: #999999;
	background-color: #2a2a2a;
	color: #ffffff;
	/* padding: 5px 5px 3px 5px; */

}

select:hover, option:hover {
	border: 1px solid yellow;
}


label {
	color: yellow;
}

option.disabled-option {
	color: graytext;
}

.contactDetails label {
display:inline-block;
width:9.2em;
}

input.Application {
	cursor: text;
	width: 20%;
	background-color: #3f3f3f;
	color: #ffffff;
	padding: 5px 5px 3px 5px;
	margin: 3px 0px 3px 5px;
}

input.ApplicationText {
	cursor: text;
	width: 20%;
    background-color: #2a2a2a;
	border: 1px solid #999999;
	color: #FFFFFF;
	padding: 5px 5px 3px 5px;
	margin: 3px 0px 3px 5px;
}

input.ApplicationText:hover {
	border: 1px solid yellow;
}

.inputbox {
	background-color: #666;
	border-color: #2a2a2a;
	color: #333;
}

.inputbox:-moz-placeholder {
	color: #333333;
}

.inputbox::-webkit-input-placeholder {
	color: #333333;
}

.inputbox:hover {
	border-color: #121212;
}

.inputbox:focus {
	border-color: #212121;
	color: #FFF;
}

.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: #F9FAF9;
	background: #2A2A2A/*url("./images/bg_button.gif")*/;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

a.button1, input.button1 {
	border-color: #191919;
}

input.button3 {
	background-image: none;
}

/* Alternative button */
a.button2, input.button2, input.button3 {
	border-color: #191919;
}

/* <a> button in the style of the form buttons */
a.button1, a.button2 {
	color: #F9FAF9;
	outline: none;
}

/* Hover states */
a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover {
	border-color: #000;
	color: #F9FAF9;
}

/* Focus states */
input.button1:focus, input.button2:focus, input.button3:focus {
	border-color: #3b3b3b;
	color: #FFF;
}

input.search {
	background-image: url("./images/icon_textbox_search.png");
}

/* ff,crome,safari */
input:focus, textarea:focus  {
background-color: #2A2A2A;
}

/* IE */
input.focusie, textarea.focusie {
background-color: #2A2A2A;
}

/* jQuery popups
---------------------------------------- */
.phpbb_alert {
	background-color: #1F1F1F;
	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: #282828;
	color: #000000;
}

.dropdown-extended .header, .dropdown-extended .footer {
	border-color: #000000;
	color: #999;
}

.dropdown-extended .footer {
	border-top-style: solid;
	border-top-width: 1px;
}

.dropdown-extended .header {
	background: #303030;
	background: -moz-linear-gradient(top, #303030 0%, #070707 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #303030), color-stop(100%, #070707));
	background: -webkit-linear-gradient(top, #303030 0%, #070707 100%);
	background: -o-linear-gradient(top, #303030 0%, #070707 100%);
	background: -ms-linear-gradient(top, #303030 0%, #070707 100%);
	background: linear-gradient(to bottom, #303030 0%, #070707 100%);
}

/* .dropdown-extended .header {
    padding: 0 10px;
    background: #303030;
	font-family: Arial, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-align: left;
	text-shadow: 1px 1px 1px white;
	text-transform: uppercase;
	line-height: 3em;
	border-bottom: 1px solid;
	border-radius: 5px 5px 0 0;
} */

.dropdown .pointer {
	border-color: #000000 transparent;
}

.dropdown .pointer-inner {
	border-color: #2A2A2A transparent;
}

.dropdown-extended .pointer-inner {
	border-color: #303030 transparent;
}

ul.linklist li.responsive-menu a.responsive-menu-link:before {
	border-color: #105289;
}

ul.linklist li.responsive-menu a.responsive-menu-link:hover:before, ul.linklist li.responsive-menu.visible a.responsive-menu-link:before {
	border-color: #D31141;
}

.dropdown .dropdown-contents {
	background: #2A2A2A;
	border-color: #000;
	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: #000;
}

.dropdown li.separator {
	border-color: #000;
}

/* Notifications
---------------------------------------- */

.notification_list p.notification-time {
	color: #4C5D77;
}

li.notification-reported strong, li.notification-disapproved strong {
	color: #D31141;
}

/* Border
---------------------------------------- */
.border-left {
	background: url("./images/border_left.png") #191919 repeat-y 0 0;
}

.border-right {
	background: url("./images/border_right.png") repeat-y 100% 0;
}

.border-top {
	background: url("./images/border_top.png") repeat-x 0 0; 
}

.border-top-left {
	background: url("./images/border_top_left.png") no-repeat 0 0;
}

.border-top-right {
	background: url("./images/border_top_right.png") no-repeat 100% 0;
	width: 100%;
}

.border-bottom {
	background: url("./images/border_bottom2.png") repeat-x 0 100%;
}

.border-bottom span {
	background: url("./images/border_bottom.png") no-repeat 0 0;
	display: block;
	height: 18px; 
}

.border-bottom span span {
	background-position: 100% -18px;
}

.inside {
	padding: 15px 15px 5px 15px;
}



/**
 *
 * Placeholder colors added by Mark Bradley
 *
 */
input::-webkit-input-placeholder {
color: #FF0000 !important;
}
 
input:-moz-placeholder { /* Firefox 18- */
color: #FF0000 !important;  
}
 
input::-moz-placeholder {  /* Firefox 19+ */
color: #FF0000 !important;  
}
 
input:-ms-input-placeholder {  
color: #FF0000 !important;  
}



/* Icon / Logo Rotation
---------------------------*/
/* .imageset.site_logo {
   transition: 1s ease-in-out; 
}

.imageset.site_logo:hover {  
        
	transition: all 0.85s linear 0s;
	transform: scale(1.2); 
} */

dl.icon:before{
    position: absolute;
	content: "";
	width: 45px;
	height: 39px;
	left: 10px;
	top: 38%;
	margin-top: -13px;
    transition: transform 0.5s;
}  
 
dl.icon:hover:before {
  transform:rotate(360deg);
} 

.usernameimage  {    height: 14px;    width: 30px;    vertical-align: -4px;}



/*
--------------------------------------------------------------
Topic title hover start
-------------------------------------------------------------- */
a.forumtitle:hover {
     color: #FFFFFF;
     text-decoration: none;
     padding-left: 20px;
     transition: all 0.75s linear 0s;
}


a.topictitle:hover {
     color: #ffffff;
     text-decoration: none;
     padding-left: 20px;
     transition: all 0.75s linear 0s;
}


/*
--------------------------------------------------------------
forabg image if you use one  start
-------------------------------------------------------------- */
.forumbg .header a:hover, .forabg .header a:hover, th a:hover {
	color: #ffcc00;
	-webkit-transform: scale(1.2); 
	-moz-transform: scale(1.2); 
	-o-transform: scale(1.2); 
	-ms-transform: scale(1.2); 
	transform: scale(1.2); 
}


/*--------------------------------------------------------------
Lets have a go at them avatars ? lets  start
-------------------------------------------------------------- */
.postprofile .has-avatar .avatar-container {
   margin-bottom: 3px;

}

.postprofile .avatar {
   display: block;
   float: left;
   max-width: 100%;

}

.postprofile .avatar img {

   display: block;
   -moz-transition: all 1s ease;
   -webkit-transition: all 1s ease;
   left: 0px;
   top: 0px;
   max-height: 60px;
   max-width: 60px;
   -webkit-border-radius: 6px;
   -o-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
}
.postprofile .avatar img:hover {

   left: -40px;
   top: -40px;
   max-height:140px;
   max-width:140px;
   box-shadow: 0 0 20px #000;
   z-index: 10;
   -webkit-border-radius: 6px;
   -o-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
}

/*
--------------------------------------------------------------
Lets have a go at them profile avatars lets  start
-------------------------------------------------------------- */

.profile-avatar {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 60px;
	margin-bottom: 2px;
	vertical-align: middle;
        
}

.profile-avatar img {
	display: block;
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	left: 0px;
	top: 0px;
	max-height: 60px;
	max-width: 60px;
        box-shadow: 0 0 4px #000;
        -webkit-border-radius: 6px;
        -o-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
}
.profile-avatar img:hover {
   /* transform:scale(2.2,2.2); */
   left: -40px;
   top: -40px;
   max-height:140px;
   max-width:140px;
   box-shadow: 0 0 20px #000;
   z-index: 10;
   -webkit-border-radius: 6px;
   -o-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
}

/*
--------------------------------------------------------------
Lets have a go at them forum images ? lets  start
-------------------------------------------------------------- */
.forum-image {
	float: left;
	padding-top: 5px;
	margin-right: 5px;
    transition: 1s ease-in-out;
}

.forum-image:hover {  
      animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}



.table {
     display: table;
     border-collapse: separate;
     border-spacing: 1px;
     border-color: #011A2A; 
}



/* Posting page styles
----------------------------------------*/

#message-box textarea {
		font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	width: 450px;
	height: 225px;
	min-width: 100%;
	max-width: 100%;
	color: #ffffff;
	font-size: 1.2em;
	resize: vertical;
	outline: 3px dashed transparent;
	outline-offset: -4px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
      border: 1px solid #999999;
        -webkit-border-radius: 6px;
        -o-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
}

/* Input field styles
---------------------------------------- */
.inputbox {
	background-color: #2F2F2F;
	color: #000000;
        border: 1px solid #999999;
        -webkit-border-radius: 6px;
        -o-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
}


fieldset.fields1 ul.recipients  input.button2{
	font-size: 0.8em;
	margin-right: 0;
	padding: 0;
}

fieldset.fields1 dl.pmlist > dt {
	width: auto !important;
}

fieldset.fields1 dl.pmlist dd.recipients {
	margin-left: 0 !important;
}

/* Action-bars (container for post/reply buttons, pagination, etc.)
---------------------------------------- */
.action-bar {
	font-size: 1.0em;
	margin: 4px 0;
	background: #1E1E1E;
    border: 1px solid #ffff89;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
	padding: 5px;
}

.action-bar: hover {
	background: linear-gradient(#181818, #2d2d2d, #2d2d2d, #141414);
	border-bottom-color: #141414;
}

.forabg + .action-bar {
	margin-top: 2em;
}


.iLB {
    display: inline-block;
    vertical-align: top;
}

.boxed {
  border: 1px solid red ;
position: absolute;
display: block;
} 

.fixed-nav {
   z-index: 9999;
    Display: inline-block;
    text-align: left;
    font-size:10px;
   height: auto;
    width:100%;
    max-width: 100%;
   background: -webkit-linear-gradient(#202020, #535353, #535353, #202020);
    background: -o-linear-gradient(#202020, #535353, #535353, #202020);
    background: -moz-linear-gradient(#202020, #535353, #535353, #202020);
    background: linear-gradient(#202020, #535353, #535353, #202020);
   border-bottom: 1px solid #ffffff;
   box-shadow: 0px 0px 20px #ffffff;
   /*margin: auto auto !important;
   padding: auto auto !important;*/
   margin: 2 4px !important;
   padding: 0 2px !important;
   -webkit-transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
   -ms-transition: all 0.5s ease;
   -o-transition: all 0.5s ease;
   transition: all 0.5s ease;
   position:fixed;
    top:0px;
    left:-2px;
    right:-1px;
   -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

/* Fix for Mobile Devices 
----------------------------------------*/
@media only screen and (max-width: 350px), only screen and (max-device-width: 350px) {
	.fixed-nav {
	border-radius: 0;
	}
}

@media only screen and (max-width: 320px), only screen and (max-device-width: 320px) {
	.fixed-nav {
	border-radius: 0;
	
	/* Form Styles
---------------------------------------- */

/* General form styles
----------------------------------------*/
fieldset {
	border-width: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.1em;
}

input {
	font-weight: normal;
	vertical-align: middle;
		padding: 0 3px;
	font-size: 1em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

select {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	cursor: pointer;
	vertical-align: middle;
	border: 1px solid transparent;
	padding: 1px;
	font-size: 1em;
}

select:focus {
	outline-style: none;
}

option {
	padding-right: 1em;
}

select optgroup option {
	padding-right: 1em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}



.textarea {
vertical-align: middle;
background-color: #262626;
color: #ffffff;
   width: 60%;
   padding: 2px;
   font-size: 1.2em;
   line-height: 1.3em;
   font-family: Arial, Helvetica, sans-serif;
}


label {
	cursor: default;
	padding-right: 5px;
}

label input {
	vertical-align: middle;
}

label img {
	vertical-align: middle;
}

/* Definition list layout for forms
---------------------------------------- */
fieldset dl {
	padding: 4px 0;
}

fieldset dt {
	float: left;
	width: 40%;
	text-align: left;
	display: block;
}

fieldset dd {
	margin-left: 41%;
	vertical-align: top;
	margin-bottom: 3px;
}

/* Specific layout 1 */
fieldset.fields1 dt {
	width: 15em;
	border-right-width: 0;
}

fieldset.fields1 dd {
	margin-left: 15em;
	border-left-width: 0;
}

fieldset.fields1 div {
	margin-bottom: 3px;
}

/* Set it back to 0px for the reCaptcha divs: PHPBB3-9587 */
fieldset.fields1 #recaptcha_widget_div div, fieldset.fields1 .live-search div {
	margin-bottom: 0;
}

/* Specific layout 2 */
fieldset.fields2 dt {
	width: 15em;
	border-right-width: 0;
}

fieldset.fields2 dd {
	margin-left: 16em;
	border-left-width: 0;
}

/* Form elements */
dt label {
	font-weight: bold;
	text-align: left;
}

dd label {
	white-space: nowrap;
}

dd input, dd textarea {
	margin-right: 3px;
}

dd select {
	width: auto;
}

dd select[multiple] {
	width: 100%;
}

dd textarea {
	width: 85%;
}

/* Hover effects */
#timezone {
	width: 95%;
}

/* Quick-login on index page */
fieldset.quick-login {
	margin-top: 5px;
}

fieldset.quick-login input {
	width: auto;
}

fieldset.quick-login input.inputbox {
	width: 15%;
	vertical-align: middle;
	margin-right: 5px;
}

fieldset.quick-login label {
	white-space: nowrap;
	padding-right: 2px;
}

/* Display options on viewtopic/viewforum pages  */
fieldset.display-options {
	text-align: center;
	margin: 3px 0 5px 0;
}

fieldset.display-options label {
	white-space: nowrap;
	padding-right: 2px;
}

fieldset.display-options a {
	margin-top: 3px;
}

/* Display actions for ucp and mcp pages */
fieldset.display-actions {
	text-align: right;
	line-height: 2em;
	white-space: nowrap;
	padding-right: 1em;
}

fieldset.display-actions label {
	white-space: nowrap;
	padding-right: 2px;
}

fieldset.sort-options {
	line-height: 2em;
}

/* MCP forum selection*/
fieldset.forum-selection {
	margin: 5px 0 3px 0;
	float: right;
}

fieldset.forum-selection2 {
	margin: 13px 0 3px 0;
	float: right;
}

/* Submit button fieldset */
fieldset.submit-buttons {
	text-align: center;
	vertical-align: middle;
	margin: 5px 0;
}

fieldset.submit-buttons input {
	vertical-align: middle;
	padding-top: 3px;
	padding-bottom: 3px;
}

/* Posting page styles
----------------------------------------*/

/* Buttons used in the editor */
#format-buttons {
	margin: 15px 0 2px 0;
}

#format-buttons input, #format-buttons select {
	vertical-align: middle;
}

/* Main message box */
#message-box {
	width: 80%;
}



/* Emoticons panel */
#smiley-box {
	width: 18%;
	float: right;
}

#smiley-box img {
	margin: 3px;
}

/* Input field styles
---------------------------------------- */
.inputbox {
	border: 1px solid transparent;
	padding: 2px;
}

.inputbox:hover, .inputbox:focus {
	border: 1px solid transparent;
	outline-style: none;
}

input.inputbox	{ width: 85%; }
input.medium	{ width: 50%; }
input.narrow	{ width: 25%; }
input.tiny	{ width: 150px; }

textarea.inputbox {
	width: 85%;
}

.autowidth {
	width: auto !important;
}

input[type="number"] {
	-moz-padding-end: inherit;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
	display: none;
}

input[type="search"]::-webkit-search-cancel-button {
	cursor: pointer;
}

/* Form button styles
---------------------------------------- */
input.button1, input.button2 {
	font-size: 1em;
	
}

a.button1, input.button1, input.button3, a.button2, input.button2 {
	width: auto !important;
	padding-top: 1px;
	padding-bottom: 1px;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	background: transparent none repeat-x top left;
}

a.button1, input.button1 {
	font-weight: bold;
	border: 1px solid transparent;
}

input.button3 {
	padding: 0;
	margin: 0;
	line-height: 5px;
	height: 12px;
	background-image: none;
	font-variant: small-caps;
}

input[type="button"], input[type="submit"], input[type="reset"], input[type="checkbox"], input[type="radio"] {
	cursor: pointer;
}

/* Alternative button */
a.button2, input.button2, input.button3 {
	border: 1px solid transparent;
}

/* <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 {
	text-decoration: none;
	padding: 2px 8px;
	line-height: 250%;
	vertical-align: text-bottom;
	background-position: 0 1px;
}

/* Hover states */
a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover {
	border: 1px solid transparent;
	background-position: 0 100%;
}

input.disabled {
	font-weight: normal;

}

/* Focus states */
input.button1:focus, input.button2:focus, input.button3:focus {
	outline-style: none;
}

/* Topic and forum Search */
.search-box {
	float: left;
}

.search-box .inputbox {
	background-image: none;
	border-right-width: 0;
	border-radius: 4px 0 0 4px;
	float: left;
	height: 24px;
	padding: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.search-box button {
	float: left;
}

.search-box button.search-icon {
	border-radius: 0;
	font-size: 0;
	height: 24px;
	margin: 0;
	padding: 3px 5px;
}

.search-box a.button {
	border-left-width: 0;
	border-radius: 0 4px 4px 0;
	font-size: 0;
	margin: 0;
	padding: 2px 5px 2px 3px;
}

/* Search box (header)
--------------------------------------------- */
.search-header {
	border-radius: 4px;
	display: block;
	float: right;
	margin-right: 5px;
	margin-top: 30px;
}

.search-header .inputbox { border: 0; }

.search-header button {
	border-top: 0;
	border-bottom: 0;
}

.search-header a.button {
	border: 0;
	border-left: 1px;
	padding: 3px 5px 3px 4px;
}

input.search {
	background-image: none;
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-left: 17px;
}

.full { width: 95%; }
.medium { width: 50%;}
.narrow { width: 25%;}
.tiny { width: 10%;}


/* Bbcode buttons
--------------------------------------------- */

.buttonz {
width: 22px !important;
height: 22px !important;
background-position: center !important;
background-repeat: no-repeat !important;
margin: 6px 0px !important;
border: 1px solid #979797 !important;
}
.buttonz:hover {
background-color: #ffffdf !important;
border: 1px solid #BC2A4D !important;
}

.helpline {
   background-color: #ECF1F3;
   border-style: none;
}

.helpline2 {
   background-color: #F9F9F9;
   border-style: none;
}

