
#tt {position:absolute; display:block; background:url(images/tt_left.gif) top left no-repeat}
#tttop {display:block; height:5px; margin-left:5px; background:url(images/tt_top.gif) top right no-repeat; overflow:hidden}
#ttcont {display:block; padding:2px 12px 3px 7px; margin-left:5px; background:#666; color:#FFF}
#ttbot {display:block; height:5px; margin-left:5px; background:url(images/tt_bottom.gif) top right no-repeat; overflow:hidden}
#cssmenu {
  border: none;
  border: 0px;
  margin: 0px;
  padding: 0px;
  font: 67.5% 'Lucida Sans Unicode', 'Bitstream Vera Sans', 'Trebuchet Unicode MS', 'Lucida Grande', Verdana, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  width: auto;
}
#cssmenu ul {

  height: 35px;
  list-style: none;
  margin: 0;
  padding: 0;
}
#cssmenu li {
  float: right;
  padding: 0px;
}
#cssmenu li a {
  background: url('images/seperator.png') bottom right no-repeat;
  display: block;
  font-weight: normal;
  line-height: 35px;
  margin: 0px;
  padding: 0px 25px;
  text-align: center;
  text-decoration: none;
}
#cssmenu > ul > li > a {
  color: #cccccc;
}
#cssmenu ul ul a {
  color: #cccccc;
}
#cssmenu li > a:hover,
#cssmenu ul li:hover > a {
  background: #2580a2 url('images/hover.png') bottom center no-repeat;
  color: #FFFFFF;
  text-decoration: none;
}
#cssmenu li ul {
  background: #333333;
  display: none;
  height: auto;
  padding: 0px;
  margin: 0px;
  border: 0px;
  position: absolute;
  width: 225px;
  z-index: 200;
  /*top:1em;
	/*left:0;*/

}
#cssmenu li:hover ul {
  display: block;
}
#cssmenu li li {
  background: url('images/sub_sep.png') bottom left no-repeat;
  display: block;
  float: none;
  margin: 0px;
  padding: 0px;
  width: 225px;
}
#cssmenu li:hover li a {
  background: none;
}
#cssmenu li ul a {
  display: block;
  height: 35px;
  font-size: 12px;
  font-style: normal;
  margin: 0px;
  padding: 0px 10px 0px 15px;
  text-align: left;
}
#cssmenu li ul a:hover,
#cssmenu li ul li:hover > a {
  background: #2580a2 url('images/hover_sub.png') center left no-repeat;
  border: 0px;
  color: #ffffff;
  text-decoration: none;
}
#cssmenu p {
  clear: left;
}


body 
{   PADDING-RIGHT: 0px;
    PADDING-LEFT: 0px;
    BACKGROUND: url('images/back5.jpg');
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-TOP: 1px
}
BODY, TD, INPUT, SELECT, TEXTAREA
	{
  font-family: verdana;
  font-size: 11px;
  color: black;
  
  
  }

select:focus, textarea:focus, input[type=text]:focus, input[type=password]:focus
				{ background-color:  #ffffae;  border:2px solid #fad42e;}
  
.cbuton {
	cursor: pointer; 
	cursor: hand;
	-webkit-box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
	-moz-box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
	box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
	color:#ffffff;
	background-color:#30576E;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:none;
	font-family:'Helvetica Neue',Arial,sans-serif;
	font-size:12px;
	font-weight:700;
	height:20px;
	padding:2px 10px;
	text-shadow:#000000 0 1px 0
}
.bbuton {
	cursor: pointer; 
	cursor: hand;
	-webkit-box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
	-moz-box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
	box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
	color:#ffffff;
	background: #4a4a4a url(images/grad_dark.png) repeat-x left top;
  background: -moz-linear-gradient(top, #8a8a8a 0%, #707070 50%, #626262 51%, #787878 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8a8a8a), color-stop(50%, #707070), color-stop(51%, #626262), color-stop(100%, #787878));
  background: -webkit-linear-gradient(top, #8a8a8a 0%, #707070 50%, #626262 51%, #787878 100%);
  background: -o-linear-gradient(top, #8a8a8a 0%, #707070 50%, #626262 51%, #787878 100%);
  background: -ms-linear-gradient(top, #8a8a8a 0%, #707070 50%, #626262 51%, #787878 100%);
  background: linear-gradient(to bottom, #8a8a8a 0%, #707070 50%, #626262 51%, #787878 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#8a8a8a', endColorstr='#787878', GradientType=0);

	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:none;
	font-family:'Helvetica Neue',Arial,sans-serif;
	font-size:12px;
	font-weight:700;
	height:20px;
	padding:2px 10px;
	text-shadow:#000000 0 1px 0
}
.buton {
	cursor: pointer; 
	cursor: hand;
	-webkit-box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
	-moz-box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
	box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
	color:#ffffff;
	background: -moz-linear-gradient(top, #549abf 0%, #2c84b1 50%, #157bb0 51%, #3391c1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #549abf), color-stop(50%, #2c84b1), color-stop(51%, #157bb0), color-stop(100%, #3391c1));
  background: -webkit-linear-gradient(top, #549abf 0%, #2c84b1 50%, #157bb0 51%, #3391c1 100%);
  background: -o-linear-gradient(top, #549abf 0%, #2c84b1 50%, #157bb0 51%, #3391c1 100%);
  background: -ms-linear-gradient(top, #549abf 0%, #2c84b1 50%, #157bb0 51%, #3391c1 100%);
  background: linear-gradient(to bottom, #549abf 0%, #2c84b1 50%, #157bb0 51%, #3391c1 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#549abf', endColorstr='#3391c1', GradientType=0);
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:none;
	font-family:'Helvetica Neue',Arial,sans-serif;
	font-size:12px;
	font-weight:700;
	height:20px;
	padding:2px 10px;
	text-shadow:#000000 0 1px 0
}
.kbuton {
	cursor: pointer; 
	cursor: hand;
	-webkit-box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
	-moz-box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
	box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
	color:#ffffff;
	background: -moz-linear-gradient(top, #C10000 0%, #FF0000 50%, #930000 51%, #C10000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #C10000), color-stop(50%, #FF0000), color-stop(51%, #930000), color-stop(100%, #C10000));
  background: -webkit-linear-gradient(top, #C10000 0%, #FF0000 50%, #930000 51%, #C10000 100%);
  background: -o-linear-gradient(top, #C10000 0%, #FF0000 50%, #930000 51%, #C10000 100%);
  background: -ms-linear-gradient(top, #C10000 0%, #FF0000 50%, #930000 51%, #C10000 100%);
  background: linear-gradient(to bottom, #C10000 0%, #930000 50%, #930000 51%, #C10000 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#549abf', endColorstr='#3391c1', GradientType=0);
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:none;
	font-family:'Helvetica Neue',Arial,sans-serif;
	font-size:12px;
	font-weight:700;
	height:20px;
	padding:2px 10px;
	text-shadow:#000000 0 1px 0
}
.kurvust {
	-webkit-box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
	-moz-box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
	box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
	color:#ffffff;
  background: #8a8a8a url(images/grad_dark.png) repeat-x left bottom;
  background: -moz-linear-gradient(top, #646464 0%, #4a4a4a 50%, #3b3b3b 51%, #525252 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #646464), color-stop(50%, #4a4a4a), color-stop(51%, #3b3b3b), color-stop(100%, #525252));
  background: -webkit-linear-gradient(top, #646464 0%, #4a4a4a 50%, #3b3b3b 51%, #525252 100%);
  background: -o-linear-gradient(top, #646464 0%, #4a4a4a 50%, #3b3b3b 51%, #525252 100%);
  background: -ms-linear-gradient(top, #646464 0%, #4a4a4a 50%, #3b3b3b 51%, #525252 100%);
  background: linear-gradient(to bottom, #646464 0%, #4a4a4a 50%, #3b3b3b 51%, #525252 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#8a8a8a', endColorstr='#787878', GradientType=0);
  filter: none;
	border-radius:5px 5px 0px 0px;
	-moz-border-radius:5px 5px 0px 0px;
	-webkit-border-radius:5px 5px 0px 0px;
	border:solid 1px;
	padding:4px;
	text-shadow:#000000 0 1px 0 ;

}

.altbaslik {
color:#ffffff;

  background: -moz-linear-gradient(top, #8a8a8a 0%, #707070 50%, #626262 51%, #787878 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8a8a8a), color-stop(50%, #707070), color-stop(51%, #626262), color-stop(100%, #787878));
  background: -webkit-linear-gradient(top, #8a8a8a 0%, #707070 50%, #626262 51%, #787878 100%);
  background: -o-linear-gradient(top, #8a8a8a 0%, #707070 50%, #626262 51%, #787878 100%);
  background: -ms-linear-gradient(top, #8a8a8a 0%, #707070 50%, #626262 51%, #787878 100%);
  background: linear-gradient(to bottom, #8a8a8a 0%, #707070 50%, #626262 51%, #787878 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#8a8a8a', endColorstr='#787878', GradientType=0);
  filter: none;
	border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	border:solid 1px;
	padding:2px;
	text-shadow:#000000 0 1px 0 ;

}

.ustnokta{
	border-top:dotted 1px;
	border-color:#c0c0c0;
}
.alttnokta{
	border-top:dotted 1px;
	border-color:#c0c0c0;
}
.kurvust td{
	color:#ffffff;
	font-size:12px;
	font-weight:600;
}
.kurvust span{
	color:#ffffff;
	font-size:12px;
	font-weight:600;
}
.kurvalt span{
	color:#000000;
}
.kurvalt {
	-webkit-box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
	-moz-box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
	box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
	color:#ffffff;
	background-color:#ffffff;
	border-radius:0px 0px 5px 5px;
	-moz-border-radius:0px 0px 5px 5px;
	-webkit-border-radius:0px 0px 5px 5px;
	border:solid 1px;
	padding:4px;

}
.kurvaltliste {
	-webkit-box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
	-moz-box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
	box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
	color:#ffffff;
	background-color:#ffffff;
	border-radius:0px 0px 5px 5px;
	-moz-border-radius:0px 0px 5px 5px;
	-webkit-border-radius:0px 0px 5px 5px;
	border:solid 1px;
	padding:0px;

}

.kurvicerik{
	-webkit-box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
	-moz-box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
	box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
	color:#ffffff;
	background-color:#D2DDDD;
	border-radius:0px 0px 5px 5px;
	-moz-border-radius:0px 0px 5px 5px;
	-webkit-border-radius:0px 0px 5px 5px;
	border:solid 1px;
	padding:2px;

}



.pasifno{
  margin: 22;
  padding: 22;
  position:auto;
  height:18px;
  width:24px;
  
  text-align:center;
  float: left;
  border:solid 1px #fff;
	-webkit-box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
	-moz-box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
	box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
	color:#ffffff;
	background-color:#FFCC66;
	border-radius:3px 3px 3px 3px;
	-moz-border-radius:3px 3px 3px 3px;
	-webkit-border-radius:3px 3px 3px 3px;

}
.pasifno:hover{
  margin: 22;
  padding: 22;
  position:auto;
  height:18px;
  width:24px;
  
  text-align:center;
  float: left;
  border:solid 1px #fff;
	-webkit-box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
	-moz-box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
	box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
	color:#ffffff;
	background-color:#FF6600;
	border-radius:3px 3px 3px 3px;
	-moz-border-radius:3px 3px 3px 3px;
	-webkit-border-radius:3px 3px 3px 3px;

}
.aktifno{
  position:auto;
  height:18px;
  width:24px;
  border:solid 1px #fff;
  text-align:center;
  float: left;
  font-weight:bold;
	-webkit-box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
	-moz-box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
	box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
	color:#ffffff;
	background-color:#FF6600;
	border-radius:3px 3px 3px 3px;
	-moz-border-radius:3px 3px 3px 3px;
	-webkit-border-radius:3px 3px 3px 3px;

}
.sayfa{
  position:auto;
  height:18px;
  width:70px;
  border:solid 1px #fff;
  text-align:center;
  font-weight:bold;
  float: left;


}
#fullheighttable
{
border:0;
padding:0;
BACKGROUND-COLOR: white ;

height:100%;
}





A, A:visited, A:hover, A:active, A:link
	{
	color:#FFCC66;
	text-decoration: none;
	font-weight:bold;
	}
A:hover
	{
	color: #FF6600;
	text-decoration: none;
	font-weight:bold;

	}

h1				{ font-size:130%; color:#215dc6; font-weight:bold; }
h2				{ font-size:100%; color:#ffffff; font-weight:bold;}
h3				{ margin:0; padding:0; font-size:90%; font-weight:normal }
h4				{ font-size:100%; margin:0; padding:0; font-weight:normal; }
h6				{ font-size:14px; color:#61A214; margin:4px 0 4px 0; padding:0; }
}




.odd_row td		{ background-color: #ffffff; }
.even_row td	{ background-color: #efefef; }
.odd_row:hover td {	background-color: #dddddd; }
.even_row:hover td{	background-color: #dddddd; }

.marginTRuc		{ margin:3px 3px 0px 0px; }
.marginSagTRuc		{ margin:3px 0px 0px 3px; }
.padding10			{ padding:2px; }
.padding4			{ padding:4px; }

.fleft				{ float:left}	
.kursor {
cursor: pointer; 
cursor: hand;
}
.ustnokta {
border-top:1px dotted #CDCDCD;
}
.altnokta {
border-bottom:1px dotted #CDCDCD;
}
.solnokta {
border-left:1px dotted #CDCDCD;
}
.sagnokta {
border-right:1px dotted #CDCDCD;
}


.egta{ width: 400px;}
.egs{ width: 405px;}
.egt{ width: 401px;}
.egf{width:400px;}
.egd{width:285px;}
.hgs{ width: 175px;}
.hgt{ width: 172px;}

.cbox { width:350px; margin-right:5px; float:left; cursor:pointer; border:1px solid transparent}
.cbox:hover { border:1px dotted #fad42e; background:#ffffae}
.cbox2 { width:90%; margin-right:5px; float:left; cursor:pointer; border:1px solid transparent}
.cbox2:hover { border:1px dotted #fad42e; background:#ffffae}
.cbox3 { width:100%; margin-right:5px; float:left; cursor:pointer; border:1px solid transparent}
.cbox3:hover { border:1px dotted #fad42e; background:#ffffae}
.cbox4 { width:115px; margin-left:2px; float:left; cursor:pointer; border:1px solid transparent}
.cbox4:hover { border:1px dotted #fad42e; background:#ffffae}
.cboxMin { width:200px; margin-right:5px; float:left; cursor:pointer; border:1px solid transparent}
.cboxMin:hover { border:1px dotted #fad42e; background:#ffffae}

.basliklar{
color:black;	
text-align:left;
 font-family: tahoma;
 font-size: 11px;
}

.alert-box {
		color:#555;
		border-radius:10px;
		font-family:Tahoma,Geneva,Arial,sans-serif;font-size:11px;
		padding:10px 36px;
		margin:10px;
	}
	.alert-box span {
		font-weight:bold;
		text-transform:uppercase;
	}
	.error {
		background:#ffecec url('images/error.png') no-repeat 10px 50%;
		border:1px solid #f5aca6;
	}
	.success {
		background:#e9ffd9 url('images/success.png') no-repeat 10px 50%;
		border:1px solid #a6ca8a;
	}
	.warning {
		background:#fff8c4 url('images/warning.png') no-repeat 10px 50%;
		border:1px solid #f2c779;
	}
	.notice {
		background:#e3f7fc url('images/notice.png') no-repeat 10px 50%;
		border:1px solid #8ed9f6;
	}
	
	.wlink {
		background:#fff8c4;
		border:1px solid #f2c779;
	}
		.wlink:hover{
		background:#ffecec;
		border:1px solid #f2c779;
	}