/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		SoftBlueV3
	Based on style:	subSilver2 (the default phpBB 3 style)
	Original author:	subBlue ( http://www.subBlue.com/ )
	Modified by:		Akansu ( http://www.foruz.net)
	
	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;
}

html {
	font-size: 100%;
}

body {
    background-color: #97B9DE;
	color: #222;
	font-family: Tahoma, Verdana, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
}



#wrapheader {
	
	width: 98%;
	margin: auto ;
	padding: 0;
}

#wrapfooter

{background-color: #CFDFEE;
	width: 98%;
	margin: auto;
	padding: 0px;}	


.forumrules {
	background-color: #97B9DA;
	padding: 10px;
	font: bold 11px Tahoma, Verdana, Arial;
	color: #000000;
	border: 1px dashed #ff0000;
	
}
.forumrules h3 {
	color: #7e3030;
}
.crcv { background-color: #97B9DA; border: 1px #585889 solid; padding: 4px; }
#pageheader { }
#pagecontent { }
#pagefooter { }

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

/* Köşeleri Yuvarlıyoruz ayrıca en dış çerçeve
 ------------ */
 .logo { background:#CFDFEE;}
.bd_head_top { background: #CFDFEE url('./images/bd_header_top.gif') repeat-x top left; }
.bd_foot_bottom { background: #CFDFEE url('./images/bd_footer_bottom.gif') repeat-x top left; }

#headb-right { padding: 0 20px 0 0; background: #CFDFEE url(images/bd_2.gif) no-repeat right; height: 20px }
#headb-centre { background: #CFDFEE; height: 20px }
#headb-left { padding: 0 0 0 20px; background: #CFDFEE url(images/bd_1.gif) no-repeat left; height: 20px }

#headm-right { padding: 0 20px 0 0; background: #CFDFEE url(images/bd_right.gif) repeat-y right; }
#headm-centre { background: #CFDFEE; height: auto !important; }
#headm-left { padding: 0 0 0 20px; background: #CFDFEE url(images/bd_left.gif) repeat-y left; }

#footm-right { padding: 0 20px 0 0; background: #CFDFEE url(images/bd_right.gif) repeat-y right; }
#footm-center { background: #CFDFEE; padding-top:5px; height: auto !important; }
#footm-left { padding: 0 0 0 20px; background: #CFDFEE url(images/bd_left.gif) repeat-y left; }

#footb-right { padding: 0 20px 0 0; background: #97B9DE url(images/bd_8.gif) no-repeat right; height: 20px }
#footb-centre { background: #CFDFEE; height: 20px }
#footb-left { padding: 0 0 0 20px; background: #97B9DE url(images/bd_7.gif) no-repeat left; height: 20px }



/*  Text
 --------------------- */
h1 {
	color: #6E6D6D;
	font-family: Tahoma, "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
}

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

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

h4 {
	margin: 0;
	font-size: 11px;
	font-weight: bold;
}

h5 {
	font-family: Tahoma, "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	color: #5e9ee1;
}



p {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif
}

p.moderators {
	margin: 0;
	float: left;
	color: #6E6D6D;
	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;
	font-weight: bold;
	white-space: normal;
	font-size: 10px;
}


.rtl p.breadcrumbs {
	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;
	font-size:11px ;
	color: #000000;
}

p.topicauthor {
	margin: 1px 0;
}

p.topicdetails {
	margin: 1px 0;
	font-size: 11px;
	
}
.postauthor {
	color: #6E6D6D;
	font-size: 12px;
}

.postdetails {
	color: #ffffff;
	font-weight: bold;
    font-size:10px;
    white-space: normal;
    text-align:left;
}

.postbody {
	font-size: 12px;
	line-height: 1.4em;
}


.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: #6E6D6D;
	font-weight: bold;
}

.gen {font-size: 12px;}
.genmed {font-size: 11px;}
.gensmall {font-size: 10px;}


.copyright{ font-size: 10px; font-weight: bold; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; color: #000000; 
letter-spacing: 0px;}



.titles {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}
.error {
	color: red;
}


/* Tables
 ------------ */
th {
    color: #000000; 
	font:bold 10px Tahoma, Verdana, Arial;
	background:#B2CDEE url(images/cellpic3.gif) repeat-x;
	border-width: 1px 0px 0px 1px;
	border-color: #ffffff;		 
	border-style: solid; 
	height: 20px ;
}

td {
	padding: 0px;
	
}
td.profile {
	padding: 4px;
	color: white;
}


.tablebg {
background-color: #585889;
}
.tablebg2{ background-color:#ABC5E2; padding:12px; }
.cat{
	font-weight: bold; 
	text-decoration: none; 
	color : #00578A!important; 
	background:#B0D6FF url(images/cellpic1.gif); 
	border-width: 1px 0px 0px 1px;
	border-color: #ffffff;		 
	border-style: solid; 
	height: 20px;
}
.cat2{
	background:#B0D6FF url(images/cellpic1.gif); 
	border-width: 1px 0px 0px 1px;
	border-color: #ffffff; 
	font-weight : bold;	 
	border-style: solid; 
	height: 25px;
}

.cat3{
	color: #000000; 
    font-weight : bold;
	background-color: #006699;
	background:#B2CDEE url(images/cellpic3.gif) repeat-x;
	border-width: 1px 0px 0px 1px;
	border-color: #ffffff;		 
	border-style: solid; 
	height: 25px;}
.cat4{
	background:#B0D6FF url(images/cellpic1.gif) repeat-x; 
	border-width: 1px 0px 0px 1px;
	border-color: #ffffff; 	
	font-weight : bold;	 
	border-style: solid; 
	height: 30px;
}
.cat_footer{ 
	
	background-image: url(images/cat_footer.gif);
	border-width: 0px 0px 0px 0px;
	border-color: #ffffff;		 
	border-style: solid; 
	height: 10px ;
}

.row1 {
	background-color: #ABC5E2;
	padding:2px;
	
}
.row2 {
	background: #92B6D8  url(images/forum_bg.jpg) top left repeat-y ; 
	padding:4px 2px 4px 2px;
}
.row3 {
	background-color: #BDD1E8 ;
	padding: 2px;
	 }

.spacer {
	background-color: #ABCEF7;
}

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

.legend {
	text-align:center;
	margin: 0 auto;
}
.subforum.read { 
	background: url(images/subforum_read.gif) center left no-repeat;
	line-height: 8px;
	padding-left: 13px;
	
}
.subforum.unread { 
	background: url(images/subforum_unread.gif) center left  no-repeat;
	line-height: 8px;
	padding-left: 13px;
}

/* Links
 ------------ */
a:link {
	color: #006699;
	text-decoration: none;}

a:active, 
a:visited  {
	color: #006699;
	text-decoration: none;}
a:hover {
	color: #ffffff;
	text-decoration: underline;
}

a.forumlink, a.forumlink:visited {
	color: #ffffff;
    font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	
}
a.forumlink:hover{ 
	text-decoration: underline; 
    color : #666666; }

a.topictitle  {
	color : #ffffff;
	font-weight: bold;
	font-size: 11px;
	margin-left: 2px;
}
a.topictitle:visited{text-decoration: none; color : #ffffff;}
a.topictitle:hover	{ text-decoration: underline; color : #ffffff; }

th a,
th a:active,
th a:visited {
	color: #006699 ;
	text-decoration: none;
}
th a:hover {
	text-decoration: underline;
}
a.copyright,a.copyright:visited { color: #444444!important; text-decoration: none;}
a.copyright :hover { color: #000000!important; text-decoration: underline;}

a.admin-link{color : #ff0000!important; font-weight: bolder; }
a.admin-link:hover,a.admin-link:visited { color : #ff0000; font-weight: bolder; }

a.subforum{ color: #EEEEEE; font: bold 10px Tahoma, Verdana, Arial;}
a.subforum:visited{ color: #EEEEEE; font: bold 10px Tahoma, Verdana, Arial;}
a.subforum:hover{ color: #555555; font: bold 10px Tahoma, Verdana, Arial;}



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

input,textarea, select {
	color : #000000;
	font: normal 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	border-color : #000000;
	background-color : #FFFFFF;
}
input { text-indent : 2px; }
input.button {
	background-color : #EFEFEF;
	color : #000000;
	font-size: 11px; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
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-style: solid;
	border-width: 1px;
}

.btnbbcode {
	background-color : #FAFAFA;
	font-weight : normal;
	font-size: 11px;
	background-image: url(images/bbcode.gif); 
    background-repeat: repeat-x;
	border: 1px solid #585889;
}

.btnmain {
	background-color : #FAFAFA;
	font-weight : bold;
	background-image: url(images/bbcode.gif); 
    background-repeat: repeat-x;
	border: 1px solid #585889;
}

.btnlite {
	background-color : #FAFAFA;
	font-weight : normal;
	background-image: url(images/bbcode.gif); 
    background-repeat: repeat-x;
	border: 1px solid #585889;
}

.btnfile {
	font-weight: normal;
	background-image: url(images/bbcode.gif); 
    background-repeat: repeat-x;
	border: 1px solid #585889;
	padding: 1px 5px;
	font-size: 11px;
}

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


/* BBCode
 ------------ */
.quotetitle, .attachtitle,.codetitle {
	margin: 10px 5px 0 5px;
	padding: 4px;
    color: #000000;
	font-size: 11px;
	font-weight: bold;
}

.quotetitle .quotetitle {
	font-size: 11px;
}

.quotecontent, .attachcontent {
	margin: 0 5px 10px 5px;
	padding: 5px;
    border: 1px solid #D1D7DC;
     background-color: #FAFAFA;
	color: #444444;
	line-height: 125%;
}

.attachcontent {
	font-size: 10px;
}



.codecontent {
	direction: ltr;
	margin: 0 5px 10px 5px;
	padding: 5px;
	border: 1px solid #D1D7DC;
    background-color: #FAFAFA;
	color: #006600;
	font-family: Courier, 'Courier New', sans-serif; 
	font-size: 11px; 
}

.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: 11px;
	font-family: Monaco, 'Courier New', monospace;
}

.nowrap {
	white-space: nowrap;
}

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