<style type="text/css">
.husnu {
	margin:0px;
    padding:0px;
	width:100%; /* Genişliği sayfaya tam yerleştirir */
	box-shadow: 5px 5px 5px 0px #CCCCCC;
	border:1px solid #CCCCCC;
	
	border-radius: 0; /* Tüm köşe yuvarlamalarını sıfırlar */
}

.husnu table {
	width:100%; /* Tablo genişliğini sayfaya tam yerleştirir */
	height:100%;
	margin:0px;
	padding:0px;
	border-collapse: collapse; /* Hücre sınırlarının birleşmesini sağlar */
}

.husnu tr:last-child td:last-child {
	border-bottom-right-radius: 0;
}

.husnu table tr:first-child td:first-child {
	border-top-left-radius: 0;
}

.husnu table tr:first-child td:last-child {
	border-top-right-radius: 0;
}

.husnu tr:last-child td:first-child {
	border-bottom-left-radius: 0;
}

.husnu tr:hover td {
	/* Hover için stil ekleyebilirsiniz */
}

.husnu tr:nth-child(odd) { background-color:#FFFFFF; }
.husnu tr:nth-child(even) { background-color:#CCCCCC; }

.husnu td {
	vertical-align: middle;
	border: 1px solid #CCCCCC;
	border-width: 0px 1px 1px 0px;
	text-align: center;
	padding: 7px;
	font-size: 10px;
	font-family: Arial;
	font-weight: normal;
	color: #000000;
}

.husnu tr:last-child td {
	border-width: 0px 1px 0px 0px;
}

.husnu tr td:last-child {
	border-width: 0px 0px 1px 0px;
}

.husnu tr:last-child td:last-child {
	border-width: 0px 0px 0px 0px;
}

.husnu tr:first-child td {
	background: #FFFFFF;
	border: 0px solid #CCCCCC;
	text-align: center;
	border-width: 0px 0px 1px 1px;
	font-size: 16px;
	font-family: Arial;
	color: #000000;
}

.husnu tr:first-child:hover td {
	background: #FFFFFF;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}



.3dt {
			width:100%;
			border:4px outset #d1d1d1;
			border-collapse:separate;
			border-spacing:6px;
			padding:2px;
		}
		.3dt th {
			border:4px outset #d1d1d1;
			padding:2px;
			background: #f0f0f0;
			color: #313030;
		}
		.3dt td {
			border:4px outset #d1d1d1;
			text-align:center;
			padding:2px;
			background: #ffffff;
			color: #313030;
		}


table.yenibeyaz {
  font-family: Arial, Helvetica, sans-serif;
  border: 2px solid #FFFFFF;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}
table.yenibeyaz td, table.yenibeyaz th {
  border: 3px solid #FFFFFF;
  padding: 4px 4px;
}
table.yenibeyaz tbody td {
  font-size: 13px;
}
table.yenibeyaz tr:nth-child(even) {
  background: #E3E3E3;
}
table.yenibeyaz thead {
  background: #FFFFFF;
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 66%, #FFFFFF 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 66%, #FFFFFF 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 66%, #FFFFFF 100%);
}
table.yenibeyaz thead th {
  font-size: 15px;
  font-weight: normal;
  color: #353535;
  text-align: center;
  border-left: 0px solid #DEDEDE;
}
table.yenibeyaz thead th:first-child {
  border-left: none;
}

table.yenibeyaz tfoot {
  font-size: 14px;
  font-weight: normal;
}
table.yenibeyaz tfoot td {
  font-size: 14px;
}
.depocikti {
	margin:0px;
    padding:0px;
	width:100%;
    box-shadow: 5px 5px 5px 0px #CCCCCC;
	border:1px solid #CCCCCC;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.depocikti table{
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}
.depocikti tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.depocikti table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.depocikti table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}
.depocikti tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
}
.depocikti tr:hover td{
	
}
.depocikti tr:nth-child(odd){ background-color:#FFFFFF; }
.depocikti tr:nth-child(even)    { background-color:#CCCCCC; }
.depocikti td{
	vertical-align:middle;
	
	
	border:1px solid #CCCCCC;
	border-width:0px 1px 1px 0px;
	text-align:center;
	padding:7px;
	font-size:12px;
	font-family:Arial;
	font-weight:normal;
	color: #000000;
}
.depocikti tr:last-child td{
	border-width:0px 1px 0px 0px;
}
.depocikti tr td:last-child{
	border-width:0px 0px 1px 0px;
}
.depocikti tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.depocikti tr:first-child td{
		background:-o-linear-gradient(bottom, #FFFFFF 5%, #FFFFFF 100%);	
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #FFFFFF), color-stop(1, #FFFFFF) );
	background:-moz-linear-gradient( center top, #FFFFFF 5%, #FFFFFF 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#FFFFFF");	
background: -o-linear-gradient(top,#FFFFFF,#FFFFFF);

	background-color:#FFFFFF;
	border:0px solid #CCCCCC;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:16px;
	font-family:Arial;

	color: #000000;
}
.depocikti tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #FFFFFF 5%, #FFFFFF 100%);	
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #FFFFFF), color-stop(1, #FFFFFF) );
	background:-moz-linear-gradient( center top, #FFFFFF 5%, #FFFFFF 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#FFFFFF");	
background: -o-linear-gradient(top,#FFFFFF,#FFFFFF);

	background-color:#FFFFFF;
}
.depocikti tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.depocikti tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}



.ekstre {
	margin:0px;
    padding:0px;
	width:55%;
    box-shadow: 5px 5px 5px 0px #CCCCCC;
	border:1px solid #CCCCCC;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.ekstre table{
	width:55%;
	height:100%;
	margin:0px;padding:0px; 
}
.ekstre tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.ekstre table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.ekstre table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}
.ekstre tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
}
.ekstre tr:hover td{
	
}
.ekstre tr:nth-child(odd){ background-color:#FFFFFF; }
.ekstre tr:nth-child(even)    { background-color:#CCCCCC; }
.ekstre td{
	vertical-align:middle;
	
	
	border:1px solid #CCCCCC;
	border-width:0px 1px 1px 0px;
	text-align:center;
	padding:7px;
	font-size:10px;
	font-family:Arial;
	font-weight:normal;
	color: #000000;
}
.ekstre tr:last-child td{
	border-width:0px 1px 0px 0px;
}
.ekstre tr td:last-child{
	border-width:0px 0px 1px 0px;
}
.ekstre tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.ekstre tr:first-child td{
		background:-o-linear-gradient(bottom, #FFFFFF 5%, #FFFFFF 100%);	
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #FFFFFF), color-stop(1, #FFFFFF) );
	background:-moz-linear-gradient( center top, #FFFFFF 5%, #FFFFFF 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#FFFFFF");	
background: -o-linear-gradient(top,#FFFFFF,#FFFFFF);

	background-color:#FFFFFF;
	border:0px solid #CCCCCC;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:16px;
	font-family:Arial;

	color: #000000;
}
.ekstre tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #FFFFFF 5%, #FFFFFF 100%);	
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #FFFFFF), color-stop(1, #FFFFFF) );
	background:-moz-linear-gradient( center top, #FFFFFF 5%, #FFFFFF 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#FFFFFF");	
background: -o-linear-gradient(top,#FFFFFF,#FFFFFF);

	background-color:#FFFFFF;
}
.ekstre tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.ekstre tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}
.muhgi {
	margin:0px;padding:0px;
	width:100%;
	border:1px solid #cccccc;
		vertical-align: top;
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.muhgi table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;

}.muhgi tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.muhgi table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.muhgi table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.muhgi tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.muhgi tr:hover td{
	
}
.muhgi tr:nth-child(odd){ background-color:#e5e5e5; }
.muhgi tr:nth-child(even)    { background-color:#ffffff; }.muhgi td{
	vertical-align:middle;
	
	
	border:1px solid #cccccc;
	border-width:0px 1px 1px 0px;
	text-align:center;
	padding:7px;
	font-size:11px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.muhgi tr:last-child td{
	border-width:0px 1px 0px 0px;
}.muhgi tr td:last-child{
	border-width:0px 0px 1px 0px;
}.muhgi tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.muhgi tr:first-child td{
		background:-o-linear-gradient(bottom, #7f7f7f 5%, #000000 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #7f7f7f), color-stop(1, #000000) );
	background:-moz-linear-gradient( center top, #7f7f7f 5%, #000000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#7f7f7f", endColorstr="#000000");	background: -o-linear-gradient(top,#7f7f7f,000000);

	background-color:#7f7f7f;
	border:0px solid #cccccc;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.muhgi tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #7f7f7f 5%, #000000 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #7f7f7f), color-stop(1, #000000) );
	background:-moz-linear-gradient( center top, #7f7f7f 5%, #000000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#7f7f7f", endColorstr="#000000");	background: -o-linear-gradient(top,#7f7f7f,000000);

	background-color:#7f7f7f;
}
.muhgi tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.muhgi tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}

.menucssorta {
	margin: auto;padding:0px;
	width:100%;
	border:1px solid #e5e5e5;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.menucssorta table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin: auto;padding:0px;
}.menucssorta tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.menucssorta table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.menucssorta table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.menucssorta tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.menucssorta tr:hover td{
	
}
.menucssorta tr:nth-child(odd){ background-color:#ffffff; }
.menucssorta tr:nth-child(even)    { background-color:#ffffff; }
.menucssorta td{
	vertical-align:middle;
	
	
	border:1px solid #e5e5e5;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:14px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.menucssorta tr:last-child td{
	border-width:0px 1px 0px 0px;
}.menucssorta tr td:last-child{
	border-width:0px 0px 1px 0px;
}.menucssorta tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.menucssorta tr:first-child td{
		background:-o-linear-gradient(bottom, #999999 5%, #000000 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #999999), color-stop(1, #000000) );
	background:-moz-linear-gradient( center top, #999999 5%, #000000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#999999", endColorstr="#000000");	background: -o-linear-gradient(top,#999999,000000);

	background-color:#999999;
	border:0px solid #e5e5e5;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.menucssorta tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #999999 5%, #000000 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #999999), color-stop(1, #000000) );
	background:-moz-linear-gradient( center top, #999999 5%, #000000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#999999", endColorstr="#000000");	background: -o-linear-gradient(top,#999999,000000);

	background-color:#999999;
}
.menucssorta tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.menucssorta tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}

.muhgitop {
	margin:0px;padding:0px;
	width:100%;
	border:1px solid #cccccc;
		vertical-align: top;
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.muhgitop table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;

}.muhgitop tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.muhgitop table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.muhgitop table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.muhgitop tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.muhgitop tr:hover td{
	
}
.muhgitop tr:nth-child(odd){ background-color:#e5e5e5; }
.muhgitop tr:nth-child(even)    { background-color:#ffffff; }.muhgitop td{
	vertical-align:top;
	
	
	border:1px solid #cccccc;
	border-width:0px 1px 1px 0px;
	text-align:center;
	padding:7px;
	font-size:11px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.muhgitop tr:last-child td{
	border-width:0px 1px 0px 0px;
}.muhgitop tr td:last-child{
	border-width:0px 0px 1px 0px;
}.muhgitop tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.muhgitop tr:first-child td{
		background:-o-linear-gradient(bottom, #7f7f7f 5%, #000000 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #7f7f7f), color-stop(1, #000000) );
	background:-moz-linear-gradient( center top, #7f7f7f 5%, #000000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#7f7f7f", endColorstr="#000000");	background: -o-linear-gradient(top,#7f7f7f,000000);

	background-color:#7f7f7f;
	border:0px solid #cccccc;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.muhgitop tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #7f7f7f 5%, #000000 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #7f7f7f), color-stop(1, #000000) );
	background:-moz-linear-gradient( center top, #7f7f7f 5%, #000000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#7f7f7f", endColorstr="#000000");	background: -o-linear-gradient(top,#7f7f7f,000000);

	background-color:#7f7f7f;
}
.muhgitop tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.muhgitop tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}

.anamenu {
	margin:0px;padding:0px;
	width:100%;
	border:1px solid #b2b2b2;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.anamenu table{
    border-collapse: collapse;
        border-spacing: 0;
	width:80%;
	height:1%;
	margin:0px;padding:0px;
}.anamenu tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.anamenu table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.anamenu table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.anamenu tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.anamenu tr:hover td{
	background-color:#ffffff;
		

}
.anamenu td{
	vertical-align:middle;
	
	background-color:#ffffff;

	border:1px solid #b2b2b2;
	border-width:0px 1px 1px 0px;
	text-align:center;
	padding:7px;
	font-size:10px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.anamenu tr:last-child td{
	border-width:0px 1px 0px 0px;
}.anamenu tr td:last-child{
	border-width:0px 0px 1px 0px;
}.anamenu tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.anamenu tr:first-child td{
		background:-o-linear-gradient(bottom, #ff0000 5%, #7f0000 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff0000), color-stop(1, #7f0000) );
	background:-moz-linear-gradient( center top, #ff0000 5%, #7f0000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0000", endColorstr="#7f0000");	background: -o-linear-gradient(top,#ff0000,7f0000);

	background-color:#ff0000;
	border:0px solid #b2b2b2;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.anamenu tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #ff0000 5%, #7f0000 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff0000), color-stop(1, #7f0000) );
	background:-moz-linear-gradient( center top, #ff0000 5%, #7f0000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0000", endColorstr="#7f0000");	background: -o-linear-gradient(top,#ff0000,7f0000);

	background-color:#ff0000;
}
.anamenu tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.anamenu tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}

.izletab {
	margin:0px;padding:0px;
	width:100%;
	box-shadow: 3px 3px 3px 3px #888888;
	border:1px solid #ffffff;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.izletab table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.izletab tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.izletab table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.izletab table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.izletab tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.izletab tr:hover td{
	
}
.izletab tr:nth-child(odd){ background-color:#ffffff; }
.izletab tr:nth-child(even)    { background-color:#ffffff; }.izletab td{
	vertical-align:middle;
	
	
	border:1px solid #ffffff;
	border-width:0px 1px 1px 0px;
	text-align:center;
	padding:7px;
	font-size:11px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.izletab tr:last-child td{
	border-width:0px 1px 0px 0px;
}.izletab tr td:last-child{
	border-width:0px 0px 1px 0px;
}.izletab tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.izletab tr:first-child td{
		background:-o-linear-gradient(bottom, #ffffff 5%, #ffffff 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #ffffff) );
	background:-moz-linear-gradient( center top, #ffffff 5%, #ffffff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff");	background: -o-linear-gradient(top,#ffffff,ffffff);

	background-color:#ffffff;
	border:0px solid #ffffff;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:11px;
	font-family:Arial;
	font-weight:bold;
	color:#333333;
}
.izletab tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #ffffff 5%, #ffffff 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #ffffff) );
	background:-moz-linear-gradient( center top, #ffffff 5%, #ffffff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff");	background: -o-linear-gradient(top,#ffffff,ffffff);

	background-color:#ffffff;
}
.izletab tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.izletab tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}




.filmhome {
	margin:0px;padding:0px;
	width:100%;
	border:0px solid #999999;
	
	-moz-border-radius-bottomleft:8px;
	-webkit-border-bottom-left-radius:8px;
	border-bottom-left-radius:8px;
	
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-right-radius:8px;
	border-bottom-right-radius:8px;
	
	-moz-border-radius-topright:8px;
	-webkit-border-top-right-radius:8px;
	border-top-right-radius:8px;
	
	-moz-border-radius-topleft:8px;
	-webkit-border-top-left-radius:8px;
	border-top-left-radius:8px;
}.filmhome table{
    border-collapse: collapse;
        border-spacing: 1;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.filmhome tr:last-child td:last-child {
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-right-radius:8px;
	border-bottom-right-radius:8px;
}
.filmhome table tr:first-child td:first-child {
	-moz-border-radius-topleft:8px;
	-webkit-border-top-left-radius:8px;
	border-top-left-radius:8px;
}
.filmhome table tr:first-child td:last-child {
	-moz-border-radius-topright:8px;
	-webkit-border-top-right-radius:8px;
	border-top-right-radius:8px;
}.filmhome tr:last-child td:first-child{
	-moz-border-radius-bottomleft:8px;
	-webkit-border-bottom-left-radius:8px;
	border-bottom-left-radius:8px;
}.filmhome tr:hover td{
	background-color:#ffffff;
		

}
.filmhome td{
	vertical-align:middle;
	
	background-color:#ffffff;

	border:0px solid #999999;
	border-width:0px 0px 0px 0px;
	text-align:center;
	padding:7px;
	font-size:10px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.filmhome tr:last-child td{
	border-width:0px 0px 0px 0px;
}.filmhome tr td:last-child{
	border-width:0px 0px 0px 0px;
}.filmhome tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.filmhome tr:first-child td{
		background:-o-linear-gradient(bottom, #ffffff 5%, #ffffff 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #ffffff) );
	background:-moz-linear-gradient( center top, #ffffff 5%, #ffffff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff");	background: -o-linear-gradient(top,#ffffff,ffffff);

	background-color:#ffffff;
	border:0px solid #999999;
	text-align:center;
	border-width:0px 0px 0px 0px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#4c4c4c;
}
.filmhome tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #ffffff 5%, #ffffff 100%);	
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #ffffff) );
	background:-moz-linear-gradient( center top, #ffffff 5%, #ffffff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff");	
	background: -o-linear-gradient(top,#ffffff,ffffff);

	background-color:#ffffff;
}
.filmhome tr:first-child td:first-child{
	border-width:0px 0px 0px 0px;
}
.filmhome tr:first-child td:last-child{
	border-width:0px 0px 0px 0px;
}


.hovergallery img{
-webkit-transform:scale(1); /*Webkit: Scale down image to 0.8x original size*/
-moz-transform:scale(1); /*Mozilla scale version*/
-o-transform:scale(1); /*Opera scale version*/
-webkit-transition-duration: 0.5s; /*Webkit: Animation duration*/
-moz-transition-duration: 0.5s; /*Mozilla duration version*/
-o-transition-duration: 0.5s; /*Opera duration version*/
opacity: 0.9; /*initial opacity of images*/
margin: 0 0px 0px 0; /*margin between images*/
 padding:1px;
   border:1px solid #021a40;
}

.hovergallery img:hover{
-webkit-transform:scale(1.1); /*Webkit: Scale up image to 1.2x original size*/
-moz-transform:scale(1.1); /*Mozilla scale version*/
-o-transform:scale(1.1); /*Opera scale version*/
box-shadow:0px 0px 0px gray; /*CSS3 shadow: 30px blurred shadow all around image*/
-webkit-box-shadow:0px 0px 0px gray; /*Safari shadow version*/
-moz-box-shadow:0px 0px 0px gray; /*Mozilla shadow version*/
opacity: 1;
}

.menucss {
	margin:0px;padding:0px;
	width:100%;
	border:1px solid #e5e5e5;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.menucss table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.menucss tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.menucss table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.menucss table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.menucss tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.menucss tr:hover td{
	
}
.menucss tr:nth-child(odd){ background-color:#ffffff; }
.menucss tr:nth-child(even)    { background-color:#ffffff; }
.menucss td{
	vertical-align:middle;
	
	
	border:1px solid #e5e5e5;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:14px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.menucss tr:last-child td{
	border-width:0px 1px 0px 0px;
}.menucss tr td:last-child{
	border-width:0px 0px 1px 0px;
}.menucss tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.menucss tr:first-child td{
		background:-o-linear-gradient(bottom, #999999 5%, #000000 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #999999), color-stop(1, #000000) );
	background:-moz-linear-gradient( center top, #999999 5%, #000000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#999999", endColorstr="#000000");	background: -o-linear-gradient(top,#999999,000000);

	background-color:#999999;
	border:0px solid #e5e5e5;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.menucss tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #999999 5%, #000000 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #999999), color-stop(1, #000000) );
	background:-moz-linear-gradient( center top, #999999 5%, #000000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#999999", endColorstr="#000000");	background: -o-linear-gradient(top,#999999,000000);

	background-color:#999999;
}
.menucss tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.menucss tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}


.icerik {
	margin:0px;padding:0px;
	width:100%;
	box-shadow: 10px 10px 5px #888888;
	border:1px solid #999999;
	
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;
	
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
	
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;
	
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius:5px;
}.icerik table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.icerik tr:last-child td:last-child {
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
}
.icerik table tr:first-child td:first-child {
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius:5px;
}
.icerik table tr:first-child td:last-child {
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;
}.icerik tr:last-child td:first-child{
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;
}.icerik tr:hover td{
	
}
.icerik tr:nth-child(odd){ background-color:#e5e5e5; }
.icerik tr:nth-child(even)    { background-color:#ffffff; }.icerik td{
	vertical-align:middle;
	
	
	border:1px solid #999999;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:13px;
	font-size:11px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.icerik tr:last-child td{
	border-width:0px 1px 0px 0px;
}.icerik tr td:last-child{
	border-width:0px 0px 1px 0px;
}.icerik tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.icerik tr:first-child td{
		background:-o-linear-gradient(bottom, #ffffff 5%, #000000 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #000000) );
	background:-moz-linear-gradient( center top, #ffffff 5%, #000000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000");	background: -o-linear-gradient(top,#ffffff,000000);

	background-color:#ffffff;
	border:0px solid #999999;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.icerik tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #ffffff 5%, #000000 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #000000) );
	background:-moz-linear-gradient( center top, #ffffff 5%, #000000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000");	background: -o-linear-gradient(top,#ffffff,000000);

	background-color:#ffffff;
}
.icerik tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.icerik tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}

.beyaztablo {
	margin: auto;padding:0px;
	width:100%;
	box-shadow: 10px 10px 5px #888888;
	border:1px solid #e5e5e5;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.beyaztablo table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.beyaztablo tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.beyaztablo table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.beyaztablo table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.beyaztablo tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.beyaztablo tr:hover td{
	
}
.beyaztablo tr:nth-child(odd){ background-color:#e5e5e5; }
.beyaztablo tr:nth-child(even)    { background-color:#ffffff; }.beyaztablo td{
	vertical-align:top;
	
	
	border:1px solid #e5e5e5;
	border-width:0px 1px 1px 0px;
	text-align:center;
	padding:7px;
	font-size:12px;
	font-family:Arial;
	font-weight:bold;
	color:#000000;
}.beyaztablo tr:last-child td{
	border-width:0px 1px 0px 0px;
}.beyaztablo tr td:last-child{
	border-width:0px 0px 1px 0px;
}.beyaztablo tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.beyaztablo tr:first-child td{
		background:-o-linear-gradient(bottom, #ffffff 5%, #ffffff 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #ffffff) );
	background:-moz-linear-gradient( center top, #ffffff 5%, #ffffff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff");	background: -o-linear-gradient(top,#ffffff,ffffff);

	background-color:#ffffff;
	border:0px solid #e5e5e5;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:12px;
	font-family:Arial;
	font-weight:bold;
	color:#333333;
}
.beyaztablo tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #ffffff 5%, #ffffff 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #ffffff) );
	background:-moz-linear-gradient( center top, #ffffff 5%, #ffffff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff");	background: -o-linear-gradient(top,#ffffff,ffffff);

	background-color:#ffffff;
}
.beyaztablo tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.beyaztablo tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}


.ustsabit {
	margin:0px;padding:0px;
	width:100%;
	border:0px solid #000000;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.ustsabit table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.ustsabit tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.ustsabit table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.ustsabit table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.ustsabit tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.ustsabit tr:hover td{
	
}
.ustsabit tr:nth-child(odd){ background-color:#ffaa56; }
.ustsabit tr:nth-child(even)    { background-color:#ffffff; }.ustsabit td{
	vertical-align:middle;
	
	
	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:11px;
	font-size:10px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.ustsabit tr:last-child td{
	border-width:0px 1px 0px 0px;
}.ustsabit tr td:last-child{
	border-width:0px 0px 1px 0px;
}.ustsabit tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.ustsabit tr:first-child td{
	background:-o-linear-gradient(bottom, #cccccc 5%, #000000 100%);	
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #000000) );
	background:-moz-linear-gradient( center top, #cccccc 5%, #000000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#000000");	
	background: -o-linear-gradient(top,#cccccc,000000);

	background-color:#cccccc;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 0px 0px;
	font-size:14px;
	font-family:Arial;
	font-weight:normal;
	color:#ffffff;
}
.ustsabit tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #cccccc 5%, #000000 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #000000) );
	background:-moz-linear-gradient( center top, #cccccc 5%, #000000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#000000");	background: -o-linear-gradient(top,#cccccc,000000);

	background-color:#cccccc;
}
.ustsabit tr:first-child td:first-child{
	border-width:0px 0px 0px 0px;
}
.ustsabit tr:first-child td:last-child{
	border-width:0px 0px 0px 0px;
}

.sabitdiv{


position:fixed; 
width:100%;
margin-right: auto;  
margin-left: auto; 
margin-top: 0px;
background-color:#fff;


}

.fontum{

	font-size:14px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;

}


.iform {font: 12px/26px Verdana, Geneva, sans-serif; width:auto; margin:0px auto;}
.iform ul { margin:0; padding:0; list-style:none;}
.iform ul ul { overflow:auto}
.iform li { padding-bottom:5px;}
.iform label { 
 width:130px; display:block; float:left; line-height:26px;
 margin-right: auto;  
margin-left: auto; 

}
.iform label.ilabel { 
 width:auto; display:inline; float:none; line-height:26px; padding:0 5px
}

.iform .itext,.iform .iktext,.iform .itextarea,.buyukitextare,.iform .iselect,.iform .ibutton { 	
	width:200px;
	border:1px solid #999;
	-webkit-border-radius: 3px;-khtml-border-radius:3px;-moz-border-radius:3px;border-radius:3px;
	margin:0;
	padding:5px;
	background: #fff;
	background: -webkit-gradient(linear, left top, left 25, from(#fff), color-stop(6%, #eee), to(#fff));
	background: -moz-linear-gradient(top, #fff, #eee 2px, #fff 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;

}

.iform .iktext:hover,.iform .itext:hover,.iform .itextarea:hover,.buyukitextare:hover,.iform .iselect:hover,.iform .ibutton:hover,
.iform .iktext:focus,.iform .itext:focus,.iform .itextarea:focus,.buyukitextare:hover,.iform .iselect:focus,.iform .ibutton:focus{

border-color: #333;
background:#fff;

}

.iform .itext {
width: 220px;
}

.iform .iktext {
width: 150px;
}

.iform .iselect {
width: 150px;
}
.iform .itextarea{ 
	height:75px; width: 200px;
}
.iform .buyukitextare{ 
	height:300px; width: 800px;
}
.iform .ibutton {

	width:auto;
	background: #efefef;
	background: -webkit-gradient(linear, left top, left 25, from(#dadada), color-stop(6%, #efefef), to(#dadada));
	background: -moz-linear-gradient(top, #dadada, #efefef 2px, #dadada 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;

}
.iform .ibutton:hover,.iform .ibutton:focus { background:#dadada;}
.iform li.iheader { display:block; font-size:18px; border-bottom:1px solid #000; padding:5px; text-indent:10px; margin:5px 0 15px }
.iform li.iseparator { display:block; text-indent:-9999px; height:10px; line-height:10px; border-bottom:1px solid #999;margin:5px 0 15px }

.iform .required { border-color:#F00; }

#imessageOK,#imessageERROR{ border:1px solid #F60; padding:10px; font-size:16px; font-weight:bold; text-align: center; display:none; margin-bottom:20px;

	background: #F90;
	background: -webkit-gradient(linear, left top, left 25, from(#F90), color-stop(4%, #FC0), to(#F90));
	background: -moz-linear-gradient(top, #F90, #FC0 1px, #F90 25px);
	color:#fff;
	}
	
.lrenk:link{text-decoration:none;}
.lrenk:link {color: #FFF;}
.lrenk {color:#fff}
.lrenk:hover {color:red}
.lrenk:visited {color:#fff}
.lrenk:visited:hover {color:red}

.ksiyah:link{text-decoration:none;}
.ksiyah:link {color: red;}
.ksiyah {color:red}
.ksiyah:hover {color:black}
.ksiyah:visited {color:red}
.ksiyah:visited:hover {color:black}	

.mavilink:link{text-decoration:none;}
.mavilink:link {color: #0066FF;}
.mavilink {color:#0066FF}
.mavilink:hover {color:red}
.mavilink:visited {color:#0066FF}
.mavilink:visited:hover {color:red}	

.siyahred:link{text-decoration:none;}
.siyahred:link {color: #000000;}
.siyahred {color:#000000}
.siyahred:hover {color:red}
.siyahred:visited {color:#000000}
.siyahred:visited:hover {color:red}	


.greenlink:link{text-decoration:none;}
.greenlink:link {color: green;}
.greenlink {color:green}
.greenlink:hover {color:green}
.greenlink:visited {color:green}
.greenlink:visited:hover {color:green}	

.likes {
	margin: auto;
	width:99%;
	box-shadow: 10px 10px 5px #888888;
	border:1px solid #4c4c4c;
	
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	
	-moz-border-radius-topright:4px;
	-webkit-border-top-right-radius:4px;
	border-top-right-radius:4px;
	
	-moz-border-radius-topleft:4px;
	-webkit-border-top-left-radius:4px;
	border-top-left-radius:4px;
}.likes table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;

	margin:0px;padding:0px;
}.likes tr:last-child td:last-child {
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
}
.likes table tr:first-child td:first-child {
	-moz-border-radius-topleft:4px;
	-webkit-border-top-left-radius:4px;
	border-top-left-radius:4px;
}
.likes table tr:first-child td:last-child {
	-moz-border-radius-topright:4px;
	-webkit-border-top-right-radius:4px;
	border-top-right-radius:4px;
}.likes tr:last-child td:first-child{
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
}.likes tr:hover td{
	
}
.likes tr:nth-child(odd){ background-color:#e5e5e5; }
.likes tr:nth-child(even)    { background-color:#ffffff; }.likes td{
	vertical-align:middle;
	
	
	border:1px solid #4c4c4c;
	border-width:0px 1px 1px 0px;
	text-align:center;
	padding:4px;
	font-size:13px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.likes tr:last-child td{
	border-width:0px 1px 0px 0px;
}.likes tr td:last-child{
	border-width:0px 0px 1px 0px;
}.likes tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.likes tr:first-child td{
		background:-o-linear-gradient(bottom, #000000 5%, #7f7f7f 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #000000), color-stop(1, #7f7f7f) );
	background:-moz-linear-gradient( center top, #000000 5%, #7f7f7f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#7f7f7f");	background: -o-linear-gradient(top,#000000,7f7f7f);

	background-color:#000000;
	border:0px solid #4c4c4c;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:15px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.likes tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #000000 5%, #7f7f7f 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #000000), color-stop(1, #7f7f7f) );
	background:-moz-linear-gradient( center top, #000000 5%, #7f7f7f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#7f7f7f");	background: -o-linear-gradient(top,#000000,7f7f7f);

	background-color:#000000;
}
.likes tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.likes tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}



.likeskucuk {
	margin: auto;
	width:96%;
	box-shadow: 10px 10px 5px #888888;
	border:1px solid #4c4c4c;
	
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	
	-moz-border-radius-topright:4px;
	-webkit-border-top-right-radius:4px;
	border-top-right-radius:4px;
	
	-moz-border-radius-topleft:4px;
	-webkit-border-top-left-radius:4px;
	border-top-left-radius:4px;
}.likeskucuk table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;

	margin:0px;padding:0px;
}.likeskucuk tr:last-child td:last-child {
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
}
.likeskucuk table tr:first-child td:first-child {
	-moz-border-radius-topleft:4px;
	-webkit-border-top-left-radius:4px;
	border-top-left-radius:4px;
}
.likeskucuk table tr:first-child td:last-child {
	-moz-border-radius-topright:4px;
	-webkit-border-top-right-radius:4px;
	border-top-right-radius:4px;
}.likeskucuk tr:last-child td:first-child{
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
}.likeskucuk tr:hover td{
	
}
.likeskucuk tr:nth-child(odd){ background-color:#e5e5e5; }
.likeskucuk tr:nth-child(even)    { background-color:#ffffff; }.likes td{
	vertical-align:middle;
	
	
	border:1px solid #4c4c4c;
	border-width:0px 1px 1px 0px;
	text-align:center;
	padding:4px;
	font-size:13px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.likeskucuk tr:last-child td{
	border-width:0px 1px 0px 0px;
}.likeskucuk tr td:last-child{
	border-width:0px 0px 1px 0px;
}.likeskucuk tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.likeskucuk tr:first-child td{
		background:-o-linear-gradient(bottom, #000000 5%, #7f7f7f 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #000000), color-stop(1, #7f7f7f) );
	background:-moz-linear-gradient( center top, #000000 5%, #7f7f7f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#7f7f7f");	background: -o-linear-gradient(top,#000000,7f7f7f);

	background-color:#000000;
	border:0px solid #4c4c4c;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:15px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.likeskucuk tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #000000 5%, #7f7f7f 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #000000), color-stop(1, #7f7f7f) );
	background:-moz-linear-gradient( center top, #000000 5%, #7f7f7f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#7f7f7f");	background: -o-linear-gradient(top,#000000,7f7f7f);

	background-color:#000000;
}
.likeskucuk tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.likeskucuk tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}
.iform .itx {

	width:auto;
	background: #efefef;
	background: -webkit-gradient(linear, left top, left 25, from(#dadada), color-stop(6%, #efefef), to(#dadada));
	background: -moz-linear-gradient(top, #dadada, #efefef 2px, #dadada 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;

}
.iform .ibutton:hover,.iform .itx:focus { background:#dadada;}







.yeniustsabit {
	margin:0px;padding:0px;
	width:100%;
	box-shadow: 3px 3px 3px 3px #888888;
	border:1px solid #ffffff;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.yeniustsabit table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.yeniustsabit tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.yeniustsabit table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.yeniustsabit table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.yeniustsabit tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.yeniustsabit tr:hover td{
	
}
.yeniustsabit tr:nth-child(odd){ background-color:#ffffff; }
.yeniustsabit tr:nth-child(even)    { background-color:#ffffff; }.yeniustsabit td{
	vertical-align:middle;
	
	
	border:1px solid #ffffff;
	border-width:0px 1px 1px 0px;
	text-align:center;
	padding:7px;
	font-size:11px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.yeniustsabit tr:last-child td{
	border-width:0px 1px 0px 0px;
}.yeniustsabit tr td:last-child{
	border-width:0px 0px 1px 0px;
}.yeniustsabit tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.yeniustsabit tr:first-child td{
		background:-o-linear-gradient(bottom, #ffffff 5%, #ffffff 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #ffffff) );
	background:-moz-linear-gradient( center top, #ffffff 5%, #ffffff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff");	background: -o-linear-gradient(top,#ffffff,ffffff);

	background-color:#ffffff;
	border:0px solid #ffffff;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:11px;
	font-family:Arial;
	font-weight:bold;
	color:#333333;
}
.yeniustsabit tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #ffffff 5%, #ffffff 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #ffffff) );
	background:-moz-linear-gradient( center top, #ffffff 5%, #ffffff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff");	background: -o-linear-gradient(top,#ffffff,ffffff);

	background-color:#ffffff;
}
.yeniustsabit tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.yeniustsabit tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}



.yeniustsabit{


position:fixed; 
width:100%;
margin-right: auto;  
margin-left: auto; 
margin-top: 0px;
background-color:#fff;


}

.custom-alert {
    background-color: #6c757d; /* Gri arka plan */
    color: white; /* Beyaz yazı */
    padding: 15px;
    border-radius: 5px;
    text-align: center;
}

.custom-alert .success-text {
    color: #32CD32; /* Açık yeşil */
    font-weight: bold;
}

.custom-alert .warning-text {
    color: #FFA500; /* Turuncu */
    font-weight: bold;
}


	</style>
	