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

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #222222;
	text-decoration: none;
}
a.nav:hover
{
	color: #cc3333;
	text-decoration: underline;
}

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

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

/* The main body of the entire forum. */
body
{
	background-image:url(images/arka.gif);
	margin: 0 auto;
	width: 1150px;
}


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

textarea
{
   font-size: 100%;
   color: #ffffff;
   font-family: verdana, sans-serif;
   background-color: #99cc00;
}

/* 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
{
	font-size: 90%;
	font-weight: normal;
	color: #000000;
	font-family: verdana, 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;
	color: #FFFFFF;
	background-image:url(images/alintiresmi.jpg);
	background-repeat: repeat-x;
    background-color: #000000;
	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;
	color: #FFFFFF;
    background-image:url(images/alintiresmi.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
	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, #preview_body
{
	color: #000000;
	background-color: #F5F5F5;
}
.windowbg2
{
	color: #000000;
	background-color: #F5F5F5;
}
.windowbg3
{
	color: #000000;
	background-color: #F5F5F5;
}
/* 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
{
	color: black;
	font-style: normal;
	background: url(images/titlebg.gif) #E9F0F6 repeat-x;
	padding-left: 10px;
	padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	color: black;
	font-style: normal;
}

.titlebg a:hover
{
	color: #404040;
}
/* 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;
}

.titlebg2 a:hover
{
	text-decoration: underline;
}

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

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

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: x-small;
	font-family: verdana, sans-serif;
}
.middletext
{
	font-size: 90%;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}


/* 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, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last
{
	color: #222222;
	text-transform: uppercase;
	vertical-align: top;
}
.maintab_back, .maintab_active_back
{
	color: #222222;
	text-decoration: none;
	font-size:  9px;
	vertical-align: top;
	padding: 2px 6px 6px 6px;
	font-family: tahoma, sans-serif;
}



/* 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: #222222;
	text-decoration: none;
}

.maintab_back a:hover, .maintab_active_back a:hover
{
	color: ##222222;
	text-decoration: none;
}
/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
	color: #222222;
	text-transform: uppercase;
	vertical-align: top;
}
.mirrortab_back, .mirrortab_active_back
{
	color: #222222;
	text-decoration: none;
	font-size: 9px;
	vertical-align: bottom;
	padding: 6px 6px 2px 6px;
	font-family: tahoma, sans-serif;
}


/* 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: #222222;
	text-decoration: none;
}

.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
	color: #222222;
	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;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowsbg, #preview_body
{
background-color:#F8F7F7;
}
.windowsbg2
{
background-color:#F3F3F3;
}
.windowsbg3
{
background-color:#F8F7F7;
}
.copyright {
	text-align: center;
	font-size: x-small;
	font-family: verdana, sans-serif;
	color: #222222;
	height: 30px;
	padding-top: 15px;
}
.copyright a:link, .copyright a:visited 
{
	color: #222222;
	text-decoration: none;
}
.copyright a:hover
{
	color: #222222;
}
.newborder
{
	border: 1px solid #CCCCCC;
}
.orta
{
	color: #212121;
	background: url(images/orta.gif) ;
	border-left: 1px solid #F6F6F6;
	border-right: 1px solid #F6F6F6;
}
#menucontainer{
	position:relative;
	color:#CCC;
	width:100%;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	}
#menunav{
	position:relative;
	height:34px;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	background: url(images/menu.jpg) repeat-x;
	padding:0 0 0 20px;}
	
#menunav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;	
	float:left;}

#menunav ul li{
	display:block;
	float:left;
	margin:0 1px;}

#menunav ul li a{
	display:block;
	float:left;
	color: #ffffff;
	text-decoration:none;
	padding:0 0 0 20px;
	height:34px;}

#menunav ul li a span{
	padding:8px 20px 0 0;
	height:21px;
	float:left;}

#menunav ul li a:hover{
	color:#ECECEC;	
	background: url(images/menu.jpg) repeat-x;
			  
  
}
#menunav ul li a:hover span{
	display:block;
	width:auto;
	cursor:pointer;
}
.header {
	height: 100px;
	margin: 0;
	color: #212121;
	0 0 repeat-x;
}

.headerl {
	0 0 no-repeat;
	padding-left: 22px;
	position: relative;
}
.headerr {
	100% 0 no-repeat;
	padding-right: 17px;
	position: relative;
}.user {
	float: right;
	text-align: right;
	font-size: small;
	font-family: verdana, sans-serif;
	color:#222222;
	padding-right: 45px;
	padding-top: 30px;
}
.user a:link, .user a:visited 
{
	color: #222222;
	text-decoration: none;
}
.user a:hover
{
	color: #222222;
}
#time4bed-nav{position:relative;height:43px;font-size:14px;text-transform:uppercase;background:#fff url(images/time4bed_bg.gif) repeat-x bottom left;font-family:Georgia, "Times New Roman", Times, serif;}
#time4bed-nav ul{margin:0;padding:0;list-style-type:none;width:auto;float:left;}
#time4bed-nav ul li{display:block;float:left;margin:0 2px;}
#time4bed-nav ul li a{display:block;float:left;color:#ffdab6;text-decoration:none;padding:0 0 0 25px;height:43px;line-height:50px;}
#time4bed-nav ul li a span{display:block;float:left;padding:0 25px 0 0;height:31px;width:auto;}
#time4bed-nav ul li a:hover{color:#894d12;background:transparent url(images/time2bed_left-ON.gif) no-repeat top left;}
#time4bed-nav ul li a:hover span{display:block;cursor:pointer;}

/* Yeni Üye Giriş Paneli by Hoochie Coochie Man and Powered by YooTheme  */
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;
}



.post img, .personalmessage img
{
   max-width:750px;
   width: expression(this.width > 750 ? 750: true);
}



/* By default set the color on these tags as black. */
h1, h2, h3, h4, h5, h6, h7
{
   color: black;
   font-size: 1em;
   margin: 0;
   padding: 0;
}

/* No image should have a border when linked. */
a img
{
   border: 0;
}

/* No lines around buttons in Firefox! */
a
{
   outline: none;
}

/* Reset all lists. */
ul, ul li
{
   padding: 0;
   margin: 0;
   list-style: none;
}

/* We can define lists to be lists tho! */
ul.normallist
{
   padding-left: 2em;
}

ul.normallist li
{
   list-style: disc;
}
.textv
{
   width: 96%;
  background-image:url('images/text.gif');
}

/*wrap the topic title*/
.lol
{
background: white;            /*box background*/
color: #0000FF;               /*text color*/
border: 1px solid #192B40;    /*thickness and color of box outline*/
padding: 7px;                 /*gap/space between text and edge of box*/
text-align: center;
font-size: 12pt;
margin: 10px auto;            /*to push the gap between the box and other ie. poll*/
width: 500px;                 /*remove or cancel out this line to span the box across the whole screen*/
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
}
/*BookMark*/
ul.socials {}
ul.socials li {
 display:inline-block;
 float:left;
 list-style-type:none;
 margin:0 2px 0 0;
 height:29px;
 width:50px;
 cursor:pointer;
}
ul.socials a {
 display:block;
 width:50px;
 height:29px;
 font-size:0;
 color:transparent;
 
}
.furl, .furl:hover, .digg, .digg:hover, .reddit, .reddit:hover, .stumble, .stumble:hover, .delicious, .delicious:hover, .yahoo, .yahoo:hover, .blinklist, .blinklist:hover, .technorati, .technorati:hover, .facebook, .facebook:hover, .twitter, .twitter:hover, .myspace, .myspace:hover, .mixx, .mixx:hover, .script-style, .script-style:hover, .designfloat, .designfloat:hover, .rss, .rss:hover  {
 background:url('http://www.buyukpaylasim.com/forum/Themes/default/images/sprite-trans.png');
}
.furl {
 background-position:-300px top;
}
.furl:hover {
 background-position:-300px bottom;
}
.digg {
 background-position:-500px top;
}
.digg:hover {
 background-position:-500px bottom;
}
.reddit {
 background-position:-100px top;
}
.reddit:hover {
 background-position:-100px bottom;
}
.stumble {
 background-position:-50px top;
}
.stumble:hover {
 background-position:-50px bottom;
}
.delicious {
 background-position:left top;
}
.delicious:hover {
 background-position:left bottom;
}
.yahoo {
 background-position:-650px top;
}
.yahoo:hover {
 background-position:-650px bottom;
}
.blinklist {
 background-position:-600px top;
}
.blinklist:hover {
 background-position:-600px bottom;
}
.technorati {
 background-position:-700px top;
}
.technorati:hover {
 background-position:-700px bottom;
}
.myspace {
 background-position:-200px top;
}
.myspace:hover {
 background-position:-200px bottom;
}
.twitter {
 background-position:-350px top;
}
.twitter:hover {
 background-position:-350px bottom;
}
.facebook {
 background-position:-450px top;
}
.facebook:hover {
 background-position:-450px bottom;
}
.mixx {
 background-position:-250px top;
}
.mixx:hover {
 background-position:-250px bottom;
}
.rss {
 background-position:-150px top;
}
.rss:hover {
 background-position:-150px bottom;
}
.script-style {
 background-position:-400px top;
}
.script-style:hover {
 background-position:-400px bottom;
}
.designfloat {
 background-position:-550px top;
}
.designfloat:hover {
 background-position:-550px bottom;
}


