/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		proSilver
	Based on style:	proSilver (this is the default phpBB 3 style)
	Original author:	subBlue ( http://www.subBlue.com/ )
	Modified by:		
	
	Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
    --------------------------------------------------------------
*/

/* General proSilver Markup Styles
---------------------------------------- */

#phpbb_area {
}

.phpbb_area * {
	padding:0;
	margin:0;
	list-style:none;
	border:0;
	background:none;
}

#phpbb_area h1, #phpbb_area h2, #phpbb_area h3, #phpbb_area h4, #phpbb_area h5, #phpbb_area h6
/* ,#phpbb_area li */
{
	background:none;
	letter-spacing:normal;
}

li {
	background:none;
}

.phpbb_area a {
	font-weight:normal;
}
.phpbb_area strong, .phpbb_area strong a {
	font-weight:bold !important;
}

.phpbb_area {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #828282;
	font-size: 10px;
	margin: 0;
	padding: 0;
	line-height:normal;
}

.phpbb_area h1 {
	/* Forum name */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-right: 200px;
	color: #FFFFFF;
	margin-top: 15px;
	font-weight: bold;
	font-size: 2em;
	width:auto;
}

.phpbb_area h2 {
	/* Forum header titles */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #3f3f3f;
	font-size: 2em;
	margin: 0.8em 0 0.2em 0;
	width:auto;
}

h2.phpbb_solo {
	margin-bottom: 1em;
}

.phpbb_area h3 {
	/* Sub-headers (also used as post headers, but defined later) */
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform: uppercase;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 3px;
	padding-bottom: 2px;
	font-size: 1.05em;
	color: #989898;
	margin-top: 20px;
	width:auto;
}

.phpbb_area h4 {
	/* Forum and topic list titles */
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, Sans-serif;
	font-size: 1.3em;
	width:auto;
}

.phpbb_area p {
	line-height: 1.3em;
	font-size: 1.1em;
	margin: 0 0 1.5em 0;
}

.phpbb_area img {
	border-width: 0;
}

.phpbb_area hr {
	/* Also see tweaks.phpbb_css */
	border: 0 none #FFFFFF;
	border-top: 1px solid #CCCCCC;
	height: 1px;
	margin: 5px 0;
	display: block;
	clear: both;
}

hr.phpbb_dashed {
	border-top: 1px dashed #CCCCCC;
	margin: 10px 0;
}

hr.phpbb_divider {
	display: none;
}

p.phpbb_right {
	text-align: right;
}

/* Main blocks
---------------------------------------- */
#phpbb_wrap {
	padding: 0px;
	min-width: 650px;
}
#phpbb_simple-wrap {
	padding: 6px 10px;
}
#phpbb_page-body {
	margin: 4px 0;
	clear: both;
}
#phpbb_page-footer {
	clear: both;
}
#phpbb_page-footer h3 {
	margin-top: 20px;
}
#phpbb_logo {
	float: left;
	width: auto;
	padding: 10px 13px 0 10px;
}

a#logo:hover {
	text-decoration: none;
}

/* Search box
--------------------------------------------- */
#phpbb_search-box {
	color: #FFFFFF;
	position: relative;
	margin-right: 5px;
	display: block;
	float: right;
	text-align: right;
	white-space: nowrap; /* For Opera */
	margin-top:30px;
}
#phpbb_search-box #search_keywords {
	width: 95px;
	background-color: #FFF;
}
#phpbb_search-box input {
	border: 1px solid #b0b0b0;
}

/* .phpbb_button1 style defined later, just a few tweaks for the search button version */
#phpbb_search-box input.phpbb_button1 {
	padding: 1px 5px;
}
#phpbb_search-box li {
	text-align: right;
	margin-top: 4px;
}
#phpbb_search-box img {
	vertical-align: middle;
	margin-right: 3px;
}

/* Site description and logo */
#phpbb_site-description {
	float: left;
	width: 70%;
}
#phpbb_site-description h1 {
	margin-right: 0;
}

/* Round cornered boxes and backgrounds
---------------------------------------- */
.phpbb_headerbar {
	background: #ebebeb none repeat-x 0 0;
	color: #FFFFFF;
	margin-bottom: 4px;
	padding: 0 5px;
}

.phpbb_navbar {
	background-color: #ebebeb;
	padding: 0 10px;
}

.phpbb_forabg {
	background: #b1b1b1 none repeat-x 0 0;
	margin-bottom: 4px;
	padding: 0 5px;
	clear: both;
}

.phpbb_forumbg {
	background: #ebebeb none repeat-x 0 0;
	margin-bottom: 4px;
	padding: 0 5px;
	clear: both;
}

.phpbb_panel {
	margin-bottom: 4px;
	padding: 0 10px;
	background-color: #f3f3f3;
	color: #3f3f3f;
}

.phpbb_post {
	padding: 0 10px;
	margin-bottom: 4px;
	background-repeat: no-repeat;
	background-position: 100% 0;
}

.phpbb_post:target .phpbb_content {
	color: #000000;
}

.phpbb_post:target h3 a {
	color: #000000;
}

.phpbb_bg1, li.phpbb_bg1, tr.phpbb_bg1 { background-color: #ECF3F7; }
.phpbb_bg2, li.phpbb_bg2, tr.phpbb_bg2 { background-color: #e1ebf2;  }
.phpbb_bg3, li.phpbb_bg3, tr.phpbb_bg3 { background-color: #cadceb; }

.phpbb_rowbg {
	margin: 5px 5px 2px 5px;
}

.phpbb_ucprowbg {
	background-color: #e2e2e2;
}

.phpbb_fieldsbg {
	/*border: 1px #DBDEE2 solid;*/
	background-color: #eaeaea;
}

span.phpbb_corners-top, span.phpbb_corners-bottom, span.phpbb_corners-top span, span.phpbb_corners-bottom span {
	font-size: 1px;
	line-height: 1px;
	display: block;
	height: 5px;
	background-repeat: no-repeat;
}

span.phpbb_corners-top {
	background-image: none;
	background-position: 0 0;
	margin: 0 -5px;
}

span.phpbb_corners-top span {
	background-image: none;
	background-position: 100% 0;
}

span.phpbb_corners-bottom {
	background-image: none;
	background-position: 0 100%;
	margin: 0 -5px;
	clear: both;
}

span.phpbb_corners-bottom span {
	background-image: none;
	background-position: 100% 100%;
}

.phpbb_headbg span.phpbb_corners-bottom {
	margin-bottom: -1px;
}

.phpbb_post span.phpbb_corners-top, .phpbb_post span.phpbb_corners-bottom, .phpbb_panel span.phpbb_corners-top, .phpbb_panel span.phpbb_corners-bottom, .phpbb_navbar span.phpbb_corners-top, .phpbb_navbar span.phpbb_corners-bottom {
	margin: 0 -10px;
}

.phpbb_rules span.phpbb_corners-top {
	margin: 0 -10px 5px -10px;
}

.phpbb_rules span.phpbb_corners-bottom {
	margin: 5px -10px 0 -10px;
}

/* Horizontal lists
----------------------------------------*/
ul.phpbb_linklist {
	display: block;
	margin: 0;
}

ul.phpbb_linklist li {
	display: block;
	list-style-type: none;
	float: left;
	width: auto;
	margin-right: 5px;
	font-size: 1.1em;
	line-height: 2.2em;
}
.phpbb_linklist li {
	background-image:none;
}
ul.phpbb_linklist li.phpbb_rightside, p.phpbb_rightside {
	float: right;
	margin-right: 0;
	margin-left: 5px;
	text-align: right;
}

ul.phpbb_navlinks {
	padding-bottom: 1px;
	margin-bottom: 1px;
	border-bottom: 1px solid #FFFFFF;
	font-weight: bold;
}

ul.phpbb_leftside {
	float: left;
	margin-left: 0;
	margin-right: 5px;
	text-align: left;
}

ul.phpbb_rightside {
	float: right;
	margin-left: 5px;
	margin-right: -5px;
	text-align: right;
}

/* Table styles
----------------------------------------*/
table.phpbb_table1 {
	/* See tweaks.phpbb_css */
}
#phpbb_ucp-main table.phpbb_table1 {
	padding: 2px;
}

table.phpbb_table1 thead th {
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	line-height: 1.3em;
	font-size: 1em;
	padding: 0 0 4px 3px;
}

table.phpbb_table1 thead th span {
	padding-left: 7px;
}

table.phpbb_table1 tbody tr {
	border: 1px solid #cfcfcf;
}

table.phpbb_table1 tbody tr:hover, table.phpbb_table1 tbody tr.phpbb_hover {
	background-color: #f6f6f6;
	color: #000;
}

table.phpbb_table1 td {
	color: #6a6a6a;
	font-size: 1.1em;
}

table.phpbb_table1 tbody td {
	padding: 5px;
	border-top: 1px solid #FAFAFA;
}

table.phpbb_table1 tbody th {
	padding: 5px;
	border-bottom: 1px solid #000000;
	text-align: left;
	color: #333333;
	background-color: #FFFFFF;
}

/* Specific column styles */
table.phpbb_table1 .phpbb_name		{ text-align: left; }
table.phpbb_table1 .phpbb_posts		{ text-align: center !important; width: 7%; }
table.phpbb_table1 .phpbb_joined	{ text-align: left; width: 15%; }
table.phpbb_table1 .phpbb_active	{ text-align: left; width: 15%; }
table.phpbb_table1 .phpbb_mark		{ text-align: center; width: 7%; }
table.phpbb_table1 .phpbb_info		{ text-align: left; width: 30%; }
table.phpbb_table1 .phpbb_info div	{ width: 100%; white-space: normal; overflow: hidden; }
table.phpbb_table1 .phpbb_autocol	{ line-height: 2em; white-space: nowrap; }
table.phpbb_table1 thead .phpbb_autocol { padding-left: 1em; }

table.phpbb_table1 span.phpbb_rank-img {
	float: right;
	width: auto;
}

table.phpbb_info td {
	padding: 3px;
}

table.phpbb_info tbody th {
	padding: 3px;
	text-align: right;
	vertical-align: top;
	color: #000000;
	font-weight: normal;
}

.phpbb_forumbg table.phpbb_table1 {
	margin: 0 -2px -1px -1px;
}

/* Misc layout styles
---------------------------------------- */
/* column[1-2] styles are containers for two column layouts 
   Also see tweaks.phpbb_css */
.phpbb_column1 {
	float: left;
	clear: left;
	width: 49%;
}

.phpbb_column2 {
	float: right;
	clear: right;
	width: 49%;
}

/* General classes for placing floating blocks */
.phpbb_left-box {
	float: left;
	width: auto;
	text-align: left;
}

.phpbb_right-box {
	float: right;
	width: auto;
	text-align: right;
}

dl.phpbb_details {
	/*font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;*/
	font-size: 1.1em;
}

dl.phpbb_details dt {
	float: left;
	clear: left;
	width: 30%;
	text-align: right;
	color: #000000;
	display: block;
}

dl.phpbb_details dd {
	margin-left: 0;
	padding-left: 5px;
	margin-bottom: 5px;
	color: #828282;
	float: left;
	width: 65%;
}

/* Pagination
---------------------------------------- */
.phpbb_pagination {
	height: 1%; /* IE tweak (holly hack) */
	width: auto;
	text-align: right;
	margin-top: 5px;
	float: right;
}

.phpbb_pagination span.page-sep {
	display: none;
}

li.phpbb_pagination {
	margin-top: 0;
}

.phpbb_pagination strong, .phpbb_pagination b {
	font-weight: normal;
}

.phpbb_pagination span strong {
	padding: 0 2px;
	margin: 0 2px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #bfbfbf;
	border: 1px solid #bfbfbf;
	font-size: 0.9em;
}

.phpbb_pagination span a, .phpbb_pagination span a:link, .phpbb_pagination span a:visited, .phpbb_pagination span a:active {
	font-weight: normal;
	text-decoration: none;
	color: #747474;
	margin: 0 2px;
	padding: 0 2px;
	background-color: #eeeeee;
	border: 1px solid #bababa;
	font-size: 0.9em;
	line-height: 1.5em;
}

.phpbb_pagination span a:hover {
	border-color: #d2d2d2;
	background-color: #d2d2d2;
	color: #FFF;
	text-decoration: none;
}

.phpbb_pagination img {
	vertical-align: middle;
}

/* Pagination in viewforum for multipage topics */
.phpbb_row .phpbb_pagination {
	display: block;
	float: right;
	width: auto;
	margin-top: 0;
	padding: 1px 0 1px 15px;
	font-size: 0.9em;
	background: none 0 50% no-repeat;
}

.phpbb_row .phpbb_pagination span a, li.phpbb_pagination span a {
	background-color: #FFFFFF;
}

.phpbb_row .phpbb_pagination span a:hover, li.phpbb_pagination span a:hover {
	background-color: #d2d2d2;
}

/* Miscellaneous styles
---------------------------------------- */
#phpbb_forum-permissions {
	float: right;
	width: auto;
	padding-left: 5px;
	margin-left: 5px;
	margin-top: 10px;
	text-align: right;
}

.phpbb_copyright {
	padding: 5px;
	text-align: center !important;
	color: #555555;
}

.phpbb_small {
	font-size: 0.9em !important;
}

.phpbb_titlespace {
	margin-bottom: 15px;
}

.phpbb_headerspace {
	margin-top: 20px;
}

.phpbb_error {
	color: #bcbcbc;
	font-weight: bold;
	font-size: 1em;
}

.phpbb_reported {
	background-color: #f7f7f7;
}

li.phpbb_reported:hover {
	background-color: #ececec;
}

div.phpbb_rules {
	background-color: #ececec;
	color: #bcbcbc;
	padding: 0 10px;
	margin: 10px 0;
	font-size: 1.1em;
}

div.phpbb_rules ul, div.phpbb_rules ol {
	margin-left: 20px;
}

p.phpbb_rules {
	background-color: #ececec;
	background-image: none;
	padding: 5px;
}

p.phpbb_rules img {
	vertical-align: middle;
	padding-top: 5px;
}

p.phpbb_rules a {
	vertical-align: middle;
	clear: both;
}
#phpbb_top {
	position: absolute;
	top: -20px;
}

.phpbb_clear {
	display: block;
	clear: both;
	font-size: 1px;
	line-height: 1px;
	background: transparent;
}
/* proSilver Link Styles
---------------------------------------- */

/* Links adjustment to correctly display an order of rtl/ltr mixed content */
.phpbb_area a {
	direction: ltr;
	unicode-bidi: embed;
}

.phpbb_area a:link	{ color: #898989; text-decoration: none; }
.phpbb_area a:visited	{ color: #898989; text-decoration: none; }
.phpbb_area a:hover	{ color: #d3d3d3; text-decoration: underline; }
.phpbb_area a:active	{ color: #d2d2d2; text-decoration: none; }

/* Coloured usernames */
.username-coloured {
	font-weight: bold !important;
	display: inline !important;
	padding: 0 !important;
}

/* Links on gradient backgrounds */
#phpbb_search-box a:link, .phpbb_navbg a:link, .phpbb_forumbg .phpbb_header a:link, .phpbb_forabg .phpbb_header a:link, th a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#phpbb_search-box a:visited, .phpbb_navbg a:visited, .phpbb_forumbg .phpbb_header a:visited, .phpbb_forabg .phpbb_header a:visited, th a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#phpbb_search-box a:hover, .phpbb_navbg a:hover, .phpbb_forumbg .phpbb_header a:hover, .phpbb_forabg .phpbb_header a:hover, th a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#phpbb_search-box a:active, .phpbb_navbg a:active, .phpbb_forumbg .phpbb_header a:active, .phpbb_forabg .phpbb_header a:active, th a:active {
	color: #ffffff;
	text-decoration: none;
}

/* Links for forum/topic lists */
a.phpbb_forumtitle {
	font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #898989;
	text-decoration: none;
}

/* a.phpbb_forumtitle:visited { color: #898989; } */

a.phpbb_forumtitle:hover {
	color: #bcbcbc;
	text-decoration: underline;
}

a.phpbb_forumtitle:active {
	color: #898989;
}

a.topictitle {
	font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #898989;
	text-decoration: none;
}

/* a.topictitle:visited { color: #d2d2d2; } */

a.topictitle:hover {
	color: #bcbcbc;
	text-decoration: underline;
}

a.topictitle:active {
	color: #898989;
}

/* Post body links */
.postlink {
	text-decoration: none;
	color: #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	padding-bottom: 0;
}

.postlink:visited {
	color: #bdbdbd;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}

.postlink:active {
	color: #d2d2d2;
}

.postlink:hover {
	background-color: #f6f6f6;
	text-decoration: none;
	color: #404040;
}

.phpbb_signature a, .phpbb_signature a:visited, .phpbb_signature a:active, .phpbb_signature a:hover {
	border: none;
	text-decoration: underline;
	background-color: transparent;
}

/* Profile links */
.phpbb_postprofile a:link, .phpbb_postprofile a:active, .phpbb_postprofile a:visited, .phpbb_postprofile dt.phpbb_author a {
	font-weight: bold;
	color: #898989;
	text-decoration: none;
}

.phpbb_postprofile a:hover, .phpbb_postprofile dt.phpbb_author a:hover {
	text-decoration: underline;
	color: #d3d3d3;
}


/* Profile searchresults */	
.phpbb_search .phpbb_postprofile a {
	color: #898989;
	text-decoration: none; 
	font-weight: normal;
}

.phpbb_search .phpbb_postprofile a:hover {
	color: #d3d3d3;
	text-decoration: underline; 
}

/* Back to top of page */
.phpbb_back2top {
	clear: both;
	height: 11px;
	text-align: right;
}

a.phpbb_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.phpbb_top2 {
	background: none no-repeat 0 50%;
	text-decoration: none;
	padding-left: 15px;
}

/* Arrow links  */
a.phpbb_up		{ background: none no-repeat left center; }
a.phpbb_down		{ background: none no-repeat right center; }
a.phpbb_left		{ background: none no-repeat 3px 60%; }
a.phpbb_right		{ background: none no-repeat 95% 60%; }

a.phpbb_up, a.phpbb_up:link, a.phpbb_up:active, a.phpbb_up:visited {
	padding-left: 10px;
	text-decoration: none;
	border-bottom-width: 0;
}

a.phpbb_up:hover {
	background-position: left top;
	background-color: transparent;
}

a.phpbb_down, a.phpbb_down:link, a.phpbb_down:active, a.phpbb_down:visited {
	padding-right: 10px;
}

a.phpbb_down:hover {
	background-position: right bottom;
	text-decoration: none;
}

a.phpbb_left, a.phpbb_left:active, a.phpbb_left:visited {
	padding-left: 12px;
}

a.phpbb_left:hover {
	color: #d2d2d2;
	text-decoration: none;
	background-position: 0 60%;
}

a.phpbb_right, a.phpbb_right:active, a.phpbb_right:visited {
	padding-right: 12px;
}

a.phpbb_right:hover {
	color: #d2d2d2;
	text-decoration: none;
	background-position: 100% 60%;
}

/* 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;
}
/* proSilver Content Styles
---------------------------------------- */

ul.phpbb_topiclist {
	display: block;
	list-style-type: none;
	margin: 0;
}

ul.phpbb_forums {
	background: #f9f9f9 none repeat-x 0 0;
}

ul.phpbb_topiclist li {
	display: block;
	list-style-type: none;
	color: #777777;
	margin: 0;
}

ul.phpbb_topiclist dl {
	position: relative;
}

ul.phpbb_topiclist li.phpbb_row dl {
	padding: 2px 0;
}

ul.phpbb_topiclist dt {
	display: block;
	float: left;
	width: 48%;
	font-size: 1.1em;
	padding-left: 5px;
	padding-right: 5px;
}

ul.phpbb_topiclist dd {
	display: block;
	float: left;
	border-left: 1px solid #FFFFFF;
	padding: 4px 0;
}

ul.phpbb_topiclist dfn {
	/* Labels for post/view counts */
	position: absolute;
	left: -999px;
	width: 990px;
}

ul.phpbb_topiclist li.phpbb_row dt a.phpbb_subforum {
	background-image: none;
	background-position: 0 50%;
	background-repeat: no-repeat;
	position: relative;
	white-space: nowrap;
	padding: 0 0 0 12px;
}

.phpbb_forum-image {
	float: left;
	padding-top: 5px;
	margin-right: 5px;
}

li.phpbb_row {
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #8f8f8f;
	background:none;
}

li.phpbb_row strong {
	font-weight: normal;
	color: #000000;
}

li.phpbb_row:hover {
	background-color: #f6f6f6;
}

li.phpbb_row:hover dd {
	border-left-color: #CCCCCC;
}

li.phpbb_header dt, li.phpbb_header dd {
	line-height: 1em;
	border-left-width: 0;
	margin: 2px 0 4px 0;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background:none;
}

li.phpbb_header dt, li.phpbb_header dd {
	line-height: 1em;
	border-left-width: 0;
	margin: 2px 0 4px 0;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

li.phpbb_header dt {
	font-weight: bold;
}

li.phpbb_header dd {
	margin-left: 1px;
}

li.phpbb_header dl.phpbb_icon {
	min-height: 0;
}

li.phpbb_header dl.phpbb_icon dt {
	/* Tweak for headers alignment when folder icon used */
	padding-left: 0;
	padding-right: 50px;
}

/* Forum list column styles */
dl.phpbb_icon {
	min-height: 35px;
	background-position: 10px 50%;		/* Position of folder icon */
	background-repeat: no-repeat;
}

dl.phpbb_icon dt {
	padding-left: 45px;					/* Space for folder icon */
	background-repeat: no-repeat;
	background-position: 5px 95%;		/* Position of topic icon */
}

dd.phpbb_posts, dd.phpbb_topics, dd.phpbb_views {
	width: 8%;
	text-align: center;
	line-height: 2.2em;
	font-size: 1.2em;
}

/* List in forum description */
dl.phpbb_icon dt ol,
dl.phpbb_icon dt ul {
	list-style-position: inside;
	margin-left: 1em;
}

dl.phpbb_icon dt li {
	display: list-item;
	list-style-type: inherit;
}

dd.phpbb_lastpost {
	width: 25%;
	font-size: 1.1em;
}

dd.phpbb_redirect {
	font-size: 1.1em;
	line-height: 2.5em;
}

dd.phpbb_moderation {
	font-size: 1.1em;
}

dd.phpbb_lastpost span, ul.phpbb_topiclist dd.phpbb_searchby span, ul.phpbb_topiclist dd.phpbb_info span, ul.phpbb_topiclist dd.phpbb_time span, dd.phpbb_redirect span, dd.phpbb_moderation span {
	display: block;
	padding-left: 5px;
}

dd.phpbb_time {
	width: auto;
	line-height: 200%;
	font-size: 1.1em;
}

dd.phpbb_extra {
	width: 12%;
	line-height: 200%;
	text-align: center;
	font-size: 1.1em;
}

dd.phpbb_mark {
	float: right !important;
	width: 9%;
	text-align: center;
	line-height: 200%;
	font-size: 1.2em;
}

dd.phpbb_info {
	width: 30%;
}

dd.phpbb_option {
	width: 15%;
	line-height: 200%;
	text-align: center;
	font-size: 1.1em;
}

dd.phpbb_searchby {
	width: 47%;
	font-size: 1.1em;
	line-height: 1em;
}

ul.phpbb_topiclist dd.phpbb_searchextra {
	margin-left: 5px;
	padding: 0.2em 0;
	font-size: 1.1em;
	color: #333333;
	border-left: none;
	clear: both;
	width: 98%;
	overflow: hidden;
}

/* Container for post/reply buttons and pagination */
.phpbb_topic-actions {
	margin-bottom: 3px;
	font-size: 1.1em;
	height: 28px;
	min-height: 28px;
}
div[class].phpbb_topic-actions {
	height: auto;
}

/* Post body styles
----------------------------------------*/
.phpbb_postbody {
	padding: 0;
	line-height: 1.48em;
	color: #333333;
	width: 76%;
	float: left;
	clear: both;
}

.phpbb_postbody .phpbb_ignore {
	font-size: 1.1em;
}

.phpbb_postbody h3.phpbb_first {
	/* The first post on the page uses this */
	font-size: 1.7em;
}

.phpbb_postbody h3 {
	/* Postbody requires a different h3 format - so change it here */
	font-size: 1.5em;
	padding: 2px 0 0 0;
	margin: 0 0 0.3em 0 !important;
	text-transform: none;
	border: none;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	line-height: 125%;
}
.phpbb_postbody h3 a {
	font-weight:bold;
}

.phpbb_postbody h3 img {
	/* Also see tweaks.phpbb_css */
	vertical-align: bottom;
}

.phpbb_postbody .phpbb_content {
	font-size: 1.3em;
}

.phpbb_search .phpbb_postbody {
	width: 68%
}

/* Topic review panel
----------------------------------------*/
#phpbb_review {
	margin-top: 2em;
}
#phpbb_topicreview {
	padding-right: 5px;
	overflow: auto;
	height: 300px;
}
#phpbb_topicreview .phpbb_postbody {
	width: auto;
	float: none;
	margin: 0;
	height: auto;
}
#phpbb_topicreview .phpbb_post {
	height: auto;
}
#phpbb_topicreview h2 {
	border-bottom-width: 0;
}

.post-ignore .phpbb_postbody {
	display: none;
}

/* Content container styles
----------------------------------------*/
.phpbb_content {
	min-height: 3em;
	overflow: hidden;
	line-height: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #333333;
	padding-bottom: 1px;
}

.phpbb_content h2, .phpbb_panel h2 {
	font-weight: normal;
	color: #989898;
	border-bottom: 1px solid #CCCCCC;
	font-size: 1.6em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
}

.phpbb_panel h3 {
	margin: 0.5em 0;
}

.phpbb_panel p {
	font-size: 1.2em;
	margin-bottom: 1em;
	line-height: 1.4em;
}

.phpbb_content p {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	margin-bottom: 1em;
	line-height: 1.4em;
}

dl.phpbb_faq {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	margin-top: 1em;
	margin-bottom: 2em;
	line-height: 1.4em;
}

dl.phpbb_faq dt {
	font-weight: bold;
	color: #333333;
}

.phpbb_content dl.phpbb_faq {
	font-size: 1.2em;
	margin-bottom: 0.5em;
}

.phpbb_content li {
	list-style-type: inherit;
}

.phpbb_content ul, .phpbb_content ol {
	margin-bottom: 1em;
	margin-left: 3em;
}

.posthilit {
	background-color: #f3f3f3;
	color: #BCBCBC;
	padding: 0 2px 1px 2px;
}

.phpbb_announce, .phpbb_unreadpost {
	/* Highlight the announcements & unread posts box */
	border-left-color: #BCBCBC;
	border-right-color: #BCBCBC;
}

/* Post author */
p.phpbb_author {
	margin: 0 15em 0.6em 0;
	padding: 0 0 5px 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
}

/* Post signature */
.phpbb_signature {
	margin-top: 1.5em;
	padding-top: 0.2em;
	font-size: 1.1em;
	border-top: 1px solid #CCCCCC;
	clear: left;
	line-height: 140%;
	overflow: hidden;
	width: 100%;
}

dd .phpbb_signature {
	margin: 0;
	padding: 0;
	clear: none;
	border: none;
}

.phpbb_signature li {
	list-style-type: inherit;
}

.phpbb_signature ul, .phpbb_signature ol {
	margin-bottom: 1em;
	margin-left: 3em;
}

/* Post noticies */
.phpbb_notice {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	width: auto;
	margin-top: 1.5em;
	padding-top: 0.2em;
	font-size: 1em;
	border-top: 1px dashed #CCCCCC;
	clear: left;
	line-height: 130%;
}

/* Jump to post link for now */
ul.phpbb_searchresults {
	list-style: none;
	text-align: right;
	clear: both;
}

/* BB Code styles
----------------------------------------*/
/* Quote block */
.phpbb_area blockquote {
	background: #ebebeb none 6px 8px no-repeat;
	border: 1px solid #dbdbdb;
	font-size: 0.95em;
	margin: 0.5em 1px 0 25px;
	overflow: hidden;
	padding: 5px;
}

.phpbb_area blockquote blockquote {
	/* Nested quotes */
	background-color: #bababa;
	font-size: 1em;
	margin: 0.5em 1px 0 15px;	
}

.phpbb_area blockquote blockquote blockquote {
	/* Nested quotes */
	background-color: #e4e4e4;
}

.phpbb_area blockquote cite {
	/* Username/source of quoter */
	font-style: normal;
	font-weight: bold;
	margin-left: 20px;
	display: block;
	font-size: 0.9em;
}

.phpbb_area blockquote cite cite {
	font-size: 1em;
}

.phpbb_area blockquote.phpbb_uncited {
	padding-top: 25px;
}

/* Code block */
dl.phpbb_codebox {
	padding: 3px;
	background-color: #FFFFFF;
	border: 1px solid #d8d8d8;
	font-size: 1em;
}

dl.phpbb_codebox dt {
	text-transform: uppercase;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 3px;
	font-size: 0.8em;
	font-weight: bold;
	display: block;
}

.phpbb_area blockquote dl.phpbb_codebox {
	margin-left: 0;
}

dl.phpbb_codebox code {
	/* Also see tweaks.phpbb_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;
}

.phpbb_syntaxbg		{ color: #FFFFFF; }
.phpbb_syntaxcomment	{ color: #000000; }
.phpbb_syntaxdefault	{ color: #bcbcbc; }
.phpbb_syntaxhtml		{ color: #000000; }
.phpbb_syntaxkeyword	{ color: #585858; }
.phpbb_syntaxstring	{ color: #a7a7a7; }

/* Attachments
----------------------------------------*/
.phpbb_attachbox {
	float: left;
	width: auto; 
	margin: 5px 5px 5px 0;
	padding: 6px;
	background-color: #FFFFFF;
	border: 1px dashed #d8d8d8;
	clear: left;
}

.phpbb_pm-message .phpbb_attachbox {
	background-color: #f3f3f3;
}

.phpbb_attachbox dt {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.phpbb_attachbox dd {
	margin-top: 4px;
	padding-top: 4px;
	clear: left;
	border-top: 1px solid #d8d8d8;
}

.phpbb_attachbox dd dd {
	border: none;
}

.phpbb_attachbox p {
	line-height: 110%;
	color: #666666;
	font-weight: normal;
	clear: left;
}

.phpbb_attachbox p.phpbb_stats
{
	line-height: 110%;
	color: #666666;
	font-weight: normal;
	clear: left;
}

.phpbb_attach-image {
	margin: 3px 0;
	width: 100%;
	max-height: 350px;
	overflow: auto;
}

.phpbb_attach-image img {
	border: 1px solid #999999;
/*	cursor: move; */
	cursor: default;
}

/* Inline image thumbnails */
div.phpbb_inline-attachment dl.phpbb_thumbnail, div.phpbb_inline-attachment dl.phpbb_file {
	display: block;
	margin-bottom: 4px;
}

div.phpbb_inline-attachment p {
	font-size: 100%;
}

dl.phpbb_file {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
}

dl.phpbb_file dt {
	text-transform: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

dl.phpbb_file dd {
	color: #666666;
	margin: 0;
	padding: 0;	
}

dl.phpbb_thumbnail img {
	padding: 3px;
	border: 1px solid #666666;
	background-color: #FFF;
}

dl.phpbb_thumbnail dd {
	color: #666666;
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.phpbb_attachbox dl.phpbb_thumbnail dd {
	font-size: 100%;
}

dl.phpbb_thumbnail dt a:hover {
	background-color: #EEEEEE;
}

dl.phpbb_thumbnail dt a:hover img {
	border: 1px solid #d2d2d2;
}

/* Post poll styles
----------------------------------------*/
fieldset.phpbb_polls {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
}

fieldset.phpbb_polls dl {
	margin-top: 5px;
	border-top: 1px solid #e2e2e2;
	padding: 5px 0 0 0;
	line-height: 120%;
	color: #666666;
}

fieldset.phpbb_polls dl.phpbb_voted {
	font-weight: bold;
	color: #000000;
}

fieldset.phpbb_polls dt {
	text-align: left;
	float: left;
	display: block;
	width: 30%;
	border-right: none;
	padding: 0;
	margin: 0;
	font-size: 1.1em;
}

fieldset.phpbb_polls dd {
	float: left;
	width: 10%;
	border-left: none;
	padding: 0 5px;
	margin-left: 0;
	font-size: 1.1em;
}

fieldset.phpbb_polls dd.phpbb_resultbar {
	width: 50%;
}

fieldset.phpbb_polls dd input {
	margin: 2px 0;
}

fieldset.phpbb_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%;
}

.phpbb_pollbar1 {
	background-color: #aaaaaa;
	border-bottom: 1px solid #747474;
	border-right: 1px solid #747474;
}

.phpbb_pollbar2 {
	background-color: #bebebe;
	border-bottom: 1px solid #8c8c8c;
	border-right: 1px solid #8c8c8c;
}

.phpbb_pollbar3 {
	background-color: #D1D1D1;
	border-bottom: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
}

.phpbb_pollbar4 {
	background-color: #e4e4e4;
	border-bottom: 1px solid #bebebe;
	border-right: 1px solid #bebebe;
}

.phpbb_pollbar5 {
	background-color: #f8f8f8;
	border-bottom: 1px solid #D1D1D1;
	border-right: 1px solid #D1D1D1;
}

/* Poster profile block
----------------------------------------*/
.phpbb_postprofile {
	/* Also see tweaks.phpbb_css */
	margin: 5px 0 10px 0;
	min-height: 80px;
	color: #666666;
	border-left: 1px solid #FFFFFF;
	width: 22%;
	float: right;
	display: inline;
}
.phpbb_pm .phpbb_postprofile {
	border-left: 1px solid #DDDDDD;
}

.phpbb_postprofile dd, .phpbb_postprofile dt {
	line-height: 1.2em;
	margin-left: 8px;
}

.phpbb_postprofile strong {
	font-weight: normal;
	color: #000000;
}

.phpbb_avatar {
	border: none;
	margin-bottom: 3px;
}

.phpbb_online {
	background-image: none;
	background-position: 100% 0;
	background-repeat: no-repeat;
}

/* Poster profile used by search*/
.phpbb_search .phpbb_postprofile {
	width: 30%;
}

/* pm list in compose message if mass pm is enabled */
dl.phpbb_pmlist dt {
	width: 60% !important;
}

dl.phpbb_pmlist dt textarea {
	width: 95%;
}

dl.phpbb_pmlist dd {
	margin-left: 61% !important;
	margin-bottom: 2px;
}
/* proSilver Button Styles
---------------------------------------- */

/* Rollover buttons
   Based on: http://wellstyled.phpbb_com/css-nopreload-rollovers.phpbb_html
----------------------------------------*/
.phpbb_buttons {
	float: left;
	width: auto;
	height: auto;
}

/* Rollover state */
.phpbb_buttons div {
	float: left;
	margin: 0 5px 0 0;
	background-position: 0 100%;
}

/* Rolloff state */
.phpbb_buttons div a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0;
	position: relative;
	overflow: hidden;
}

/* Hide <a> text and hide off-state image when rolling over (prevents flicker in IE) */
/*.phpbb_buttons div span		{ display: none; }*/
/*.phpbb_buttons div a:hover	{ background-image: none; }*/
.phpbb_buttons div span			{ position: absolute; width: 100%; height: 100%; cursor: pointer;}
.phpbb_buttons div a:hover span	{ background-position: 0 100%; }

/* Big button images */
.phpbb_reply-icon span	{ background: transparent none 0 0 no-repeat; }
.phpbb_post-icon span		{ background: transparent none 0 0 no-repeat; }
.phpbb_locked-icon span	{ background: transparent none 0 0 no-repeat; }
.phpbb_pmreply-icon span	{ background: none 0 0 no-repeat; }
.phpbb_newpm-icon span 	{ background: none 0 0 no-repeat; }
.phpbb_forwardpm-icon span 	{ background: none 0 0 no-repeat; }

/* Set big button dimensions */
.phpbb_buttons div.phpbb_reply-icon		{ width: 96px; height: 25px; }
.phpbb_buttons div.phpbb_post-icon		{ width: 96px; height: 25px; }
.phpbb_buttons div.phpbb_locked-icon	{ width: 96px; height: 25px; }
.phpbb_buttons div.phpbb_pmreply-icon	{ width: 96px; height: 25px; }
.phpbb_buttons div.phpbb_newpm-icon		{ width: 96px; height: 25px; }
.phpbb_buttons div.phpbb_forwardpm-icon	{ width: 96px; height: 25px; }

/* Sub-header (navigation bar)
--------------------------------------------- */
a.phpbb_print, a.phpbb_sendemail, a.phpbb_fontsize {
	display: block;
	overflow: hidden;
	height: 18px;
	text-indent: -5000px;
	text-align: left;
	background-repeat: no-repeat;
}

a.phpbb_print {
	background-image: none;
	width: 22px;
}

a.phpbb_sendemail {
	background-image: none;
	width: 22px;
}

a.phpbb_fontsize {
	background-image: none;
	background-position: 0 -1px;
	width: 29px;
}

a.phpbb_fontsize:hover {
	background-position: 0 -20px;
	text-decoration: none;
}

/* Icon images
---------------------------------------- */
.phpbb_sitehome, .phpbb_icon-faq, .phpbb_icon-members, .phpbb_icon-home, .phpbb_icon-ucp, .phpbb_icon-register, .phpbb_icon-logout,
.phpbb_icon-bookmark, .phpbb_icon-bump, .phpbb_icon-subscribe, .phpbb_icon-unsubscribe, .phpbb_icon-pages, .phpbb_icon-search {
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-image: none;
	padding: 1px 0 0 17px;
}

/* Poster profile icons
----------------------------------------*/
ul.phpbb_profile-icons {
	padding-top: 10px;
	list-style: none;
}

/* Rollover state */
ul.phpbb_profile-icons li {
	float: left;
	margin: 0 6px 3px 0;
	background-position: 0 100%;
}

/* Rolloff state */
ul.phpbb_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.phpbb_profile-icons li span { display:none; }
ul.phpbb_profile-icons li a:hover { background: none; }

/* Positioning of moderator icons */
.phpbb_postbody ul.phpbb_profile-icons {
	float: right;
	width: auto;
	padding: 0;
}

.phpbb_postbody ul.phpbb_profile-icons li {
	margin: 0 3px;
}

/* Profile & navigation icons */
.phpbb_email-icon, .phpbb_email-icon a		{ background: none top left no-repeat; }
.phpbb_aim-icon, .phpbb_aim-icon a			{ background: none top left no-repeat; }
.phpbb_yahoo-icon, .phpbb_yahoo-icon a		{ background: none top left no-repeat; }
.phpbb_web-icon, .phpbb_web-icon a			{ background: none top left no-repeat; }
.phpbb_msnm-icon, .phpbb_msnm-icon a			{ background: none top left no-repeat; }
.phpbb_icq-icon, .phpbb_icq-icon a			{ background: none top left no-repeat; }
.phpbb_jabber-icon, .phpbb_jabber-icon a		{ background: none top left no-repeat; }
.phpbb_pm-icon, .phpbb_pm-icon a				{ background: none top left no-repeat; }
.phpbb_quote-icon, .phpbb_quote-icon a		{ background: none top left no-repeat; }

/* Share On 2.1.0 */
.facebook-icon, .facebook-icon a	{ background: none top left no-repeat; }
.twitter-icon, .twitter-icon a		{ background: none top left no-repeat; }
.tuenti-icon, .tuenti-icon a		{ background: none top left no-repeat; }
.sonico-icon, .sonico-icon a		{ background: none top left no-repeat; }
.friendfeed-icon, .friendfeed-icon a	{ background: none top left no-repeat; }
.orkut-icon, .orkut-icon a		{ background: none top left no-repeat; }
.digg-icon, .digg-icon a		{ background: none top left no-repeat; }
.myspace-icon, .myspace-icon a		{ background: none top left no-repeat; }
.delicious-icon, .delicious-icon a	{ background: none top left no-repeat; }
.technorati-icon, .technorati-icon a	{ background: none top left no-repeat; }
.tumblr-icon, .tumblr-icon a		{ background: none top left no-repeat; }
.google-icon, .google-icon a		{ background: none top left no-repeat; }
/* Share On 2.1.0 */

/* Moderator icons */
.phpbb_report-icon, .phpbb_report-icon a		{ background: none top left no-repeat; }
.phpbb_warn-icon, .phpbb_warn-icon a			{ background: none top left no-repeat; }
.phpbb_edit-icon, .phpbb_edit-icon a			{ background: none top left no-repeat; }
.phpbb_delete-icon, .phpbb_delete-icon a		{ background: none top left no-repeat; }
.phpbb_info-icon, .phpbb_info-icon a			{ background: none top left no-repeat; }

/* Set profile icon dimensions */
ul.phpbb_profile-icons li.phpbb_email-icon		{ width: 20px; height: 20px; }
ul.phpbb_profile-icons li.phpbb_aim-icon	{ width: 20px; height: 20px; }
ul.phpbb_profile-icons li.phpbb_yahoo-icon	{ width: 20px; height: 20px; }
ul.phpbb_profile-icons li.phpbb_web-icon	{ width: 20px; height: 20px; }
ul.phpbb_profile-icons li.phpbb_msnm-icon	{ width: 20px; height: 20px; }
ul.phpbb_profile-icons li.phpbb_icq-icon	{ width: 20px; height: 20px; }
ul.phpbb_profile-icons li.phpbb_jabber-icon	{ width: 20px; height: 20px; }
ul.phpbb_profile-icons li.phpbb_pm-icon		{ width: 28px; height: 20px; }
ul.phpbb_profile-icons li.phpbb_quote-icon	{ width: 54px; height: 20px; }
ul.phpbb_profile-icons li.phpbb_report-icon	{ width: 20px; height: 20px; }
ul.phpbb_profile-icons li.phpbb_edit-icon	{ width: 42px; height: 20px; }
ul.phpbb_profile-icons li.phpbb_delete-icon	{ width: 20px; height: 20px; }
ul.phpbb_profile-icons li.phpbb_info-icon	{ width: 20px; height: 20px; }
ul.phpbb_profile-icons li.phpbb_warn-icon	{ width: 20px; height: 20px; }
/* Share On 2.1.0 */
ul.profile-icons li.facebook-icon	{ width: 20px; height: 20px; }
ul.profile-icons li.twitter-icon	{ width: 20px; height: 20px; }
ul.profile-icons li.tuenti-icon		{ width: 20px; height: 20px; }
ul.profile-icons li.sonico-icon		{ width: 20px; height: 20px; }
ul.profile-icons li.friendfeed-icon	{ width: 20px; height: 20px; }
ul.profile-icons li.orkut-icon		{ width: 20px; height: 20px; }
ul.profile-icons li.digg-icon		{ width: 20px; height: 20px; }
ul.profile-icons li.myspace-icon	{ width: 20px; height: 20px; }
ul.profile-icons li.delicious-icon	{ width: 20px; height: 20px; }
ul.profile-icons li.technorati-icon	{ width: 20px; height: 20px; }
ul.profile-icons li.tumblr-icon		{ width: 20px; height: 20px; }
ul.profile-icons li.google-icon		{ width: 20px; height: 20px; }
/* Share On 2.1.0 */

/* Fix profile icon default margins */
ul.phpbb_profile-icons li.phpbb_edit-icon	{ margin: 0 0 0 3px; }
ul.phpbb_profile-icons li.phpbb_quote-icon	{ margin: 0 0 0 10px; }
ul.phpbb_profile-icons li.phpbb_info-icon, ul.phpbb_profile-icons li.phpbb_report-icon	{ margin: 0 3px 0 0; }
/* proSilver Control Panel Styles
---------------------------------------- */


/* Main CP box
----------------------------------------*/
#phpbb_cp-menu {
	float:left;
	width: 19%;
	margin-top: 1em;
	margin-bottom: 5px;
}

#cp-main {
	float: left;
	width: 81%;
}

#cp-main .phpbb_content {
	padding: 0;
}

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

#cp-main .phpbb_panel p {
	font-size: 1.1em;
}

#cp-main .phpbb_panel ol {
	margin-left: 2em;
	font-size: 1.1em;
}

#cp-main .phpbb_panel li.phpbb_row {
	border-bottom: 1px solid #cbcbcb;
	border-top: 1px solid #F9F9F9;
}

ul.phpbb_cplist {
	margin-bottom: 5px;
	border-top: 1px solid #cbcbcb;
}

#cp-main .phpbb_panel li.phpbb_header dd, #cp-main .phpbb_panel li.phpbb_header dt {
	color: #000000;
	margin-bottom: 2px;
}
#cp-main table.phpbb_table1 {
	margin-bottom: 1em;
}

#cp-main table.phpbb_table1 thead th {
	color: #333333;
	font-weight: bold;
	border-bottom: 1px solid #333333;
	padding: 5px;
}

#cp-main table.phpbb_table1 tbody th {
	font-style: italic;
	background-color: transparent !important;
	border-bottom: none;
}

#cp-main .phpbb_pagination {
	float: right;
	width: auto;
	padding-top: 1px;
}

#cp-main .phpbb_postbody p {
	font-size: 1.1em;
}

#cp-main .phpbb_pm-message {
	border: 1px solid #e2e2e2;
	margin: 10px 0;
	background-color: #FFFFFF;
	width: auto;
	float: none;
}

.phpbb_pm-message h2 {
	padding-bottom: 5px;
}

#cp-main .phpbb_postbody h3, #cp-main .phpbb_box2 h3 {
	margin-top: 0;
}

#cp-main .phpbb_buttons {
	margin-left: 0;
}

#cp-main ul.phpbb_linklist {
	margin: 0;
}

/* MCP Specific tweaks */
.phpbb_mcp-main .phpbb_postbody {
	width: 100%;
}

/* CP tabbed menu
----------------------------------------*/
#phpbb_tabs {
	line-height: normal;
	margin: 20px 0 -1px 7px;
	min-width: 570px;
}

#phpbb_tabs ul {
	margin:0;
	padding: 0;
	list-style: none;
}

#phpbb_tabs li {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: bold;
}

#phpbb_tabs a {
	float: left;
	background: none no-repeat 0% -35px;
	margin: 0 1px 0 0;
	padding: 0 0 0 5px;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	font-weight:bold;
}

#phpbb_tabs a span {
	float: left;
	display: block;
	background: none no-repeat 100% -35px;
	padding: 6px 10px 6px 5px;
	color: #828282;
	white-space: nowrap;
}

#phpbb_tabs a:hover span {
	color: #bcbcbc;
}

#phpbb_tabs .activetab a {
	background-position: 0 0;
	border-bottom: 1px solid #ebebeb;
}

#phpbb_tabs .activetab a span {
	background-position: 100% 0;
	padding-bottom: 7px;
	color: #333333;
}

#phpbb_tabs a:hover {
	background-position: 0 -70px;
}

#phpbb_tabs a:hover span {
	background-position:100% -70px;
}

#phpbb_tabs .activetab a:hover {
	background-position: 0 0;
}

#phpbb_tabs .activetab a:hover span {
	color: #000000;
	background-position: 100% 0;
}

/* Mini tabbed menu used in MCP
----------------------------------------*/
#phpbb_minitabs {
	line-height: normal;
	margin: -20px 7px 0 0;
}

#phpbb_minitabs ul {
	margin:0;
	padding: 0;
	list-style: none;
}

#phpbb_minitabs li {
	display: block;
	float: right;
	padding: 0 10px 4px 10px;
	font-size: 1em;
	font-weight: bold;
	background-color: #f2f2f2;
	margin-left: 2px;
}

#phpbb_minitabs a {
}

#phpbb_minitabs a:hover {
	text-decoration: none;
}

#phpbb_minitabs li.activetab {
	background-color: #F9F9F9;
}

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

/* UCP navigation menu
----------------------------------------*/
/* Container for sub-navigation list */
#phpbb_navigation {
	width: 100%;
	padding-top: 36px;
}

#phpbb_navigation ul {
	list-style:none;
}

/* Default list state */
#phpbb_navigation li {
	margin: 1px 0;
	padding: 0;
	font-weight: bold;
	display: inline;
}

/* Link styles for the sub-section links */
#phpbb_navigation a {
	display: block;
	padding: 5px;
	margin: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color: #333;
	background: #cfcfcf none repeat-y 100% 0;
}

#phpbb_navigation a:hover {
	text-decoration: none;
	background-color: #c6c6c6;
	color: #bcbcbc;
	background-image: none;
}

#phpbb_navigation #phpbb_active-subsection a {
	display: block;
	color: #d3d3d3;
	background-color: #F9F9F9;
	background-image: none;
}

#phpbb_navigation #phpbb_active-subsection a:hover {
	color: #d3d3d3;
}

/* Preferences pane layout
----------------------------------------*/
#cp-main h2 {
	border-bottom: none;
	padding: 0;
	margin-left: 10px;
	color: #333333;
}

#cp-main .phpbb_panel {
	background-color: #F9F9F9;
}

#cp-main .phpbb_pm {
	background-color: #FFFFFF;
}

#cp-main span.phpbb_corners-top, #cp-menu span.phpbb_corners-top {
	background-image: none;
}

#cp-main span.phpbb_corners-top span, #cp-menu span.phpbb_corners-top span {
	background-image: none;
}

#cp-main span.phpbb_corners-bottom, #cp-menu span.phpbb_corners-bottom {
	background-image: none;
}

#cp-main span.phpbb_corners-bottom span, #cp-menu span.phpbb_corners-bottom span {
	background-image: none;
}

/* Topicreview */
#cp-main .phpbb_panel #topicreview span.phpbb_corners-top, #cp-menu .phpbb_panel #topicreview span.phpbb_corners-top {
	background-image: none;
}

#cp-main .phpbb_panel #topicreview span.phpbb_corners-top span, #cp-menu .phpbb_panel #topicreview span.phpbb_corners-top span {
	background-image: none;
}

#cp-main .phpbb_panel #topicreview span.phpbb_corners-bottom, #cp-menu .phpbb_panel #topicreview span.phpbb_corners-bottom {
	background-image: none;
}

#cp-main .phpbb_panel #topicreview span.phpbb_corners-bottom span, #cp-menu .phpbb_panel #topicreview span.phpbb_corners-bottom span {
	background-image: none;
}

/* Friends list */
.phpbb_cp-mini {
	background-color: #f9f9f9;
	padding: 0 5px;
	margin: 10px 15px 10px 5px;
}

.phpbb_cp-mini span.phpbb_corners-top, .phpbb_cp-mini span.phpbb_corners-bottom {
	margin: 0 -5px;
}

dl.phpbb_mini dt {
	font-weight: bold;
	color: #676767;
}

dl.phpbb_mini dd {
	padding-top: 4px;
}

.phpbb_friend-online {
	font-weight: bold;
}

.phpbb_friend-offline {
	font-style: italic;
}

/* PM Styles
----------------------------------------*/
#phpbb_pm-menu {
	line-height: 2.5em;
}

/* PM panel adjustments */
.pm-panel-header {
	margin: 0; 
	padding-bottom: 10px; 
	border-bottom: 1px dashed #A4B3BF;
}

.reply-all {
	display: block; 
	padding-top: 4px; 
	clear: both;
	float: left;
}

.pm-panel-message {
	padding-top: 10px;
}

.pm-return-to {
	padding-top: 23px;
}

#cp-main .pm-message-nav {
	margin: 0; 
	padding: 2px 10px 5px 10px; 
	border-bottom: 1px dashed #A4B3BF;
}

/* PM Message history */
.phpbb_current {
	color: #999999;
}

/* Defined rules list for PM options */
ol.phpbb_def-rules {
	padding-left: 0;
}

ol.phpbb_def-rules li {
	line-height: 180%;
	padding: 1px;
}

/* PM marking colours */
.phpbb_pmlist li.phpbb_bg1 {
	border: solid 3px transparent;
	border-width: 0 3px;
}

.phpbb_pmlist li.phpbb_bg2 {
	border: solid 3px transparent;
	border-width: 0 3px;
}

.phpbb_pmlist li.pm_message_reported_colour, .pm_message_reported_colour {
	border-left-color: #bcbcbc;
	border-right-color: #bcbcbc;
}

.phpbb_pmlist li.pm_marked_colour, .pm_marked_colour {
	border: solid 3px #ffffff;
	border-width: 0 3px;
}

.phpbb_pmlist li.pm_replied_colour, .pm_replied_colour {
	border: solid 3px #c2c2c2;
	border-width: 0 3px;	
}

.phpbb_pmlist li.pm_friend_colour, .pm_friend_colour {
	border: solid 3px #bdbdbd;
	border-width: 0 3px;
}

.phpbb_pmlist li.pm_foe_colour, .pm_foe_colour {
	border: solid 3px #000000;
	border-width: 0 3px;
}

.phpbb_pm-legend {
	border-left-width: 10px;
	border-left-style: solid;
	border-right-width: 0;
	margin-bottom: 3px;
	padding-left: 3px;
}

/* Avatar gallery */
#phpbb_gallery label {
	position: relative;
	float: left;
	margin: 10px;
	padding: 5px;
	width: auto;
	background: #FFFFFF;
	border: 1px solid #CCC;
	text-align: center;
}
#phpbb_gallery label:hover {
	background-color: #EEE;
}
/* proSilver Form Styles
---------------------------------------- */

/* General form styles
----------------------------------------*/
.phpbb_area fieldset {
	border-width: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	padding:0;
	margin:0;
}

.phpbb_area input {
	font-weight: normal;
	cursor: pointer;
	vertical-align: middle;
	padding: 2px 3px;
	font-size: 1em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin:0;
}

.phpbb_area select {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	cursor: pointer;
	vertical-align: middle;
	border: 1px solid #666666;
	padding: 1px;
	background-color: #FAFAFA;
}

.phpbb_area option {
	padding-right: 1em;
}

option.phpbb_disabled-option {
	color: graytext;
}

.phpbb_area textarea {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	width: 60%;
	padding: 2px;
	font-size: 1em;
	line-height: 1.4em;
}

.phpbb_area label {
	cursor: default;
	padding-right: 5px;
	color: #676767;
}

.phpbb_area label input {
	vertical-align: middle;
}

.phpbb_area label img {
	vertical-align: middle;
}

/* Definition list layout for forms
---------------------------------------- */
.phpbb_area fieldset dl {
	padding: 4px 0;
}

.phpbb_area fieldset dt {
	float: left;	
	width: 40%;
	text-align: left;
	display: block;
}

.phpbb_area fieldset dd {
	margin-left: 41%;
	vertical-align: top;
	margin-bottom: 3px;
}

/* Specific layout 1 */
fieldset.phpbb_fields1 dt {
	width: 15em;
	border-right-width: 0;
}

fieldset.phpbb_fields1 dd {
	margin-left: 15em;
	border-left-width: 0;
}

fieldset.phpbb_fields1 {
	background-color: transparent;
}

fieldset.phpbb_fields1 div {
	margin-bottom: 3px;
}

/* Specific layout 2 */
fieldset.phpbb_fields2 dt {
	width: 15em;
	border-right-width: 0;
}

fieldset.phpbb_fields2 dd {
	margin-left: 16em;
	border-left-width: 0;
}

/* Form elements */
.phpbb_area dt label {
	font-weight: bold;
	text-align: left;
}

.phpbb_area dd label {
	white-space: nowrap;
	color: #333;
}

.phpbb_area dd input, .phpbb_area dd textarea {
	margin-right: 3px;
}

.phpbb_area dd select {
	width: auto;
}

.phpbb_area dd textarea {
	width: 85%;
}

/* Hover effects */
.phpbb_area fieldset dl:hover dt label {
	color: #000000;
}

fieldset.phpbb_fields2 dl:hover dt label {
	color: inherit;
}
#phpbb_timezone {
	width: 95%;
}

#timezone {
	width: 50%;
}

/* Quick-login on index page */
fieldset.phpbb_quick-login {
	margin-top: 5px;
}

fieldset.phpbb_quick-login input {
	width: auto;
}

fieldset.phpbb_quick-login input.phpbb_inputbox {
	width: 15%;
	vertical-align: middle;
	margin-right: 5px;
	background-color: #f3f3f3;
}

fieldset.phpbb_quick-login label {
	white-space: nowrap;
	padding-right: 2px;
}

/* Display options on viewtopic/viewforum pages  */
fieldset.phpbb_display-options {
	text-align: center;
	margin: 3px 0 5px 0;
}

fieldset.phpbb_display-options label {
	white-space: nowrap;
	padding-right: 2px;
}

fieldset.phpbb_display-options a {
	margin-top: 3px;
}

/* Display actions for ucp and mcp pages */
fieldset.phpbb_display-actions {
	text-align: right;
	line-height: 2em;
	white-space: nowrap;
	padding-right: 1em;
}

fieldset.phpbb_display-actions label {
	white-space: nowrap;
	padding-right: 2px;
}

fieldset.phpbb_sort-options {
	line-height: 2em;
}

/* MCP forum selection*/
fieldset.phpbb_forum-selection {
	margin: 5px 0 3px 0;
	float: right;
}

fieldset.phpbb_forum-selection2 {
	margin: 13px 0 3px 0;
	float: right;
}

/* Jumpbox */
fieldset.phpbb_jumpbox {
	text-align: right;
	margin-top: 15px;
	height: 2.5em;
	margin-bottom:3px;
}

fieldset.phpbb_quickmod {
	width: 50%;
	float: right;
	text-align: right;
	height: 2.5em;
}

/* Submit button fieldset */
fieldset.phpbb_submit-buttons {
	text-align: center;
	vertical-align: middle;
	margin: 5px 0;
}

fieldset.phpbb_submit-buttons input {
	vertical-align: middle;
	padding-top: 3px;
	padding-bottom: 3px;
}

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

/* Buttons used in the editor */
#phpbb_format-buttons {
	margin: 15px 0 2px 0;
}
#phpbb_format-buttons input, #format-buttons select {
	vertical-align: middle;
}

/* Main message box */
#phpbb_message-box {
	width: 80%;
}
#phpbb_message-box textarea {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	width: 100%;
	font-size: 1.2em;
	color: #333333;
}

/* Emoticons panel */
#phpbb_smiley-box {
	width: 18%;
	float: right;
}
#phpbb_smiley-box img {
	margin: 3px;
}

/* Input field styles
---------------------------------------- */
.phpbb_inputbox {
	background-color: #FFFFFF;
	border: 1px solid #c0c0c0;
	color: #333333;
	padding: 2px;
	cursor: text;
}

.phpbb_inputbox:hover {
	border: 1px solid #eaeaea;
}

.phpbb_inputbox:focus {
	border: 1px solid #eaeaea;
	color: #4b4b4b;
}

input.phpbb_inputbox	{ width: 85%; }
input.phpbb_medium	{ width: 50%; }
input.phpbb_narrow	{ width: 25%; }
input.phpbb_tiny		{ width: 125px; }

textarea.phpbb_inputbox {
	width: 85%;
}

.phpbb_autowidth {
	width: auto !important;
}

/* Form button styles
---------------------------------------- */
input.phpbb_button1, input.phpbb_button2 {
	font-size: 1em;
}

a.phpbb_button1, input.phpbb_button1, input.phpbb_button3, a.phpbb_button2, input.phpbb_button2 {
	width: auto !important;
	padding-top: 1px;
	padding-bottom: 1px;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #000;
	background: #FAFAFA none repeat-x top left;
}

a.phpbb_button1, input.phpbb_button1 {
	font-weight: bold;
	border: 1px solid #666666;
}

input.phpbb_button3 {
	padding: 0;
	margin: 0;
	line-height: 5px;
	height: 12px;
	background-image: none;
	font-variant: small-caps;
}

/* Alternative button */
a.phpbb_button2, input.phpbb_button2, input.phpbb_button3 {
	border: 1px solid #666666;
}

/* <a> button in the style of the form buttons */
a.phpbb_button1, a.phpbb_button1:link, a.phpbb_button1:visited, a.phpbb_button1:active, a.phpbb_button2, a.phpbb_button2:link, a.phpbb_button2:visited, a.phpbb_button2:active {
	text-decoration: none;
	color: #000000;
	padding: 2px 8px;
	line-height: 250%;
	vertical-align: text-bottom;
	background-position: 0 1px;
}

/* Hover states */
a.phpbb_button1:hover, input.phpbb_button1:hover, a.phpbb_button2:hover, input.phpbb_button2:hover, input.phpbb_button3:hover {
	border: 1px solid #BCBCBC;
	background-position: 0 100%;
	color: #BCBCBC;
}

input.phpbb_disabled {
	font-weight: normal;
	color: #666666;
}

/* Topic and forum Search */
.phpbb_search-box {
	margin-top: 3px;
	margin-left: 5px;
	float: left;
}

.phpbb_search-box input {
}

input.phpbb_search {
	background-image: none;
	background-repeat: no-repeat;
	background-position: left 1px;
	padding:2px 0pt 2px 17px;
}

.phpbb_full { width: 95%; }
.phpbb_medium { width: 50%;}
.phpbb_narrow { width: 25%;}
.phpbb_tiny { width: 10%;}

#tz {
	font-size:90%;
}
/* proSilver Style Sheet Tweaks

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.phpbb_corners-top, * html span.phpbb_corners-bottom { background-image: url("./styles/jprosilver/theme/images/corners_left.gif"); }
* html span.phpbb_corners-top span, * html span.phpbb_corners-bottom span { background-image: url("./styles/jprosilver/theme/images/corners_right.gif"); }

table.phpbb_table1 {
	width: 99%;		/* IE < 6 browsers */
	/* Tantek hack */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 100%;
}
html>body table.phpbb_table1 { width: 100%; }	/* Reset 100% for opera */

* html ul.phpbb_topiclist li { position: relative; }
* html .phpbb_postbody h3 img { vertical-align: middle; }

/* Form styles */
html>body dd label input { vertical-align: text-bottom; }	/* Align checkboxes/radio buttons nicely */

* html input.phpbb_button1, * html input.phpbb_button2 {
	padding-bottom: 0;
	margin-bottom: 1px;
}

/* Misc layout styles */
* html .phpbb_column1, * html .phpbb_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 
#phpbb_tabs:after, #minitabs:after, .phpbb_post:after, .phpbb_navbar:after, fieldset dl:after, ul.phpbb_topiclist dl:after, ul.phpbb_linklist:after, dl.phpbb_polls:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}*/

.phpbb_clearfix, #phpbb_tabs, #phpbb_minitabs, fieldset dl, ul.phpbb_topiclist dl, dl.phpbb_polls {
	height: 1%;
	overflow: hidden;
}

/* viewtopic fix */
* html .phpbb_post {
	height: 25%;
	overflow: hidden;
}

/* navbar fix */
* html .phpbb_clearfix, * html .phpbb_navbar, ul.phpbb_linklist {
	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.phpbb_icon {
	min-height: 35px;
	height: auto !important;
	height: 35px;
}

* html li.row dl.phpbb_icon dt {
	height: 35px;
	overflow: visible;
}

* html #search-box {
	width: 25%;
}

/* Correctly clear floating for details on profile view */
*:first-child+html dl.phpbb_details dd {
	margin-left: 30%;
	float: none;
}

* html dl.phpbb_details dd {
	margin-left: 30%;
	float: none;
}

* html .phpbb_forumbg table.phpbb_table1 {
	margin: 0 -2px 0px -1px;
}
/*  	
--------------------------------------------------------------
Colours and backgrounds for common.css
-------------------------------------------------------------- */

.phpbb_area  {
	color: #536482;
}

.phpbb_area h1 {
	color: #FFFFFF;
}

.phpbb_area h2 {
	color: #28313F;
}

.phpbb_area h3 {
	border-bottom-color: #CCCCCC;
	color: #115098;
}

.phpbb_area hr {
	border-color: #FFFFFF;
	border-top-color: #CCCCCC;
}

hr.phpbb_dashed {
	border-top-color: #CCCCCC;
}

/* Search box
--------------------------------------------- */
#phpbb_search-box {
	color: #FFFFFF;
}
#phpbb_search-box #search_keywords {
	background-color: #FFF;
}
#phpbb_search-box input {
	border-color: #0075B0;
}

/* Round cornered boxes and backgrounds
---------------------------------------- */
.phpbb_headerbar {
	background-color: #12A3EB;
	background-image: url("./styles/jprosilver/theme/images/bg_header.gif");
	color: #FFFFFF;
}

.phpbb_navbar {
	background-color: #cadceb;
}

.phpbb_forabg {
	background-color: #0076b1;
	background-image: url("./styles/jprosilver/theme/images/bg_list.gif");
}

.phpbb_forumbg {
	background-color: #12A3EB;
	background-image: url("./styles/jprosilver/theme/images/bg_header.gif");
}

.phpbb_panel {
	background-color: #ECF1F3;
	color: #28313F;
}

.phpbb_post:target .phpbb_content {
	color: #000000;
}

.phpbb_post:target h3 a {
	color: #000000;
}

.phpbb_bg1, li.phpbb_bg1, tr.phpbb_bg1 { background-color: #ECF3F7 !important; }
.phpbb_bg2, li.phpbb_bg2, tr.phpbb_bg2 { background-color: #e1ebf2;  }
.phpbb_bg3, li.phpbb_bg3, tr.phpbb_bg3 { background-color: #cadceb; }

.phpbb_ucprowbg {
	background-color: #DCDEE2;
}

.phpbb_fieldsbg {
	background-color: #E7E8EA;
}

span.phpbb_corners-top {
	background-image: url("./styles/jprosilver/theme/images/corners_left.png");
}

span.phpbb_corners-top span {
	background-image: url("./styles/jprosilver/theme/images/corners_right.png");
}

span.phpbb_corners-bottom {
	background-image: url("./styles/jprosilver/theme/images/corners_left.png");
}

span.phpbb_corners-bottom span {
	background-image: url("./styles/jprosilver/theme/images/corners_right.png");
}

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

ul.phpbb_navlinks {
	border-bottom-color: #FFFFFF;
}
ul.phpbb_navlinks li a {
	font-weight:bold;
}

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

.phpbb_area table.phpbb_table1 thead th a {
	color: #FFFFFF;
}

table.phpbb_table1 tbody tr {
	border-color: #BFC1CF;
}

table.phpbb_table1 tbody tr:hover, table.phpbb_table1 tbody tr.phpbb_hover {
	background-color: #CFE1F6;
	color: #000;
}

table.phpbb_table1 td {
	color: #536482;
}

table.phpbb_table1 tbody td {
	border-top-color: #FAFAFA;
}

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

table.phpbb_info tbody th {
	color: #000000;
}

/* Misc layout styles
---------------------------------------- */
dl.phpbb_details dt {
	color: #000000;
}

dl.phpbb_details dd {
	color: #536482;
}

.phpbb_sep {
	color: #1198D9;
}

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

.phpbb_pagination span strong {
	color: #FFFFFF;
	background-color: #4692BF;
	border-color: #4692BF;
}

.phpbb_pagination span a, .phpbb_pagination span a:link, .phpbb_pagination span a:visited, .phpbb_pagination span a:active {
	color: #5C758C;
	background-color: #ECEDEE;
	border-color: #B4BAC0;
}

.phpbb_pagination span a:hover {
	border-color: #368AD2;
	background-color: #368AD2;
	color: #FFF;
}

/* Pagination in viewforum for multipage topics */
.phpbb_row .phpbb_pagination {
	background-image: url("./styles/jprosilver/theme/images/icon_pages.gif");
}

.phpbb_row .phpbb_pagination span a, li.phpbb_pagination span a {
	background-color: #FFFFFF;
}

.phpbb_row .phpbb_pagination span a:hover, li.phpbb_pagination span a:hover {
	background-color: #368AD2;
}

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

.phpbb_copyright {
	color: #555555;
}

.phpbb_error {
	color: #BC2A4D;
}

.phpbb_reported {
	background-color: #F7ECEF;
}

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

div.phpbb_rules {
	background-color: #ECD5D8;
	color: #BC2A4D;
}

p.phpbb_rules {
	background-color: #ECD5D8;
	background-image: none;
}

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

.phpbb_area a:link	{ color: #105289; }
.phpbb_area a:visited	{ color: #105289; }
.phpbb_area a:hover	{ color: #D31141; }
.phpbb_area a:active	{ color: #368AD2; }

/* Links on gradient backgrounds */
#phpbb_search-box a:link, .phpbb_navbg a:link, .phpbb_forumbg .phpbb_header a:link, .phpbb_forabg .phpbb_header a:link, th a:link {
	color: #FFFFFF;
}
#phpbb_search-box a:visited, .phpbb_navbg a:visited, .phpbb_forumbg .phpbb_header a:visited, .phpbb_forabg .phpbb_header a:visited, th a:visited {
	color: #FFFFFF;
}
#phpbb_search-box a:hover, .phpbb_navbg a:hover, .phpbb_forumbg .phpbb_header a:hover, .phpbb_forabg .phpbb_header a:hover, th a:hover {
	color: #A8D8FF;
}
#phpbb_search-box a:active, .phpbb_navbg a:active, .phpbb_forumbg .phpbb_header a:active, .phpbb_forabg .phpbb_header a:active, th a:active {
	color: #C8E6FF;
}

/* Links for forum/topic lists */
a.phpbb_forumtitle {
	color: #105289;
}

/* a.phpbb_forumtitle:visited { color: #105289; } */

a.phpbb_forumtitle:hover {
	color: #BC2A4D;
}

a.phpbb_forumtitle:active {
	color: #105289;
}

a.topictitle {
	color: #105289;
}

/* a.topictitle:visited { color: #368AD2; } */

a.topictitle:hover {
	color: #BC2A4D;
}

a.topictitle:active {
	color: #105289;
}

/* Post body links */
.phpbb_area a.postlink {
	color: #368AD2;
	border-bottom-color: #368AD2;
}

.phpbb_area a.postlink:visited {
	color: #5D8FBD;
	border-bottom-color: #666666;
}

.phpbb_area a.postlink:active {
	color: #368AD2;
}

.phpbb_area a.postlink:hover {
	background-color: #D0E4F6;
	color: #0D4473;
}

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

/* Profile links */
.phpbb_postprofile a:link, .phpbb_postprofile a:active, .phpbb_postprofile a:visited, .phpbb_postprofile dt.phpbb_author a {
	color: #105289;
}

.phpbb_postprofile a:hover, .phpbb_postprofile dt.phpbb_author a:hover {
	color: #D31141;
}

/* Profile searchresults */	
.phpbb_search .phpbb_postprofile a {
	color: #105289;
}

.phpbb_search .phpbb_postprofile a:hover {
	color: #D31141;
}

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

a.phpbb_top2 {
	background-image: url("./styles/jprosilver/imageset/icon_back_top.gif");
}

/* Arrow links  */
a.phpbb_up		{ background-image: url("./styles/jprosilver/theme/images/arrow_up.gif") }
a.phpbb_down		{ background-image: url("./styles/jprosilver/theme/images/arrow_down.gif") }
a.phpbb_left		{ background-image: url("./styles/jprosilver/theme/images/arrow_left.gif") }
a.phpbb_right		{ background-image: url("./styles/jprosilver/theme/images/arrow_right.gif") }

a.phpbb_up:hover {
	background-color: transparent;
}

a.phpbb_left:hover {
	color: #368AD2;
}

a.phpbb_right:hover {
	color: #368AD2;
}


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

ul.phpbb_forums {
	background-color: #eef5f9;
	background-image: url("./styles/jprosilver/theme/images/gradient.gif");
}

ul.phpbb_topiclist li {
	color: #4C5D77;
}

ul.phpbb_topiclist dd {
	border-left-color: #FFFFFF;
}

.phpbb_rtl ul.phpbb_topiclist dd {
	border-right-color: #fff;
	border-left-color: transparent;
}

ul.phpbb_topiclist li.phpbb_row dt a.phpbb_subforum.phpbb_read {
	background-image: url("./styles/jprosilver/imageset/subforum_read.gif");
}

ul.phpbb_topiclist li.phpbb_row dt a.phpbb_subforum.phpbb_unread {
	background-image: url("./styles/jprosilver/imageset/subforum_unread.gif");
}

li.phpbb_row {
	border-top-color:  #FFFFFF;
	border-bottom-color: #00608F;
}

li.phpbb_row strong {
	color: #000000;
}

li.phpbb_row:hover {
	background-color: #F6F4D0;
}

li.phpbb_row:hover dd {
	border-left-color: #CCCCCC;
}

.phpbb_rtl li.phpbb_row:hover dd {
	border-right-color: #CCCCCC;
	border-left-color: transparent;
}

li.phpbb_header dt, li.phpbb_header dd {
	color: #FFFFFF;
}

/* Forum list column styles */
ul.phpbb_topiclist dd.phpbb_searchextra {
	color: #333333;
}

/* Post body styles
----------------------------------------*/
.phpbb_postbody {
	color: #333333;
}

/* Content container styles
----------------------------------------*/
.phpbb_content {
	color: #333333;
}

.phpbb_content h2, .phpbb_panel h2 {
	color: #115098;
	border-bottom-color:  #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	font-size:1.6em;
	font-weight:normal;
}

dl.phpbb_faq dt {
	color: #333333;
}

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

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

/* Post noticies */
.phpbb_notice {
	border-top-color:  #CCCCCC;
}

/* BB Code styles
----------------------------------------*/
/* Quote block */
.phpbb_area blockquote {
	background-color: #EBEADD;
	background-image: url("./styles/jprosilver/theme/images/quote.gif");
	border-color:#DBDBCE;
}

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

.phpbb_area blockquote blockquote {
	/* Nested quotes */
	background-color:#EFEED9;
}

.phpbb_area blockquote blockquote blockquote {
	/* Nested quotes */
	background-color: #EBEADD;
}

/* Code block */
dl.phpbb_codebox {
	background-color: #FFFFFF;
	border-color: #C9D2D8;
}

dl.phpbb_codebox dt {
	border-bottom-color:  #CCCCCC;
}

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

.phpbb_syntaxbg		{ color: #FFFFFF; }
.phpbb_syntaxcomment	{ color: #FF8000; }
.phpbb_syntaxdefault	{ color: #0000BB; }
.phpbb_syntaxhtml		{ color: #000000; }
.phpbb_syntaxkeyword	{ color: #007700; }
.phpbb_syntaxstring	{ color: #DD0000; }

/* Attachments
----------------------------------------*/
.phpbb_attachbox {
	background-color: #FFFFFF;
	border-color:  #C9D2D8;
}

.phpbb_pm-message .phpbb_attachbox {
	background-color: #F2F3F3;
}

.phpbb_attachbox dd {
	border-top-color: #C9D2D8;
}

.phpbb_attachbox p {
	color: #666666;
}

.phpbb_attachbox p.phpbb_stats {
	color: #666666;
}

.phpbb_attach-image img {
	border-color: #999999;
}

/* Inline image thumbnails */

dl.phpbb_file dd {
	color: #666666;
}

dl.phpbb_thumbnail img {
	border-color: #666666;
	background-color: #FFFFFF;
}

dl.phpbb_thumbnail dd {
	color: #666666;
}

dl.phpbb_thumbnail dt a:hover {
	background-color: #EEEEEE;
}

dl.phpbb_thumbnail dt a:hover img {
	border-color: #368AD2;
}

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

fieldset.phpbb_polls dl {
	border-top-color: #DCDEE2;
	color: #666666;
}

fieldset.phpbb_polls dl.phpbb_voted {
	color: #000000;
}

fieldset.phpbb_polls dd div {
	color: #FFFFFF;
}

.phpbb_rtl .phpbb_pollbar1, .phpbb_rtl .phpbb_pollbar2, .phpbb_rtl .phpbb_pollbar3, .phpbb_rtl .phpbb_pollbar4, .phpbb_rtl .phpbb_pollbar5 {
	border-right-color: transparent;
}

.phpbb_pollbar1 {
	background-color: #AA2346;
	border-bottom-color: #74162C;
	border-right-color: #74162C;
}

.phpbb_rtl .phpbb_pollbar1 {
	border-left-color: #74162C;
}

.phpbb_pollbar2 {
	background-color: #BE1E4A;
	border-bottom-color: #8C1C38;
	border-right-color: #8C1C38;
}

.phpbb_rtl .phpbb_pollbar2 {
	border-left-color: #8C1C38;
}

.phpbb_pollbar3 {
	background-color: #D11A4E;
	border-bottom-color: #AA2346;
	border-right-color: #AA2346;
}

.phpbb_rtl .phpbb_pollbar3 {
	border-left-color: #AA2346;
}

.phpbb_pollbar4 {
	background-color: #E41653;
	border-bottom-color: #BE1E4A;
	border-right-color: #BE1E4A;
}

.phpbb_rtl .phpbb_pollbar4 {
	border-left-color: #BE1E4A;
}

.phpbb_pollbar5 {
	background-color: #F81157;
	border-bottom-color: #D11A4E;
	border-right-color: #D11A4E;
}

.phpbb_rtl .phpbb_pollbar5 {
	border-left-color: #D11A4E;
}

/* Poster profile block
----------------------------------------*/
.phpbb_postprofile {
	color: #666666;
	border-left-color: #FFFFFF;
}

.phpbb_rtl .phpbb_postprofile {
	border-right-color: #FFFFFF;
	border-left-color: transparent;
}

.phpbb_pm .phpbb_postprofile {
	border-left-color: #DDDDDD;
}

.phpbb_rtl .phpbb_pm .phpbb_postprofile {
	border-right-color: #DDDDDD;
	border-left-color: transparent;
}

.phpbb_postprofile strong {
	color: #000000;
}

.phpbb_online {
	background-image: url("./styles/jprosilver/imageset/sl/icon_user_online.gif");
}

/*  	
--------------------------------------------------------------
Colours and backgrounds for buttons.phpbb_css
-------------------------------------------------------------- */

/* Big button images */
.phpbb_reply-icon span	{ background-image: url("./styles/jprosilver/imageset/sl/button_topic_reply.gif"); }
.phpbb_post-icon span		{ background-image: url("./styles/jprosilver/imageset/sl/button_topic_new.gif"); }
.phpbb_locked-icon span	{ background-image: url("./styles/jprosilver/imageset/sl/button_topic_locked.gif"); }
.phpbb_pmreply-icon span	{ background-image: url("./styles/jprosilver/imageset/sl/button_pm_reply.gif") ;}
.phpbb_newpm-icon span 	{ background-image: url("./styles/jprosilver/imageset/sl/button_pm_new.gif") ;}
.phpbb_forwardpm-icon span	{ background-image: url("./styles/jprosilver/imageset/sl/button_pm_forward.gif") ;}

a.phpbb_print {
	background-image: url("./styles/jprosilver/theme/images/icon_print.gif");
}

a.phpbb_sendemail {
	background-image: url("./styles/jprosilver/theme/images/icon_sendemail.gif");
}

a.phpbb_fontsize {
	background-image: url("./styles/jprosilver/theme/images/icon_fontsize.gif");
}

/* Icon images
---------------------------------------- */
li.phpbb_sitehome						{ background-image: url("./styles/jprosilver/theme/images/icon_home.gif"); }
li.phpbb_icon-faq						{ background-image: url("./styles/jprosilver/theme/images/icon_faq.gif"); }
li.phpbb_icon-members					{ background-image: url("./styles/jprosilver/theme/images/icon_members.gif"); }
li.phpbb_icon-home					{ background-image: url("./styles/jprosilver/theme/images/icon_home.gif"); }
li.phpbb_icon-ucp						{ background-image: url("./styles/jprosilver/theme/images/icon_ucp.gif"); }
li.phpbb_icon-register				{ background-image: url("./styles/jprosilver/theme/images/icon_register.gif"); }
li.phpbb_icon-logout					{ background-image: url("./styles/jprosilver/theme/images/icon_logout.gif"); }
li.phpbb_icon-bookmark				{ background-image: url("./styles/jprosilver/theme/images/icon_bookmark.gif"); }
li.phpbb_icon-bump					{ background-image: url("./styles/jprosilver/theme/images/icon_bump.gif"); }
li.phpbb_icon-subscribe				{ background-image: url("./styles/jprosilver/theme/images/icon_subscribe.gif"); }
li.phpbb_icon-unsubscribe				{ background-image: url("./styles/jprosilver/theme/images/icon_unsubscribe.gif"); }
li.phpbb_icon-pages					{ background-image: url("./styles/jprosilver/theme/images/icon_pages.gif"); }
li.phpbb_icon-search					{ background-image: url("./styles/jprosilver/theme/images/icon_search.gif"); }

/* Profile & navigation icons */
li.phpbb_email-icon, li.phpbb_email-icon a		{ background-image: url("./styles/jprosilver/imageset/icon_contact_email.gif"); }
li.phpbb_aim-icon, li.phpbb_aim-icon a			{ background-image: url("./styles/jprosilver/imageset/icon_contact_aim.gif"); }
li.phpbb_yahoo-icon, li.phpbb_yahoo-icon a		{ background-image: url("./styles/jprosilver/imageset/icon_contact_yahoo.gif"); }
li.phpbb_web-icon, li.phpbb_web-icon a			{ background-image: url("./styles/jprosilver/imageset/icon_contact_www.gif"); }
li.phpbb_msnm-icon, li.phpbb_msnm-icon a		{ background-image: url("./styles/jprosilver/imageset/icon_contact_msnm.gif"); }
li.phpbb_icq-icon, li.phpbb_icq-icon a			{ background-image: url("./styles/jprosilver/imageset/icon_contact_icq.gif"); }
li.phpbb_jabber-icon, li.phpbb_jabber-icon a	{ background-image: url("./styles/jprosilver/imageset/icon_contact_jabber.gif"); }
li.phpbb_pm-icon, li.phpbb_pm-icon a			{ background-image: url("./styles/jprosilver/imageset/sl/icon_contact_pm.gif"); }
li.phpbb_quote-icon, li.phpbb_quote-icon a		{ background-image: url("./styles/jprosilver/imageset/sl/icon_post_quote.gif"); }


/* Share On 2.1.0 */
.facebook-icon, .facebook-icon a	{ background-image: url("./styles/jprosilver/imageset/sl/share_on_buttons/shareon_facebook.png"); }
.twitter-icon, .twitter-icon a		{ background-image: url("./styles/jprosilver/imageset/sl/share_on_buttons/shareon_twitter.png"); }
.tuenti-icon, .tuenti-icon a		{ background-image: url("./styles/jprosilver/imageset/sl/share_on_buttons/shareon_tuenti.png"); }
.sonico-icon, .sonico-icon a		{ background-image: url("./styles/jprosilver/imageset/sl/share_on_buttons/shareon_sonico.png"); }
.friendfeed-icon, .friendfeed-icon a	{ background-image: url("./styles/jprosilver/imageset/sl/share_on_buttons/shareon_friendfeed.png"); }
.orkut-icon, .orkut-icon a		{ background-image: url("./styles/jprosilver/imageset/sl/share_on_buttons/shareon_orkut.gif"); }
.digg-icon, .digg-icon a		{ background-image: url("./styles/jprosilver/imageset/sl/share_on_buttons/shareon_digg.gif"); }
.myspace-icon, .myspace-icon a		{ background-image: url("./styles/jprosilver/imageset/sl/share_on_buttons/shareon_myspace.png"); }
.delicious-icon, .delicious-icon a	{ background-image: url("./styles/jprosilver/imageset/sl/share_on_buttons/shareon_delicious.gif"); }
.technorati-icon, .technorati-icon a	{ background-image: url("./styles/jprosilver/imageset/sl/share_on_buttons/shareon_technorati.png"); }
.tumblr-icon, .tumblr-icon a		{ background-image: url("./styles/jprosilver/imageset/sl/share_on_buttons/shareon_tumblr.png"); }
.google-icon, .google-icon a		{ background-image: url("./styles/jprosilver/imageset/sl/share_on_buttons/shareon_google.gif"); }
/* Share On 2.1.0 */

/* Moderator icons */
.phpbb_report-icon, .phpbb_report-icon a		{ background-image: url("./styles/jprosilver/imageset/icon_post_report.gif"); }
.phpbb_edit-icon, .phpbb_edit-icon a			{ background-image: url("./styles/jprosilver/imageset/sl/icon_post_edit.gif"); }
.phpbb_delete-icon, .phpbb_delete-icon a		{ background-image: url("./styles/jprosilver/imageset/icon_post_delete.gif"); }
.phpbb_info-icon, .phpbb_info-icon a			{ background-image: url("./styles/jprosilver/imageset/icon_post_info.gif"); }
.phpbb_warn-icon, .phpbb_warn-icon a			{ background-image: url("./styles/jprosilver/imageset/icon_user_warn.gif"); } /* Need updated warn icon */

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

/* Main CP box
----------------------------------------*/
#cp-main h3, #cp-main hr, #cp-menu hr {
	border-color: #A4B3BF;
}
#cp-main .phpbb_panel li.phpbb_row {
	border-bottom-color: #B5C1CB;
	border-top-color: #F9F9F9;
}

ul.phpbb_cplist {
	border-top-color: #B5C1CB;
}
#cp-main .phpbb_panel li.phpbb_header dd, #cp-main .phpbb_panel li.phpbb_header dt {
	color: #000000;
}
#cp-main table.phpbb_table1 thead th {
	color: #333333;
	border-bottom-color: #333333;
}
#cp-main .phpbb_pm-message {
	border-color: #DBDEE2;
	background-color: #FFFFFF;
}

/* CP tabbed menu
----------------------------------------*/
#phpbb_tabs a {
	background-image: url("./styles/jprosilver/theme/images/bg_tabs1.gif");
}
#phpbb_tabs a span {
	background-image: url("./styles/jprosilver/theme/images/bg_tabs2.gif");
	color: #536482;
}
#phpbb_tabs a:hover span {
	color: #BC2A4D;
}
#phpbb_tabs .activetab a {
	border-bottom-color: #CADCEB;
}
#phpbb_tabs .activetab a span {
	color: #333333;
}
#phpbb_tabs .activetab a:hover span {
	color: #000000;
}

/* Mini tabbed menu used in MCP
----------------------------------------*/
#phpbb_minitabs li {
	background-color: #E1EBF2;
}
#phpbb_minitabs li.activetab {
	background-color: #F9F9F9;
}
#phpbb_minitabs li.activetab a, #minitabs li.activetab a:hover {
	color: #333333;
}

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

/* Link styles for the sub-section links */
#phpbb_navigation a {
	color: #333;
	background-color: #B2C2CF;
	background-image: url("./styles/jprosilver/theme/images/bg_menu.gif");
}

.rtl #phpbb_navigation a {
	background-image: url("./styles/jprosilver/theme/images/bg_menu_rtl.gif");
	background-position: 0 100%;
}

#phpbb_navigation a:hover {
	background-image: none;
	background-color: #aabac6;
	color: #BC2A4D;
}

#phpbb_navigation #phpbb_active-subsection a {
	color: #D31141;
	background-color: #F9F9F9;
	background-image: none;
}
#phpbb_navigation #phpbb_active-subsection a:hover {
	color: #D31141;
}

/* Preferences pane layout
----------------------------------------*/
#cp-main h2 {
	color: #333333;
}
#cp-main .phpbb_panel {
	background-color: #F9F9F9;
}
#cp-main .phpbb_pm {
	background-color: #FFFFFF;
}
#cp-main span.phpbb_corners-top, #cp-menu span.phpbb_corners-top {
	background-image: url("./styles/jprosilver/theme/images/corners_left2.gif");
}
#cp-main span.phpbb_corners-top span, #cp-menu span.phpbb_corners-top span {
	background-image: url("./styles/jprosilver/theme/images/corners_right2.gif");
}
#cp-main span.phpbb_corners-bottom, #cp-menu span.phpbb_corners-bottom {
	background-image: url("./styles/jprosilver/theme/images/corners_left2.gif");
}
#cp-main span.phpbb_corners-bottom span, #cp-menu span.phpbb_corners-bottom span {
	background-image: url("./styles/jprosilver/theme/images/corners_right2.gif");
}

/* Topicreview */
#cp-main .phpbb_panel #topicreview span.phpbb_corners-top, #cp-menu .phpbb_panel #topicreview span.phpbb_corners-top {
	background-image: url("./styles/jprosilver/theme/images/corners_left.gif");
}
#cp-main .phpbb_panel #topicreview span.phpbb_corners-top span, #cp-menu .phpbb_panel #topicreview span.phpbb_corners-top span {
	background-image: url("./styles/jprosilver/theme/images/corners_right.gif");
}
#cp-main .phpbb_panel #topicreview span.phpbb_corners-bottom, #cp-menu .phpbb_panel #topicreview span.phpbb_corners-bottom {
	background-image: url("./styles/jprosilver/theme/images/corners_left.gif");
}
#cp-main .phpbb_panel #topicreview span.phpbb_corners-bottom span, #cp-menu .phpbb_panel #topicreview span.phpbb_corners-bottom span {
	background-image: url("./styles/jprosilver/theme/images/corners_right.gif");
}

/* Friends list */
.phpbb_cp-mini {
	background-color: #eef5f9;
}

dl.phpbb_mini dt {
	color: #425067;
}

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

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

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

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

.phpbb_pmlist li.pm_replied_colour, .pm_replied_colour {
	border-color: #A9B8C2;
}

.phpbb_pmlist li.pm_friend_colour, .pm_friend_colour {
	border-color: #5D8FBD;
}

.phpbb_pmlist li.pm_foe_colour, .pm_foe_colour {
	border-color: #000000;
}

/* Avatar gallery */
#phpbb_gallery label {
	background-color: #FFFFFF;
	border-color: #CCC;
}
#phpbb_gallery label:hover {
	background-color: #EEE;
}

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

/* General form styles
----------------------------------------*/
.phpbb_area select {
	border-color: #666666;
	background-color: #FAFAFA;
	color: #000;
}

.phpbb_area label {
	color: #425067;
}

option.phpbb_disabled-option {
	color: graytext;
}

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

/* Hover effects */
.phpbb_area fieldset dl:hover dt label {
	color: #000000;
}

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

/* Quick-login on index page */
fieldset.phpbb_quick-login input.phpbb_inputbox {
	background-color: #F2F3F3;
}

/* Posting page styles
----------------------------------------*/
#phpbb_message-box textarea {
	color: #333333;
}

/* Input field styles
---------------------------------------- */
.phpbb_inputbox {
	background-color: #FFFFFF; 
	border-color: #B4BAC0;
	color: #333333;
}

.phpbb_inputbox:hover {
	border-color: #11A3EA;
}

.phpbb_inputbox:focus {
	border-color: #11A3EA;
	color: #0F4987;
}

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

a.phpbb_button1, input.phpbb_button1, input.phpbb_button3, a.phpbb_button2, input.phpbb_button2 {
	color: #000;
	background-color: #FAFAFA;
	background-image: url("./styles/jprosilver/theme/images/bg_button.gif");
}

a.phpbb_button1, input.phpbb_button1 {
	border-color: #666666;
}

input.phpbb_button3 {
	background-image: none;
}

/* Alternative button */
a.phpbb_button2, input.phpbb_button2, input.phpbb_button3 {
	border-color: #666666;
}

/* <a> button in the style of the form buttons */
a.phpbb_button1, a.phpbb_button1:link, a.phpbb_button1:visited, a.phpbb_button1:active, a.phpbb_button2, a.phpbb_button2:link, a.phpbb_button2:visited, a.phpbb_button2:active {
	color: #000000;
}

/* Hover states */
a.phpbb_button1:hover, input.phpbb_button1:hover, a.phpbb_button2:hover, input.phpbb_button2:hover, input.phpbb_button3:hover {
	border-color: #BC2A4D;
	color: #BC2A4D;
}

input.phpbb_search {
	background-image: url("./styles/jprosilver/theme/images/icon_textbox_search.gif");
}

input.phpbb_disabled {
	color: #666666;
}
