/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		subsilver2
	Based on style:	subSilver (the default phpBB 2 style)
	Original author:	subBlue ( http://www.subBlue.com/ )
	Modified by:		psoTFX and the phpBB team ( http://www.phpbb.com )
	
	This is an alternative style for phpBB3 for those wishing to stay with
	the familiar subSilver style of phpBB version 2.x
	
	Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
    --------------------------------------------------------------
*/

/* Layout
 ------------ */

 /* th23 start - domain */
@import url("th23_domain.css");
@import url("memberlist_avatar.css");
@import url("gallery.css");
@import url("statistics.css");
/* th23 end - domain */
 
* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
}

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #444444;
	background-image: url("./images/grass.png"); 
	background-repeat: repeat;
	background-color: #DDDDDD;
	font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
	margin: 0;
}

#wrapcentre, #wrapheader, #wrapfooter {
   padding: 0 10px;
   width: 978px;
   min-width: 978px;
   margin: 0 auto;
   background-color:#FFF;	
   border-left:6px solid #F0ECE2;
   border-right:6px solid #F0ECE2;
}

#wrapheader {
   position:relative;
}

#wrapfooter {
	text-align: center;
	clear: both;
	padding-top: 20px;
	padding-bottom: 30px;
}

#wrapnav {
	width: 100%;
	margin: 0;
	background-color: #ECECEC;
	border-width: 1px;
	border-style: solid;
	border-color: #CFCFCF;
}

#logodesc {
	padding: 0px;
	border-bottom: 1px solid #8DC047;
}

#menubar {
	margin: 0px;
	background: url("./images/menu.gif") repeat-x;
	height: 27px;
	padding: 7px 10px 0 10px;
	font-weight: bold;
	
}

#menubar a:hover {
	text-decoration:underline;
}

#datebar {
	margin: 10px 25px 0 25px;
	padding: 0 5px 0 5px;
}

.datebar span {
	color: #CCC;
}

.datebar span:hover {
	color: #333;
}

.searchbar span {
	color: #CCC;
}

.searchbar span:hover {
	color: #333;
}

#kep_alairas {
	color: #6e9835;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 4px;
	padding: 10px;
}

#findbar {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

.forumrules {
	background-color: #F9CC79;
	border-width: 1px;
	border-style: solid;
	border-color: #BB9860;
	padding: 4px;
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.forumrules h3 {
	color: red;
}

#pageheader { }
#pagecontent { }
#pagefooter { }

#poll { }
#postrow { }
#postdata { }


/*  Text
 --------------------- */
h1 {
	color: black;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	text-decoration: none;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	text-decoration: none;
	line-height: 120%;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
}

h4 {
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
}

p {
	font-size: 1.1em;
}

p.moderators {
	margin: 0;
	float: left;
	color: black;
	font-weight: bold;
}

.rtl p.moderators {
	float: right;
}

p.linkmcp {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.linkmcp {
	float: left;
}

p.breadcrumbs {
	margin: 0;
	float: left;
	color: #fff;
	font-weight: bold;
	white-space: normal;
	font-size: 1.2em;
}

p.breadcrumbs a:visited {
	color: #fff;
}

p:hover.breadcrumbs {
	color: #F0ECE2;
}

.rtl p.breadcrumbs {
	float: right;
}

p.datetime {
	margin: 0;
	float: right;
	white-space: nowrap;
	font-size: 1em;
}

.rtl p.datetime {
	float: left;
}

p.searchbar {
	padding: 2px 0;
	white-space: nowrap;
} 

p.searchbarreg {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.searchbarreg {
	float: left;
}

p.forumdesc {
	padding-bottom: 4px;
	color: #666;
}

p.topicauthor {
	margin: 1px 0;
}

p.topicdetails {
	margin: 1px 0;
}

.postreported, .postreported a:visited, .postreported a:hover, .postreported a:link, .postreported a:active {
	margin: 1px 0;
	color: red;
	font-weight:bold;
}

.postapprove, .postapprove a:visited, .postapprove a:hover, .postapprove a:link, .postapprove a:active {
	color: green;
	font-weight:bold;
}

.postapprove img, .postreported img {
	vertical-align: bottom;
}

.postauthor {
	color: #000000;
}

.postdetails {
	color: #000000;
}

.postbody {
	font-size: 1.3em;
	line-height: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
}

.postbody li, ol, ul {
	margin: 0 0 0 1.5em;
}

.rtl .postbody li, .rtl ol, .rtl ul {
	margin: 0 1.5em 0 0;
}

.posthilit {
	background-color: yellow;
}

.nav {
	margin: 0;
	color: black;
	font-weight: bold;
}

.pagination {
	padding: 4px;
	color: black;
	font-size: 1em;
	font-weight: bold;
}

.cattitle {

}

.gen {
	margin: 1px 1px;
	font-size: 1.2em;
}

.genmed {
	margin: 1px 1px;
	font-size: 1.1em;
}

.gensmall {
	margin: 1px 1px;
	font-size: 1em;
}

.copyright {
	color: #444;
	font-weight: normal;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.titles {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	text-decoration: none;

}

a.titles {
		color: #6e9835;
}

.error {
	color: red;
}


/* Tables
 ------------ */
th {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	background-color: #737373;
	background-image: url('./images/cellpic3.gif');
	white-space: nowrap;
	padding: 7px 5px;
}

td {
	padding: 4px;
}
td.profile {
	padding: 4px;
	padding-top:0px !important;
}

.tablebg {
	background-color: #FFFFFF;
}

.tablebg th:hover {
   color: #FAFAFA;
}

.rtl .catdiv {
	background: white url('./images/cellpic2_rtl.jpg') repeat-y scroll top right;
}

.cat {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #C7D0D7;
	background-image: url('./images/cellpic1.gif');
	text-indent: 4px;
}

.row1 {
	background-color: #FFFFFF;
	padding: 4px;
}


.row2 {
	background-color: #FFFFFF;
	padding: 4px;
}

.row3 {
	background-color: #FFFFFF;
	padding: 4px;
}

.row4 {
	background-color: #FFFFFF;
	padding: 0px;
}

.spacer {
	background-color: #f0ece2;
}

hr {
	height: 1px;
	border-width: 0;
	background-color: #DFDFDF;
	color: #DFDFDF;
}

.legend {
	text-align:center;
	margin: 0 auto;
}

/* Links
 ------------ */
a:link, a:active, a:visited {
	color: #444444;
	text-decoration: none;
}

a:hover {
	color: #B90000;
	text-decoration: none;
}

a.forumlink {
	color: #444444;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	text-shadow:0.1em 0.1em 0.1em #ddd;
}

a.forumlink:hover {
	color: #6e9835;
}

a.topictitle {
	margin: 1px 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
}

a.topictitle:visited {
	color: #444444;
	text-decoration: none;
}

th a,
th a:visited {
	color: #FFA34F !important;
	text-decoration: none;
}

 a:hover {
	text-decoration: none;
}


/* Form Elements
 ------------ */
form {
	margin: 0;
	padding: 0;
	border: 0;
}

input {
	color: #333333;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #444444;
	background-color: #FAFAFA;
}

textarea {
	background-color: #FAFAFA;
	color: #333333;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.3em; 
	line-height: 1.4em;
	font-weight: normal;
	border: 1px solid #CFCFCF;
	padding: 2px;
}

select {
	color: #333333;
	background-color: #FAFAFA;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	border: 0px solid #CFCFCF;
	padding: 1px;
}

option {
	padding: 0 1em 0 0;
}

option.disabled-option {
	color: graytext;
}

.rtl option {
	padding: 0 0 0 1em;
}

input.radio {
	border: none;
	background-color: #FAFAFA;
}

.post {
	background-color: #FAFAFA;
	border: 1px solid #CFCFCF;
}

.btnbbcode {
	color: #999999;
	font-weight: normal;
	font-size: 1.1em;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #FAFAFA;
	border: 1px solid #EEEEEE;
}

.btnmain {
	font-weight: bold;
	background-color: #F4F0E7;
	border: 1px solid #CFCFCF;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnlite {
	font-weight: normal;
	background-color: #FAFAFA;
	border: 1px solid #EEEEEE;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnfile {
	font-weight: normal;
	background-color: #FAFAFA;
	border: 1px solid #EEEEEE;
	padding: 1px 5px;
	font-size: 1.1em;
}

.helpline {
	background-color: #FAFAFA;
	border-style: none;
}


/* BBCode
 ------------ */
.quotetitle, .attachtitle {
	margin: 10px 5px 0 5px;
	padding: 4px;
	border-width: 0px 0px 0 0px;
	border-style: solid;
	border-color: #CFCFCF;
	color: #6e9835;
	/* background-color: #f4eee4; */
	font-size: 1em;
	font-weight: bold;
}

.attachtitle {
	border-width: 0px;
	background-color: #FAFAFA;
	/* visibility:hidden; */
}

.quotetitle .quotetitle {
	font-size: 1em;
}

.quotecontent, .attachcontent {
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #CFCFCF;
	border-width: 0 0px 0px 0px;
	border-style: solid;
	font-weight: normal;
	font-size: 0.9em;
	line-height: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	/* background-color: #FCFCFC; */
	color: #999;
}

.attachcontent {
	font-size: 0.85em;
	/* background-color: #FAFAFA; */
	border: 0px;
	
}

.attachcontent img {
margin: 10px;
padding:12px;
background: #F0ECE2;
border: 2px solid #6E9835;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}

.codetitle {
	margin: 10px 5px 0 5px;
	padding: 2px 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #CFCFCF;
	color: #333333;
	background-color: #CFCFCF;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
}

.codecontent {
	direction: ltr;
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #CFCFCF;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	color: #006600;
	font-size: 0.85em;
	font-family: Monaco, 'Courier New', monospace;
	background-color: #FAFAFA;
}

.syntaxbg {
	color: #FFFFFF;
}

.syntaxcomment {
	color: #FF8000;
}

.syntaxdefault {
	color: #0000BB;
}

.syntaxhtml {
	color: #000000;
}

.syntaxkeyword {
	color: #007700;
}

.syntaxstring {
	color: #DD0000;
}


/* Private messages
 ------------------ */
.pm_marked_colour {
	background-color: #000000;
}

.pm_replied_colour {
	background-color: #CFCFCF;
}

.pm_friend_colour {
	background-color: #007700;
}

.pm_foe_colour {
	background-color: #DD0000;
}


/* Misc
 ------------ */
img {
	border: none;
}

.profile img {
	background-color: #F4F0E7;
	border: 0px solid #CFCFCF;
	padding: 8px;
	padding-left:10px;
	padding-right:10px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.sep {
	color: black;
	background-color: #FFA34F;
}

table.colortable td {
	padding: 0;
}

pre {
	font-size: 1.1em;
	font-family: Monaco, 'Courier New', monospace;
}

.nowrap {
	white-space: nowrap;
}

.username-coloured {
	font-weight: bold;
}

.titles a:hover {
	color: #77a334;
}

.rbcontent a:hover {
	color: #77a334;
}

/* set millions of background images */
.rbroundbox { background: url(./corner/nt.gif) repeat; }
.rbtop div { background: url(./corner/tl.gif) no-repeat top left; }
.rbtop { background: url(./corner/tr.gif) no-repeat top right; }
.rbbot div { background: url(./corner/bl.gif) no-repeat bottom left; }
.rbbot { background: url(./corner/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
height: 2px;
width: 2px;
font-size: 1px;

}
.rbcontent { margin: 0 2px; }
.rbroundbox { width: 50%; margin: 0.2em auto; }


/* */
/* set millions of background images */
.rbroundbox1 { background: url(./corner/nt.gif) repeat; }
.rbtop1 div { background: url(./corner/tl.gif) no-repeat top left; }
.rbtop1 { background: url(./corner/tr.gif) no-repeat top right; }
.rbbot1 div { background: url(./corner/bl.gif) no-repeat bottom left; }
.rbbot1 { background: url(./corner/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop1 div, .rbtop1, .rbbot1 div, .rbbot1 {
width: 100%;
height: 7px;
font-size: 1px;

}
.rbcontent1 { margin: 0 7px; }
.rbroundbox1 { width: 100%; margin: 1em auto; }

#album_menu_hov a:hover {
	color: #900;
}

a.postlink {
	background-image: url(./images/icon-external-link.jpg);
	padding-left: 14px; 
	background-position:left;
	background-repeat:no-repeat;
	color: #77a334;
}

a.postlink em:first-line {
	color: #B90000;

}

a:hover.postlink {
	color: #B90000;
		background-image: url(./images/icon-external-link.jpg);
	padding-left: 14px; 
	background-position:left;
	background-repeat:no-repeat;
}

/* ROUND CORNER                   */

.roundpic{display:block}
.roundpic *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#f0ece2}
.roundpic1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #f8f6f2;
  border-right:1px solid #f8f6f2;
  background:#f3f0e9}
.roundpic2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #fdfdfc;
  border-right:1px solid #fdfdfc;
  background:#f2efe7}
.roundpic3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #f2efe7;
  border-right:1px solid #f2efe7;}
.roundpic4{
  border-left:1px solid #f8f6f2;
  border-right:1px solid #f8f6f2}
.roundpic5{
  border-left:1px solid #f3f0e9;
  border-right:1px solid #f3f0e9}
.roundpicfg{
  background:#f0ece2}
  
  
.roundpic20{display:block}
.roundpic20 *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#6e9835}
.roundpic21{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #c0d2a8;
  border-right:1px solid #c0d2a8;
  background:#92b167}
.roundpic22{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #f0f4ea;
  border-right:1px solid #f0f4ea;
  background:#89ab5b}
.roundpic23{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #89ab5b;
  border-right:1px solid #89ab5b;}
.roundpic24{
  border-left:1px solid #c0d2a8;
  border-right:1px solid #c0d2a8}
.roundpic25{
  border-left:1px solid #92b167;
  border-right:1px solid #92b167}
.roundpic2fg{
  background:#6e9835}
  
.roundpic2fg a.nav img {}
  
/* CORNERS */

/* MENU */
.chromestyle{
width: 100%;
font-weight: bold;
background: transparent url(./images/menu.gif) repeat-x scroll 0 0; /*THEME CHANGE HERE*/
height: 30px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
/* padding: 6px 0; */
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
height: 30px;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color:#6E9835; 
margin: 0;
text-decoration: none;
text-shadow:0.1em 0.1em 0.1em #ddd;
}

.chromestyle a {
padding: 4px 7px;
margin: 0;
font-size: 12px;
font-weight:bold;
line-height: 30px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
/* background: url(./images/chromebg-over.gif) center center repeat-x; */ /*THEME CHANGE HERE*/
background:#6E9835 !important;
color:#fff !important;
text-shadow:none;
}

.menu_link a {
background:url("./images/menu_bg.gif") repeat scroll -20px 35px transparent;
z-index: 999px;
}

.menu_link a.menu_bgsel.selected {

}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0px;
/* border: 1px solid #BBB; */ /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-size: 11px;
line-height:16px; 
z-index:100;
/* background-color: white; */
width: 200px;
visibility: hidden;
 border: 2px solid #F0ECE2;
-moz-border-radius-bottomright: 12px;
-moz-border-radius-bottomleft: 12px;
-webkit-border-bottom-left-radius: 12px;
-webkit-border-bottom-right-radius: 12px;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
/* border-bottom: 1px solid #BBB; */ /*THEME CHANGE HERE*/
padding: 4px 0;
text-decoration: none;
font-weight: bold;
color: #6e9835;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #6e9835;
color: #FFF;
}
/* CORNER /*


/*TABS */

	
	#navigation { margin: 0 10em 0 0; background-color: #6e9835;  width: 100%; height: 20px; }
	#navigation a { font-size: 12px; color: #FFFFFF; line-height: 20px; font-weight: bold; }
	#navigation li { display: inline; padding: 0 2em 0 2em; }
	
	.content { height: 25em; padding: 0em;}
	
	#container { height: 26em; overflow: hidden; background-color: #FFF; color:  #6e9835; }

/* CUSTOM FOOTER */
.navlink_class {
font-size: 11px;
font-weight: normal;
color: #fff !important;
}
 a:visited.navlink_class {
font-weight: normal;
color: #fff !important;
}
/* CUSTOM FOOTER */

/* CUSTOM NUMBERS */


ul#pagination_num {
border:0; margin:0; padding:0;
}

ul#pagination_num li{
font-size:10px;
float: left;
list-style-type: none;
}
ul#pagination_num a{
border:none;
margin-right:auto;
margin-left: auto;
background-image: url('./images/page.gif');
background-repeat: no-repeat;
background-position: center;
margin-right: 2px;
display:block;
float:left;
}
ul#pagination_num b{
border:none;
margin-right:auto;
margin-left: auto;
background-image: url('./images/page.gif');
background-repeat: no-repeat;
background-position: center;
color: #b90000;
display:block;
float:left;
padding:5px 8px;
display:block;
text-decoration:none;
margin-right: 2px;
}
#pagination_num .active{
border:0; margin:0; padding:0;
font-size:10px;
list-style:none;
}
#pagination_num a.ten,
#pagination_num a:link.ten,
#pagination_num a:visited.ten,
#pagination_num b.ten
{
padding:5px 5px;
}
#pagination_num a.jump_a,
#pagination_num a:link.jump_a,
#pagination_num a:visited.jump_a
{
height:auto;
width: auto;
padding: 0px;
margin-right: 4px;
}
#pagination_num a:link,
#pagination_num a:visited {
color: #6E9835;
display:block;
float:left;
padding:5px 8px;
text-decoration:none;
}
#pagination_num a:hover{
border:none;
}

.quote_bqstart {
color: #6E9835;
float:left;
font:14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size:700%;
font-style:normal;
height:45px;
margin-bottom:-50px;
margin-top:-20px;
padding-top:45px;
 }

 .quote_bqend {
color: #6E9835;
float:right;
font:14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size:700%;
font-style:normal;
height:25px;
margin-top:0;
padding-top:45px;
 }
 
 .quote_block {
 font-size:100%;
font-style:normal;
line-height:120%;
margin:6px;
margin-left:0px;
margin-right:0px;
padding:10px;
background:none repeat scroll 0 0 #F4EEE4;
border:4px solid #FFF;
margin-bottom:6px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
 }


/*
.pagination_num a {
color: #6E9835;
background-image: url('./images/paginum.gif');
background-repeat: no-repeat;
font-size: 10px;
padding: 3px;
padding-bottom: 3px;
text-align:center;
padding-left: 4px;
padding-right: 10px;
}
.pagination_num strong {
color: #6E9835;
background-image: url('./images/paginum.gif');
background-repeat: no-repeat;
font-size: 10px;
padding-bottom: 3px;
text-align:center;
}
.pagination_num .page-sep {
color: #fff;
visibility: hidden;
height: 0px;
width: 0px;
}
*/

.menu_link  a,
.menu_link a:link,
.menu_link a:visited
 {
padding-bottom: 13px; padding-top: 8px;
}

/* OpenID input box, as described at www.openidenabled.com */
input.openid_login {
   background: #fff url("./images/icon_openid.png") no-repeat scroll 0pt 50%;
   padding-left: 18px;
}

/* multi openid login */
form.openid ul { text-align:center; list-style-type:none; display:inline;}
form.openid ul li {float:left; padding:2px;}
form.openid ul li span {padding:0 1em 0 1px;}
form.openid fieldset {clear:both; padding:1px 0;}
form.openid div+fieldset {display:none;}
form.openid label {display:block; font-weight:bold; font-size:1em; margin-bottom:.5em;}

input[name=openid_username] {width:8em;}
input[name=openid_url] {width:18em;}

form.openid ul li.highlight { -moz-border-radius:4px; -webkit-border-radius:4px; background-color: #FD6;}

form.openid fieldset div {font-family:arial;-moz-border-radius:4px; -webkit-border-radius:4px; 

                           padding-bottom:7px;display:inline-block;}

form.openid input[type='submit'] {margin-left:1em;}

.openid_logo{color:#F7931E;padding:6px 0px 8px 28px; background: url("./images/openidico.png") no-repeat;}

.openid_login_box{
	text-align: center;
	background-color: #DDE8F0;
	border-width: 2px;
	border-color: #0076B1;
	font-family: arial;
	-moz-border-radius:4px;
	-webkit-border-radius:4px; 
	display: inline-block;
}

/* end phpBB OpenID MOD edits*/

/***** clearfix *****/
.clear {clear: both;height: 0;line-height: 0;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}

/* Panel Tab/button */
.tab {
  	background: url(./images/tab_b.png) repeat-x 0 0;
	height: 42px;
	position: relative;
    top: 0;
    z-index: 800;
}

.tab ul.login {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 42px;
	width: auto;
  	font-weight: bold;
	line-height: 42px;
	margin: 0;
	right: 10px;
  	color: white;
	text-align: center;
	font-size: 11px;
}

.tab ul.login li.left {
  	background: url(./images/tab_l.png) no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li.left span {
  	color: #fff;
}

.tab ul.login li.right {
  	background: url(./images/tab_r.png) no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li {
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height: 42px;
  	background: url(./images/tab_m.png) repeat-x 0 0;
}

.tab ul.login li a {
	color: #fff;
}

.tab ul.login li a:hover {
	color: #fff;
}

.tab .sep {color:#414141}

.tab a.open, .tab a.close {
	height: 20px;
	line-height: 20px !important;
	padding-left: 30px !important;
	cursor: pointer;
	display: block;
	width: auto;
	position: relative;
	top: 11px;
}

/* .tab a.open {background: url(./images/bt_open.png) no-repeat left 0;}
.tab a.close {background: url(./images/bt_close.png) no-repeat left 0;}
.tab a:hover.open {background: url(./images/bt_open.png) no-repeat left -19px;}
.tab a:hover.close {background: url(./images/bt_close.png) no-repeat left -19px;} */

/* sliding panel */
#toppanel {
    position: absolute;   /*Panel will overlap  content */
    /*position: relative;*/   /*Panel will "push" the content down */
    top: -10px;
	right: 10px;
    width: 340px;
    z-index: 999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
	overflow: hidden;
}

#panel {
	width: 340px;
	height: 270px;
	color: #ffffff;
	background: #6E9835;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
	overflow: hidden;
}

#panel h1 {
	font-size: 1.6em;
	padding: 5px 0 10px;
	margin: 0;
	color: white;
}

#panel h2{
	font-size: 1.2em;
	padding: 10px 0 5px;
	margin: 0;
	color: white;
}

#panel p {
	margin: 5px 0;
	padding: 0;
}

#panel a {
	text-decoration: none;
	color: #15ADFF;
}

#panel a:hover {
	color: white;
}

#panel a-lost-pwd {
	display: block;
	float: left;
}

#panel .content {
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	font-size: 0.85em;
}


#panel .content .left {
	width: 280px;
	float: left;
	padding: 0 15px;
	border-left: 5px solid #F0ECE2;
}

#panel .content .right {
	border-right: 5px solid #F0ECE2;
}

#panel .content form {
	margin: 0 0 10px 0;
}

#panel .content label {
	float: left;
	padding-top: 8px;
	clear: both;
	width: 280px;
	display: block;
}

#panel .content input.field {
	border: 1px #1A1A1A solid;
	/* background: #414141; */
	margin-right: 5px;
	margin-top: 4px;
	width: 200px;
	color: white;
	height: 16px;
}

#panel .content input:focus.field {
	background: #545454;
}

/* BUTTONS */
/* Login and Register buttons */
#panel .content input.bt_login,
#panel .content input.bt_register {
	display: block;
	float: left;
	clear: left;
	height: 24px;
	text-align: center;
	cursor: pointer;
	border: none;
	font-weight: bold;
	margin: 10px 0;
}

#panel .content input.bt_login {
	width: 74px;
	/* background: transparent url(./images/bt_login.png) no-repeat 0 0; */
}

#panel .content input.bt_register {
	width: 94px;
	color: white;
	background: transparent url(./images/bt_register.png) no-repeat 0 0;
}

#panel .lost-pwd {
	display: block;
	float:left;
	clear: right;
	padding: 15px 5px 0;
	font-size: 0.95em;
	text-decoration: underline;
}

div#BongeszoFelhasznalok {
	width:680px;
	float:left;
}
div#BongeszoFelhasznalok p.online_list {
width:auto;
color:#6E9835;
padding-left:10px;
float:left;
}

div#BongeszoFelhasznalok img.betoltes {
float:left;
padding-left:24px;
}

div#UtolsoHozzaszolas img.betoltes {
padding-left:24px;
}

.msupload_kep img {
background-color:#F4F0E7;
border:1px solid #CFCFCF;
padding:2px;
max-height:100px;
max-width:160px;
}


a.watch-icon-forum {
	margin: 1px;
}

a.unwatch-icon-forum {
	margin: 1px;
}


div#nyertes {
font-weight:bold !important;
}

tr.forum_row td.row1 {
cursor:pointer;
}

div#nyertes a.nyertes_user {
font-size:12px;
left:3px;
position:relative;
top:12px;
font-weight:bold;
}

div#nyertes img.nyertes_gold_medal {
left:-3px;
top:16px;
position:relative;
}

div#nyertes div.msupload_kep img {
background-color:#F4F0E7;
border:1px solid #CFCFCF;
max-height:100px !important;
max-width:100px !important;
padding:2px;
}

div#nyertes div.msupload_kep {
height:80px !important;
position:relative;
top:12px;
}

div#FrissKepek span.gensmall b {
font-size:11px;
position:relative;
top:6px;
}


