body {
	padding: 10px;
	background: url('../_i/zemin.jpg') #999999;
	text-shadow: 0px 1px 0px #efefef;
}

body, input, textarea, select {
	font-family: "Lucida Grande", Verdana, Tahoma, Arial;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}

a {
	color: #0000cc;
}

a:hover {
	color: #000000;
}

p {
	margin-bottom: 10px;
}

.notification {
	background-color: #009900;
	text-shadow: 0px 1px 0px #000000;
	position: absolute;
	top: 60px;
	left: 400px;
	color: #ffffff;
	width: 670px;
	font-size: 20px;
	line-height: 40px;
	padding: 20px;
	text-align: center;
	box-shadow: 0px 2px 4px #999999;
	-moz-box-shadow: 0px 2px 4px #999999;
	-webkit-box-shadow: 0px 2px 4px #999999;
	-webkit-border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
}

.butt_submit {
	cursor: pointer;
	display: inline-block;
	user-select: none;
	-moz-user-select: none;
	background: #3b89d0 -webkit-linear-gradient(#6cb1e3, #3b89d0);
	border: 1px solid #367cc0;
	border-bottom: 1px solid #26619b;
	color: #fff !important;
	font-size: 12px;
	padding: 3px 10px 3px !important;
	text-shadow: 0 1px 1px rgba(0,0,0,0.5);
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	box-shadow: 0 1px 2px rgba(0,0,0,0.3), inset 0px 1px 0px rgba(255,255,255,0.3);
	text-decoration: none;
}

.butt_submit:active {
	background: #3b89d0 -webkit-linear-gradient(#539cd9, #367cc0);
}

.butt_cancel {
	cursor: pointer;
	display: inline-block;
	user-select: none;
	-moz-user-select: none;
	background: #868686 -webkit-linear-gradient(#a5a5a5, #868686);
	border: 1px solid #7b7b7b;
	border-bottom: 1px solid #606060;
	color: #fff !important;
	font-size: 12px;
	padding: 3px 10px 3px !important;
	text-shadow: 0 1px 1px rgba(0,0,0,0.5);
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	box-shadow: 0 1px 2px rgba(0,0,0,0.3), inset 0px 1px 0px rgba(255,255,255,0.3);
	text-decoration: none;
}

.butt_cancel:active {
	background: #3b89d0 -webkit-linear-gradient(#7b7b7b, #959595);
}

#login_form {
	margin: 100px auto 0px auto;
	background-color: #ffffff;
	width: 400px;
	padding: 30px 10px 30px 10px;
	border: 3px solid #ccc;
	box-shadow: #666 0px 0px 20px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#login_form input[type='text'], 
#login_form input[type='password'] {
	border: 1px solid #cccccc;
	height: 19px;
	width: 150px;
}

#login_form input[type='text']:hover,
#login_form input[type='password']:hover {
	border-color: #999;
}

#login_form input[type='text']:focus, 
#login_form input[type='password']:focus {
	border-color: #cc0000;
	background-color: #ffffef;
}

#login_form .err {
	color: #cc0000;
	padding: 3px;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
	width: inherit;
}

#content {
	margin: 0 auto;
	width: 90%;
	min-height: 1000px;
	background: #efefef;
	padding: 10px;
	border: 10px solid #999999;
}

#content h1 {
	font-size: 22px;
	line-height: 22px;
	color: #c00000;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0px 0px 20px 0px;
	padding: 10px;
	background-color: #ffffef;
	text-shadow: 0px 1px 0px #ffffff;
	border-bottom: 2px solid #666666;
}

#content_popup {
	min-height: 450px;
	background: #efefef;
	padding: 10px;
}

#content_popup h1 {
	font-size: 18px;
	line-height: 18px;
	color: #c00000;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0px 0px 20px 0px;
	padding: 10px;
	background-color: #ffffef;
	text-shadow: 0px 1px 0px #ffffff;
	border-bottom: 2px solid #666666;
}

#navi {
	background: #333333;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
	height: 40px;
}

#navi li {
	float: left;
	height: 40px;
	border-right: solid 1px #666666;
}

#navi li a {
	padding: 14px 10px;
	font-size: 12px;
	display: block;
	color: #ffffff;
	text-decoration: none;
	text-shadow: 0px 1px 0px #000000;
}

#navi li:hover a {
	text-decoration: none;
}

#navi ul {
	position: absolute;
	left: -9999px;
	top: -9999px;
	list-style-type: none;
}

#navi li:hover {
	position: relative;
	background: #c00000;
}

#navi li:hover ul {
	left: 0px;
	top: 40px;
	background: #000000;
	padding: 5px;
	width: 200px;
	border-right: 10px solid #dddddd;
	border-bottom: 10px solid #dddddd;
}

#navi li:hover ul li {
	height: 25px;
	border: none;
}

#navi li:hover ul li a {
	height: 25px;
	padding: 0px;
	display: block;
	width: 200px;
	line-height: 25px;
	text-indent: 10px;
	color: #ffffff;
	background-color: #000000;
	text-decoration: none;
}

#navi li:hover ul li a:hover {
	height: 25px;
	background: #c00000;
	color: #ffffff;
}

.even {
	background-color: ##D6EAF8;
}

.evenx {
	background-color: #edf3fe;
}

.odd {
	background-color: #ffffff;
}

.class_th {
	background-color: #666666;
	color: #ffff00;
	font-weight: bold;
	font-size: 13px;
	text-shadow: 0px 1px 0px #000000;
}

.even:hover, .odd:hover {
	background-color: #ffcc00;
}

#liste {
	width: 100%;
	font-size: 11px;
}

#liste h1 {
	font-size: 22px;
	line-height: 22px;
	margin: 0px 0px 20px 0px;
}

#liste table {
	width: 100%;
	border-collapse: collapse;
}

#liste table th, #liste table th a {
	background-color: #666666;
	padding: 5px;
	color: #ffff00;
	text-shadow: 0px 1px 0px #000000;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
}


#liste table td {
	padding: 5px;
}

#liste ul li {
	line-height: 20px;
	font-size: 12px;
}

#form table {
	margin: 0px;
	padding: 0px;
}

#form td {
	padding: 5px;
}

#form td .padd0 {
	padding: 0px;
}

#form .width50 {
	width: 50px;
}

#form .width100 {
	width: 100px;
}

#form .width150 {
	width: 150px;
}

#form .width200 {
	width: 200px;
}

#form .width250 {
	width: 250px;
}

#form .width300 {
	width: 300px;
}

#form .width400 {
	width: 400px;
}

#form .form_baslik {
	color: #333333;
	display: block;
	font-weight: normal;
	text-align: right;
	margin: 5px 0px 0px 0px;
}

#form textarea, 
#form input[type='text'] {
	font-family: "Lucida Grande", Verdana;
	border: 1px solid #cccccc;
	padding: 3px;
	margin: 0px;
}

#form textarea:focus, 
#form input[type='text']:focus {
	border-color: #c00000;
	background-color: #ffffef;
}

#form textarea {
	height: 50px;	
}

	/*
	background-color: #cc0000;
	border: none;
	color: #ffffff;
	font-weight: bold;
	padding: 4px 10px 4px 10px;
	cursor: pointer;
	text-shadow: 0px 1px 0px #000000;
	*/
/*
#form input[type='submit']:hover  {
	background-color: #990000;
}
*/

#form .form_field_not {
	margin: 0px 0px 0px 5px;
	color: #999999;
	font-size: 10px;
}

#form td.ara_baslik {
	font-size: 14px;
	font-weight: bold;
}

.icon_div {
	display: inline-block;
	float: left;
	width: 16px;
	margin: 0px 5px 0px 0px;
}

.sayfalama a {
	color: #c00;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}

.sayfalama .pasif {
	color: #999;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}

.sayfalama select {
	width: 40px;
	font-size: 11px;
}






/* sitede kullanılan iconlar */


.icon_email { background: url(../_i/email.png); width: 16px; height: 16px; background-size: 16px 16px; -webkit-background-size: 16px 16px; -moz-background-size: 16px 16px; -o-background-size: 16px 16px; }
.icon_detay { background: url(../_i/file.png); width: 16px; height: 16px; background-size: 16px 16px; -webkit-background-size: 16px 16px; -moz-background-size: 16px 16px; -o-background-size: 16px 16px; }
.icon_ekle { background: url(../_i/file_add.png); width: 16px; height: 16px; background-size: 16px 16px; -webkit-background-size: 16px 16px; -moz-background-size: 16px 16px; -o-background-size: 16px 16px; }
.icon_sil { background: url(../_i/file_delete.png); width: 16px; height: 16px; background-size: 16px 16px; -webkit-background-size: 16px 16px; -moz-background-size: 16px 16px; -o-background-size: 16px 16px; }
.icon_duzenle { background: url(../_i/file_edit.png); width: 16px; height: 16px; background-size: 16px 16px; -webkit-background-size: 16px 16px; -moz-background-size: 16px 16px; -o-background-size: 16px 16px; }
.icon_durum_on { background: url(../_i/button_on.png); width: 16px; height: 16px; background-size: 16px 16px; -webkit-background-size: 16px 16px; -moz-background-size: 16px 16px; -o-background-size: 16px 16px; }
.icon_durum_off { background: url(../_i/button_off.png); width: 16px; height: 16px; background-size: 16px 16px; -webkit-background-size: 16px 16px; -moz-background-size: 16px 16px; -o-background-size: 16px 16px; }
.icon_arama { background: url(../_i/file_search.png); width: 16px; height: 16px; background-size: 16px 16px; -webkit-background-size: 16px 16px; -moz-background-size: 16px 16px; -o-background-size: 16px 16px; }
.icon_uyari { background: url(../_i/button_warning.png); width: 16px; height: 16px; background-size: 16px 16px; -webkit-background-size: 16px 16px; -moz-background-size: 16px 16px; -o-background-size: 16px 16px; }

.odeme_fazla { background: url(../_i/shoppingcart_add.png); width: 16px; height: 16px; background-size: 16px 16px; -webkit-background-size: 16px 16px; -moz-background-size: 16px 16px; -o-background-size: 16px 16px; }
/*.shoppingcart_checkout { background: url(../_i/shoppingcart_checkout.png); width: 16px; height: 16px; background-size: 16px 16px; -webkit-background-size: 16px 16px; -moz-background-size: 16px 16px; -o-background-size: 16px 16px; }*/
.odeme_eksik { background: url(../_i/shoppingcart_remove.png); width: 16px; height: 16px; background-size: 16px 16px; -webkit-background-size: 16px 16px; -moz-background-size: 16px 16px; -o-background-size: 16px 16px; }
.odeme_yok { background: url(../_i/shoppingcart_warning.png); width: 16px; height: 16px; background-size: 16px 16px; -webkit-background-size: 16px 16px; -moz-background-size: 16px 16px; -o-background-size: 16px 16px; }
.odeme_tamam { background: url(../_i/shoppingcart.png); width: 16px; height: 16px; background-size: 16px 16px; -webkit-background-size: 16px 16px; -moz-background-size: 16px 16px; -o-background-size: 16px 16px; }
.sort_asc { background: url(../_i/sort_asc.png); width: 10px; height: 10px; background-size: 10px 10px; -webkit-background-size: 10px 10px; -moz-background-size: 10px 10px; -o-background-size: 10px 10px; }
.sort_desc { background: url(../_i/sort_desc.png); width: 10px; height: 10px; background-size: 10px 10px; -webkit-background-size: 10px 10px; -moz-background-size: 10px 10px; -o-background-size: 10px 10px; }




@media only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {

	.icon_detay { background: url(../_i/email@2x.png); background-size: 16px 16px; }
	.icon_detay { background: url(../_i/file@2x.png); background-size: 16px 16px; }
	.icon_ekle { background: url(../_i/file_add@2x.png); background-size: 16px 16px; }
	.icon_sil { background: url(../_i/file_delete@2x.png); background-size: 16px 16px; }
	.icon_duzenle { background: url(../_i/file_edit@2x.png); background-size: 16px 16px; }
	.icon_durum_on { background: url(../_i/button_on@2x.png); background-size: 16px 16px; }
	.icon_durum_off { background: url(../_i/button_off@2x.png); background-size: 16px 16px; }
	.icon_arama { background: url(../_i/file_search@2x.png); background-size: 16px 16px; }
	.icon_uyari { background: url(../_i/button_warning@2x.png); background-size: 16px 16px; }
	.odeme_fazla { background: url(../_i/shoppingcart_add@2x.png); background-size: 16px 16px; }
	/*.shoppingcart_checkout { background: url(../_i/shoppingcart_checkout@2x.png); background-size: 16px 16px; }*/
	.odeme_eksik { background: url(../_i/shoppingcart_remove@2x.png); background-size: 16px 16px; }
	.odeme_yok { background: url(../_i/shoppingcart_warning@2x.png); background-size: 16px 16px; }
	.odeme_tamam { background: url(../_i/shoppingcart@2x.png); background-size: 16px 16px; }
	.sort_asc { background: url(../_i/sort_asc@2x.png); background-size: 10px 10px; }
	.sort_desc { background: url(../_i/sort_desc@2x.png); background-size: 10px 10px; }


}
