/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		 petaw0rm
	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
 ------------ */
* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}
 img, div, input { behavior: url('./js/iepngfix.htc') }
.ust_sola {
	background-image: url('./images/ust_sola.gif');
	background-position: left top;
	height: 12px;
	width: 13px;
	background-repeat: no-repeat;
}
.ust_saga {
	background-image: url('./images/ust_saga.gif');
	background-repeat: no-repeat;
	background-position: right top;
	height: 12px;
	width: 13px;
}
.alt_saga {
	background-image: url('./images/alt_saga.gif');
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 12px;
	width: 13px;
}
.alt_sola {
	background-image: url('./images/alt_sola.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 12px;
	width: 13px;
}
.toplagel {
	background: url('./images/orta_.gif') bottom left repeat-x;
	height: 43px;
	font-weight: lighter;
	font-size: 1.3em;
	text-align: left;
	vertical-align: middle;
	margin: 0;
	overflow: hidden;
}


#ustbilgi {
	height: 143px;
	width: 349px;
	float: right;
	margin-top: -50px;
	margin-right: 15px;
	position: absolute;
	margin-left: 30%;
	background-image: url(./images/uyebilgi.png);
	background-repeat: no-repeat;
	background-position: left top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 27px;
	padding-left: 30px;
}

.sol_ {
	background: url('./images/sol_.gif') bottom left no-repeat;
	padding-left: 28px;
	height: 43px;
}

.sag_ {
	background: url('./images/sag_.gif') bottom right no-repeat;
	padding-right: 27px;
	height: 43px;
}

.alt_orta {
	background: url('./images/orta___.gif') bottom left repeat-x;
	height: 12px;
	font-size: 0.1em;
	margin: 0;
}

.alt_sol {
	background: url('./images/sol___.gif') bottom left no-repeat;
	padding-left: 10px;
}

.alt_sag {
	background: url('./images/sag___.gif') bottom right no-repeat;
	padding-right: 10px;
}
.row11_forum_resmi {
	background-image: url(./images/alt_1.gif);
	background-repeat: repeat-x;
	background-color: #e6eaed;
	padding: 2px;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	background-position: left bottom;
	border-left-style: none;
}

.row11 {
	background-image: url(./images/alt_1.gif);
	background-repeat: repeat;
	background-color: #e6eaed;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-position: left bottom;
	padding: 8px;
}

.row22 {
	background-image: url(./images/alt_1.gif);
	background-repeat: repeat-x;
	background-color: #e6eaed;
	padding: 2px;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	background-position: left bottom;
	border-left-style: none;
}

.row33 {
	background-repeat: repeat-x;
	background-color: #E6E6E6;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	background-position: left bottom;
}
#beyazlatma  {
	color: #FFFFFF;
	font-size: 12px;
	margin-top: 15px;
	font-family: Verdana, Tahoma, Calibri, Geneva, sans-serif;
	font-weight: bold;
}
#beyazlatma a {
	color: #FFFFFF;
	font-size: 12px;
	margin-top: 0px;
	font-weight: bold;
}


html {
	font-size: 100%;
}

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: Verdana, "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #323D4F;
	background-color: #e9e9e9;
	font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
	margin: 0;
}

#wrapheader {
	height: auto !important;
	padding: 0;
}

#wrapcentre {
	width: 88%;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#wrapfooter {
	text-align: center;
	clear: both;
}

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

#logodesc {
	background-color: #C1CAD2;
	background-image: url('./images/background.gif');
	background-repeat: repeat-x;
	background-position: center bottom;
	padding: 0 25px 15px 25px;
}

#menubar {
	margin: 0 25px;
}

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

#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: Verdana, "Lucida Grande", Arial, Helvetica, sans-serif;
}

.forumrules h3 {
	color: red;
}

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

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


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

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

h3 {
	font-size: 1.3em;
	font-weight: bold;
	font-family: Verdana, 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: black;
	font-weight: bold;
	white-space: normal;
	font-size: 1.5em;
}

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

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;
	padding-top: 5px;
}

.postauthor {
	color: #000000;
}

.postdetails {
	color: #000000;
}

.postbody {
	font-size: 1.3em;
	line-height: 1.4em;
	font-family: Verdana, Arial, Helvetica, 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: Verdana, "Lucida Grande", Arial, Helvetica, sans-serif;
}

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

.error {
	color: red;
}


/* Tables
 ------------ */
 #th_konu {
	width: 175px;
	text-align: right;
}
#th_diger {
	width: 30px;
	font-weight: bold;
	font-size: 12px;
	color: #6F6F6F;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
th {
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #FFFFFF;
	background-image: url(./images/orta_.gif);
	white-space: nowrap;
	padding: 7px 5px;
	background-position: left bottom;
}
.th {
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #FFFFFF;
	background-image: url(./images/cellpic3.gif);
	white-space: nowrap;
	padding: 7px 5px;
	background-position: left top;
}

td {
	padding: 2px;
}
td.profile {
	padding: 4px;
}

.tablebg {
	background-color: #E0E0E0;
}

.catdiv {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background: white url('./images/cellpic2.jpg') repeat-y scroll top left;
}
.rtl .catdiv {
	background: white url('./images/cellpic2_rtl.jpg') repeat-y scroll top right;
}

.cat {
color: #FFFFFF;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #FFFFFF;
	background-image: url(./images/orta_.gif);
	white-space: nowrap;
	padding: 7px 5px;
	background-position: left bottom;
}

.row1 {
		background-image: url(./images/ark.gif);
	background-color: #FFFFFF;
	padding: 8px;
	background-repeat: repeat-x;
	background-position: left bottom;
}
.row1viewforum {
	background-image: url(./images/ark.gif);
	background-color: #FFFFFF;
	padding: 3px;
	background-repeat: repeat-x;
	background-position: left bottom;
	vertical-align: middle;
}
.row1memberlistgen{
	background-image: url(./images/ark.gif);
	background-color: #FFFFFF;
	padding: 3px;
	background-repeat: repeat-x;
	background-position: left bottom;
	vertical-align: middle;
	font-size: 1.2em;
}

.row2 {
	background-image: url(./images/ark.gif);
	background-color: #FFFFFF;
	padding: 8px;
	background-repeat: repeat-x;
	background-position: left bottom;
}
.row2viewforum {
	background-image: url(./images/ark.gif);
	background-color: #FFFFFF;
	padding: 3px;
	background-repeat: repeat-x;
	background-position: left bottom;
	vertical-align: middle;
}
.row2memberlistgenmed {
	background-image: url(./images/ark.gif);
	background-color: #FFFFFF;
	padding: 3px;
	background-repeat: repeat-x;
	background-position: left bottom;
	vertical-align: middle;
	font-size: 1.1em;
}
.row3 {
	background-image: url(./images/ark.gif);
	background-color: #FFFFFF;
	padding: 8px;
	background-repeat: repeat-x;
	background-position: left bottom;
}

.spacer {
	background-color: #D1D7DC;
}

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

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

/* Links
 ------------ */

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

a:link {
	color: #d10621;
	text-decoration: none;
}

a:active,
a:visited {
	color: #d10621;
	text-decoration: none;
}

a:hover {
	color: #D46400;
	text-decoration: underline;
}

a.forumlink {
	color: #bd0e0f;
	font-weight: bold;
	font-family: Verdana, "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 1.4em;
}

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

a.topictitle:visited {
	color: #d10621;
	text-decoration: none;
}a.topictitle:hover {
	color: #D46400;
	text-decoration: underline;
}

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

th a:hover {
	text-decoration: underline;
}


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

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

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

select {
	color: #333333;
	background-color: #FAFAFA;
	font-family: Verdana, "Lucida Grande", Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	border: 1px solid #A9B8C2;
	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: transparent;
}

.post {
	background-color: white;
	border: 1px solid #444444;
}

.btnbbcode {
	color: #000000;
	font-weight: normal;
	font-size: 1.1em;
	font-family: Verdana, "Lucida Grande", Helvetica, sans-serif;
	background-color: #EFEFEF;
	border: 1px solid #666666;
}

.btnmain {
}

.btnlite {
	font-weight: normal;
	font-size: 1.1em;
}

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

.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;
	font-family: Verdana, "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	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-family: Verdana, "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 0.8em;
}

.codecontent {
	direction: ltr;
	margin: 0 5px 10px 5px;
	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: Verdana, 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: Verdana, Monaco, 'Courier New', monospace;
}

.nowrap {
	white-space: nowrap;
}

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

.latest-posts {
	border: 1px solid #A9B8C2;
	margin-bottom: 10px;
	width:100%;
}

.latest-posts tr td {
	padding:0;
	padding-right: 1px;
}

.latest-posts td.hdrrow {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #C7D0D7;
	background-image: url('./images/cellpic1.gif');
	font-size: 1.2em;
	font-weight: bold;
	white-space: nowrap;
}

.latest-posts ul {
	color: orange;
	padding-left: 3px;
	padding-bottom: 3px;
}

.latest-posts ul li.row {
	padding-top: 3px;
	font-size: 1.1em;
	white-space: nowrap;
}

.latest-posts li.row:hover { background-color: #CCF079; }



.forummenu {
	color: #FFFFFF;
	/*	background-image: url(./images/forumtools.gif);
	width: 78px;
		height: 31px;
	*/
	position: absolute;
	margin-top: 10px;
	margin-left: 650px;
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
}
/* Dropdown-Menues */

.dropDownMenu, .dropDownStatusBar, .dropDownSearch, .dropDownCalendar, .dropDownTopicSearch, .dropDownPermissions{
	visibility: hidden; 
	position: absolute; 
	left: 0px; 
	top: 0px;
}

.dropDownMenu, .dropDownStatusBar, .dropDownPermissions{
	background-color: #000000;
	border: 2px solid #CC3300;
	height: auto;
	line-height: 18px;
	padding: 1px;
}
.dropDownMenu a {
}

 .dropDownMenu a:link, .dropDownMenu a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
		width: 100%;
	display: block;

}

.dropDownMenu a:hover, .dropDownMenu a:visited:hover, .dropDownStatusBar a:hover {
	color : #FFFFFF;
	display: block;
	background: #9AACD6;
	width: 100%;
	font-weight: normal;
	text-decoration: none;
	background-image: url(./images/orta_.gif);
	background-repeat: repeat-x;
	background-position: left center;
}
.useravatar {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	max-height: 100px;
	max-width: 100px;
}
useravatar_anonim
.useravatar2 {
	margin-right: auto;
	margin-left: auto;
}
.useravatar3 {
	margin-right: auto;
	margin-left: auto;
		height: 99px;
	width: 96px;
}
.useravatar2 img{
	height: 99px;
	width: 96px;
}
.useravatar3 img{
	height: 99px;
	width: 96px;
}
.useravatar img{
	height: 99px;
	width: 96px;
}
.avataronline {
	margin-top: -11px;
	position: absolute;
	margin-left: 6px;
}
.avataronline2 {
	margin-top: -11px;
	position: absolute;
	margin-left: 147px;
}
.avataronline3 {
	position: absolute;
	margin-top: -11px;
}
.searhboxi {
	background-color: #000000;
	height: 100px;
	width: 100px;
	position: absolute;
}
.toplageldar {
	height: 28px;
	font-weight: bold;
	font-size: 1.3em;
	text-align: left;
	vertical-align: middle;
	margin: 0px;
	overflow: hidden;
	background-image: url(./images/orta_.gif);
	background-repeat: repeat-x;
	background-position: left top;
	color: #FFFFFF;
}.searchkutu {
	background-color: #FFFFFF;
	padding: 15px;
}.searchkutubeyaz {
	background-color: #FFFFFF;
	padding: 4px;
}
.giris_butonu {	font: 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.kucucukfont {	font: 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.ustgiris {
	height: 50px;
	width: 500px;
	margin-left: 35%;
	position: absolute;
	margin-top: 45px;
}
.bginput {
	height: 14px;
}
.arama {
	margin-top: 130px;
	position: absolute;
	margin-left: 75%;
}
#topic_author {
	font-size: 9px;
}
#topic_author a {

	font-weight: lighter;
}
.rowmesj {background-color: ;
	padding: 4px;
}


.txtbox {
	background-image: url(./images/searchboxx_orta.gif);
	background-repeat: repeat-x;
	background-position: center center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	margin-left: 34px !important;
		margin-left: 34px;

	margin-top: 12px;
	height: 14px;
	font-size: 10px;
	color: #C30D0D;
	padding-top: 3px;
}
.txtbutton {
	background-image: url(./images/searchboxx_button.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 33px;
	width: 32px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	margin-top: 3px;
	margin-left: 133px !important;
		margin-left: 132px;

}
.txttopla {
	height: 48px;
	width: 318px;
	margin-left: 68%!important;
		margin-left: 38%;
	position: absolute;
	margin-top: -120px!important;
		margin-top: 0px;

}.txtbox2 {
	background-image: url(./images/searchboxx_orta.gif);
	background-repeat: repeat-x;
	background-position: center center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	margin-left: 34px!important;
		margin-left: -284px;

	margin-top: 12px;
	height: 14px;
	font-size: 10px;
	color: #C30D0D;
	padding-top: 3px;
}
.txtbutton2 {
	background-image: url(./images/searchboxx_button.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 33px;
	width: 32px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	margin-top: 3px;
	margin-left: 133px !important;
		margin-left: -186px;

}
.txttopla2 {
	height: 48px;
	width: 318px;
	margin-left: 68%!important;
		margin-left: 38%;
	position: absolute;
	margin-top: -120px!important;
		margin-top: 0px;
}
.ortala {
	vertical-align: middle;
}

a.subforum.read {
    background-image: url('./images/subforum_read.gif');
    background-repeat: no-repeat;
    background-position: 1px;
    font-size: 13px;
    padding-left: 20px;
}


a.subforum.unread {
    background-image: url('./images/subforum_unread.gif');
    background-repeat: no-repeat;
    background-position: 1px;
    font-size: 13px;
    padding-left: 20px;
}