/*#############################################################
Name: Shades of Gray
Date: 2006-11-05
Description: Monochrome, lightweight and totally liquid. Comes with three different layouts.
Author: Viktor Persson
URL: http://arcsin.se
URL: http://www.sanaliddaa.com

Feel free to use and modify but please provide credits.
#############################################################*/

html {
  margin:0px auto;
  background: #dfdfdf;
  /*
  background-image: url(../images/sanaliddaa.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top center;
  background-size: 100%;
  */
}

body {
  cursor: default;
	overflow: auto;
  margin: 0px;
}

body, table, p, input
{
  color: black;
	font-family: "Segoe UI", Tahoma, Arial, Tahoma, sans-serif;
	font-size: 11px;
}

p,ul {
	padding-bottom: 1.2em;
}

a {
	color: black;
	text-decoration: none;
}
a:hover {
  color: maroon;
  text-decoration: underline;
}

select {
  font-size: 90%;
}

blockquote {
  font-family: sans-serif;
  font-weight: bold;
}

code {
	background: #444;
	display: block;
	margin: 0 10px 12px;
	overflow: auto;
	padding: 8px 10px;
	white-space: pre;
}

td{
	padding: 4px 4px;
}
td.nopd{
	padding: 0px;
}
td.halfpd{
  padding: 2px 4px;
}

table.cal td
{
  padding: 0px;
}

img {border: none;}

input.button{
  background-color: #006600;
  border: 2px solid #FFCC00;
  padding: 3px;
  padding-left: 6px;
  padding-right: 6px;
  color: white;
  cursor: hand;
}

ul {margin-left: 2em;}

/* misc */
.clearer {clear: both;}
.stripes {
	height: 3px;
	background-color: #4F4F4F;
}

/* header */
.header {
	border-bottom: 1px solid #333;
	font-size: 240%;
	font-weight: bold;
	height: 100px;
	background: transparent url(../images/head-back.png) no-repeat;
}
.header a {
	color: #888;
	display: block;
	text-decoration: none;
	width: 100%;
}
.header div.logo {
  padding-right: 12px;
  padding-top: 20px;
  text-align: right;
}
.header a:hover {
	/* background: #E9E9E9; */
	color: black;
}

/* structure */
.container {
  border: 1px solid #666;
	border-top: none;
	width: 900px;
	margin-left: auto;
  margin-right: auto;
  background-color: white;
}

.container, .content, .subnav
{
  
}

.main {
	
}
.main .left {
  padding: 16px;
}
.main .right {
  padding: 16px;
  padding-left: 0px;
  padding-top: 0px;
}
.main .left_s{
  width: 70%;
  padding: 0px;
  padding-top: 5px;
}
.main .right_s{
  width: 30%;
  padding: 0px;
  padding-top: 5px;
}
.main .full_s{
  width: 100%;
  padding: 0px;
  padding-top: 5px;
}

.wrapper {
  background: url(../images/shad.jpg) no-repeat top;
}

.content {
	/* border-left: 1px solid #444;
	border-top: 1px solid #444; */
	padding: 16px;
	font-size: 100%;
}

/* content elements */
h1.title {
	color: black;
	margin-bottom: 10px;
	padding: 6px 0 4px;
	font-size: 110%;
	border-bottom: 1px dotted #6E6E6E;
}
.content .descr {margin-bottom: 5px;}

/* sub-navigation */
.subnav {
	padding: 12px;
	padding-top: 0px;
}

/* footer */
.footer {
	background: #393939;
	border-top: 1px solid #444;
	color: #999;
	padding: 10px;
	padding-left: 15px;
	padding-right: 15px;
}
.footer a {
  color: #666;
  padding-left: 2px;
  padding-right: 2px;
}
.footer a:hover {
	color: #BBB;
	background: #222;
}

.col3,.col3center {
	float: left;
	width: 31%;
}
.col3center {margin: 0 3%;}

/* bottom */
.bottom {
	color: #666;
	clear: both;
	font-size: 105%;
}
.bottom a {color: #888;}

/* Eksta css kodlari */

.menu{
  background: #393939;
  position: relative;
}

.menu ul{
  list-style-type:none;
  padding:0;
  margin:0;
  position: relative;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
  float:left;
  position:relative;
  z-index:100;
}
 
/* use the table to position the dropdown list */
.menu table{
  position:absolute;
  border-collapse:collapse;
  z-index:80;
  left:-1px;
  top:25px;
}
 
/* style all the links */
.menu a, .menu :visited {
	background: #393939;
	border-right: 1px solid #464646;
	color: #CCC;
	float: left;
	font-size: 110%;
	font-weight: bold;
	line-height: 34px;
	padding: 0 14px;
	text-decoration: none;
}
.menu ul ul a, .menu ul ul :visited
{
  line-height: 30px;
}
/* style the links hover */
.menu :hover, .menu .selected, .menu .hasnews{
  background: #2F2F2F;
}

.menu .hasnews{
  background: url(../images/extra/yanson.gif);
  color: white;
}
 
/* hide the sub level links */
.menu ul ul {
  visibility:hidden;
  position:absolute;
  width:169px;
  height:0;
  top: 33px;
}
.menu ul ul li a {
  width: 110px;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
  visibility:visible;
}
.menu li.user a span {
  background-color:#0da208;
}

.menu2 {
  padding:0;
  margin:0;
  list-style-type:none;
  white-space:nowrap;
}

.menu2 li {
  float:left;
}

.menu2 a {
  position:relative;
  display:block;
  text-decoration:none;
  float:left;
}

.menu2 a span {
  display:block;
  color:#fff;
  background:#333;
  border:1px solid #fff;
  border-width:2px 1px;
  text-align:center;
  padding:4px 12px;
}

.menu2 li.user a em {
  display:block;
  overflow:hidden;
  border:6px solid;
  border-color: black white;
  border-width:6px 6px 0 6px;
  position:absolute;
  left:50%;
  margin-left:-6px;
}

* html .menu2 a span {
  width:66px;
}

.menu2 a b {
  display:block;
  border-bottom:1px solid #555;

  }
.menu2 a em {
  display:none;
}
  
.menu2 a:hover {
  background: #fff;
}
  
.menu2 a:hover span {
  color:#fff;
  background-color: gray;
}

.super{
  font-size: 80%;
  vertical-align: top;
}

.nb{
  border: 0px solid black;
}

.bld { 
  font-weight:bold; 
}

.cntr { 
  text-align:center ; 
}

.w100 { 
  width:100% ; 
}

.w1 { 
  width:1px ; 
}

.trtopgri, .trtopbg {
  background-color: #E8E8E8;
}

.trtopgri td{
  border: 1px solid #EFEFEF;
}

.tdkutu {
  
}

.tdkutu td, .notdkutu td {
  border-bottom: 1px solid #EFEFEF;
  border-right: 1px solid #F2F2F2;
}

.notdkutu td
{
  border-width: 0px;
}

tr.mod{}
tr.tru{}

.tru_h {
  background-color: #F2F2F2;
}

.sclkrmz { background-color: #CC0000 ;}
.sclkrmz, .sclkrmz a { color: #fff ;}

.sclysl { background-color: #559955 ; }
.sclysl, .sclysl a { color: #fff ;}

.sclmavi { background-color: #02b3e9 ; }
.sclmavi, .sclmavi a { color: #fff ;}

.sclsari { background-color: #FFCC00 ; }
.sclsari, .sclsari a { color: #000 ;}

.sclbordo { background-color: #663300 ; }
.sclbordo, .sclbordo a { color: #fff ;}

.sclkahve { background-color: #B38959 ; }
.sclkahve, .sclkahve a { color: #fff ;}

.sclgri { background-color: #333333 ; }
.sclgri, .sclgri a { color: #fff ;}

.mavi {
  font-weight:bold; color: #02b3e9;
}

.ysl {
  font-weight:bold;
  color: #009900;
}

.ysli {
  color: #009900;
}

.krmz {
  font-weight:bold;
  color: #CC0000;
}

.krmzi {
  color: #CC0000;
}

td.mslz, .mslz { 
  background-color: #006600; 
  color: #fff; 
}

td.msklz, .msklz { 
  background-color: #0669b2;
  color: #fff; 
}

td.aulz, .aulz { 
  background-color: #FFCC00; 
  color: #000; 
}

td.hmslz, .hmslz {
  background-color: #034503;
  color: #fff;  
}

td.cblz, .cblz {
  background-color: #663300; 
  color:#fff; 
}

td.imlz, .imlz { 
  background-color: #666666; 
  color:#fff;
}

td.iylz, .iylz {
  background-color: #02b3e9; 
  color:#fff;
}

td.tglz, .tglz {
  background-color: #B38959; 
  color:#fff;
}

td.msloz_p {
  border:2px dotted #006600; 
  font-size: 80%;
}

td.aulz_p {
  border:2px dotted #FFCC00; 
  font-size: 80%;
}

td.cblz_p {
  border:2px dotted #663300;
  font-size: 80%;
}

td.iylz_p {
  border:2px dotted #02b3e9;
  font-size: 80%;
}

td.msloz_pb {
  border-top:2px dotted #006600;
}

td.aulz_pb {
  border-top:2px dotted #FFCC00;
}

td.cblz_pb {
  border-top:2px dotted #663300;
}

td.iylz_pb {
  border-top:2px dotted #02b3e9;
}

td.mslon, td.aulon, td.cblon, td.imlon, td.hmlon,
td.imolon, td.gaulon, td.tgaulon, td.tgoaulon, td.msklon {
  text-align:center;
  font-size: 95%;
  font-family: Tahoma, Arial;
}

td.mslon a, td.aulon a, td.cblon a, td.imlon a,
td.imolon a, td.gaulon a, td.tgaulon a, td.tgoaulon a, td.hmlon a, td.msklon a {
  text-decoration:none; color: #222 ;
}

td.aulon { }

td.gaulon { }

td.tgaulon { }

td.imolon { }

td.tgoaulon { }

td.mslon:hover, td.mslon:hover a {
  background-color: #006600; 
  color: #fff;
}

td.msklon:hover, td.msklon:hover a {
  background-color: #0669b2;
  color: #fff;
}

td.aulon:hover, td.aulon:hover a {
  background-color: #FFCC00; 
  color: #000;
}

td.cblon:hover, td.cblon:hover a {
  background-color: #663300; 
  color:#fff;
}

td.imlon:hover, td.imlon:hover a {
  background-color: #333333; 
  color:#fff;
}

td.hmlon:hover, td.hmlon:hover a {
  background-color: #034503; 
  color:#fff;
}

td.imolon:hover, td.imolon:hover a {
  background-color: #02b3e9; 
  color:#fff;
}

td.gaulon:hover, td.gaulon:hover a {
  background-color: #FFCC00; 
  color:#000;
}

td.tgaulon:hover, td.tgaulon:hover a {
  background-color: #02b3e9; 
  color:#fff;
}

td.tgoaulon:hover, td.tgoaulon:hover a {
  background-color: #B38959;
  color:#fff;
}

.busayfa, .osayfa{
  border: 1px solid black;
  padding-left: 2px;
  padding-right: 2px;
}

.busayfa{
  background-color: #D2D2D2;
}

.alticizik { background-color:#e4e4d7 ; border-bottom: 2px dotted #d9d8c1 ; }
