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

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #800000;
	text-decoration: none;
}
a.nav:hover
{
	color: #232323;
	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: #323232;
	font-size: small;
	font-family: Trebuchet MS, arial;

}
/* The main body of the entire forum. */
body {
	
	
  
	background-image: url(images/bg.jpg);
 
	margin-top: 0px;
	padding: 0px 0px 0px 0px;

}
/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	color: #000000;
	font-family: Trebuchet MS, arial;

}
input, button
{
	font-size: 90%;
}

textarea
{
	font-size: 100%;
	color: #000000;
	font-family: Trebuchet MS, arial;

}

/* 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: Trebuchet MS, arial;

}

/* 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 {
	outline: 0;
}
/* A quote, perhaps from another post. */
.quote {
	color: #000000;
	background-color: #F1F1F1;
	border: 2px solid #000000;
	border-left: 6px solid #000000;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
	line-height: 1.4em;
}
/* 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: 2px solid #000000;
	border-left: 6px 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;
}
/* 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;
}
/* 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: #eeeeee;
color: #000000;
border:1px solid #cacaca;


}
.windowbg2
{
		 
	background: #e6e6e6;

color: #000000;
border:1px solid #cacaca;



}
.windowbg3
{
	  background: #f1f1f1;

color: #000000;
border:1px solid #cacaca;


	}

/* the today container in calendar */
.calendar_today
{
	background-color: #EFEFEF;
}

/* 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;
	
	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.jpg) #ffffff repeat-x;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg2 , tr.catbg2 td {
	background: url(images/catbg.jpg) #ffffff 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 {
  

	padding: 0px;
}

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

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

}
.middletext
{
	font-size: x-small;
	font-family: verdana, sans-serif;
}
.normaltext
{
	font-size: x-small;
	font-family: verdana, sans-serif;
}
.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, .mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last {
	vertical-align: top;
	text-transform: uppercase;
}

.maintab_back, .maintab_active_back, .mirrortab_back, .mirrortab_active_back {
	text-decoration: none;
	font-size: 11px;
	padding: 5px;
}

.maintab_first,.mirrortab_first {
	 display: none;
}

.maintab_back,.mirrortab_back {}

.maintab_last,.mirrortab_last {
	display: none;
}

.maintab_active_first, .mirrortab_active_first {
	display: none;
}

.maintab_active_back, .mirrortab_active_back {
	text-decoration: overline;
}

.maintab_active_last, .mirrortab_active_last {
	display: none;
}

/* how links behave in main tab. */
.maintab_back a:link, .maintab_back a:visited, .mirrortab_back a:link, .mirrortab_back a:visited {
	color: #323232;
	text-decoration: none;
}
.maintab_active_back a:link, .maintab_active_back a:visited, .mirrortab_active_back a:link, .mirrortab_active_back a:visited {
	color: #323232;
	text-decoration: none;
	font-weight: bold;
}
.maintab_back a:hover, .maintab_active_back a:hover, .mirrortab_back a:hover, .mirrortab_active_back a:hover {
	color: #800000;
	text-decoration: overline;
}

#linktree {
	clear: both;
	font-size: 0.9em;
	font-weight: 900;
	padding: 1em 0 0.4em 0;
	overflow: hidden;
	font-family: Helvetica, arial, sans-serif;
}

.arsivD{
font-color: #990000;
font-size: 8px;
font-family: Verdana ;
}


/* The AJAX notifier */
#ajax_in_progress
{
	background: #2F2F2F;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
}
#bodyarea {
	padding: 0px;
	margin: 0;
	
	background: url('images/body.jpg');
}
.page {
  
	background: url(images/ust-bot.png) #ffffff repeat-x;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	color: #333333;
	font-family: Trebuchet MS;
}
.inputs {
	background: #343434;
	color: #E3E3E3;
	border: 1px solid #C5C5C5;
}
.butt {
	background: #E5E5E5;
	color: #000000;
	font-size: 100%;
	padding: 1px;
	margin: 1px;
	border: 1px solid #ADADAD;
	font-family: verdana, arial, sans-serif;
}
#toolbar {
	 margin-top: 0;
	 padding: 0;
	 height: 32px;
	 background: url(images/toolbar.bmp) #000000 repeat-x;
}
/* Begin Menu */
#navi {
	list-style:none;
	margin:0;
	margin-left: 5px;
	padding:0;
	width:100%;
	height:40px;
	overflow:hidden;
}
* html body #navi {
	margin-left:0;
}
#menu { visibility: visible;}
#navi li {
	display:inline;
}
#navi li a, #navi li a:visited {
	color:#ccc;
	text-transform:uppercase;
	padding:5px 0;
	padding-left:7px;
	margin:0;
	margin-right:5px;
	line-height:40px;
	text-decoration: none;
}
#navi li a:hover, #navi li a:active,
#navi li.current a, #navi li.current a:visited {
	color:#333;
	background:url(./images/art/nav_left.png) no-repeat 0 50%;
	text-decoration: none;
}
#navi li span {
	padding:5px 0;
	padding-right:7px;
	text-decoration: none;
}
#navi li a:hover span, #navi li a:active span,
#navi li.current span {
	background:url(./images/art/nav_right.png) no-repeat 100% 50%;
	text-decoration: none;
}


/* Entire Template Width */
#wrap {
  width: 955px;

	background: #EEEEEE;
border: 0px solid #333333;
	

	min-width: 720px;
	margin: 0 auto;
	padding: 0px;

}
.clearfix {
	display: inline-block;
}
.left,.alignleft {
	float: left;
}
.right,.alignright {
	float: right;
}
/* Avatar Fix */
#smf-avatar {
	float: left;
	padding-top: 5px;
	padding-right: 10px;
}
#searcharea {
	position: absolute;
	float: right;
	top: 9em;
	right: 1.5em;
	height: 25px;
	width: 158px;
	background: url(./images/art/inputbox.png) no-repeat;
	overflow: hidden;
}
#searcharea .inputbox {
	background: transparent;
	color: #FFF;
	font-size: 14px;
	letter-spacing: 1px;
	font-family: Times New Roman, Lucida Grande, Georgia, serif;
	padding: 1px 15px 0;
	border: none;
	margin: 3px 15px 0 10px;
	width: 120px;
	height: 15px;
}
#userarea {
	float: right;
	margin: 0 1em; 
	padding: 1em 1em 0 0;
	text-align: right;
	font-size: 0.95em;
	width: 38em;
	color: #000;
	font-family: tahoma, sans-serif;
}
#userarea a:link, #userarea a:visited {
	color: #696969;
}
#userarea a:hover {
	color: #a9a9a9;
	text-decoration: underline;
}

#news {
	position: absolute;
	float: left;
	clear: both;
  
 width: 90%;
	top: 8em;
	left: 0.2em;
	text-align: left;
	font-size: 13px;
	color: #FFF;
	font-family: "Segoe UI", "Lucida Grande", Tahoma,Arial, Helvetica, sans-serif;
}
#news a:link, #news a:visited {
	color: #e3e3e3;
}
#news a:hover {
	color:  #FAFAFA;
	text-decoration: underline;
}
/* Banners Logos Here! */
#logo {
	position: absolute;
	top: 0.84em;
	right: 25px;
	display: block;
	width: 250px!important;
	height: 80px!important;
	cursor: pointer;
	background: url(./images/art/logo.png) no-repeat;
}
#header {
	 position: relative;
	 height: 250px;
	 overflow: hidden;
	
  
background: url(images/art/topperbg.jpg) #ffffff repeat-x;
  
}
#head-r {
	 height: 140px;
	 background: 100% 0 no-repeat;
}
#head-l {
	 background: 0 0 no-repeat;
}

#footer {
	 background: url(images/art/botbg.png) repeat-x;
	 height: 55px;
}
#footerarea {
	font-family: verdana, sans-serif;
	text-align: center;
	padding: 2.5em;
	color: #FFF;
}
#footerarea a:link, #footerarea a:visited {
	color: #FFF;
}
#footerarea a:hover {
	color: #E3E3E3;
	text-decoration: none;
}



.bc13
{
	color : #000000;
		  background-color: #ffffff;
	background-image: url(images/bc13.gif);
	background-repeat:repeat-x;
		 
}


.colorb
{
	background: #ffffff;
	color: #000000;
	
}
.windowbg8
{
	background-color : #ededed;
}

.altbg
{
  background: url(images/catbg.jpg)  repeat-x;
  height: 10px;
}

a.googletag
	{
	color: #003399;
	}
	
a.googletagged
	{
	color: #336699;
	}
	
	

.kategoria
{
  background: url(images/kategoria.jpg)  repeat-x;
color: #ffffff;
  
}



.textv
{
	width: 96%;
  background-image:url('images/text.gif');
}


.ust
{
	background: url(images/bgbg.gif) #ffffff;
	color: #adadad;
	height: 30px;
}


.ustserit
{
	background: url(images/serit.gif) #ffffff;
	color: #ffffff;
	height: 3px;
}


.ustarka
{
		
	background-color: #ffffff;

}

a.googletag
	{
	color: #003399;
	}
	
a.googletagged
	{
	color: #336699;
	}
	


.bg3
{
background-image:url('images/bg3.gif');
background-color: #E2E2E2;

}
	

.profilarka
{
	color: #000000;
	background-image:url('images/profilarka.gif');
}

.profil1 {
	  padding-top: 3px;
	 padding-right: 0px;
	 padding-bottom: 3px;
	 padding-left: 0px;
	 margin: 3px 0px 3px 0px;
	 background-color: #ffffff;

	 border-top: 1px solid #d2d2d1 ;
	 border-right: 1px solid #d2d2d1 ;
	 border-left: 3px solid #d2d2d1 ;
	 border-bottom: 1px solid #d2d2d1;
background-image: url('images/snr.gif');
	
} 

.bc1
{
	color : #000000;
		  background-color: #ffffff;
	background-image: url(images/bg1.gif);
	background-repeat:repeat-x;
		  
}

.bc12
{
	color : #000000;
		  background-color: #ffffff;
	background-image: url(images/bg1.gif);
	background-repeat:repeat-x;
		 
}

.dikeyserit
{
	color : #000000;
					 background-color: #ffffff;
	background-image: url(images/dikeyserit.gif);
	background-repeat:repeat-x;
		 
}



.gorsel
{
	background-color: #ededed;
	background-image: url(images/bg2.gif);
	background-repeat:repeat-x;
		color: #4f4a4a;
  
		  cursor: pointer;
 border:1px solid #d2d2d1;
}

#forumblog { 
 color: #333;
 margin: 0px 0px 0px 0px;

 padding-left:0px;
padding-right:0px;
 width:79%;

 float: left;
}
#dikeyblog { 
 float: right;
 color: #333;
 margin: 0px 0px 0px 0px;
 padding-left:0px;
 padding-right:0px;
  width: 20%;
 

}



#wrapper { 
 margin: 0px 0px 0px 0px;

 width: 100%;
}
.profil {
	 padding-top: 3px;
	 padding-right: 0px;
	 padding-bottom: 3px;
	 padding-left: 0px;
	 margin: 3px 0px 3px 0px;
 background-color: #ffffff;

	 border-top: 1px solid #d2d2d1 ;
	 border-right: 1px solid #d2d2d1 ;
	 border-left: 3px solid #d2d2d1 ;
	 border-bottom: 1px solid #d2d2d1;
background-image: url('images/snr.gif');

	 }

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

}




.alt
{
background-image: url('images/alt.png');
background-repeat: no-repeat;
width: 950px;
height: 25px;
}
.bg
{
background-image:url('images/bg1.gif');
background-color: #ffffff;
background-repeat:repeat-x;
border-top:#ececec solid 1px;
border-bottom:#ececec solid 2px;
width:920px;
margin:auto;
padding-bottom:0px;
}

/*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') no-repeat;
}
.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;
}

ul {
	list-style:none;
	margin:0;
	padding:0;
}
#a li {
	float:left;
	width:auto;
	margin:0;
	padding:0px;
	text-align:center;
}
#a li a {
	display:block;
	padding:5px 20px;
	height:100%;
	color:#FFF;
	text-decoration:none;
	border-right:1px solid #000000;
	background:url(images/menu2.jpg) repeat -20px 35px;
	
}

#a li a:hover {
		  color:white;
	background-position:50px 0;
	font-weight: bold;
}

.ustbg
{
	color : #ffffff;
		  
	background: url(images/ustbg.jpg) #ffffff repeat-x;
	padding-left: 10px;
	padding-right: 10px;
		 
}

.dust
{
	background: url(images/dust.jpg) #ffffff repeat-x;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}

.dorta
{
	background: url(images/dorta.jpg) #ffffff repeat-x;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}

.duyuruarka
{
	background: url(images/duyuruarka.jpg) #ffffff repeat-x;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
}

.dr {
	float: left;
	padding-left: 35px;
	padding-right: 10px;
	border-right: 1px dashed #7C7C7D;
}
.dr2 {
	font-size: x-small;
	font-family: verdana, sans-serif;
	color: #CCC;
	float: left;
	padding-top: 5px;
	padding-left: 15px;
}


.topperbg
{
	color : #000000;
		  background-color: #ffffff;
	background-image: url(images/art/topperbg.png);

	background-repeat:repeat-x;
height: 102px;
		  
}

/* Okan Saglam - Giris Paneli Baslangic */
.girisust
{
background: url(images/login/girisust.png) no-repeat;
height: 122px;
width: 640px;
}
.girisalt
{
background: url(images/login/girisalt.png) no-repeat;
height: 51px;
width: 640px;
}
.giris
{
background: url(images/login/giris.png) no-repeat;
height: 227px;
width: 240px;
}


.girisaciklama
{
background: url(images/login/girisaciklama.png) no-repeat;
height: 227px;
width: 391px;
}
/* Okan Saglam - Giris Paneli Bittis */

}




.bc18
{
	color : #000000;
		  background-color: #ffffff;
	background-image: url(images/bg1.gif);
	background-repeat:repeat-x;
	  
padding: 0px;
	border: 1px solid #d2d2d1;
	
 
}

.bc19
{
	background: url(images/bgust.png) #ffffff repeat-x;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}

.bc20
{
	background: url(images/bgson.png) #ffffff repeat-x;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}

.bc30
{
	 background: #eeeeee;
color: #000000;



}


#modernbricksmenu2{
padding: 0;
width: 100%;
border-top: 3.5px solid #000033; /*Brown color theme*/ 
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

#modernbricksmenu2 ul{
margin:0;
margin-left: 40px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#modernbricksmenu2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

#modernbricksmenu2 a{
float: left;
display: block;
font: bold 11px Arial;
color: white;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
background-color: black; /*Brown color theme*/ 
border-top: 0px solid white;
}

#modernbricksmenu2 a:hover{
background-color: #000033; /*Brown color theme*/ 
color: white;
}

#modernbricksmenu2 #current a{ /*currently selected tab*/
background-color: #000033; /*Brown color theme*/ 
color: white;
border-color: #000033; /*Brown color theme*/ 
}

#myform{ /*CSS for sample search box. Remove if desired */
float: right;
margin: 0;
margin-top: 3px;
padding: 0;
}

#myform .textinput{
width: 190px;
border: 1px solid gray;
}

#myform .submit{
font: normal 12px Verdana;
height: 22px;
border: 1px solid black;
background-color: lightyellow;
}


#underlinemenu{
margin: 0;
padding: 0;
font-size: x-small;
width: 100%;

}

#underlinemenu ul{
margin: 0;
margin-bottom: 0em;
padding-left: 0;
float: left;
font-weight: bold;
width: 100%;
border: 1px solid #000000;
border-width: 1px 0;
font-size: x-small;

}

* html #underlinemenu ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;
font-size: x-small;
width: 100%;
}

#underlinemenu ul li{
display: inline;
font-size: x-small;
width: 100%;
background-color: #ffffff;
}


#underlinemenu ul li a{
float: left;
color: gray;


padding: 2px 6px 4px 6px;
text-decoration: none;
background: white url(images/menudivide.gif) repeat-y;

}

#underlinemenu ul li a:hover{
color: black;
background-color: #F3F3F3;
border-bottom: 4px solid black;
padding-bottom: 0;
font-size: x-small;

}




.sonmesaj
{
	color : #000000;
		  background-color: #ffffff;
	background-image: url(images/sonmesaj.png);
	background-repeat:repeat-x;
		 
}


#duyurular {
	position: absolute;
	float: center;
	top: 1em;
	
left: 25em;
	height: 150px;
	width: 160px;
	
	overflow: hidden;
}


.soncevap {
	color : #000000;
		  background-color: #ffffff;
	background-image: url(images/son_mesaj.bmp);
	background-repeat:repeat-x;
 
	padding-left: 10px;
	padding-right: 10px;
}


.mesajk
{
	color : #000000;
		  background-color: #ededed;
	background-image: url(images/bg34.bmp);
	background-repeat:repeat-x;
		 
}