/*
  The original bo2Soft Theme for phpBB version 2+
  Created by bozUNtu design
  http://www.bozUNtu.org
*/


 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px; }
a:link,a:active,a:visited { color : #006699; text-decoration: none;}
a:hover		{ text-decoration: underline; color : #DD6900; }
hr	{ height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}


/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #FFFFFF; border: 1px #98AAB1 solid; }

/* This is the outline round the main forum tables */
.forumline	{ background-color: #FFFFFF; border: 1px #E5E5E5 solid; }


/* Main table cell colours and backgrounds */
td.row1 {
	background-color: #FBFBFB; 
	border: solid 1px #FFF;
	border-right-color: #D6D6D6;
	border-bottom-color: #D6D6D6; }

td.row2, .helpline {
	background-color: #F7F7F7; 
	border: solid 1px #FFF;
	border-right-color: #D6D6D6;
	border-bottom-color: #D6D6D6; }

td.row3, td.row3Right {
	background-color: #FBFBFB; 
	border: solid 1px #FFF;
	border-right-color: #D6D6D6;
	border-bottom-color: #D6D6D6; }

td.row4 {
	background-color: #FBFBFB;
	border: solid 1px #FFF;
	border-bottom-color: #D6D6D6; 
	height: 22;
}

td.acp {
	background-image:url(images/abstract049.jpg);
}

/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
  By default this is the fading out gradiated silver background.
  However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
		background-color: #FFFFFF;
		background-image: url(images/cellpic2.jpg);
		background-repeat: repeat-y;
}

td.msjalt {
		background-color: #E1E1E1;
		background-image: url(images/cat_mini.jpg);
		background-repeat: repeat-x;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #FBFBFB; font-size: 11px; font-weight : bold;
	background-color: #006699; height: 25px;
	background-image: url(images/cellpic3.gif);
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-image: url(images/cellpic1.gif);
			background-color:#D1D7DC; border: #FFFFFF; border-style: solid; height: 28px;
}

td.menusol {
	background: #EEE url(./images/musoll.gif) no-repeat;
	width: 8px;
	height: 31px; }

td.menuorta {
	background: #EEE url(./images/muort.gif) repeat-x; }

td.menusag {
	background: #EEE url(./images/musagg.gif) no-repeat;
	width: 8px; }

td.yansol {
	background: #EEE url(./images/yansol.gif) repeat-y;
	width: 12px; }
	
td.yansag {
	background: #EEE url(./images/yansag.gif) repeat-y;
	width: 12px; }
	
td.yansolk {
	background: #EEE url(./images/mysoll.gif) repeat-y;
	width: 5px; }
	
td.yansagk {
	background: #EEE url(./images/mysagg.gif) repeat-y;
	width: 5px; }

td.altmenusol {
	background: #EEE url(./images/masoll.gif) no-repeat;
	width: 8px;
	height: 31px; }

td.altmenusag {
	background: #EEE url(./images/masagg.gif) no-repeat;
	width: 8px; }

td.altmenuorta {
	background: #EEE url(./images/maort.gif) repeat-x; }

/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it :-)
*/
td.cat,td.catHead,td.catBottom {
	height: 29px;
	border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: bold; border: #FFFFFF; border-style: solid; height: 28px; }
td.row3Right,td.spaceRow {
	background-color: #EAEAF7;
	background-image: url(./images/cat_tiny.jpg);
	height: 10px; }

th.thHead,td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; }
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 1px 0px 1px; }
th.thRight,td.catRight,td.row3Right	 { border-width: 0px 1px 0px 0px; }
th.thLeft,td.catLeft	  { border-width: 0px 0px 0px 1px; }
th.thBottom,td.catBottom  { border-width: 0px 1px 1px 1px; }
th.thTop	 { border-width: 1px 0px 0px 0px; }
th.thCornerL { border-width: 1px 0px 0px 1px; }
th.thCornerR { border-width: 1px 1px 0px 0px; }


/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2	{
			font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; line-height : 120%; color : #000000;
}


/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #006699; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #DD6900; text-decoration: underline; }


/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; color : #000000 }
a.mainmenu		{ text-decoration: none; color : #006699;  }
a.mainmenu:hover{ text-decoration: underline; color : #DD6900; }


/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #006699}
a.cattitle		{ text-decoration: none; color : #006699; }
a.cattitle:hover{ text-decoration: underline; }


/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 12px; color : #006699; }
a.forumlink 	{ text-decoration: none; color : #006699; }
a.forumlink:hover{ text-decoration: underline; color : #DD6900; }


/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: bold; font-size: 11px; color : #000000;}
a.nav			{ text-decoration: none; color : #006699; }
a.nav:hover		{ text-decoration: underline; }


/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-weight: bold; font-size: 11px; color : #000000; }
a.topictitle:link   { text-decoration: none; color : #006699; }
a.topictitle:visited { text-decoration: none; color : #5493B4; }
a.topictitle:hover	{ text-decoration: underline; color : #DD6900; }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 11px; color : #000000;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; color : #000000; }


/* The content of the posts (body of text) */
.postbody { font-size : 12px;}
a.postlink:link	{ text-decoration: none; color : #006699 }
a.postlink:visited { text-decoration: none; color : #5493B4; }
a.postlink:hover { text-decoration: underline; color : #DD6900}

.navigation {
	background-color: #F7F7F7;
	border: #CED8E5 solid; 
	border-width: 1px 1px 1px 1px; 
	height: 24px;
}

/* Quote & Code blocks */

.codetitle {
	background : #008080;
	border : 1px solid #D1D7DC;
	font-size : 10px;
	color : #9AEF9E;
	padding : 5px;
	width : 89%;
	font-weight : bold;
	text-align : left;
	margin-top : 10px;
	background : #008080 url(images/bbcode_code.gif) no-repeat 100% 50%;
}
.codediv {
	background : #FAFAFA;
	border : 1px solid #D1D7DC;
	font-family : Courier, "Courier New", sans-serif;
	font-size : 12px;
	color : #006600;
	border-top : 0;
	padding : 5px;
	overflow : auto;
	width : 89%;
	text-align : left;
}
a.codelink:link {
	text-decoration : none;
	color : #9AEF9E;
}
a.codelink:visited {
	text-decoration : none;
	color : #9AEF9E;
}
a.codelink:hover {
	text-decoration : none;
	color : #4AE352;
}

.quotetitle {
	background : #4E79A6;
	border : 1px solid #D1D7DC;
	font-size : 10px;
	color : #ecf0f6;
	padding : 5px;
	width : 90%;
	font-weight : bold;
	text-align : left;
	margin-top : 10px;
	background : #4E79A6 url(images/bbcode_quote.gif) no-repeat 100% 50%;
}
.quotediv {
	background : #FAFAFA;
	border : 1px solid #D1D7DC;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #444444;
	border-top : 0;
	padding : 5px;
	overflow : auto;
	width : 90%;
	text-align : left;
}

/* Copyright and bottom info */
.copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
a.copyright		{ color: #444444; text-decoration: none;}
a.copyright:hover { color: #000000; text-decoration: underline;}

.sitebilgi {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CBCBCB;
	letter-spacing: -1px; }

a.sitebilgi {
	color: #CBCBCB;
	text-decoration: none; }

a.sitebilgi:hover {
	color: #EFEFEF;
	text-decoration: underline; }

input, textarea, select {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color : #000000;
	border-color : #BCBCBC; }

input {
	text-indent : 2px; }

input.post, textarea, select, input.liteoption {
	border: solid 1px #BCBCBC;
	color: #666;
	background-color: #F7F7F7; }

input.mainoption {
	border: solid 1px #666;
	color: #444;
	background-color: #F8F8F8; }

* html input.post, * html textarea, * html select, * html input.liteoption {
	color: #333;
	border: solid 1px #BCBCBC; }
	
* html input.mainoption {
	color: #000;
	border: solid 1px #CCCCCC;
	font-weight: bold; }

input.post:hover, textarea:hover, select:hover, select:focus, input.liteoption:hover, input.mainoption:hover {
	border: solid 1px #DDDDDD;
	color: #444;
	background-color: #FBFBFB; }

input.post:focus, textarea:focus {
	border: solid 1px #CCCCCC;
	color: #000; }

input.post:focus, select:focus, input.mainoption:focus, input.liteoption:focus {
	background: #FBFBFB; }

input.mainoption, input.liteoption, input.button {
	height: 16px;
	font-size: 10px;
	vertical-align: middle;
	color: #000;
	font-weight: bold;
	padding: 0 5px;
	padding-bottom: 3px;
	margin: 0 5px;
	margin-bottom: 3px;
	height: 18px;
	border: solid 1px #CCCCCC;
	background: #F0F0F0 url('images/button.gif') repeat-x top left; 
}

input.mainoption:hover, input.liteoption:hover, input.button:hover {
	color: #333;
	background: #F0F0F0 url('images/button.gif') repeat-x bottom left; }

/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline {	
	border: solid 1px #CCCCCC;
	color: #666;
	background-color: #F7F7F7; }
}

#soll {
	line-height: normal;
	margin: 0 0 -6px 3px;
	min-width: 400px;
	font-size: 0.7em;
	font-weight: bold;
	}
#soll ul {
	margin:0;
	padding: 0;
	list-style: none;
	}
#soll li {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	font-weight: bold;
	}
#soll a {
	float:left;
	background:url("./images/mnard.gif") no-repeat 0% -32px;
	margin: 0 0px 0 0;
	padding: 0 0 0 0px;
	text-decoration: none;
	position: relative;
	}
#soll a span {
	float: left;
	display: block;
	background: url("./images/mnardd.gif") no-repeat 100% -32px;
	padding: 7px 6px 6px 6px;
	color: #336699;
	white-space: nowrap;
	}
#soll a span { float:none; }

#soll a:hover span {
	color: #DD6900;
	}
#soll a:hover {
	background-position: 0 -5px;
	}
#soll a:hover span {
	background-position:100% -5px;
	}
#soll #activetab a:hover span {
	color: #333333;
	}
	
#sagg {
	line-height: normal;
	margin: 0 0 -6px 3px;
	min-width: 500px;
	font-size: 0.7em;
	font-weight: bold;
	}
#sagg ul {
	margin:0;
	padding: 0;
	list-style: none;
	}
#sagg li {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	font-weight: bold;
	}
#sagg a {
	float:right;
	background:url("./images/mnard.gif") no-repeat 0% -32px;
	margin: 0 0px 0 0;
	padding: 0 0 0 0px;
	text-decoration: none;
	position: relative;
	}
#sagg a span {
	float: right;
	display: block;
	background: url("./images/mnardd.gif") no-repeat 100% -32px;
	padding: 7px 6px 6px 6px;
	color: #336699;
	white-space: nowrap;
	}
#sagg a span { float:none; }

#sagg a:hover span {
	color: #DD6900;
	}
#sagg a:hover {
	background-position: 0 -5px;
	}
#sagg a:hover span {
	background-position:100% -5px;
	}
#sagg #activetab a:hover span {
	color: #333333;
	}

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");
