/* Normal, standard links. */
a:link
{
	color: #414141;
	text-decoration: none;
}
a:visited
{
	color: #414141;
	text-decoration: none;
}
a:hover, a:active
{
	color: #f2af01;
	text-decoration: underline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #545454;
	text-decoration: none;
}
a.nav:hover
{
	color: #ffffff;
	text-decoration: underline;
}
.navbar
{
	color: #545454;
	font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

/* Tables should show empty cells. */
table
{
	empty-cells: show;
}

/* By default (td, body..) use verdana in black. */
body, td, th , tr
{
	font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}


/* The main body of the entire forum. */
body
{
	
	margin: 0px;
}



.page
{
	background: #ffffff url('images/arkaplan.gif');
	color: #000000;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, button
{
	color: #000000;
	font-family: verdana, sans-serif;
}
input, button
{
	font-size: 90%;
}

textarea, , .bginput
{
	color: #545454;
	font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

/* All input elements that are checkboxes or radio buttons. */
input.check
{
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select, .button
{
	font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: #666666;
	background-color: #666666;
}

/* No image should have a border when linked */
a img
{
	border: 0;
}
/* A quote, perhaps from another post. */
.quote
{
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #3C71A3;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	background-color: #F2F2F2;
	color: #000000;
}

/* A code block - maybe even PHP ;). */
.code
{
	direction: ltr;
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #3C71A3;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	color: #000000;
	font-size: 0.85em;
	font-family: Monaco, 'Courier New', monospace;
	background-color: #F2F2F2;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader
{
	margin: 10px 5px 0 5px;
	padding: 4px;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #3C71A3;
	border-bottom: 8px solid #c2c2c2;
	color: #c2c2c2;
	background: transparent;
	font-size: 0.85em;
	font-weight: bold;
}
.codeheader
{
	margin: 10px 5px 0 5px;
	padding: 2px 4px;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #3C71A3;
	border-bottom: 8px solid #c2c2c2;
	color: #c2c2c2;
	background: transparent;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
}

/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help
{
	cursor: help;
}

/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction
{
	color: red;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 96%;
}

/* Highlighted text - such as search results. */
.highlight
{
	background-color: yellow;
	font-weight: bold;
	color: black;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg
{
	background: #ffffff;
	color: #545454;
	font-size: 11px;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
}
.windowbg a:link
{
	color: #545454;
	text-decoration: none;
}
.windowbg a:visited
{
	color: #545454;
	text-decoration: none;
}
.windowbg a:hover, .windowbg a:active
{
	color: #13A513;
	text-decoration: underline;
}
.windowbg2
{
	background: #ffffff;
	color: #545454;
	font-size: 11px;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
}
.windowbg2 a:link
{
	color: #545454;
	text-decoration: none;
}
.windowbg2 a:visited
{
	color: #545454;
	text-decoration: none;
}
.windowbg2 a:hover, .windowbg2 a:active
{
	color: #13A513;
	text-decoration: underline;
}
.windowbg3
{
	background: #ffffff;
	color: #545454;
	font-size: 11px;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
}
.windowbg3 a:link
{
	color: #545454;
	text-decoration: none;
}
.windowbg3 a:visited
{
	color: #545454;
	text-decoration: none;
}
.windowbg3 a:hover, .windowbg3 a:active
{
	color: #13A513;
	text-decoration: underline;
}
/* the today container in calendar */
.calendar_today
{
	background-color: #FFFFFF;
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td
{
	background: #1F7CB9 url(images/titlebg.gif) repeat-x top left;
	color: #666666;
	font: bold 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.titlebg, .titlebg a:link, .titlebg a:visited , .titlebg2 a:link, .titlebg2 a:visited
{
	color: #666666;
	text-decoration: none;
}

.titlebg a:hover, .titlebg2 a:hover
{
	color: #666666;
	text-decoration: underline;
}
td.titlebg, th.titlebg, div.titlebg, td.titlebg2, th.titlebg2, div.titlebg2 { padding: 4px; }

/* This is used for categories, page indexes, and several other areas in the forum.
.catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers*/
.catbg , tr.catbg td , .catbg2 , tr.catbg2 td , .catbg3 , tr.catbg3 td
{
	background: #417698 url(images/catbg.gif) repeat-x top left;
	color: #FFFFFF;
	font: bold 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited , .catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}
.tfoot
{
	background: #3c92b3 url(images/catbg.gif) repeat-x top left;
	color: #ffffff;
	font: bold 10px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.tfoot a:link
{
	color: #ffffff;
	text-decoration: none;
}
.tfoot a:visited
{
	color: #ffffff;
	text-decoration: none;
}
.tfoot a:hover, .tfoot a:active
{
	color: #ffffff;
	text-decoration: underline;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor { }

/* This is used on tables that should just have a border around them. */
.tborder
{
	background: #e4e4e1;
	color: #000000;
	border: 1px solid #e4e4e1;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.middletext
{
	font: 12px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.normaltext
{
	font: 15px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.largetext
{
	font: 18px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}


/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
	width: 100%;
	overflow: auto;
	line-height: 1.3em;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
	width: 100%;
	overflow: auto;
	padding-bottom: 3px;
	line-height: 1.3em;
}

/* Sometimes there will be an error when you post */
.error
{
	color: red;
}


/* definitions for the main tab, active means the tab reflects which page is displayed */
.maintab_first { 
vertical-align : top; } 
.maintab_back { 
vertical-align : top; } 
.maintab_last { 
vertical-align : top; } 
.maintab_active_first { 
vertical-align : top; } 
.maintab_active_back { 
vertical-align : top; } 
.maintab_active_last { 
vertical-align : top; } 
.maintab_back { 
padding-right : 1em; 
padding-left : 1em; 
font-size : 0.85em; 
padding-bottom : 0.3em; 
padding-top : 0.3em; 
text-decoration : none; } 
.maintab_active_back { 
padding-right : 1em; 
padding-left : 1em; 
font-size : 0.85em; 
padding-bottom : 0.3em; 
padding-top : 0.3em; 
text-decoration : none; } 
.maintab_first { 
display : none; } 
.maintab_back { 
border-bottom : 3px solid #305764; } 
.maintab_last { 
display : none; } 
.maintab_active_first { 
display : none; } 
.maintab_active_back { 
color : black; 
border-bottom : 3px solid #305764; 
text-decoration : none; } 
.maintab_active_last { 
display : none; } 
.maintab_back A:link { 
text-decoration : none; } 
.maintab_back A:visited { 
text-decoration : none; } 
.maintab_active_back A:link { 
text-decoration : none; } 
.maintab_active_back A:visited { 
text-decoration : none; } 
.maintab_back A:hover { 
border-bottom-width : 3px; 
border-bottom-color : #305764; 
color : black; 
text-decoration : none; } 
.maintab_active_back A:hover { 
border-bottom-width : 3px; 
border-bottom-color : #305764; 
color : black; 
text-decoration : none; } 
.mirrortab_first { 
vertical-align : top; } 
.mirrortab_back { 
vertical-align : top; } 
.mirrortab_last { 
vertical-align : top; } 
.mirrortab_active_first { 
vertical-align : top; } 
.mirrortab_active_back { 
vertical-align : top; } 
.mirrortab_active_last { 
vertical-align : top; } 
.mirrortab_back { 
padding-right : 1em; 
padding-left : 1em; 
font-size : 0.85em; 
padding-bottom : 0.3em; 
padding-top : 0.3em; 
text-decoration : none; } 
.mirrortab_active_back { 
padding-right : 1em; 
padding-left : 1em; 
font-size : 0.85em; 
padding-bottom : 0.3em; 
padding-top : 0.3em; 
text-decoration : none; } 
.mirrortab_first { 
display : none; } 
.mirrortab_back { 
border-top : 3px solid #305764; } 
.mirrortab_last { 
display : none; } 
.mirrortab_active_first { 
display : none; } 
.mirrortab_active_back { 
border-top : 3px solid #305764; 
color : black; 
text-decoration : none; } 
.mirrortab_active_last { 
display : none; } 
.mirrortab_back A:link { 
text-decoration : none; } 
.mirrortab_back A:visited { 
text-decoration : none; } 
.mirrortab_active_back A:link { 
text-decoration : none; } 
.mirrortab_active_back A:visited { 
text-decoration : none; } 
.mirrortab_back A:hover { 
border-top-width : 3px; 
color : black; 
border-top-color : #305764; 
text-decoration : none; } 
.mirrortab_active_back A:hover { 
border-top-width : 3px; 
color : black; 
border-top-color : #305764; 
text-decoration : none; } 

/* The AJAX notifier */
#ajax_in_progress
{
	background: #32CD32;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

.logo_bg
{
	background: #3B3B3C url(images/header_bg.gif);
height:125px;
}

.menu_bottom_bg
{
	height : 17px; 
	background: #ffffff url(images/menu_bottom_bg.gif) repeat;
}





///////////////////////////////////////////

.navigasyon {
background: #dedede url('images/navarka.gif') repeat-x;
height:30px;
font:bold 11px/30px "verdane";
color:#414141;
text-decoration:none;
}
.navigasyon a {
color:#414141;
text-decoration:none;
margin-right:20px;
}
.navigasyon a:hover {
color:#f2af01;
text-decoration:underline;
}
						  
#kose4 { background: #ffffff url('images/sol_orta.gif') repeat-y top left ; padding-left:60px }

#kose5 { background: #ffffff url('images/sag_orta.gif') repeat-y top right ; padding-right:60px }
						  



.solebg
{
	background: #f1f1f1;
	color: #545454;
	font-size: 11px;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
}
.solebg a:link
{
	color: #545454;
	text-decoration: none;
}
.solebg a:visited
{
	color: #545454;
	text-decoration: none;
}
.solebg a:hover, .windowbg a:active
{
	color: #13A513;
	text-decoration: underline;
}
.solebg2
{
	background: #f6f6f6;
	color: #545454;
	font-size: 11px;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
}
.solebg2 a:link
{
	color: #545454;
	text-decoration: none;
}
.solebg2 a:visited
{
	color: #545454;
	text-decoration: none;
}
.solebg2 a:hover, .windowbg2 a:active
{
	color: #13A513;
	text-decoration: underline;
}

#cerceve
{
	background-color: #000000 ;
	BACKGROUND-IMAGE: url(images/arkaplan.gif);
	padding: 0px 75px 0px 75px;
}
.profil
{
border: 1px solid #dddddd;
padding: 3px;
margin: 3px;
background-color:#ffffff;
background-image: url(images/profile.gif);
background-repeat: repeat+x;
	
	 }