.expert_mesaj {
background:none repeat scroll 0 0 #fcfcfc;
border:1px solid #d2d2d2;
box-shadow:0 0 4px rgba(0,0,0,0.07);
line-height:140%;
font-size:11px;
font-family:Tahoma,Geneva,Sans-Serif;
margin:0 auto;
min-width:930px;
margin-bottom:5px;
padding:10px;
text-shadow:0 1px 0 #fff;
}

.threads_posts_box {
   border: 1px solid #CCC;
   padding: 2px;
   background-color: #FFF;
   border-radius: 4px;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
margin-left:11px;
margin-right:11px;
}

.onek, .durum {
	vertical-align:middle;
	display:inline-block;
	height:16px;
	line-height:16px;
	padding:0 5px;
	font-size: 9px;
	font-weight: bold;
	text-transform:uppercase;
	color:#fff;
	text-shadow:rgba(0,0,0,0.2) 0px -1px 0px;
	border-radius:3px;
	-webkit-border-radius:3px;
        margin-top:-2px;
}

.onek_turuncu, .durum_away {
	background:#FF7F00;
}

.onek_maroon, .durum_offline {
	background:#800000;
}

.onek_maroon, .durum_online {
	background:#2980b9;
}

.main-alert {
	padding: 0 64px 0 16px;
	height: 28px;
	line-height: 28px;
	position: relative;
	color: #FAFAFA;
        border: 1px solid #ccc;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12),0 1px 2px rgba(0, 0, 0, 0.24);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12),0 1px 2px rgba(0, 0, 0, 0.24);
	margin-bottom: 18px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.main-alert:before {
	background-color: rgba(0, 0, 0, 0.24);
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	position: absolute;
	top: 0;
	right: 0;
	height: 28px;
	line-height: 28px;
	width: 38px;
	text-align: center;
	font-size: 16px;
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}

.main-alert-success {
	background: url(http://i.hizliresim.com/GBvqR2.png) repeat-x scroll;
}

.main-alert-success:before {
	content: "\f00c";
}

.menu {
	float: right;
	margin: 40px 10px;
}

.menu ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.menu ul li {
	float: left;
	margin: 0 2px;
}

.menu ul li a {
	background: url(http://i.hizliresim.com/GBvqR2.png) #215b87;
	padding: 10px;
	border-radius: 3px;
	color: #fff;
	text-decoration: none;
	transition: all 150ms;
}

.menu ul li a:hover, .menu ul li a.active {
	background: transparent;
	color: #004877;
}

#sol-menu {
  position: fixed;
  width: 40px;
  height: 160px;
  left: 0px;
  top: calc( 50% - 70px );
  background: #ffffff; /* Old browsers */
  background: -webkit-linear-gradient(#ffffff 0%, #e5e5e5 100%);
  background: -moz-linear-gradient(#ffffff 0%, #e5e5e5 100%);
  background: -o-linear-gradient(#ffffff 0%, #e5e5e5 100%);
  background: linear-gradient(#ffffff 0%, #e5e5e5 100%); /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
  border: 1px solid #efefef;
  border-left: none;
  border-radius: 0 7px 7px 0;
  box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

#sol-menu ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

#sol-menu ul li {
  width: 30px;
  text-align: center;
  height: 30px;
  padding: 5px;
  border-bottom: 1px solid rgba(0,0,0,0.15);
  line-height: 30px;
}

#sol-menu ul li:last-child {
  border-bottom: none;
}

#sol-menu ul li a {
  color: #334750;
  background: rgba(0,0,0,.05);
  box-shadow: inset 0px 2px 3px rgba(0,0,0,.3);
  height: 20px;
  float: left;
  width: 25px;
  margin: 2.5px;
  border-radius: 25px;
  transition: all 250ms;
  font-size: 15px;
  padding-top: 5px;
}

#sol-menu ul li a:hover {
  background: #1976D2;
  color: #fff;
}

#sol-menu ul li a.twitter {
  color: #00aced;
}

#sol-menu ul li a.twitter:hover {
  background: #00aced;
  color: #fff;
}

#sol-menu ul li a.facebook {
  color: #3b5998;
}

#sol-menu ul li a.facebook:hover {
  background: #3b5998;
  color: #fff;
}
		