/* Normal, standard links. */
a:link
{
	color: #555;
	font-weight: bold;
	text-decoration: none;
Font-family: "Tahoma" ;}

a:visited
{
	color: #555;
	font-weight: bold;
	text-decoration: none;
Font-family: "Tahoma" ;}
a:hover
{
	color: #ce0000;
	font-weight: bold;
	text-decoration: underline overline blink;
Font-family: "Tahoma" ;}


/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #fff;
	text-decoration: none;
Font-family: "Tahoma" ;}
a.nav:hover
{
	color: #ce0000;
	text-decoration: underline;
Font-family: "Tahoma" ;}

/* Tables should show empty cells. */
table
{
	empty-cells: show;
Font-family: "Tahoma" ;}

/* By default (td, body..) use verdana in black. */
body, td, th , tr
{
	color: #000000;
	font-size: small;
      font-family: Tahoma ;}

/* The main body of the entire forum. */
body
{
	background-color: #1e1e1e;	
	text-align:center;
	width: 1003px;
	margin: 0 auto;
	padding: 0px 0px 4px 0px;
}

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

textarea
{
	font-size: 100%;
	color: #000000;
	font-family: verdana, sans-serif;
Font-family: "Tahoma" ;}

/* All input elements that are checkboxes or radio buttons. */
input.check
{
Font-family: "Tahoma" ;}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 90%;
	font-weight: normal;
	color: #000000;
Font-family: "Tahoma" ;}

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

/* No image should have a border when linked */
a img
{
	border: 0;
Font-family: "Tahoma" ;}
/* A quote, perhaps from another post. */
.quote
{
	color: #CC3300;
	background: url(images/quote.png) 0 5px no-repeat #F0F3FC;
	border: 1px solid #AAA;
	margin: 1px;
	padding: 10px 5px 10px 40px;
	font-size: x-small;
	line-height: 1.4em;
}

.catbgg
{
	background: url(images/catbgg.gif) #88A6C0 repeat-x;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
Font-family: "Tahoma" ;}
.catbgg2
{
	background: url(images/catbgg.gif) #A1BFD9 repeat-x;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
Font-family: "Tahoma" ;}
.catbgg, .catbgg2
{
	border-bottom: solid 1px #375576;
Font-family: "Tahoma" ;}
.catbgg, .catbgg2
{
	font-weight: bold;
Font-family: "Tahoma" ;}
.catbgg a:link, .catbgg a:visited , .catbgg2 a:link, .catbgg2 a:visited
{
	color: white;
	text-decoration: none;
Font-family: "Tahoma" ;}
.catbgg a:hover, .catbgg2 a:hover
{
	color: #e0e0ff;
Font-family: "Tahoma" ;}

.buton
{
color: #ffffff;
	background-image: url('images/arka.gif');

background-repeat: repeat-x;
Font-family: "Tahoma" ;}

.quickreply
{
color: #ffffff;
	background-image: url('images/bar.gif');

background-repeat: repeat-x;
Font-family: "Tahoma" ;}

.catbg1
{
	background-image: url('images/copyrightbg.gif');
	height: 45px

background-repeat: repeat-x;
Font-family: "Tahoma" ;}

.catbg0
{
	background-image: url('images/copyrightorta.gif');
	height: 45px

background-repeat: repeat-x;
Font-family: "Tahoma" ;}

.catbg4
{
	background-image: url('images/altarka.gif');

background-repeat: repeat-x;
Font-family: "Tahoma" ;}
.catbg5
{
	background-image: url('images/orta.gif');

background-repeat: repeat-x;
Font-family: "Tahoma" ;}

.codercan_merhaba
{
	margin: 0 0ex 0ex 0ex;
	padding: 0ex; 
	background-image: url("images/wb_bg.gif");
	background-repeat: repeat-x;
}

.catbgqicknsearch
{
	background-image: url('images/m_navbg.gif');
    background-repeat: repeat-x;
	background-color: #000;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
Font-family: "Tahoma" ;}

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #dddddd;
	font-family: "courier new", "times new roman", monospace;
	font-size: x-small;
	line-height: 1.3em;
	/* Put a nice border around it. */
	border: 1px solid #000000;
	margin: 1px auto 1px auto;
	padding: 1px;
	width: 99%;
	/* Don't wrap its contents, and show scrollbars. */
	white-space: nowrap;
	overflow: auto;
	/* Stop after about 24 lines, and just show a scrollbar. */
	max-height: 24em;
Font-family: "Tahoma" ;}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
	line-height: 1.2em;
Font-family: "Tahoma" ;}

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

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

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

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

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg
{
	color: #000000;
	background-color: #f8f8f8;
Font-family: "Tahoma" ;}
.windowbg2
{
	font-weight: bold;
	color: #b50000;
	background-color: #F6F6F6;
Font-family: "Tahoma" ;}
.windowbg3
{
	color: #000000;
	background-color: #E0E1E8;
Font-family: "Tahoma" ;}
/* the today container in calendar */
.calendar_today
{
	background-color: #FFFFFF;
Font-family: "Tahoma" ;}

/* 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
{
	color: black;
	font-style: normal;
	background: url(images/titlebg.jpg) #E9F0F6 repeat-x;
	border-bottom: solid 1px #9BAEBF;
	border-top: solid 1px #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
Font-family: "Tahoma" ;}
.titlebg, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	color: black;
	font-style: normal;
Font-family: "Tahoma" ;}

.titlebg a:hover
{
	color: #000000;
Font-family: "Tahoma" ;}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
	color: black;
	font-style: normal;
	text-decoration: underline;
Font-family: "Tahoma" ;}

.titlebg2 a:hover
{
	text-decoration: underline;
Font-family: "Tahoma" ;}

/* 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 , .catbg3 , tr.catbg3 td
{
	background: url(images/catbg.jpg) #88A6C0 repeat-x;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
Font-family: "Tahoma" ;}
.catbg2 , tr.catbg2 td
{
	background: url(images/catbg2.jpg) #A1BFD9 repeat-x;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
Font-family: "Tahoma" ;}
.catbg, .catbg2, .catbg3
{
	border-bottom: solid 1px #375576;
Font-family: "Tahoma" ;}
.catbg, .catbg2
{
	font-weight: bold;
Font-family: "Tahoma" ;}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	font-size: 95%;
	color: white;
	text-decoration: none;
Font-family: "Tahoma" ;}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
	color: white;
	text-decoration: none;
Font-family: "Tahoma" ;}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
	color: #e0e0ff;
Font-family: "Tahoma" ;}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	padding: 1px;
	border: 1px solid #000000;
	background-color: #ffffff;
	padding: 0px;
Font-family: "Tahoma" ;}

/* This is used on tables that should just have a border around them. */
.tborder
{
	padding: 1px;
	border: 1px solid #000000;
	background-color: #ccc;
Font-family: "Tahoma" ;}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: x-small;
Font-family: "Tahoma" ;}
.middletext
{
	font-size: 90%;
	color: #ce0000;
Font-family: "Tahoma" ;}
.normaltext
{
	font-size: small;
Font-family: "Tahoma" ;}
.largetext
{
	font-size: large;
Font-family: "Tahoma" ;}


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

/* 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;
Font-family: "Tahoma" ;}

/* Sometimes there will be an error when you post */
.error
{
	color: red;
Font-family: "Tahoma" ;}

/* definitions for the main tab, active means the tab reflects which page is displayed */
.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last
{
	background-position: left bottom;
	color: white;
	text-transform: uppercase;
	vertical-align: top;

}
.maintab_back, .maintab_active_back
{
	color: white;
	text-decoration: none;
	font-size:  10px;
	vertical-align: top;
	text-align:center;
	padding: 2px 6px 6px 6px;
	font-family: tahoma, sans-serif;
font-weight: bold;
}

.maintab_first
{
	background-image: url('images/maintab_first.gif');
	background-repeat: no-repeat;
	width: 10px
}
.maintab_back
{
	background-image: url('images/maintab_back.gif');
	background-repeat: repeat-x
}
.maintab_last
{
	background-image: url('images/maintab_last.gif');
	background-repeat: no-repeat;
	width: 8px
}
.maintab_active_first
{
	background-image: url('images/maintab_active_first.gif');
	background-repeat: no-repeat;
	width: 6px
}
.maintab_active_back
{
	background-image: url('images/maintab_active_back.gif');
	background-repeat: repeat-x
}
.maintab_active_last
{
	background-image: url('images/maintab_active_last.gif');
	background-repeat: no-repeat;
	width: 8px
}

/* how links behave in main tab. */
.maintab_back a:link, .maintab_back a:visited, .maintab_active_back a:link, .maintab_active_back a:visited
{
	color: white;
	text-decoration: none;
}

.maintab_back a:hover, .maintab_active_back a:hover
{
	color: #e0e0ff;
	text-decoration: none;
}
/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
	background-position: left top;
	color: white;
	text-transform: uppercase;
	vertical-align: top;

}
.mirrortab_back, .mirrortab_active_back
{
	color: white;
	text-decoration: none;
	font-size: 9px;
	vertical-align: bottom;
	padding: 6px 6px 2px 6px;
	font-family: tahoma, sans-serif;
font-weight: bold;
}

.mirrortab_first
{
	background-image: url('images/mirrortab_first.gif');
	background-repeat: no-repeat;
	width: 10px
}
.mirrortab_back
{
	background-image: url('images/mirrortab_back.gif');
	background-repeat: repeat-x
}
.mirrortab_last
{
	background-image: url('images/mirrortab_last.gif');
	background-repeat: no-repeat;
	width: 6px
}
.mirrortab_active_first
{
	background-image: url('images/mirrortab_active_first.gif');
	background-repeat: no-repeat;
	width: 6px
}
.mirrortab_active_back
{
	background-image: url('images/mirrortab_active_back.gif');
	background-repeat: repeat-x
}
.mirrortab_active_last
{
	background-image: url('images/mirrortab_active_last.gif');
	background-repeat: no-repeat;
	width: 8px
}

/* how links behave in mirror tab. */
.mirrortab_back a:link, .mirrortab_back a:visited, .mirrortab_active_back a:link, .mirrortab_active_back a:visited
{
	color: white;
	text-decoration: none;
}

.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
	color: #e0e0ff;
	text-decoration: none;
}


#profil
{
padding-left: 8px;
padding-top: 15px;
padding-bottom: 15px;
border : 2px solid #ffffff; 
margin: 0px;
background-color: #FFFFFF;	
font-family:Arial, Helvetica, sans-serif;
}


#cerceve
{
	background: url(images/cerceve/sol.gif) repeat-y top left;
Font-family: "Tahoma" ;}
#cerceve1
{
	background: url(images/cerceve/sag.gif) repeat-y top right;
Font-family: "Tahoma" ;}
#cerceve2
{
	background: url(images/cerceve/sagust.gif) no-repeat top right;
Font-family: "Tahoma" ;}

#cerceve3
{
	background: url(images/cerceve/solust.gif) no-repeat top left;
	padding: 0px 40px 0px 40px;
Font-family: "Tahoma" ;}

.profil
{
padding-left: 8px;
padding-top: 5px;
padding-bottom: 5px;
border : 2px solid #000000; 
margin: 0px;
background-color: #FFFFFF;	
font-family:Arial, Helvetica, sans-serif;
}
.protablo1
{
     border-right: 1px solid #FFFFFF;
     border-top: 1px solid #FFFFFF;
    padding: 3px 3px 3px 3px;
}
.protablo2
{
    border: 1px solid #C9C9C9;
    background-color: #EDEDED;
    margin-top: 2px;
}

.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}

/* BUBBLE PLASTIC HORIZONTAL MENU */

.bubplastic.horizontal {
	width: 100%;
	height: 27px;
	margin: 0;
	padding: 0;
	background: #000000 url(images/menu/bg-bubplastic.gif) top left repeat-x;
}
.bubplastic.horizontal ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.bubplastic.horizontal ul li {
	float: left;
	margin: 0;
	padding: 0;
	background: transparent url(images/menu/bg-bubplastic-button.gif) top left no-repeat;
}

.bubplastic.horizontal ul li a {
	display: block;
	height: 27px;
	padding-left: 35px;
	float: left;
	text-transform: uppercase;
	font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
	font-size: 70%;
	color: #FFFFFF;
	text-decoration: none;
}

.bubplastic.horizontal ul li a span.menu_ar {
	display: block;
	float: left;
	height: 22px;
	padding-top: 5px;
	padding-right: 35px;
	background: transparent url(images/menu/bg-bubplastic-button.gif) top right no-repeat;
	cursor: pointer;
}
/* END BUBBLE PLASTIC HORIZONTAL MENU */



/* BUBBLE PLASTIC VERTICAL MENU */

.bubplastic.vertical {
	width: 250px;
	margin: 0;
	padding: 0;
	display: block;
}
.bubplastic.vertical ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.bubplastic.vertical ul li {
	display: block;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	background: transparent url(images/menu/bg-bubplastic-button.gif) top left no-repeat;
}

.bubplastic.vertical ul li a {
	display: block;
	margin: 0;
	width: 100%;
	padding-left: 35px;
	text-transform: uppercase;
	font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
	font-size: 70%;
	color: #FFFFFF;
	text-decoration: none;
	background: transparent url(images/menu/bg-bubplastic-button.gif) top left no-repeat;
}

.bubplastic.vertical ul li a span.menu_ar {
	display: block;
	margin: 0;
	width: 100%;
	height: 22px;
	padding-top: 5px;
	padding-right: 35px;
	background: transparent url(images/menu/bg-bubplastic-button.gif) top right no-repeat;
	cursor: pointer;
}
/* END BUBBLE PLASTIC VERTICAL MENU */



/* AQUA HOVER */
.bubplastic.aqua ul li a:hover,
.bubplastic.aqua ul li.highlight a {
	background: transparent url(images/menu/bg-bubplastic-h-aqua.gif) top left no-repeat;
}
.bubplastic.aqua ul li a:hover span.menu_ar,
.bubplastic.aqua ul li.highlight a span.menu_ar {
	background: transparent url(images/menu/bg-bubplastic-h-aqua.gif) top right no-repeat;
}


/* BLUE HOVER */
.bubplastic.blue ul li a:hover,
.bubplastic.blue ul li.highlight a {
	background: transparent url(images/menu/bg-bubplastic-h-blue.gif) top left no-repeat;
}
.bubplastic.blue ul li a:hover span.menu_ar,
.bubplastic.blue ul li.highlight a span.menu_ar {
	background: transparent url(images/menu/bg-bubplastic-h-blue.gif) top right no-repeat;
}


/* GRAY HOVER */
.bubplastic.gray ul li a:hover,
.bubplastic.gray ul li.highlight a {
	background: transparent url(images/menu/bg-bubplastic-h-gray.gif) top left no-repeat;
}
.bubplastic.gray ul li a:hover span.menu_ar,
.bubplastic.gray ul li.highlight a span.menu_ar {
	background: transparent url(images/menu/bg-bubplastic-h-gray.gif) top right no-repeat;
}


/* LIME HOVER */
.bubplastic.lime ul li a:hover,
.bubplastic.lime ul li.highlight a {
	background: transparent url(images/menu/bg-bubplastic-h-lime.gif) top left no-repeat;
}
.bubplastic.lime ul li a:hover span.menu_ar,
.bubplastic.lime ul li.highlight a span.menu_ar {
	background: transparent url(images/menu/bg-bubplastic-h-lime.gif) top right no-repeat;
}


/* ORANGE HOVER */
.bubplastic.orange ul li a:hover,
.bubplastic.orange ul li.highlight a {
	background: transparent url(images/menu/bg-bubplastic-h-orange.gif) top left no-repeat;
}
.bubplastic.orange ul li a:hover span.menu_ar,
.bubplastic.orange ul li.highlight a span.menu_ar {
	background: transparent url(images/menu/bg-bubplastic-h-orange.gif) top right no-repeat;
}


/* PINK HOVER */
.bubplastic.pink ul li a:hover,
.bubplastic.pink ul li.highlight a {
	background: transparent url(images/menu/bg-bubplastic-h-pink.gif) top left no-repeat;
}
.bubplastic.pink ul li a:hover span.menu_ar,
.bubplastic.pink ul li.highlight a span.menu_ar {
	background: transparent url(images/menu/bg-bubplastic-h-pink.gif) top right no-repeat;
}


/* PURPLE HOVER */
.bubplastic.purple ul li a:hover,
.bubplastic.purple ul li.highlight a {
	background: transparent url(images/menu/bg-bubplastic-h-purple.gif) top left no-repeat;
}
.bubplastic.purple ul li a:hover span.menu_ar,
.bubplastic.purple ul li.highlight a span.menu_ar {
	background: transparent url(images/menu/bg-bubplastic-h-purple.gif) top right no-repeat;
}


/* RED HOVER */
.bubplastic.red ul li a:hover,
.bubplastic.red ul li.highlight a {
	background: transparent url(images/menu/bg-bubplastic-h-red.gif) top left no-repeat;
}
.bubplastic.red ul li a:hover span.menu_ar,
.bubplastic.red ul li.highlight a span.menu_ar {
	background: transparent url(images/menu/bg-bubplastic-h-red.gif) top right no-repeat;
}

#test li {
	display: block;
	border: solid 1px red;
}

.orta
{
background-image: url('images/orta.gif');
background-repeat: repeat-y;
width: 1003px;
text-align:left;

}

.ust
{
background-image: url('images/ust.gif');
background-repeat: no-repeat;
width: 1003px;
height: 176px;

}

.alt
{
background-image: url('images/alt.gif');
background-repeat: no-repeat;
width: 1003px;
height: 81px;

}

/* Login  */
span.quick span.yoo-login span.login {
	height: 20px;
	width: 500px;
	font-size: 100%;
}

span.quick span.yoo-login span.login .username,
span.quick span.yoo-login span.login .password,
span.quick span.yoo-login span.login .login-button-text,
span.quick span.yoo-login span.login .login-button-icon,
span.quick span.yoo-login span.login .lostpassword,
span.quick span.yoo-login span.login .activatecode,
span.quick span.yoo-login span.login .registration,
span.quick span.yoo-login span.logout .greeting,
span.quick span.yoo-login span.logout .logout-button-text,
span.quick span.yoo-login span.logout .logout-button-icon {
	padding-right: 5px;
	float: left;
}

span.quick span.yoo-login span.login .username input, span.quick span.yoo-login span.login .password input {
	width: 70px;
	height: 16px;
	padding: 4px 0px 0px 30px;
	border: none;
	outline: none;
	float: left;
	color: #646464;
	font-size: 75%;
}

span.quick span.yoo-login span.login .username input {
	background: url('images/username_bg.png') no-repeat 0 0;
}

span.quick span.yoo-login span.login .password input {
	background: url('images/password_bg.png') no-repeat 0 0;
}

span.quick span.yoo-login span.login .username input:hover, span.quick span.yoo-login span.login .username input.sfhover {
	background: url('images/username_bg.png') no-repeat 0 -20px;
	color: #000000
}

span.quick span.yoo-login span.login .password input:hover, span.quick span.yoo-login span.login .password input.sfhover {
	background: url('images/password_bg.png') no-repeat 0 -20px;
	color: #000000
}

span.quick span.yoo-login span.login .username input:focus, span.quick span.yoo-login span.login .username input.sffocus {
	background: url('images/username_bg.png') no-repeat 0 -20px;
	color: #000000
}

span.quick span.yoo-login span.login .password input:focus, span.quick span.yoo-login span.login .password input.sffocus {
	background: url('images/password_bg.png') no-repeat 0 -20px;
	color: #000000
}

span.quick span.yoo-login span.login .login-button-text button {
	margin-top: -1px;
	cursor: pointer;
}

span.quick span.yoo-login span.login .login-button-icon button {
	display: block;
	height: 20px;
	width: 21px;
	padding: 0px;
	border: medium none;
	background: url('images/login_button_bg.png') no-repeat 0 0;
	cursor: pointer;
	overflow: hidden
}

span.quick span.yoo-login span.login .login-button-icon button:hover, span.quick span.yoo-login span.login .login-button-icon button.sfhover  {
	background: url('images/login_button_bg.png') no-repeat 0 -20px;
}

span.quick span.yoo-login span.login .lostpassword a, span.quick span.yoo-login span.login .activatecode a, span.quick span.yoo-login span.login .registration a {
	display: block;
	height: 20px;
	width: 25px;
	cursor: pointer;
	overflow: hidden;
}

span.quick span.yoo-login span.login .lostpassword a  {
	background: url('images/lost_password_bg.png') no-repeat 0 0px;
}

span.quick span.yoo-login span.login .activatecode a  {
	background: url('images/activatecode.png') no-repeat 0 0px;
}

span.quick span.yoo-login span.login .registration a  {
	background: url('images/registration_bg.png') no-repeat 0 0px;
}

/kategori catbg
.catbgsol {
	background: #000 url(images/catbgsol.gif) 100% 0 no-repeat;
	padding-left: 10px;
	position: relative;
}
.catbgsag {
	background: #000 url(images/catbgsag.gif) 100% 0 no-repeat;
	padding-right: 10px;
	position: relative;
}
.newsfader {
	padding: 0;
	margin: 0;
	background-color: #ffffff;
	text-align: center;
}
#smfFadeScroller, .newsbox {
	margin: 0;
	padding: 5px 10px;
	border: 1px solid #ccc;
}
.altarka {
	height: 23px;
	line-height: 23px;
	padding: 0;
	margin: 0 0 10px 0;
	background: #000 url(images/altarka.gif) 0 0 repeat-x;
}
.altsol {
	background: #000 url(images/altsol.gif) 0 0 no-repeat;
	padding-left: 10px;
	position: relative;
}
.altsag {
	background: #000 url(images/altsag.gif) 100% 0 no-repeat;
	padding-right: 10px;
	position: relative;
}

.border {
	padding: 0;
	margin: 0;
	background-color: #fff;
}
.solborder {
	background: #fff url(images/sol.gif) 0 0 repeat-y;
	padding-left: 5px;
	position: relative;
}
.sagborder {
	background: #fff url(images/sag.gif) 100% 0 repeat-y;
	padding-right: 5px;
	position: relative;
}

.muhammet
{
border: 3px solid #e5e5e5;
padding: 0px; 
	margin: 1px; 
	}

.tborder_cengiz
{
	padding: 1px;
 	border-right: 5px solid #636563;
     	border-left: 5px solid #636563;
	background-color: #F7F3F7;
Font-family: "Tahoma" ;}

/*- Menu Tabs 9--------------------------- */

    #tabs9 {
      float:left;
      width:100%;
      font-size:93%;
      line-height:normal;
      }
    #tabs9 ul {
          margin:0;
          padding:10px 100px 0 50px;
          list-style:none;
      }
    #tabs9 a {
      float:right;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs9 a span {
      float:left;
      display:block;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs9 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs9 a:hover span {
      color:#FFF;
      }
    #tabs9 a:hover {
      background-position:0% -42px;
      }
    #tabs9 a:hover span {
      background-position:100% -42px;
      }

      #tabs9 #current a {
              background-position:0% -42px;
      }
      #tabs9 #current a span {
              background-position:100% -42px;
      }


h2 {
        font: bold 14px Verdana, Arial, Helvetica, sans-serif;
        color: #000;
        margin: 0px;
        padding: 0px 0px 0px 15px;
}

ul {
        list-style: none;
        margin: 0;
        padding: 0;
        }

img {
    border: none;
}

