/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
   phpBB style name:	2011
   Based on style:		we_clearblue
   Original author:		weeb (http://weeb.pl)
   Modified (a lot) by:	Simon Deeley (http://www.75ztcommunity.co.uk)

   NOTE: This page was generated by phpBB, the free open-source bulletin board package.
         The phpBB Group is not responsible for the content of this page and forum. For more information
         about phpBB please visit http://www.phpbb.com
    --------------------------------------------------------------
*/

/* BEGIN @include common.css */ 
 * {
	margin: 0;
	padding: 0;
}

html {
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
   height: 101%;
}

body {
	background: url("./styles/2011/theme/images/background.png") repeat-x #fff;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Tahoma, Arial;
	font-size: 12px;
}

h1 {
	/* Forum name */
	font-family: Georgia, "Times New Roman", serif;
	font-weight: bold;
	font-size: 2em;
}

h2 {
	/* Forum header titles */
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
	font-size: 2.6em;
	margin-bottom: 10px;
}

h2 small {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Tahoma, Arial;
	font-size: 0.4em;
}

h3 {
	/* Sub-headers (also used as post headers, but defined later) */
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Tahoma, Arial;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 3px;
	padding-bottom: 2px;
	font-size: 1em;
	margin-top: 20px;
}

h4 {
	/* Forum and topic list titles */
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Tahoma, Arial;
	font-size: 1.2em;
}

p {
	line-height: 1.3em;
	font-size: 1em;
	margin-bottom: 1.5em;
}

img {
	border-width: 0;
}

hr {
	/* Also see tweaks.css */
	border: 0 none #FFFFFF;
	border-top: 1px solid #CCCCCC;
	height: 1px;
	margin: 10px 0;
	display: block;
	clear: both;
}

hr.dashed {
	border-top: 1px dashed #CCCCCC;
	margin: 10px 0;
}

hr.divider {
	display: none;
}

p.right {
	text-align: right;
}

/* Structure
---------------------------------------- */
#wrapper, #footer-inner {
	min-width: 980px;
	max-width: 70%;
	margin: auto;
}

#simple-wrapper {
	background: #fff;
	padding: 10px 15px;
}

#account {
	line-height: 38px;
}

#illustration {
	background: url("./styles/2011/theme/images/illustration.png") center right no-repeat;
	height: 150px;
	margin: 0 auto 0;
}

#sidebar {
	float: left;
	width: 160px;
}

#sidebar ul li {
	list-style: none;
}

#sidebar #GA_Side {
	height:600px;
}
#GA_Footer {
	width: 728px;
	height: 90px;
	margin-left: auto;
	margin-right: auto;
}

#forumswrapper {
	margin-left: 180px;
}

#container {
	margin: 20px 0;
}

#footer {
	padding: 18px 0;
	position: absolute;
}

/* Navigation
--------------------------------------------- */
p.breadcrumbs {
	text-transform: uppercase;
	font-weight: bold;
}

#main-navigation {
	padding: 0 22px;
}

#account {
	font-size: 1em !important;
}

#account li + li {
	margin-left: 15px;
}

#primary-navigation li a {
	color: #fbfbfb;
}

#main-navigation {
	background: #1d3d57;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	height: 45px;
	line-height: 45px;
	-moz-box-shadow: 0 2px 2px #888;
	-webkit-box-shadow: 0 2px 2px#888;
	box-shadow: 0 2px 2px #888;
}

#primary-navigation li {
	border-right: 1px solid #102435;
	padding-right: 14px;
	float: left;
	display: block;
	font-size: 1.1em;
	font-weight: bold;
}

#primary-navigation li:last-child {
	border-right: none;
}

#primary-navigation li + li {
	border-left: 1px solid #1c3e5c;
	padding-left: 14px;
}

.icons {
	padding: 16px 0;
}

.icons li + li {
	margin-left: 5px;
}

/* Site name and description
--------------------------------------------- */
#site-description {
	padding: 49px 20px 0 0;
}

#site-description h1 a span {
	display: none;
}

#site-description h1 a {
	height: 60px;
	display: block;
}

#site-description p {
	display: none;
}

#site-description h1 {
	font-size: 48px;
	font-weight: normal;
	color: #103143;
}

/* Footer
--------------------------------------------- */
#footer, #footer-fixed {
	background: #585757;
	width: 100%;
	left: 0;
	font-size: 0.9em;
}

#footer-inner {
	/* Clear fix */
	padding-right: 5px;
	overflow: hidden;
}

#footer-fixed {
	height: 100%;
	position: fixed;
}

#footer .sitedesc {
	font-style: italic;
	font-family: Georgia, "Times New Roman", serif;
}

#footer p {
	margin: 0;
	color: #fbfbfb;
}

.feed, .topic-link, .page-top {
	list-style: none;
	text-align: right;
}

.feed {
	background: url("./styles/2011/theme/images/feed_small.gif") right center no-repeat;
}

/* Round cornered boxes and backgrounds
---------------------------------------- */
.panel {
	margin-bottom: 4px;
	padding: 0 10px;
	overflow: hidden;
}

.post {
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-position: 100% 0;
	overflow: auto;
}

span.corners-top, span.corners-bottom, span.corners-top span, span.corners-bottom span {
	font-size: 1px;
	line-height: 1px;
	display: block;
	height: 5px;
	background-repeat: no-repeat;
}

span.corners-top {
	background-image: none;
	background-position: 0 0;
	margin: 0 -5px;
}

span.corners-top span {
	background-image: none;
	background-position: 100% 0;
}

span.corners-bottom {
	background-image: none;
	background-position: 0 100%;
	margin: 0 -5px;
	clear: both;
}

span.corners-bottom span {
	background-image: none;
	background-position: 100% 100%;
}

.post span.corners-top, .post span.corners-bottom, .panel span.corners-top, .panel span.corners-bottom, .navbar span.corners-top, .navbar span.corners-bottom {
	margin: 0 -10px;
}

.rules span.corners-top {
	margin: 0 -10px 5px -10px;
}

.rules span.corners-bottom {
	margin: 5px -10px 0 -10px;
}

/* Horizontal lists
----------------------------------------*/
ul.linklist {
	display: block;
	margin: 0;
}

ul.linklist li {
	display: block;
	list-style-type: none;
	float: left;
	width: auto;
	margin-right: 5px;
	font-size: 1.1em;
	line-height: 2.2em;
}

ul.linklist li.rightside, p.rightside {
	float: right;
	margin-right: 0;
	margin-left: 5px;
	text-align: right;
}

ul.leftside {
	float: left;
	margin-left: 0;
	margin-right: 5px;
	text-align: left;
}

ul.rightside {
	float: right;
	margin-left: 5px;
	margin-right: -5px;
	text-align: right;
}

/* Table styles
----------------------------------------*/
table.table1 {
	/* See tweaks.css */
}

#ucp-main table.table1 {
	padding: 2px;
}

table.table1 thead th {
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
	line-height: 1.6em;
	font-size: 1em;
	padding: 0 0 4px 3px;
}

table.table1 thead th span {
	padding-left: 7px;
}

table.table1 tbody tr {
	border: 1px solid #cfcfcf;
}

table.table1 tbody tr:hover, table.table1 tbody tr.hover {
	background-color: #f6f6f6;
	color: #000;
}

table.table1 td {
	color: #6a6a6a;
	font-size: 1.1em;
}

table.table1 tbody td {
	padding: 7px 5px;
	border-top: 1px solid #FAFAFA;
}

table.table1 tbody th {
	padding: 5px;
	border-bottom: 1px solid #000000;
	text-align: left;
	color: #333333;
	background-color: #FFFFFF;
}

/* Specific column styles */
table.table1 .name		{ text-align: left; }
table.table1 .posts		{ text-align: center !important; width: 7%; }
table.table1 .joined	{ text-align: left; width: 19%; }
table.table1 .active	{ text-align: left; width: 19%; }
table.table1 .mark		{ text-align: center; width: 7%; }
table.table1 .info		{ text-align: left; width: 25%; }
table.table1 .info div	{ width: 100%; white-space: normal; overflow: hidden; }
table.table1 .autocol	{ line-height: 2em; white-space: nowrap; }
table.table1 thead .autocol { padding-left: 1em; }

table.table1 span.rank-img {
	float: right;
	width: auto;
}

table.info td {
	padding: 3px;
}

table.info tbody th {
	padding: 3px;
	text-align: right;
	vertical-align: top;
	color: #000000;
	font-weight: normal;
}

/* Misc layout styles
---------------------------------------- */

.helperclass {
	border: 2px dashed #ccc;
}

div.sortcontainer {
	display: none;
}

#miniprofile {
	max-height: 350px;
	overflow: hidden;
}

/* column[1-2] styles are containers for two column layouts 
   Also see tweaks.css */
.column1 {
	float: left;
	clear: left;
	width: 49%;
}

.column2 {
	float: right;
	clear: right;
	width: 49%;
}

/* General classes for placing floating blocks */
.left-box {
	float: left;
	width: auto;
	text-align: left;
}

.right-box {
	float: right;
	width: auto;
	text-align: right;
}

dl.details {
	font-size: 1.1em;
}

dl.details dt {
	float: left;
	clear: left;
	width: 30%;
	text-align: right;
	color: #000000;
	display: block;
}

dl.details dd {
	margin-left: 0;
	padding-left: 5px;
	margin-bottom: 5px;
	color: #828282;
	float: left;
	width: 65%;
}

/* Pagination
---------------------------------------- */
.pagination {
	height: 1%; /* IE tweak (holly hack) */
	width: auto;
	text-align: center;
	margin: 20px 0;
	font-size: 1.05em;
}

li.pagination {
	margin-top: 0;
}

.pagination strong, .pagination b {
	font-weight: bold;
}

.pagination span strong {
	margin: 0 4px;
	padding: 10px;
}

.pagination span a, .pagination span a:link, .pagination span a:visited, .pagination span a:active {
	text-decoration: none;
	margin: 0 4px;
	padding: 10px;
	line-height: 1.5em;
}

.pagination img {
	vertical-align: middle;
}

.topic .pagination span a:hover, li.pagination span a:hover {
	background: none;
}

span.page-sep {
	display: none;
}

/* Miscellaneous styles
---------------------------------------- */
.small {
	font-size: 0.9em !important;
}

.error {
	font-weight: bold;
	font-size: 11px !important;
	padding: 5px 7px;
}

li.reported:hover {
	background-color: #ececec;
}

div.rules {
	padding: 0 10px;
	margin-bottom: 10px;
	line-height: 1.3em;
	font-size: 1.1em;
}

.rules-header {
	display: inline;
}

div.rules ul, div.rules ol {
	margin-left: 20px;
}

p.rules {
	border: 1px solid #deb7b7;
	padding: 5px 10px;
}

p.rules img {
	vertical-align: middle;
}

p.rules a {
	vertical-align: middle;
	clear: both;
}

#top {
	position: absolute;
	top: -20px;
}

.clear {
	display: block;
	clear: both;
	font-size: 1px;
	line-height: 1px;
	background: transparent;
} 
 /* END @include common.css */ 

/* BEGIN @include links.css */ 
 /* Links adjustment to correctly display an order of rtl/ltr mixed content */
a {
	direction: ltr;
	unicode-bidi: embed;
}

a:link				{ text-decoration: none; }
a:visited			{ text-decoration: none; }
a:hover, a:focus	{ text-decoration: underline; }
a:active			{ text-decoration: none; }

/* Coloured usernames */
.username-coloured {
	font-weight: bold;
	display: inline !important;
	padding: 0 !important;
}

/* Links on gradient backgrounds */
#search-box a:link, .navbg a:link, .forumbg .header a:link, .forabg .header a:link, th a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#search-box a:visited, .navbg a:visited, .forumbg .header a:visited, .forabg .header a:visited, th a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#search-box a:hover, .navbg a:hover, .forumbg .header a:hover, .forabg .header a:hover, th a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#search-box a:active, .navbg a:active, .forumbg .header a:active, .forabg .header a:active, th a:active {
	color: #ffffff;
	text-decoration: none;
}

/* Links for forum/topic lists */
a.forumtitle, a.topictitle {
	font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
	font-weight: bold;
	text-decoration: none;
}

a.forumtitle:hover, a.topictitle:hover {
	text-decoration: underline;
}

/* Post body links */
.postlink {
	border-bottom: 1px dotted #666;
	text-decoration: none;
}

.postlink:hover {
	text-decoration: none;
}

.signature a, .signature a:visited, .signature a:active, .signature a:hover {
	border: none;
	text-decoration: underline;
}

/* Profile links */
.postprofile a:link, .postprofile a:active, .postprofile a:visited, .postprofile dt.author a {
	font-weight: bold;
	text-decoration: none;
}


/* Profile searchresults */	
.search .postprofile a {
	color: #898989;
	text-decoration: none; 
	font-weight: normal;
}

.search .postprofile a:hover {
	color: #d3d3d3;
	text-decoration: underline; 
}

/* Back to top of page */
.back2top {
	clear: both;
	height: 11px;
	text-align: right;
}

a.top {
	background: none no-repeat top left;
	text-decoration: none;
	width: 11px;
	height: 11px;
	display: block;
	float: right;
	overflow: hidden;
	letter-spacing: 1000px;
	text-indent: 11px;
}

a.top2 {
	background: none no-repeat 0 50%;
	margin-top: 5px;
	padding-left: 13px;
	display: inline-block;
	font-size: 0.9em;
}

/* invisible skip link, used for accessibility  */
.skiplink {
	position: absolute;
	left: -999px;
	width: 990px;
}

/* Feed icon in forumlist_body.html */
a.feed-icon-forum {
	float: right;
	margin: 3px;
}

.feed a, .topic-link a {
	padding-right: 18px;
	line-height: 16px;
}

#footer a {
	color: #a8a6a6;
} 
 /* END @include links.css */ 

/* BEGIN @include content.css */ 
 /* Container for post/reply buttons and pagination */
.topic-actions {
	margin-bottom: 3px;
	font-size: 1em;
}
.topic-actions ul {
	margin-left: 20px;
}

div[class].topic-actions {
	height: auto;
}

/* Post body styles
----------------------------------------*/
.postbody {
	padding: 0;
	line-height: 1.48em;
	color: #333;
	clear: right;
	overflow: auto;
}

.postbody h3 {
	font-size: 1.6em;
	padding: 2px 0 0 0;
	margin: 0 0 0.3em 0 !important;
	text-transform: none;
	text-align: center;
	border: none;
	line-height: 125%;
}

.postbody .ignore {
	font-size: 1.1em;
}

.postbody .content {
	font-size: 1.25em;
}

/* Topic review panel
----------------------------------------*/

#topicreview {
	overflow: auto;
	height: 300px;
}

#topicreview .postbody {
	width: auto;
	float: none;
	margin: 4px;
	height: auto;
}

#topicreview .post {
	height: auto;
}

#topicreview h2 {
	border-bottom-width: 0;
}

.post-ignore .postbody {
	display: none;
}

/* MCP Post details
----------------------------------------*/
#post_details {
	/* This will only work in IE7+, plus the others */
	overflow: auto;
	max-height: 300px;
}

#expand {
	clear: both;
}

/* Content container styles
----------------------------------------*/
.content {
	line-height: 1.4em;
	font-size: 1em;
	color: #333333;
	padding-bottom: 1px;
}

.content img {
	max-width: 100%;
}

.content h2, .panel h2 {
	font-weight: normal;
	color: #989898;
	font-size: 1.6em;
	margin-top: 0.5em;
	margin-bottom: 0.3em;
	padding-bottom: 0.3em;
}


.content h2 {
	margin-top: 0.5em;
	padding-bottom: 0.5em;
}

.content pre {
	font-size: 1.1em;
}

.content cite.postacronym {
	font-style: italic;
	color: #666;
}

.panel h3 {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.content p, #preview .content {
	font-size: 1.2em;
	margin-bottom: 1em;
	line-height: 1.4em;
}

dl.faq {
	font-size: 1.1em;
	margin-top: 1em;
	margin-bottom: 2em;
	line-height: 1.4em;
}

dl.faq dt {
	font-weight: bold;
	color: #333333;
}

.content dl.faq {
	font-size: 1.2em;
	margin-bottom: 0.5em;
}

.content li {
	list-style-type: inherit;
}

.content ul, .content ol {
	margin-bottom: 1em;
	margin-left: 3em;
}

.posthilit {
	background-color: #f3f3f3;
	color: #BCBCBC;
	padding: 0 2px 1px 2px;
}

/* Post author */
p.author {
	margin: 1em 15em 0.6em 0;
	padding: 0 0 5px 0;
	font-size: 1em;
	line-height: 1.2em;
}

/* Post signature */
.signature {
	margin-top: 1.5em;
	padding-top: 0.3em;
	font-size: 1em;
	border-top: 1px dashed #ccc;
	clear: left;
	line-height: 140%;
	overflow: hidden;
	width: 100%;
}

#viewprofile .signature {
	border-top: none;
	margin: 0;
	padding-top: 0;
	padding-bottom: 5px;
}

dd .signature {
	margin: 0;
	padding: 0;
	clear: none;
	border: none;
}

.signature li {
	list-style-type: inherit;
}

.signature ul, .signature ol {
	margin-bottom: 1em;
	margin-left: 3em;
}

/* Post noticies */
.notice {
	background: #f3dddd;
	border: 1px solid #deb7b7;
	width: auto;
	margin: 10px 0;
	padding: 5px;
	font-size: 1em;
	clear: left;
	line-height: 130%;
}

/* BB Code styles
----------------------------------------*/
/* Quote block */
blockquote {
	color: #666;
	font-style: italic;
	background: transparent none 6px 8px no-repeat;
	font-size: 0.85em;
	margin: 0.5em 1px 1.1em 25px;
	overflow: hidden;
	padding: 5px;
}

blockquote blockquote {
	/* Nested quotes */
	font-size: 1em;
	margin: 0.5em 1px 0 15px;	
}

blockquote cite {
	/* Username/source of quoter */
	font-style: normal;
	font-weight: bold;
	margin-left: 20px;
	display: block;
	font-size: 0.9em;
}

blockquote cite cite {
	font-size: 1em;
}

blockquote.uncited {
	padding-top: 25px;
}

blockquote + br {
	display: none;
}

/* Code block */
dl.codebox {
	margin-bottom: 1.1em;
	padding: 3px;
	background-color: #FFFFFF;
	border: 1px solid #d8d8d8;
	font-size: 1em;
}

dl.codebox dt {
	text-transform: uppercase;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 3px;
	font-size: 0.8em;
	font-weight: bold;
	display: block;
}

blockquote dl.codebox {
	margin-left: 0;
}

dl.codebox code {
	/* Also see tweaks.css */
	overflow: auto;
	display: block;
	height: auto;
	max-height: 200px;
	white-space: normal;
	padding-top: 5px;
	font: 0.9em Monaco, "Andale Mono","Courier New", Courier, mono;
	line-height: 1.3em;
	color: #8b8b8b;
	margin: 2px 0;
}

dl.codebox + br {
	display: none;
}

.syntaxbg		{ color: #FFFFFF; }
.syntaxcomment	{ color: #000000; }
.syntaxdefault	{ color: #bcbcbc; }
.syntaxhtml		{ color: #000000; }
.syntaxkeyword	{ color: #585858; }
.syntaxstring	{ color: #a7a7a7; }

/* Attachments
----------------------------------------*/

.attachbox dt {
	font-family: Arial, Helvetica, sans-serif;
}

.attachbox dd {
	margin: 4px;
	float: left;
}

.attachbox dd dd {
	border: none;
}

.attachbox p {
	line-height: 110%;
	color: #666666;
	font-weight: normal;
	clear: left;
}

.attachbox p.stats
{
	line-height: 110%;
	color: #666666;
	font-weight: normal;
	clear: left;
}

.attach-image {
	margin: 3px 0;
	width: 100%;
	max-height: 350px;
	overflow: auto;
}

.attach-image img {
	cursor: default;
}

/* Inline image thumbnails */
div.inline-attachment dl.thumbnail, div.inline-attachment dl.file {
	display: block;
	margin-bottom: 4px;
	overflow: hidden;
}
div.inline-attachment dl img {
	cursor: -moz-zoom-in;
	cursor: -webkit-zoom-in;
}

div.inline-attachment p {
	font-size: 1em;
}

dl.file {
	display: block;
}

dl.file dt {
	text-transform: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

dl.file dd {
	color: #666666;
	margin: 0;
	padding: 0;	
}

dl.thumbnail dd {
	color: #666666;
	font-style: italic;
}

.attachbox dl.thumbnail dt img {
	font-size: 100%;
	max-width: 150px;
	max-height: 150px;
	border: 1px solid #666;
	cursor: -moz-zoom-in;
	cursor: -webkit-zoom-in;
}


/* Post poll styles
----------------------------------------*/
fieldset.polls {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
}

fieldset.polls dl {
	margin-top: 5px;
	border-top: 1px dashed #e2e2e2;
	padding: 5px 0 0 0;
	line-height: 120%;
	color: #666666;
}

fieldset.polls dl.voted {
	font-weight: bold;
	color: #000000;
}

fieldset.polls dt {
	text-align: left;
	float: left;
	display: block;
	width: 30%;
	border-right: none;
	padding: 0;
	margin: 0;
	font-size: 1.1em;
}

fieldset.polls dd {
	float: left;
	width: 10%;
	border-left: none;
	padding: 0 5px;
	margin-left: 0;
	font-size: 1.1em;
}

fieldset.polls dd.resultbar {
	width: 50%;
}

fieldset.polls dd input {
	margin: 2px 0;
}

fieldset.polls dd div {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0 2px;
	overflow: visible;
	min-width: 2%;
}

.pollbar1 {
	background-color: #aaaaaa;
	border-bottom: 1px solid #747474;
	border-right: 1px solid #747474;
}

.pollbar2 {
	background-color: #bebebe;
	border-bottom: 1px solid #8c8c8c;
	border-right: 1px solid #8c8c8c;
}

.pollbar3 {
	background-color: #D1D1D1;
	border-bottom: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
}

.pollbar4 {
	background-color: #e4e4e4;
	border-bottom: 1px solid #bebebe;
	border-right: 1px solid #bebebe;
}

.pollbar5 {
	background-color: #f8f8f8;
	border-bottom: 1px solid #D1D1D1;
	border-right: 1px solid #D1D1D1;
}

/* Poster profile block
----------------------------------------*/
.postprofile {
	/* Also see tweaks.css */
	margin: 5px 0 10px 0;
	color: #666;
	width: 120px;
	float: left;
	display: inline;
	clear: none;
}

dl.postprofile dt {
	text-align: center;
}

.pm .postprofile {
	border-right: 1px solid #ddd;
}

.postprofile dd, .postprofile dt {
	line-height: 15px;
}

.avatar img {
	border: none;
	margin-bottom: 3px;
}

.online {
	background-image: none;
	background-position: 100% 0;
	background-repeat: no-repeat;
	width: 58px;
	height: 58px;
	margin-left: -58px;
	position: absolute;
	
}

/* pm list in compose message if mass pm is enabled */
dl.pmlist dt {
	width: 60% !important;
}

dl.pmlist dt textarea {
	width: 95%;
}

dl.pmlist dd {
	margin-left: 61% !important;
	margin-bottom: 2px;
}

/* Forums table */
.forums-wrapper {
	background: #1d3d57;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	margin-bottom: 15px;
}

.forums {
	border-bottom: 3px solid #cdcdcd;
	border-collapse: collapse;
	width: 100%;
	text-align: center;
	/*border-bottom: 1px solid #1d3d57;*/
}

.forums th {
	padding: 10px 0;
	text-transform: uppercase;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}

.forums td {
	border-top: 1px solid #fff;
	padding: 8px;
}

.forums p {
	margin: 0;
	line-height: 16px;
}

.forums .forum, .forums .topic {
	text-align: left;
	cursor: pointer;
}

.forums td.topic:hover h4 a, .forums td.forum:hover h4 a {
	text-decoration: underline;
	color: #1d3d57;
}

.forums .icon {
	background: 50% 50% no-repeat;
	width: 40px;
}

/* Topic alternative icons */
.forums .icon img {
	margin-top: 16px;
	margin-right: 18px;
}

.forums .statistics 	{ width: 12%; }
.forums .last-post 		{ width: 20%; }
.forums .posts 			{ width: 8%; }
.forums .location 		{ width: 17%; }
.forums .group 			{ width: 30%; }
.forums .forum-location { width: 27%; }
.forums .ip				{ width: 13%; }
.forums .mark 			{ width: 70px; }
.forums .input			{ width: 25px; }
.forums .profile		{ width: 155px; }
.forums .joined, .forums .active {
	width: 170px;
}

.forums .profile-icons {
	margin: 0;
	padding: 0;
}

.forums .profile-icons li {
	margin: 3px;
	float: none;
	display: inline-block;
	vertical-align: middle;
}

.forums .author {
	float: left;
}

.forums .pagination {
	margin: 0;
}

.forums .replied, .forums .moderated {
	float: right;
}
ul.xml li {
	list-style: none;
} 
 /* END @include content.css */ 

/* BEGIN @include buttons.css */ 
 /* we_clearblue Button Styles
---------------------------------------- */

/* Rollover buttons
   Based on: http://wellstyled.com/css-nopreload-rollovers.html
----------------------------------------*/
.buttons {
	float: left;
	width: auto;
	height: auto;
}


/* Sub-header (navigation bar)
--------------------------------------------- */
a.print, a.sendemail {
	display: block;
	overflow: hidden;
	text-indent: -5000px;
	text-align: left;
	background-repeat: no-repeat;
}

a.print {
	background-image: none;
	width: 16px;
	height: 16px;
}

a.sendemail {
	background-image: none;
	width: 16px;
	height: 12px;
	margin-top: 2px;
}

/* Icon images
---------------------------------------- */
.fb_share_link { padding:2px 0 0 20px; height:16px; background:url('./styles/2011/theme/images/icon_share_facebook.gif') no-repeat top left; }
.tw_share_link {
    padding: 2px 0 2px 20px;
    background: url('./styles/2011/theme/images/icon_share_twitter.gif') center left no-repeat;
 }
/* Poster profile icons
----------------------------------------*/
ul.profile-icons {
	padding-top: 10px;
	list-style: none;
}

/* Rollover state */
ul.profile-icons li {
	float: left;
	margin-right: 4px;
	background-position: 0 100%;
}

/* Rolloff state */
ul.profile-icons li a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0;
}

/* Hide <a> text and hide off-state image when rolling over (prevents flicker in IE) */
ul.profile-icons li span { display:none; }
ul.profile-icons li a:hover { background: none; }

.postbody ul.profile-icons li {
	margin: 0 3px;
}

/* Profile & navigation icons */
.email-icon, .email-icon a		{ background: none top left no-repeat; }
.web-icon, .web-icon a			{ background: none top left no-repeat; }
.pm-icon, .pm-icon a			{ background: none top left no-repeat; }

/* Set profile icon dimensions */
ul.profile-icons li.email-icon		{ width: 20px; height: 20px; }
ul.profile-icons li.web-icon	{ width: 20px; height: 20px; }
ul.profile-icons li.pm-icon		{ width: 28px; height: 20px; }
.gallery-icon, .gallery-icon a		{ background: none top left no-repeat; }
ul.profile-icons li.gallery-icon	{ width: 20px; height: 20px; }
.gallery-icon, .gallery-icon a		{ background-image: url("./styles/2011/imageset/icon_contact_gallery.gif"); } 
 /* END @include buttons.css */ 

/* BEGIN @include cp.css */ 
 /* Mini tabbed menu used in MCP
----------------------------------------*/
#minitabs {
	line-height: normal;
	margin-bottom: 1em;
}

#minitabs ul {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}

#minitabs li {
	float: left;
	font-size: 1em;
	font-weight: normal;
	margin-left: 3px;
}

#minitabs a {
	padding: 0 10px;
	display: block;
}

#minitabs a:hover {
	text-decoration: underline;
}

#minitabs li.activetab a, #minitabs li.activetab a:hover {
	font-weight: bold;
}

dl.mini dt {
	font-weight: bold;
	color: #676767;
}

dl.mini dd {
	padding-top: 4px;
}

.friend-online {
	font-weight: bold;
}

.friend-offline {
	font-style: italic;
}

/* PM Message history */
.current {
	color: #999999;
}

/* Defined rules list for PM options */
ol.def-rules {
	padding-left: 0;
}

ol.def-rules li {
	line-height: 180%;
	padding: 1px;
	list-style: none;
}

.pm-legend {
	border-left-width: 10px;
	border-left-style: solid;
	border-right-width: 0;
	margin-top: 5px;
	margin-bottom: 3px;
	padding-left: 3px;
}

/* Avatar gallery */
#gallery label {
	position: relative;
	float: left;
	margin: 10px;
	padding: 5px;
	width: auto;
	background: #FFFFFF;
	border: 1px solid #CCC;
	text-align: center;
}

#gallery label:hover {
	background-color: #EEE;
} 
 /* END @include cp.css */ 

/* BEGIN @include forms.css */ 
 /* General form styles
----------------------------------------*/
fieldset {
	border-width: 0;
}

input {
	font-weight: normal;
	cursor: pointer;
	vertical-align: middle;
	padding: 2px 4px;
	font-size: 1em;
}

input:focus {
	outline: none;
}

input.inputbox {
	font-size: 1.2em;
}

select {
	font-weight: normal;
	cursor: pointer;
	vertical-align: middle;
	border: 1px solid #666666;
	padding: 1px;
	background-color: #FAFAFA;
}

option {
	padding-right: 1em;
}

option.disabled-option {
	color: graytext;
}

textarea {
	padding: 2px;
	font-size: 1.2em;
	line-height: 1.4em;
}

label {
	cursor: default;
	padding-right: 5px;
	color: #676767;
}

label input {
	vertical-align: middle;
}

label img {
	vertical-align: middle;
}

/* Definition list layout for forms
---------------------------------------- */
fieldset {
	border: none;
}
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 {
	background-color: transparent;
}

fieldset.fields1 div {
	margin-bottom: 3px;
}

/* Set it back to 0px for the reCaptcha divs: PHPBB3-9587 */
fieldset.fields1 #recaptcha_widget_div div {
	margin-bottom: 0;
}

/* Specific layout 2 */
fieldset.fields2 {
	margin-top: 5px;
}

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;
	color: #333;
}

dd input, dd textarea {
	margin-right: 3px;
}

dd select {
	width: auto;
}

dd textarea {
	width: 85%;
}

/* Hover effects */
fieldset dl:hover dt label {
	color: #000000;
}

fieldset.fields2 dl:hover dt label {
	color: inherit;
}

#timezone {
	width: 95%;
}

* html #timezone {
	width: 50%;
}

/* Quick-login on index page */
fieldset.quick-login {
	margin: 0;
	padding: 0;
}

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;
	vertical-align: middle;
}

/* 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: center;
	line-height: 2em;
	white-space: nowrap;
}

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-bottom: 1em;
}

fieldset.quickmod {
	height: 2.5em;
	text-align: center;
}

/* 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
----------------------------------------*/

#postingbox {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

/* 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 {
	margin-right: 8px;
}

#message-box textarea {
	width: 100%;
	font-size: 1.2em;
}

/* Emoticons panel */
#smiley-box {
	width: 18%;
	float: right;
}

#smiley-box img {
	margin: 3px;
}

div#reply {
	margin-left: 120px;
}

/* Input field styles
---------------------------------------- */
.inputbox {
	background-color: #FFFFFF;
	border: 1px solid #c0c0c0;
	color: #333333;
	padding: 3px;
	cursor: text;
}

input.inputbox	{ width: 85%; }
input.medium	{ width: 50%; }
input.narrow	{ width: 25%; }
input.tiny		{ width: 125px; }

textarea.inputbox {
	width: 85%;
	min-height: 7em;
}

.autowidth {
	width: auto !important;
}

/* Form button styles
---------------------------------------- */

input.button-editor, input.button-editor:link, input.button-editor:visited, input.button-editor:active {
	background: url('./styles/2011/theme/images/bg_button.gif') 0 -1px repeat-x;
	border: 1px solid #ccc;
	color: #105289;
	text-decoration: none;
}

input.button-editor:hover {
	color: #1d3d57;
}

div.buttons div a {
	font-size: 1.5em;
}

a.button1, input.button1, input.button3, a.button2, input.button2 {
	width: auto !important;
	padding: 2px 5px;
	color: #105289;
	background: none;
}

a.button1, input.button1 {
	font-weight: bold;
	border: none;
}

input.button3 {
	padding: 0;
	margin: 0;
	line-height: 5px;
	height: 12px;
	background-image: none;
}

/* Alternative button */
a.button2, input.button2, input.button3 {
	border: none;
}

/* <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;
	color: #105289;
	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: none;
	color: #1d3d57;
	text-decoration: underline;
}

input.disabled {
	font-weight: normal;
	color: #666666;
}


input.search {
	background-image: none;
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-left: 18px;
}

.full { width: 95%; }
.medium { width: 50%;}
.narrow { width: 25%;}
.tiny { width: 10%;}

#recaptcha_table { background: #fff; } 
 /* END @include forms.css */ 

/* BEGIN @include tweaks.css */ 
 /* 
These style definitions are mainly IE specific 
tweaks required due to its poor CSS support.
-------------------------------------------------*/

* html table, * html select, * html input { font-size: 100%; }
* html hr { margin: 0; }
* html span.corners-top, * html span.corners-bottom { background-image: url("./styles/2011/theme/images/corners_left.gif"); }
* html span.corners-top span, * html span.corners-bottom span { background-image: url("./styles/2011/theme/images/corners_right.gif"); }

table.table1 {
	width: 99%;		/* IE < 6 browsers */
	/* Tantek hack */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 100%;
}
html>body table.table1 { width: 100%; }	/* Reset 100% for opera */

* html ul.topiclist li { position: relative; }
* html .postbody h3 img { vertical-align: middle; }

/* Form styles */
html>body dd label input { vertical-align: text-bottom; }	/* Align checkboxes/radio buttons nicely */

* html input.button1, * html input.button2 {
	padding-bottom: 0;
	margin-bottom: 1px;
}

/* Misc layout styles */
* html .column1, * html .column2 { width: 45%; }

/* Nice method for clearing floated blocks without having to insert any extra markup (like spacer above)
   From http://www.positioniseverything.net/easyclearing.html 
#tabs:after, #minitabs:after, .post:after, .navbar:after, fieldset dl:after, ul.topiclist dl:after, ul.linklist:after, dl.polls:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}*/

.clearfix, #tabs, #minitabs, fieldset dl, ul.topiclist dl, dl.polls {
	height: 1%;
	overflow: hidden;
}

/* viewtopic fix */
* html .post {
	height: 25%;
	overflow: hidden;
}

/* navbar fix */
* html .clearfix, * html .navbar {
	height: 4%;
	overflow: hidden;
}

/* Simple fix so forum and topic lists always have a min-height set, even in IE6
	From http://www.dustindiaz.com/min-height-fast-hack */
dl.icon {
	min-height: 35px;
	height: auto !important;
	height: 35px;
}

* html li.row dl.icon dt {
	height: 35px;
	overflow: visible;
}

* html #search-box {
	width: 25%;
}

* html .pm_border {
	margin-left: -4px;
}

/* Correctly clear floating for details on profile view */
*:first-child+html dl.details dd {
	margin-left: 30%;
	float: none;
}

* html dl.details dd {
	margin-left: 30%;
	float: none;
}

* html .forumbg table.table1 {
	margin: 0 -2px 0px -1px;
}

/* Profile icons on memberlist */
*:first-child+html {} .forums .profile-icons li {
	display: inline;
}

/* Ugly structure hacks for IE6 */
* html #wrapper {
	width: 980px;
}

* html #footer {
	padding: 10px;
	position: static;
}

* html #footer-fixed {
	display: none;
} 
 /* END @include tweaks.css */ 

/* BEGIN @include colours.css */ 
 /*  	
--------------------------------------------------------------
Colours and backgrounds for common.css
-------------------------------------------------------------- */
html, body {
	color: #536482;
}

h1 a {
	background: url('./styles/2011/theme/images/75Community-Logo.png') top right no-repeat;
}

h2 {
	color: #535353;
}

h3 {
	border-bottom-color: #CCCCCC;
	color: #115098;
}

hr {
	border-color: #FFFFFF;
	border-top-color: #CCCCCC;
}

hr.dashed {
	border-top-color: #CCCCCC;
}

/* Site name and description
--------------------------------------------- */
#site-description h1 a {
	color: #103143;
}

/* Round cornered boxes and backgrounds
---------------------------------------- */
.panel {
	background: #ECF1F3;
	color: #666;
}
.panel.bg2 { background: #e1ebf5; }

.bg1	{ background-color: #eef3f8; }
.bg2	{ background-color: #e1ebf5; }
.bg3	{ background: #d0e0f0; }
.bg4	{ background: #fff; }
.bg5	{ background: #f0f0f0; }

.forums .bg1	{ background-color: #fafcfe; }
.forums .bg2	{ background-color: #f0f4f7; }

.forums .bg1 .bg2	{ background-color: #ecf2f7; }
.forums .bg2 .bg2	{ background-color: #e4ebf2; }

span.corners-top, span.corners-bottom {
	background-image: url("./styles/2011/theme/images/corners_left.png");
}

span.corners-top span, span.corners-bottom span {
	background-image: url("./styles/2011/theme/images/corners_right.png");
}

/* Table styles
----------------------------------------*/
table.table1 thead th {
	color: #fff;
}

table.table1 tbody tr {
	border-color: #BFC1CF;
}

table.table1 tbody tr:hover, table.table1 tbody tr.hover {
	background-color: #f8f7de;
	color: #000;
}

table.table1 td {
	color: #666;
}

table.table1 tbody td {
	border-bottom: 1px solid #c1c1c1;
	border-right: 1px solid #c1c1c1;
}

table.table1 tbody td:last-child {
	border-right: none;
}

table.table1 tbody tr:last-child td {
	border-bottom: none;
}

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: #536482;
}

.sep {
	color: #1198D9;
}

/* Pagination
---------------------------------------- */
.pagination span strong {
	background: url('./styles/2011/theme/images/pagination_current.png') center center no-repeat;
}

.pagination span a {
	background: url('./styles/2011/theme/images/pagination.png') center center no-repeat;
}

.pagination span a, .pagination span a:link, .pagination span a:visited, .pagination span a:active {
	color: #5C758C;
}

/* Pagination in viewforum for multipage topics */
.topic .pagination {
	background: url("./styles/2011/theme/images/icon_pages.gif") left center no-repeat;
	padding-left: 10px;
}

.topic .pagination span a, li.pagination span a, .topic .pagination span a:hover, li.pagination span a:hover {
	padding: 2px 0;
	font-size: 0.8em;
	font-weight: normal;
	background: none;
}

/* Miscellaneous styles
---------------------------------------- */
.error {
	background-color: #f4e1e6;
	background-image: none;
	border: 1px solid #deb7b7;
	color: #b53d5a;
}

.reported {
	background-color: #f7ecef !important;
}

.reported .bg2 {
	background-color: #f4e1e6 !important;
}

li.reported:hover {
	background-color: #f2dfe1 !important;
}

div.rules {
	background-color: #f4e1e6;
	color: #b53d5a;
}

p.rules {
	background-color: #ECD5D8;
	background-image: none;
}

/*  	
--------------------------------------------------------------
Colours and backgrounds for links.css
-------------------------------------------------------------- */
a:link, a:visited	{ color: #105289; }
a:hover, a:focus	{ color: #1d3d57; }
a:active			{ color: #1d3d57; }

/* Links for forum/topic lists */
a.forumtitle, a.topictitle {
	color: #105289;
}

a.topictitle:visited {
	color: #105289;
}

a.forumtitle:hover, a.topictitle:hover {
	color: #1d3d57;
}

/* Back to top of page */
a.top, a.top2 {
	background-image: url("./styles/2011/imageset/icon_back_top.gif");
}


/*  	
--------------------------------------------------------------
Colours and backgrounds for content.css
-------------------------------------------------------------- */

/* Post body styles
----------------------------------------*/
.postbody {
	color: #333;
}

/* Content container styles
----------------------------------------*/
.content {
	color: #333;
}

.content h2, .panel h2 {
	color: #3f3f3f;
}

dl.faq dt {
	color: #333333;
}

.posthilit {
	background-color: #F3BFCC;
	color: #BC2A4D;
}

/* Post signature */
.signature {
	border-top-color: #ccc;
}

/* Post noticies */
.notice {
	background: #f3dddd;
	border-color: #deb7b7;
}

/* BB Code styles
----------------------------------------*/
/* Quote block */
blockquote {
	background-image: url("./styles/2011/theme/images/quote.gif");
}

.rtl blockquote {
	background-image: url("./styles/2011/theme/images/quote_rtl.gif");
}

/* Code block */
dl.codebox {
	background-color: #FFFFFF;
	border-color: #C9D2D8;
}

dl.codebox dt {
	border-bottom-color:  #CCCCCC;
}

dl.codebox code {
	color: #2E8B57;
}

.syntaxbg		{ color: #FFFFFF; }
.syntaxcomment	{ color: #FF8000; }
.syntaxdefault	{ color: #0000BB; }
.syntaxhtml		{ color: #000000; }
.syntaxkeyword	{ color: #007700; }
.syntaxstring	{ color: #DD0000; }

/* Attachments
----------------------------------------*/

.attachbox p {
	color: #666666;
}

.attachbox p.stats {
	color: #666666;
}

/* Inline image thumbnails */

dl.file dd {
	color: #666666;
}

dl.thumbnail dd {
	color: #666666;
}


/* Post poll styles
----------------------------------------*/
fieldset.polls dl {
	border-top-color: #dcdcdc;
	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: #c20031;
	border-bottom-color: #942a43;
	border-right-color: #942a43;
}

.rtl .pollbar1 {
	border-left-color: #942a43;
}

.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: #d61c54;
	border-bottom-color: #b8294b;
	border-right-color: #b8294b;
}

.rtl .pollbar5 {
	border-left-color: #b8294b;
}

/* Poster profile block
----------------------------------------*/
.postprofile {
	color: #666666;
}

.online {
	background-image: url("./styles/2011/imageset/en/icon_user_online.gif");
}

/*  	
--------------------------------------------------------------
Colours and backgrounds for buttons.css
-------------------------------------------------------------- */

a.print {
	background-image: url("./styles/2011/theme/images/icon_print.png");
}

a.sendemail {
	background-image: url("./styles/2011/theme/images/icon_sendemail.png");
}


/* Profile & navigation icons */
.email-icon, .email-icon a		{ background-image: url("./styles/2011/imageset/icon_contact_email.gif"); }
.aim-icon, .aim-icon a			{ background-image: url("./styles/2011/imageset/icon_contact_aim.gif"); }
.yahoo-icon, .yahoo-icon a		{ background-image: url("./styles/2011/imageset/icon_contact_yahoo.gif"); }
.web-icon, .web-icon a			{ background-image: url("./styles/2011/imageset/icon_contact_www.gif"); }
.msnm-icon, .msnm-icon a			{ background-image: url("./styles/2011/imageset/icon_contact_msnm.gif"); }
.icq-icon, .icq-icon a			{ background-image: url("./styles/2011/imageset/icon_contact_icq.gif"); }
.jabber-icon, .jabber-icon a		{ background-image: url("./styles/2011/imageset/icon_contact_jabber.gif"); }
.pm-icon, .pm-icon a				{ background-image: url("./styles/2011/imageset/en/icon_contact_pm.gif"); }
.quote-icon, .quote-icon a		{ background-image: url("./styles/2011/imageset/en/icon_post_quote.gif"); }

/* Avatar gallery */
#gallery label {
	background-color: #FFFFFF;
	border-color: #CCC;
}

#gallery label:hover {
	background-color: #EEE;
}

/* General form styles
----------------------------------------*/
select {
	border-color: #666666;
	background-color: #FAFAFA;
	color: #000;
}

label {
	color: #425067;
}

option.disabled-option {
	color: graytext;
}

/* Definition list layout for forms
---------------------------------------- */
dd label {
	color: #333;
}

/* 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: #efefef;
}

/* Posting page styles
----------------------------------------*/
#message-box textarea {
	color: #333333;
}

/* Input field styles
---------------------------------------- */
.inputbox {
	background-color: #fafafa; 
	border-color: #B4BAC0;
	color: #333333;
}

.inputbox:hover {
	border-color: #6c94b6;
}

.inputbox:focus {
	background-color: #FFFFFF; 
	border-color: #6c94b6;
	color: #0F4987;
}

input.search {
	background: url("./styles/2011/theme/images/icon_textbox_search.gif") 1px 3px no-repeat;
}

/* PM marking colours */
.pmlist .pm_message_reported_colour, .pm_message_reported_colour {
	color: #BC2A4D;
	background: #BC2A4D;
}

.pmlist .pm_marked_colour, .pm_marked_colour {
	color: #FF6600;
	background: #FF6600;
}

.pmlist .pm_replied_colour, .pm_replied_colour {
	color: #A9B8C2;
	background: #A9B8C2;
}

.pmlist .pm_friend_colour, .pm_friend_colour {
	color: #5D8FBD;
	background: #5D8FBD;
}

.pmlist .pm_foe_colour, .pm_foe_colour {
	color: #000000;
	background: #000000;
} 
 /* END @include colours.css */ 

/* BEGIN @include prettyPhoto.css */ 
 div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(./styles/2011/theme/images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(./styles/2011/theme/images/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(./styles/2011/theme/images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(./styles/2011/theme/images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(./styles/2011/theme/images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}

div.pp_default .pp_expand{background:url(./styles/2011/theme/images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.pp_default .pp_expand:hover{background:url(./styles/2011/theme/images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(./styles/2011/theme/images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.pp_default .pp_contract:hover{background:url(./styles/2011/theme/images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.pp_default .pp_close{background:url(./styles/2011/theme/images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:22px}
div.pp_default .pp_description{margin:0 37px 0 0}
div.pp_default .pp_loaderIcon{background:url(./styles/2011/theme/images/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.pp_default .pp_arrow_previous{background:url(./styles/2011/theme/images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.pp_default .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.pp_default .pp_arrow_next{background:url(./styles/2011/theme/images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.pp_default .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.pp_default .pp_nav{margin-top:0}
div.pp_default .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.pp_default .pp_nav .pp_play{background:url(./styles/2011/theme/images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.pp_default .pp_nav .pp_pause{background:url(./styles/2011/theme/images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.pp_default .pp_next:hover{background:url(./styles/2011/theme/images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(./styles/2011/theme/images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_bottom .pp_left{background:url(./styles/2011/theme/images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(./styles/2011/theme/images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(./styles/2011/theme/images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}

div.light_square .pp_expand{background:url(./styles/2011/theme/images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(./styles/2011/theme/images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(./styles/2011/theme/images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(./styles/2011/theme/images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{background:url(./styles/2011/theme/images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}
div.light_square .pp_nav .pp_play{background:url(./styles/2011/theme/images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(./styles/2011/theme/images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(./styles/2011/theme/images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(./styles/2011/theme/images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(./styles/2011/theme/images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(./styles/2011/theme/images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;overflow:hidden;width:55px}
.pp_social .twitter{float:left;width:55px;overflow:hidden;}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;margin:2px 4px;white-space:nowrap}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;margin:0 0 0 5px;padding:0;position:relative;white-space:nowrap}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(./styles/2011/theme/images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(./styles/2011/theme/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(./styles/2011/theme/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{display:block;line-height:22px;position:absolute;right:0;text-indent:-10000px;top:0}
.pp_loaderIcon{display:block;height:24px;left:50%;margin:-12px 0 0 -12px;position:absolute;top:50%;width:24px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;margin:0 0 5px 15px;z-index:9999}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.pp_default .pp_content .ppt,div.pp_default #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.pp_default .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.pp_default .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(./styles/2011/theme/images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(./styles/2011/theme/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none} 
 /* END @include prettyPhoto.css */ 
