/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		geogebra
	Based on style:	subSilver2
	Original author:	subBlue ( http://www.subBlue.com/ ), psoTFX and the phpBB team ( http://www.phpbb.com )
	Modified by:		Florian Sonner
    --------------------------------------------------------------
*/

.rtl #mainmenu {
	left: 0;
	right: inherit;
	top: 50px;
}

.rtl #mainmenu li {
	float: right;
}

.rtl #submenu {
	top: 83px;
	left: 0;
	right: inherit;
}

.rtl #submenu li {
	float: right;
}

#submenu img {
	padding-right: 5px;
}

.rtl #submenu img {
	padding-right: 0;
	padding-left: 5px;
}

#menubar {
	overflow: auto;
	margin-bottom: 0.5em;
	padding: 2px 0;
	font-size: 0.9em;
}

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

#menubar a {
	line-height: 22px;
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: 2px solid #CCC;
}

#menubar a:hover {
	border-color: #4e83b7;
}

#content #metabar {
	overflow: auto;
	margin: 1.8em 0 1.0em 0;
	font-size: 0.9em;
	padding: 0 0.2em;
}

#metabar a {
	color: #333;
	border: none;
}

#metabar a:hover {
	color: #000;
}

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

.forumrules {
	background-color: #F9CC79;
	border-width: 1px;
	border-style: solid;
	border-color: #BB9860;
	padding: 4px;
}

.forumrules h3 {
	color: red;
}

#pageheader {
	position: relative;
	margin: 2em 0 0.6em 0;
}

#pageheader p#mcp {
	position: absolute;
	right: 0;
	bottom: 0;
}

#pagecontent { }
#pagefooter { }

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

a.forumlink {
	font-weight: bold;
}

#content p.forumdesc {
	margin: 0.2em 0 0 0;
	line-height: 1em;
}

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

.rtl p.moderators {
	float: right;
}

p#mcp {
	text-align: right;
	font-size: 0.9em;
	margin-top: 0.4em;
}

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

.rtl p.datetime {
	float: left;
}

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

.rtl p.searchbarreg {
	float: left;
}

p.topicauthor {
	margin: 1px 0;
}

#content p.topicdetails {
	margin: 2px 0;
	line-height: 1em;
	font-size: 0.9em;
}

.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 {
	overflow: auto;
	line-height: 1.3em;
}

.postbody li, .postbody ol,  .postbody 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, h4 {
	font-weight: bold;
	margin: 0;
}

h4 {
	color: white;
}

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

.cattitle {
}

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

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

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

.copyright {
	display: block;
}

.titles {
	font-weight: bold;
	text-decoration: none;
}

.error {
	color: red;
}


/* Tables
 ------------ */
th {
	color: white;
	font-weight: bold;
	background-color: #4e83b7;
	white-space: nowrap;
	padding: 7px 5px;
}

td {
	padding: 2px;
}
td.profile {
	padding: 4px;
	font-size: 0.9em;
}

.profile table td {
	text-align: center;
}

.tablebg {
	background-color: #A9B8C2;
}

.cat {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background: #4e83b7 url(../images/background-forum-cat.png) repeat-x;
	color: white;
	text-indent: 4px;
}

.cat h4 {
	margin: 0;
	padding: 0;
	font-size: 1.0em;
}

.cat a {
	color: white;
	text-decoration: none;
}

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

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

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

.spacer {
	background-color: #D1D7DC;
}

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

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


/* Form Elements
 ------------ */
option {
	padding: 0 1em 0 0;
}

option.disabled-option {
	color: graytext;
}

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

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

.btnbbcode {
	color: #000000;
	font-weight: normal;
	background-color: #EFEFEF;
	border: 1px solid #666666;
}

.btnmain {
	font-weight: bold;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	cursor: pointer;
	padding: 1px 5px;
}

.btnlite {
	font-weight: normal;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	cursor: pointer;
	padding: 1px 5px;
}

.btnfile {
	font-weight: normal;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	padding: 1px 5px;
}

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


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

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

.quotecontent, .attachcontent {
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #A9B8C2;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.4em;
	background-color: #FAFAFA;
	color: #4B5C77;
}

.attachcontent {
	font-size: 0.85em;
}

.codetitle {
	margin: 10px 5px 0 5px;
	padding: 2px 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #A9B8C2;
	color: #333333;
	background-color: #A9B8C2;
	font-size: 0.8em;
}

.codecontent {
	direction: ltr;
	margin: 0 5px 10px 5px;
	overflow: auto;
	max-height: 300px;
	padding: 5px;
	border-color: #A9B8C2;
	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: #A9B8C2;
}

.pm_friend_colour {
	background-color: #007700;
}

.pm_foe_colour {
	background-color: #DD0000;
}


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

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

a.toggle-cat-button {
	width: 24px;
	height: 24px;
	display: block;
	background: transparent url(../images/forum-arrow.png) no-repeat 0 -24px;
}

body.thumbnails-processed .thumbnail-link { display: none; }

