/*  phpBB 3.0 Style Sheet based on Prosilver theme for Roi-Heenok.Com 
 General proSilver Markup Styles  */
* {
	text-decoration:none;
	margin:0;
	padding:0;
}

html {
	height:100%;
	margin-bottom:1px;
}

body {
	font-family:Verdana, Helvetica, Arial, sans-serif;
	color:#828282;
	background-color:#fff;
	font-size:10px;
	width:960px;
	margin:auto;
/*	padding:12px 0; */
}

html,body {
	color:#e2e2e2;
	background-color:#000;
}

a:link, a:visited {
	color:#6a2717;
}

a:hover {
	color:#444;
}

a:active {
	color:#fb4e00;
}

h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-right:200px;
	color:#fff;
	margin-top:15px;
	font-weight:700;
	font-size:2em;
}

h2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:400;
	color:#C62700;
	font-size:2em;
	margin:0.8em 0 0.2em;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:700;
	text-transform:uppercase;
	border-bottom:1px solid #ccc;
	margin-bottom:3px;
	padding-bottom:2px;
	font-size:1.05em;
	color:#AA0000;
	margin-top:20px;
}

h4 {
	font-family:"Trebuchet MS", Verdana, Helvetica, Arial, Sans-serif;
	font-size:1.3em;
}

p {
	line-height:1.3em;
	font-size:1.1em;
	margin-bottom:1.5em;
}

img {
	border-width:0;
}

hr {
	border:0 none #fff;
	border-top:1px solid #ccc;
	height:1px;
	display:block;
	clear:both;
	margin:5px 0;
}

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

p.right {
	text-align:right;
}

/* Main blocks  */
#wrap {
	min-width:650px;
	padding:0 20px;
}

#simple-wrap {
	padding:0 10px;
}

#page-body {
	clear:both;
	margin:4px 0;
}

#page-footer {
	clear:both;
}

#logo {
	float:left;
	width:auto;
	padding:10px 13px 0 10px;
}

/* ----- Search box ----- */
#search-box {
	margin-top:30px;
	margin-left:5px;
	display:block;
	position:relative;
	top:-80px;
	white-space:nowrap;
	color:#fff;
}

#search-box #keywords {
	width:95px;
	background-color:#FFF;
}

#search-box input {
	border:1px solid #0075B0;
}

/* .button1 style defined later, just a few tweaks for the search button version */
#search-box input.button1 {
	padding:1px 5px;
}

#search-box li {
	text-align:right;
	margin-top:4px;
}

#search-box img {
	vertical-align:middle;
	margin-right:3px;
}

/* Site description and logo */
#site-description {
	width:70%;
	position:relative;
	top:165px;
	padding-left:50px;
	color:#e04020;
	font-size:14px;
}

#site-description h1 {
	margin-right:0;
	color:#e04020;
	font-size:16px;
}

/* Round cornered boxes and backgrounds  */
.headerbar {
	background:#ebebeb none repeat-x 0 0;
	margin-bottom:4px;
	height:235px;
	background-color:#FFF;
	background-image:url("./styles/r-h_v1.1/theme/images/bg_header.gif");
	color:#fff;
	padding:0 5px;
}

.navbar {
	background-color:#E3DDD9;
	padding:0 10px;
	color:	#000000;
}

.forabg {
	background:	#464646 none repeat-x 0 0;
	margin-bottom:4px;
	clear:both;
	background-image:url("./styles/r-h_v1.1/theme/images/bg_list_dark.png");
	padding:0 5px;
}

.forumbg {
	background:	#464646 none repeat-x 0 0;
	margin-bottom:4px;
	clear:both;
	background-image:url("./styles/r-h_v1.1/theme/images/bg_list_dark.png");
	padding:0 5px;
}

.panel {
	margin-bottom:4px;
	padding:0 10px;
	color:	#000;
	background-color: #eee;
}

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

.bg1 {
	background-color:#f7f7f1;
}

.bg2 {
	background-color:#faf7f7;
}

.bg3 {
	background-color:#ddd;
}

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

.ucprowbg {
	background-color:#DCDEE2;
}

.fieldsbg {
	background-color:#E7E8EA;
}

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-position:0 0;
	background-image:url("./styles/r-h_v1.1/theme/images/corners_left.png");
	margin:0 -5px;
}

span.corners-top span {
	background-position:100% 0;
	background-image:url("./styles/r-h_v1.1/theme/images/corners_right.png");
}

span.corners-bottom {
	background-position:0 100%;
	clear:both;
	background-image:url("./styles/r-h_v1.1/theme/images/corners_left.png");
	margin:0 -5px;
}

span.corners-bottom span {
	background-position:100% 100%;
	background-image:url("./styles/r-h_v1.1/theme/images/corners_right.png");
}

.headbg span.corners-bottom {
	margin-bottom:-1px;
}

.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;
}

.rules span.corners-bottom {
	margin:5px -10px 0;
}

/* 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:1em;
	line-height:2.2em;
}

#page-body ul.linklist a:visited,h2 a:visited,h3 a:visited {
	color:#d94300;
}

#page-body ul.linklist a:link,h2 a:link,h3 a:link {
	color:#fb4e00;
}

#page-body ul.linklist a:hover,h2 a:hover,h3 a:hover {
	color:#aaa;
}

ul.linklist li.rightside,p.rightside {
	float:right;
	margin-right:0;
	margin-left:4px;
	text-align:right;
}

/* Horizontal lists */
ul.navlinks {
	padding-bottom:1px;
	margin-bottom:1px;
	border-bottom:1px solid #fff;
	font-weight:700;
}

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 */
#ucp-main table.table1 {
	padding:2px;
}

/* Table styles */
table.table1 thead th {
	font-weight:400;
	text-transform:uppercase;
	line-height:1.3em;
	font-size:1em;
	color:#000;
	padding:0 0 4px 3px;
}

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

table.table1 tbody tr {
	border:1px solid #fff;
}

table.table1 tbody tr:hover,table.table1 tbody tr.hover {
	background-color:#ddd;
	color:#333;
}

table.table1 td {
	font-size:1.1em;
	color:#000;
}

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

table.table1 tbody th {
	border-bottom:1px solid #000;
	text-align:left;
	color:#fff;
	background-color:#000;
	padding:5px;
}

/* Specific column styles */
table.table1 .name {
	text-align:left;
}

table.table1 .posts {
	text-align:center !important;
	width:7%;
}

table.table1 .mark {
	text-align:center;
	width:7%;
}

table.table1 .info {
	text-align:left;
	width:30%;
}

table.table1 .info div {
	width:100%;
	white-space:nowrap;
	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 {
	text-align:right;
	vertical-align:top;
	font-weight:400;
	color:#000;
	padding:3px;
}

.forumbg table.table1 {
	margin:0 -2px -1px -1px;
}

/* Misc layout styles  
 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;
}

/* Misc layout styles  */
dl.details dt
{
	float:left;
	clear:left;
	width:30%;
	text-align:right;
	display:block;
	color:#000;
}

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

/* Pagination  */
.pagination
{
	height:1%;
	width:auto;
	text-align:right;
	margin-top:5px;
	float:right;
}

.pagination strong,.pagination b
{
	font-weight:400;
}

.pagination span strong
{
	font-weight:400;
	color:#fff;
	background-color:#777;
	border:1px solid #bfbfbf;
	font-size:0.9em;
	margin:0 2px;
	padding:0 2px;
}

.pagination span a,.pagination span a:link,.pagination span a:visited,.pagination span a:active
{
	font-weight:400;
	color:#747474;
	border:1px solid #bababa;
	font-size:0.9em;
	line-height:1.5em;
	background-color:#ECEDEE;
	border-color:#B4BAC0;
	margin:0 2px;
	padding:0 2px;
}

.pagination span a:hover {
	background-color:#FB4E00;
	color:#FFF;
	border-color:#777777;
}

/* Pagination in viewforum for multipage topics */
.row .pagination {
	display:block;
	float:right;
	width:auto;
	margin-top:0;
	font-size:0.9em;
	background:none 0 50% no-repeat;
	background-image:url("./styles/r-h_v1.1/theme/images/icon_pages.gif");
	padding:1px 0 1px 15px;
}

.row .pagination span a:hover,li.pagination span a:hover {
	background-color:#A0422C;
}

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

.copyright {
	text-align:center;
	color:#555;
	padding:5px;
}

.copyright a:link, .copyright a:visited {
	color:	#DB5B25;
}

.copyright a:hover {
	color:#FB4E00;
}

.copyright a:active {
        color:#eee;
}

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

.titlespace {
	margin-bottom:15px;
}

/* Miscellaneous styles  */
.error {
	font-weight:700;
	font-size:1em;
	color:#360000;
}

.reported
{
	background-color:#F7ECEF;
}

li.reported:hover
{
	background-color:#ECD5D8 !important;
}

div.rules
{
	font-size:1.1em;
	background-color:#ECD5D8;
	color:#360000;
	margin:10px 0;
	padding:0 10px;
}

div.rules ul
{
	margin-left:20px;
}

p.rules
{
	background-color:#ECD5D8;
	background-image:none;
	padding:5px;
}

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;
}

/* GYM Sitemaps & RSS - www.phpbb-seo.com */
div.gymsublist
{
	display:block;
	position:relative;
	margin:0;
	padding:5px 0 10px 10px;
}

div.gymsublist ul
{
	display:block;
	position:relative;
	height:1%;
	padding-left:30px;
}

div.gymsublist ul li
{
	display:block;
	position:relative;
	line-height:18px;
	font-size:11px;
}

/* GYM Sitemaps & RSS - www.phpbb-seo.com 
 proSilver Link Styles  
 Coloured usernames */
.username-coloured
{
	font-weight:700;
	display:inline !important;
	padding:0 !important;
}

#search-box a:hover,.navbg a:hover,.forumbg .header a:hover,.forabg .header a:hover,th a:hover
{
	color:#A8D8FF;
}

#search-box a:active,.navbg a:active,.forumbg .header a:active,.forabg .header a:active,th a:active
{
	color:#C8E6FF;
}

/* Links for forum/topic lists */
a.topictitle,a.forumtitle {
	font-family:"Trebuchet MS", Helvetica, Arial, Sans-serif;
	font-size:1.2em;
	font-weight:700;
}

a.topictitle:hover,a.forumtitle:hover { color:#9E0000; }

/* Post body links */
.postlink {
	border-bottom:1px solid #bbb;
	padding-bottom:0;
	color: red;
}

.postlink:link {
	color: red;
}

.postlink:visited {
	border-bottom-style:dotted;
	border-bottom-color:#666;
	color:	#D94300;
}

.postlink:active {
	color:#bbb;
}

.postlink:hover {
	background-color:#ddd;
	color:#FB4E00;
}

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

/* Profile links */
.postprofile a:link,.postprofile a:active,.postprofile a:visited,.postprofile dt.author a
{
	font-weight:700;
	color:#105289;
}

/* Profile searchresults */
.search .postprofile a
{
	font-weight:400;
	color:#105289;
}

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

/* Back to top of page */
a.top
{
	background:none no-repeat top left;
	width: 11px;
	height: 11px;
	display:block;
	float:right;
	overflow:hidden;
	letter-spacing:1000px;
	text-indent:11px;
	background-image:url("./styles/r-h_v1.1/imageset/icon_back_top.gif");
}

a.top2
{
	background:none no-repeat 0 50%;
	padding-left:15px;
	background-image:url("./styles/r-h_v1.1/imageset/icon_back_top.gif");
}

/* Arrow links  */
a.up
{
	background:none no-repeat left center;
	background-image:url("./styles/r-h_v1.1/theme/images/arrow_up.gif");
}

a.down
{
	background:none no-repeat right center;
	background-image:url("./styles/r-h_v1.1/theme/images/arrow_down.gif");
}

a.left
{
	background:none no-repeat 3px 60%;
	background-image:url("./styles/r-h_v1.1/theme/images/arrow_left.gif");
}

a.right
{
	background:none no-repeat 95% 60%;
	background-image:url("./styles/r-h_v1.1/theme/images/arrow_right.gif");
}

a.up,a.up:link,a.up:active,a.up:visited
{
	padding-left:10px;
	border-bottom-width:0;
}

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

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

a.down:hover {
	background-position:right bottom;
}

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

a.left:hover {
	background-position:0 60%;
	color:#895A5A;
}

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

a.right:hover {
	background-position:100% 60%;
}

/* proSilver Content Styles  */
ul.topiclist
{
	display:block;
	list-style-type:none;
	margin:0;
}

/*  ------------ Colours and backgrounds for content.css ------------  */
ul.forums
{
	background:#f9f9f9 none repeat-x 0 0;
	background-color:#f5f2f1;
	background-image:url("./styles/r-h_v1.1/theme/images/gradient_palered.gif");
}

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

ul.topiclist li.row dl
{
	padding:2px 0;
}

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

ul.topiclist dd
{
	display:block;
	float:left;
	border-left:1px solid #bbb;
/*	padding:4px 0; */
	margin-bottom: 2px;
}

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

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

li.row
{
	border-top:1px solid #ddd;
	border-bottom:1px solid #555;
}

li.row:hover
{
	background-color:#d4d4d4;
}

li.row:hover dd
{
	border-left-color:#ccc;
}

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

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

li.header dl.icon
{
	min-height:0;
}

li.header dl.icon dt
{
	padding-left:0;
	padding-right:50px;
}

/* 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
{
	background-position:10px 50%;
	background-repeat:no-repeat;
	min-height:35px;
	height:auto !important;
}

dl.icon dt
{
	padding-left:45px;
	background-repeat:no-repeat;
	background-position:5px 95%;
}

dd.posts,dd.topics,dd.views
{
	width:8%;
	text-align:center;
	line-height:3em;
	font-size:1.1em;
}

dd.lastpost
{
	width:25%;
	font-size:1.0em;
}

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

dd.lastpost span,ul.topiclist dd.searchby span,ul.topiclist dd.info span,ul.topiclist dd.time span,dd.redirect span,dd.moderation span
{
	display:block;
	padding-left:5px;
}

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

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

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

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

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

/* Forum list column styles */
ul.topiclist dd.searchextra {
	margin-left:5px;
	font-size:1.1em;
	border-left:none;
	clear:both;
	width:98%;
	overflow:hidden;
	color:#333;
	padding:0.2em 0;
}

/* Container for post/reply buttons and pagination */
.topic-actions {
	margin-bottom:3px;
	font-size:1.1em;
	height:28px;
	min-height:28px;
}

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

.postbody h3.first
{
	font-size:1.7em;
}

.postbody h3
{
	font-size:1.5em;
	text-transform:none;
	border:none;
	font-family:"Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	line-height:125%;
	margin:0 0 0.3em !important;
	padding:2px 0 0;
}

.postbody h3 img
{
	vertical-align:bottom;
}

.postbody .content
{
	font-size:1.3em;
}

.search .postbody
{
	width:68%;
}

/* Topic review panel */
#review
{
	margin-top:2em;
}

#topicreview
{
	padding-right:5px;
	overflow:auto;
	height:300px;
}

#topicreview .postbody
{
	width:auto;
	float:none;
	height:auto;
	margin:0;
}

#topicreview h2
{
	border-bottom-width:0;
}

/* Content container styles */
.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:#333;
}

.content h2,.panel h2
{
	font-weight:400;
	border-bottom:1px solid #ccc;
	font-size:1.6em;
	margin-top:0.5em;
	margin-bottom:0.5em;
	padding-bottom:0.5em;
	color:#AA0000;
	border-bottom-color:#ccc;
}

.panel h3
{
	margin:0.5em 0;
}

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

.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.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.faq dt
{
	font-weight:700;
	color:#333;
}

.content dl.faq
{
	font-size:1.2em;
	margin-bottom:0.5em;
}

.posthilit
{
	background-color:#F3BFCC;
	color:#360000;
	padding:0 2px 1px;
}

.announce,.unreadpost
{
	border-left-color:#BCBCBC;
	border-right-color:#BCBCBC;
}

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

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

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

/* Post noticies */
.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 #ccc;
	clear:left;
	line-height:130%;
	border-top-color:#ccc;
}

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

/** MOD : MSSTI ABBC3 (V1.0.12) Quote block fix - Start **/
blockquote
{
	background:#EBEADD none 6px 8px no-repeat;
	border:1px solid #DBDBCE;
	font-size:0.95em;
	overflow:hidden;
	background-image:none;
	margin:0.5em 1px 0 25px;
	padding:5px;
}

blockquote blockquote
{
	background-color:#EFEED9;
	font-size:1em;
	margin:0.5em 1px 0 15px;
}

blockquote blockquote blockquote
{
	background-color:#EBEADD;
}

blockquote cite
{
	font-style:normal;
	font-weight:700;
	margin-left:20px;
	display:block;
	font-size:0.9em;
}

blockquote.uncited
{
	padding-top:25px;
	background-image:url("./styles/r-h_v1.1/theme/images/quote.gif");
	background-position:6px 8px;
	background-repeat:no-repeat;
}

/* BB Code styles 
 Code block */
dl.codebox
{
	border:1px solid #d8d8d8;
	font-size:1em;
	background-color:#fff;
	border-color:#C9D2D8;
	padding:3px;
}

dl.codebox dt
{
	text-transform:uppercase;
	border-bottom:1px solid #ccc;
	margin-bottom:3px;
	font-size:0.8em;
	font-weight:700;
	display:block;
	border-bottom-color:#ccc;
}

dl.codebox code
{
	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:#2E8B57;
	margin:2px 0;
}

.syntaxcomment
{
	color:#FF8000;
}

.syntaxdefault
{
	color:#00b;
}

.syntaxkeyword
{
	color:#070;
}

.syntaxstring
{
	color:#d00;
}

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

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

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

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

.attachbox dd dd
{
	border:none;
}

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

.attach-image img
{
	border:1px solid #999;
	cursor:default;
	border-color:#999;
}

/* Inline image thumbnails */
div.inline-attachment dl.thumbnail,div.inline-attachment dl.file
{
	display:block;
	margin-bottom:4px;
}

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

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

/* Inline image thumbnails */
dl.file dd
{
	color:#666;
	margin:0;
	padding:0;
}

dl.thumbnail img
{
	border:1px solid #666;
	background-color:#fff;
	border-color:#666;
	padding:3px;
}

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

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

dl.thumbnail dt a:hover img
{
	border:1px solid #d2d2d2;
	border-color:#368AD2;
}

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

/* Post poll styles */
fieldset.polls dl
{
	margin-top:5px;
	border-top:1px solid #e2e2e2;
	line-height:120%;
	border-top-color:#DCDEE2;
	color:#666;
	padding:5px 0 0;
}

fieldset.polls dl.voted
{
	font-weight:700;
	color:#000;
}

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

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

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

fieldset.polls dd div {
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:700;
	overflow:visible;
	min-width:2%;
	color:#fff;
	padding:0 2px;
}

.pollbar1 {
	border-bottom:1px solid #555;
	border-right:1px solid #555;
	background-color:#898989;
}

.pollbar2 {
	border-bottom:1px solid #888;
	border-right:1px solid #888;
	background-color:#BC1E1E;
}

.pollbar3 {
	border-bottom:1px solid #aa2346;
	border-right:1px solid #aa2346;
	background-color:#CE4A1A;
}

.pollbar4 {
	border-bottom:1px solid #be1e4a;
	border-right:1px solid #be1e4a;
	background-color:#E05726;
}

.pollbar5 {
	border-bottom:1px solid #D11A4E;
	border-right:1px solid #D11A4E;
	background-color: red;
}

/* Poster profile block */
.postprofile {
	min-height:80px;
	border-left:1px solid #fff;
	width:22%;
	float:left;
	display:inline;
	color:#666;
	border-left-color:#fff;
	margin:5px 0 10px;
}

.pm .postprofile {
	border-left:1px solid #ddd;
}

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

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

.online
{
	background-position:100% 0;
	background-repeat:no-repeat;
	background-image:url("./styles/r-h_v1.1/imageset/fr-rh/icon_user_online.gif");
}

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

dl.pmlist dd
{
	margin-left:61% !important;
	margin-bottom:2px;
}

div.fs h3
{
	font-size:0.9em;
}

div.fs td
{
	vertical-align:top;
	padding:0 4px;
}

div.fs div.user_prompt
{
	text-align:center;
}

table.fs_details_list,table.fs_details_graphs
{
	width:100%;
	table-layout:fixed;
}

table.fs_details_list td.col1,table.fs_details_list td.col3
{
	width:25%;
	text-align:right;
}

table.fs_details_list td.col2,table.fs_details_list td.col4
{
	width:25%;
	padding-left:5px;
}

table.fs_details_graphs col.col_count,table.fs_details_graphs col.col_pct
{
	width:10%;
	text-align:right;
}

td.table_list
{
	margin-left:50px;
}

/*END MOD
 proSilver Button Styles  
 Rollover buttons Based on: http://wellstyled.com/css-nopreload-rollovers.html */
.buttons
{
	float:left;
	width:auto;
	height:auto;
}

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

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

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

.buttons div a:hover span
{
	background-position:0 100%;
}

/* ------------  Colours and backgrounds for buttons.css ------------  
 Big button images */
.reply-icon span
{
	background:transparent none 0 0 no-repeat;
	background-image:url("./styles/r-h_v1.1/imageset/fr-rh/button_topic_reply.gif");
}

.post-icon span
{
	background:transparent none 0 0 no-repeat;
	background-image:url("./styles/r-h_v1.1/imageset/fr-rh/button_topic_new.gif");
}

.locked-icon span
{
	background:transparent none 0 0 no-repeat;
	background-image:url("./styles/r-h_v1.1/imageset/fr-rh/button_topic_locked.gif");
}

.pmreply-icon span
{
	background:none 0 0 no-repeat;
	background-image:url("./styles/r-h_v1.1/imageset/fr-rh/button_pm_reply.gif");
}

.newpm-icon span
{
	background:none 0 0 no-repeat;
	background-image:url("./styles/r-h_v1.1/imageset/fr-rh/button_pm_new.gif");
}

.forwardpm-icon span
{
	background:none 0 0 no-repeat;
	background-image:url("./styles/r-h_v1.1/imageset/fr-rh/button_pm_forward.gif");
}

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

a.print
{
	width:22px;
	background-image:url("./styles/r-h_v1.1/theme/images/icon_print.gif");
}

a.sendemail
{
	width:22px;
	background-image:url("./styles/r-h_v1.1/theme/images/icon_sendemail.gif");
}

a.fontsize
{
	background-position:0 -1px;
	width:29px;
	background-image:url("./styles/r-h_v1.1/theme/images/icon_fontsize.gif");
}

a.fontsize:hover
{
	background-position:0 -20px;
}

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

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

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

/* Rolloff state */
ul.profile-icons li a
{
	display:block;
	width:100%;
	height:100%;
	background-position:0 0;
}

ul.profile-icons li a:hover
{
	background:none;
}

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

.postbody ul.profile-icons li
{
	margin:0 3px;
}

/* Profile & navigation icons */
.email-icon,.email-icon a
{
	background:none top left no-repeat;
	background-image:url("./styles/r-h_v1.1/imageset/icon_contact_email.gif");
}

.aim-icon,.aim-icon a
{
	background:none top left no-repeat;
	background-image:url("./styles/r-h_v1.1/imageset/icon_contact_aim.gif");
}

.yahoo-icon,.yahoo-icon a
{
	background:none top left no-repeat;
	background-image:url("./styles/r-h_v1.1/imageset/icon_contact_yahoo.gif");
}

.web-icon,.web-icon a
{
	background:none top left no-repeat;
	background-image:url("./styles/r-h_v1.1/imageset/icon_contact_www.gif");
}

.msnm-icon,.msnm-icon a
{
	background:none top left no-repeat;
	background-image:url("./styles/r-h_v1.1/imageset/icon_contact_msnm.gif");
}

.icq-icon,.icq-icon a
{
	background:none top left no-repeat;
	background-image:url("./styles/r-h_v1.1/imageset/icon_contact_icq.gif");
}

.jabber-icon,.jabber-icon a
{
	background:none top left no-repeat;
	background-image:url("./styles/r-h_v1.1/imageset/icon_contact_jabber.gif");
}

.pm-icon,.pm-icon a
{
	background:none top left no-repeat;
	background-image:url("./styles/r-h_v1.1/imageset/fr-rh/icon_contact_pm.gif");
}

.quote-icon,.quote-icon a
{
	background:none top left no-repeat;
	background-image:url("./styles/r-h_v1.1/imageset/fr-rh/icon_post_quote.gif");
}

/* Moderator icons */
.report-icon,.report-icon a
{
	background:none top left no-repeat;
	background-image:url("./styles/r-h_v1.1/imageset/icon_post_report.gif");
}

.warn-icon,.warn-icon a
{
	background:none top left no-repeat;
	background-image:url("./styles/r-h_v1.1/imageset/icon_user_warn.gif");
}

.edit-icon,.edit-icon a
{
	background:none top left no-repeat;
	background-image:url("./styles/r-h_v1.1/imageset/fr-rh/icon_post_edit.gif");
}

.delete-icon,.delete-icon a
{
	background:none top left no-repeat;
	background-image:url("./styles/r-h_v1.1/imageset/icon_post_delete.gif");
}

.info-icon,.info-icon a
{
	background:none top left no-repeat;
	background-image:url("./styles/r-h_v1.1/imageset/icon_post_info.gif");
}

ul.profile-icons li.quote-icon
{
	margin:0 0 0 10px;
}

/* Fix profile icon default margins */
ul.profile-icons li.edit-icon
{
	margin:0 0 0 3px;
}

ul.profile-icons li.info-icon,ul.profile-icons li.report-icon
{
	margin:0 3px 0 0;
}

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

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

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

/* Need updated warn icon 
  ------------ Colours and backgrounds for cp.css ------------  
 Main CP box */
#cp-main h3,#cp-main hr,#cp-menu hr
{
	border-color:#A4B3BF;
}

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

#cp-main .panel li.row
{
	border-bottom:1px solid #cbcbcb;
	border-top:1px solid #F9F9F9;
	border-bottom-color:#B5C1CB;
	border-top-color:#F9F9F9;
}

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

#cp-main .panel li.header dd,#cp-main .panel li.header dt {
	margin-bottom:2px;
	color:#000;
}

#cp-main table.table1 thead th {
	font-weight:700;
	border-bottom:1px solid #333;
	color:#333;
	border-bottom-color:#333;
	padding:5px;
}

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

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

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

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

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

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

/* CP tabbed menu */
#tabs a
{
	float:left;
	background:none no-repeat 0 -35px;
	position:relative;
	cursor:pointer;
	background-image:url("./styles/r-h_v1.1/theme/images/bg_tabs1_red.png");
	margin:0 1px 0 0;
	padding:0 0 0 5px;
}

#tabs a span
{
	float:left;
	display:block;
	background:none no-repeat 100% -35px;
	white-space:nowrap;
	background-image:url("./styles/r-h_v1.1/theme/images/bg_tabs2_red.png");
	color:#536482;
	padding:6px 10px 6px 5px;
}

#tabs a:hover span
{
	background-position:100% -70px;
	color:#360000;
}

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

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

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

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

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

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

/* Mini tabbed menu used in MCP */
#minitabs li
{
	display:block;
	float:right;
	font-size:1em;
	font-weight:700;
	margin-left:2px;
	background-color:#E1EBF2;
	padding:0 10px 4px;
}

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

#navigation ul
{
	list-style:none;
}

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

/* UCP navigation menu 
 Link styles for the sub-section links */
#navigation a
{
	display:block;
	font-weight:700;
	background:#cfcfcf none repeat-y 100% 0;
	color:#333;
	background-color:#B2C2CF;
	background-image:url("./styles/r-h_v1.1/theme/images/bg_menu.gif");
	margin:1px 0;
	padding:5px;
}

#navigation a:hover {
	background-image:none;
	background-color:#aabac6;
	color:#360000;
}

#navigation #active-subsection a {
	display:block;
	color:	#FB4E00;
	background-color:#ccc;
	background-image:none;
}

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

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

.cp-mini span.corners-top,.cp-mini span.corners-bottom
{
	margin:0 -5px;
}

dl.mini dt
{
	font-weight:700;
	color:#425067;
}

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

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

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

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

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

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

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

.pmlist li.pm_marked_colour,.pm_marked_colour
{
	border:solid 3px #fff;
	border-color:#f60;
	border-width:0 3px;
}

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

.pmlist li.pm_friend_colour,.pm_friend_colour
{
	border:solid 3px #bdbdbd;
	border-color:#5D8FBD;
	border-width:0 3px;
}

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

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

/* Avatar gallery */
#gallery label
{
	position:relative;
	float:left;
	width:auto;
	background:#fff;
	border:1px solid #CCC;
	text-align:center;
	background-color:#fff;
	border-color:#CCC;
	margin:10px;
	padding:5px;
}

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

/* proSilver Form Styles  
 General form styles */
fieldset
{
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size:1.1em;
	border-width:0;
}

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

/* ------------  Colours and backgrounds for forms.css ------------  
 General form styles */
select
{
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-weight:400;
	cursor:pointer;
	vertical-align:middle;
	border:1px solid #666;
	background-color:#FAFAFA;
	border-color:#666;
	padding:1px;
}

option
{
	padding-right:1em;
}

option.disabled-option { color:graytext; }

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

label {
	cursor:default;
	padding-right:5px;
	color:#777;
}

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

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

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

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

fieldset.fields1
{
	background-color:transparent;
}

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

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

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

/* Definition list layout for forms  */
dd label
{
	white-space:nowrap;
	color:#333;
}

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

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

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

/* Quick-login on index page */
fieldset.quick-login input.inputbox {
	width:15%;
	vertical-align:middle;
	margin-right:5px;
	background-color:#F2F3F3;
}

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

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

/* Comment JB */
/* fieldset.display-options a:link,a:visited
{
	color:#898989;
}

fieldset.display-options a:hover
{
	color:#eee;
} */

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

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

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

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

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

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

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

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

/* Posting page styles 
 Buttons used in the editor */
#format-buttons { margin-bottom: 2px; }

/* Posting page styles */
#message-box textarea {
	font-family:"Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	width:99.4%;
	font-size:1.2em;
	color:#333;
	height: 260px;
}

/* Emoticons panel */
#smiley-box {
	width:100%;
/*	height:176px; */
	height:286px;
	overflow-y:scroll;
}

#smiley-box img {
	height:50px;
	margin-top:1px;
	border:1px solid #555;
}

/* Input field styles  */
.inputbox {
	border:1px solid silver;
	cursor:text;
	background-color:#fff;
	color:#333;
	padding:2px;
}

.inputbox:hover {
	border:1px solid red;
}

.inputbox:focus {
	border:1px solid #4C0505;
	color:#555555;
}

input.tiny {
	width:125px;
}

.autowidth {
	width:auto !important;
}

/* Form button styles  */
a.button1,input.button1,input.button3,a.button2,input.button2 {
	width:auto !important;
	padding-top:1px;
	padding-bottom:1px;
	font-family:"Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	background:#FAFAFA none repeat-x top;
	color:#000;
	background-image:url("./styles/r-h_v1.1/theme/images/bg_button.gif");
}

a.button1,input.button1 {
	font-weight:700;
	border:1px solid #666;
}

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

/* Alternative button */
a.button2,input.button2,input.button3 {
	border:1px solid #666;
}

/*  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 {
	line-height:250%;
	vertical-align:text-bottom;
	background-position:0 1px;
	color:#000;
	padding:2px 8px;
}

/* Hover states */
a.button1:hover,input.button1:hover,a.button2:hover,input.button2:hover,input.button3:hover {
	border:1px solid #360000;
	background-position:0 100%;
	color:#360000;
}

input.disabled {
	font-weight:400;
	color:#666;
}

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

input.search {
	background: #fff url("./styles/r-h_v1.1/theme/images/icon_textbox_search.gif") no-repeat left 1px;
	padding-left:17px;
}

.tiny {
	width:10%;
}

table.table1 {
	voice-family:inherit;
	width:100%;
}

/* 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,ul.linklist {
	height:4%;
	overflow:hidden;
}

.sep {
	color:#1198D9;
}

.pagination a:hover {
	color:#895A5A;
}

/*  ------------ Colours and backgrounds for links.css ------------  */
ul.topiclist li.row dt a.subforum.read {
	background-image:url("./styles/r-h_v1.1/imageset/subforum_read.gif");
}

ul.topiclist li.row dt a.subforum.unread {
	background-image:url("./styles/r-h_v1.1/imageset/subforum_unread.gif");
}

.rtl li.row:hover dd {
	border-right-color:#aaa;
	border-left-color:transparent;
}

.rtl .pollbar1,.rtl .pollbar2,.rtl .pollbar3,.rtl .pollbar4,.rtl .pollbar5 {
	border-right-color:transparent;
}

.rtl .pollbar1 {
	border-left-color:#74162C;
}

.rtl .pollbar2 {
	border-left-color:#8C1C38;
}

.rtl .pollbar3 {
	border-left-color:#AA2346;
}

.rtl .pollbar4 {
	border-left-color:#BE1E4A;
}

.rtl .pollbar5 {
	border-left-color:#D11A4E;
}

.rtl .pm .postprofile {
	border-right-color:#ddd;
	border-left-color:transparent;
}

.icon-faq {
	background-image:url("./styles/r-h_v1.1/theme/images/icon_faq.gif");
}

.icon-members {
	background-image:url("./styles/r-h_v1.1/theme/images/icon_members.gif");
}

.icon-ucp
{
	background-image:url("./styles/r-h_v1.1/theme/images/icon_ucp.gif");
}

.icon-register
{
	background-image:url("./styles/r-h_v1.1/theme/images/icon_register.gif");
}

.icon-logout
{
	background-image:url("./styles/r-h_v1.1/theme/images/icon_logout.gif");
}

.icon-bookmark
{
	background-image:url("./styles/r-h_v1.1/theme/images/icon_bookmark.gif");
}

.icon-bump
{
	background-image:url("./styles/r-h_v1.1/theme/images/icon_bump.gif");
}

.icon-subscribe
{
	background-image:url("./styles/r-h_v1.1/theme/images/icon_subscribe.gif");
}

.icon-unsubscribe
{
	background-image:url("./styles/r-h_v1.1/theme/images/icon_unsubscribe.gif");
}

.icon-pages
{
	background-image:url("./styles/r-h_v1.1/theme/images/icon_pages.gif");
}

.icon-search
{
	background-image:url("./styles/r-h_v1.1/theme/images/icon_search.gif");
}

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

/*MOD Forum Statistics*/
table.fs_details_graphs div.graph
{
	background-color:#67A3EB;
}

#mb_overlay
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:9999;
	border:0;
	background-color:#000 !important;
	margin:auto;
}

#mb_overlay[id]
{
	position:fixed;
}

/* Color scheme */
#mb_window
{
	position:absolute;
	top:0;
	border:0 solid;
	text-align:left;
	z-index:10000;
	background-color:#EFEFEF;
	color:#000;
	-webkit-box-shadow:0 0 64px #000;
	-moz-box-shadow:#000 0 0 64px;
	box-shadow:0 0 64px #000;
}

#mb_window[id]
{
	position:fixed !important;
}

#mb_frame
{
	position:relative;
	background-color:#EFEFEF;
	height:100%;
	padding-bottom:4px;
	-webkit-border-bottom-left-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
}

#mb_header
{
	background-color:#DDD;
	border-bottom:1px solid #CCC;
	margin:0;
	padding:0;
}

#mb_content
{
	position:relative;
	overflow:auto;
	border-top:1px solid #F9F9F9;
	padding:6px .75em;
}

#mb_caption
{
	font:bold 100% "Lucida Grande", Arial, sans-serif;
	text-shadow:#FFF 0 1px 0;
	text-align:left;
	color:#000;
	margin:0;
	padding:.5em 2em .5em .75em;
}

#mb_close
{
	display:block;
	position:absolute;
	right:5px;
	top:4px;
	font-weight:700;
	font-size:13px;
	color:#777;
	padding:2px 3px;
}

#mb_close:hover
{
	background:transparent;
	color:#000;
}

#mb_loading
{
	text-indent:-10000px;
	background:transparent url(html/images/site/ajax-loader.gif) 50% 0 no-repeat;
	padding:1.5em;
}

/* Alert message */
.mb_alert
{
	text-align:center;
	margin:10px 0;
}

blockquote div cite
{
	margin-left:0;
	padding-left:20px;
	background-image:url("./styles/r-h_v1.1/theme/images/quote.gif");
	background-position:0 3px;
	background-repeat:no-repeat;
}

/** MOD : MSSTI ABBC3 (V1.0.12) Quote block fix - End *
* MOD : MSSTI QuickReply (1.0.2) - Start **/
.quickreply-icon span
{
	background:transparent none 0 0 no-repeat;
	background-image:url("./styles/r-h_v1.1/imageset/fr-rh/button_quickreply.gif");
}

.buttons div.quickreply-icon
{
	width:101px;
	height:25px;
}

h2.solo,#cp-main table.table1
{
	margin-bottom:1em;
}

hr.divider,.pagination span.page-sep,ul.topiclist dfn,ul.profile-icons li span {
	display:none;
}

#page-footer h3,.headerspace
{
	margin-top:20px;
}

.post:target .content,.post:target h3 a,.syntaxhtml,fieldset dl:hover dt label,a:active
{
	color:#000;
}

#search-box a:link,.navbg a:link,.forumbg .header a:link,.forabg .header a:link,th a:link,#search-box a:visited,.navbg a:visited,.forumbg .header a:visited,.forabg .header a:visited,th a:visited,.syntaxbg {
	color:	#fff;
}

#page-body ul.linklist a:active,h2 a:active,h3 a:active,.pagination a:active,a.left:active {
	color:	#000;
}

table.table1 .joined,table.table1 .active
{
	text-align:left;
	width:15%;
}

dl.details,dd.moderation,.postbody .ignore,div.fs,#cp-main .panel p,#cp-main .postbody p
{
	font-size:1.1em;
}

li.pagination,#cp-main .postbody h3,#cp-main .box2 h3
{
	margin-top:0;
}

.pagination img,p.rules img,label input,label img,#format-buttons input,#format-buttons select,* html .postbody h3 img {
	vertical-align:middle;
}

.row .pagination span a,li.pagination span a,#cp-main .pm {
	background-color:#fff;
}

a.topictitle:active,a.forumtitle:active,#minitabs li.activetab a {
	color:	#000;
}

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

.postprofile a:hover,.postprofile dt.author a:hover,.search .postprofile a:hover,#navigation #active-subsection a:hover {
	color:#D31141;
}

ul.topiclist dl,* html ul.topiclist li {
	position:relative;
}

li.row strong,.postprofile strong {
	font-weight:400;
	color:#6a2717;
}

li.header dt,div.fs thead,.friend-online {
	font-weight:700;
}

dd.info,.search .postprofile,table.fs_details_graphs col.col_bar
{
	width:30%;
}

div[class].topic-actions,#topicreview .post
{
	height:auto;
}

.content li,.signature li
{
	list-style-type:inherit;
}

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

blockquote cite cite,div.fs fieldset,input.button1,input.button2
{
	font-size:1em;
}

blockquote dl.codebox,#cp-main .buttons
{
	margin-left:0;
}

.attachbox p,.attachbox p.stats
{
	line-height:110%;
	font-weight:400;
	clear:left;
	color:#666;
}

div.inline-attachment p,.attachbox dl.thumbnail dd,* html table,* html select,* html input
{
	font-size:100%;
}

fieldset.polls dd.resultbar,table.fs_details_graphs col.col_cat,* html #timezone,input.medium,.medium
{
	width:50%;
}

dl.pmlist dt textarea,#timezone,.full
{
	width:95%;
}

.buttons div.reply-icon		{ width: 96px; height: 25px; }
.buttons div.post-icon		{ width: 96px; height: 25px; }
.buttons div.locked-icon	{ width: 96px; height: 25px; }
.buttons div.pmreply-icon	{ width: 96px; height: 25px; }
.buttons div.newpm-icon		{ width: 96px; height: 25px; }
.buttons div.forwardpm-icon	{ width: 110px; height: 25px; }

ul.profile-icons li.email-icon		{ width: 20px; height: 20px; }
ul.profile-icons li.aim-icon	{ width: 20px; height: 20px; }
ul.profile-icons li.yahoo-icon	{ width: 20px; height: 20px; }
ul.profile-icons li.web-icon	{ width: 20px; height: 20px; }
ul.profile-icons li.msnm-icon	{ width: 20px; height: 20px; }
ul.profile-icons li.icq-icon	{ width: 20px; height: 20px; }
ul.profile-icons li.jabber-icon	{ width: 20px; height: 20px; }
ul.profile-icons li.pm-icon		{ width: 28px; height: 20px; }
ul.profile-icons li.quote-icon	{ width: 54px; height: 20px; }
ul.profile-icons li.report-icon	{ width: 20px; height: 20px; }
ul.profile-icons li.edit-icon	{ width: 58px; height: 20px; }
ul.profile-icons li.delete-icon	{ width: 20px; height: 20px; }
ul.profile-icons li.info-icon	{ width: 20px; height: 20px; }
ul.profile-icons li.warn-icon	{ width: 20px; height: 20px; }

#cp-main ul.linklist,* html hr
{
	margin:0;
}

.mcp-main .postbody,#message-box,html>body table.table1
{
	width:100%;
}

#tabs ul,#minitabs ul
{
	list-style:none;
	margin:0;
	padding:0;
}

#minitabs li.activetab,#cp-main .panel
{
	background-color:#F9F9F9;
}

#cp-main span.corners-top,#cp-menu span.corners-top,#cp-main span.corners-bottom,#cp-menu span.corners-bottom
{
	background-image:url("./styles/r-h_v1.1/theme/images/corners_left2.gif");
}

#cp-main span.corners-top span,#cp-menu span.corners-top span,#cp-main span.corners-bottom span,#cp-menu span.corners-bottom span
{
	background-image:url("./styles/r-h_v1.1/theme/images/corners_right2.gif");
}

#cp-main .panel #topicreview span.corners-top,#cp-menu .panel #topicreview span.corners-top,#cp-main .panel #topicreview span.corners-bottom,#cp-menu .panel #topicreview span.corners-bottom,* html span.corners-top,* html span.corners-bottom
{
	background-image:url("./styles/r-h_v1.1/theme/images/corners_left.gif");
}

#cp-main .panel #topicreview span.corners-top span,#cp-menu .panel #topicreview span.corners-top span,#cp-main .panel #topicreview span.corners-bottom span,#cp-menu .panel #topicreview span.corners-bottom span,* html span.corners-top span,* html span.corners-bottom span
{
	background-image:url("./styles/r-h_v1.1/theme/images/corners_right.gif");
}

.pmlist li.bg1,.pmlist li.bg2
{
	border:solid 3px transparent;
	border-width:0 3px;
}

fieldset.fields1 dt,fieldset.fields2 dt
{
	width:15em;
	border-right-width:0;
}

dd select,fieldset.quick-login input {
	width:auto;
}

/* JB - commentaire fix largeur recherches */
/* dd textarea,input.inputbox,textarea.inputbox {
	width:85%;
} */

fieldset.quick-login label,fieldset.display-options label,fieldset.display-actions label {
	white-space:nowrap;
	padding-right:2px;
}

input.narrow,.narrow,* html #search-box {
	width:25%;
}

*:first-child+html dl.details dd,* html dl.details dd {
	margin-left:30%;
	float:none;
}

.pagination a:link, a.left:link, .pagination a:visited, a.left:visited, a.right:link, a.right:visited {
	color:	#FB4E00;
}

.pagination a:hover,a.left:hover, a.right:hover {
        color:	#bbb;
}

.pagination a:active,a.left:active, a.right:active {
	color:	#fff;
}

.rtl ul.topiclist dd,.rtl .postprofile {
	border-right-color:#fff;
	border-left-color:transparent;
}

.sitehome,.icon-home {
	background-image:url("./styles/r-h_v1.1/theme/images/icon_home.gif");
}

body#phpbb div#wrap div#page-header img {
	display: block;
	margin: 3px auto;
}
