﻿/* BİSMİLLAHİRRAHMANİRRAHİM */

body {
padding:0;
margin:0;
font-family:Arial, Helvetica, sans-serif;
font-style:normal;
font-weight:normal;
background-color:#dbdbdb;
background-image:url(images/bg.png);
background-repeat:no-repeat;
background-position:center
}


.clear {clear:both}
img {border:none}
h1, h2, h3, h4, h5, h6 { padding:0; margin:0; font-size:16px; font-weight:bold}


.altbosluk {
margin-bottom:20px;
}

 
 /*
===============================================
GOVDE ( SAG BAR AND SOL BAR)
===============================================
*/


#govde {
position:relative;
width:900px;
margin:auto;
}

	#govde .baslik {
	position:relative;
	width:100%;
	height:40px;
	border-bottom:#6c6c6c solid 5px;
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	color:#5b5b5b;
	font-weight:bold;
	text-align:center;
	padding-top:20px;
	}
	
	#govde .baslikyk {
	position:relative;
	width:100%;
	height:30px;
	border-bottom:#b33d3d solid 2px;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#b33d3d;
	font-weight:bold;
	margin:20px 0;
	padding-top:5px;
	}


	#govde .form {
	position:relative;
	margin:auto;
	margin-top:30px;
	width:460px;
	}
	
	#govde .form label {
	position:relative;
	float:left;
	height:25px;
	padding-top:15px;
	text-align:right;
	margin-right:20px;
	width:140px;
	}
	
		#govde  .satir {
		position:relative;
		width:100%;
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		color:#787878;
		margin-bottom:10px;
		}
	
		#govde .form .uzun { width:280px;}
		#govde .form .kisa { width:160px;}
	
		input[type="text"] {
		border:#cfcfcf solid 1px;
		height:34px;
		border-radius:4px;
		-moz-border-radius:4px;
		-wbkit-border-radius:4px;
		background:url(images/formbg.png) repeat-x left center;
		padding:3px 6px;
		font-size:16px;
		font-weight:bold;
		color:#959595
		}
		
		input[type="submit"] {
		height:38px;
		border-radius:4px;
		-moz-border-radius:4px;
		-wbkit-border-radius:4px;
		background-color:#b33d3d;
		transition: .16s ease-in;
		padding:3px 6px;
		font-size:16px;
		font-weight:bold;
		color:#efefef;
		border:none;
		}
		
		input[type="submit"]:hover {
		background-color:#363636;
		transition: .16s ease-in;
		cursor:pointer;
		}
	

.kapcaYonetici {
position:absolute;
width:100px;
height:35px;
right:8px;
top:0;
}

/* ORTA GOVDE SOL BAR SONU */


.gonderiCont {
position:relative;
width:100%;
}

.gonderiCont .l { float:left; margin-left:6px;}
.gonderiCont .r {float:right; margin-right:6px;}


	.gonderiCont .baslik2 {
	position:relative;
	width:100%;
	height:30px;
	border-bottom:#6c6c6c solid 5px;
	background:url(img/baslik2.png) no-repeat left center;
	margin-bottom:10px;
	}


	.gonderiCont .container {
	position:relative;
	width:420px;
	padding:5px;
	min-height:120px;
	border:#bfbfbf solid 1px;
	font-size:12px;
	color:#434343
	}

	.gonderiCont .container .altbaslik {
	position:relative;
	width:420px;
	color:#363636;
	padding:0;
	margin:0 0 5px 0;
	font-weight:bold;
	font-size:14px;
	}
	
	.gonderiCont .container .icerik {
	position:relative;
	width:420px;
	padding:0;
	margin:0 0 5px 0;
	}
	
		.gonderiCont .container .icerik .ek {
		position:relative;
		float:left;
		width:90px;
		margin-right:5px;
		}
		
		.gonderiCont .container .icerik .red {
		position:relative;
		float:left;
		width:325px;
		 color:#b33d3d
		 }


	.gonderiCont .container .teslimdurumu {
	position:relative;
	width:420px;
	padding:0 0 8px 0;
	margin:0 0 8px 0;
	font-weight:bold;
	font-size:14px;
	border-bottom:#bfbfbf solid 1px;
	}
	
		.gonderiCont .container .teslimdurumu .ek {
		position:relative;
		float:left;
		margin-right:5px;
		}
		.gonderiCont .container .teslimdurumu .red {
		position:relative;
		float:left;
		 color:#b33d3d
		 }
	


	.gonderiCont .container .kargodurumu {
	position:relative;
	width:420px;
	margin:0 0 8px 0;
	font-weight:bold;
	font-size:14px;
	}
	
	.gonderiCont .container .kargodetay {
	position:relative;
	width:414px;
	margin:0 0 5px 0;
	padding:5px 3px;
 	color:#b33d3d;
	border-bottom:#bfbfbf dashed 1px;
	}



	.durumCont {
	position:relative;
	width:100%;
	}

	.durumCont .kargodurumu {
	position:relative;
	width:100%;
	margin:0 0 8px 0;
	font-weight:bold;
	font-size:14px;
	}
	
	.durumCont .kargodetay {
	position:relative;
	width:100%;
	margin:0 0 5px 0;
	padding:5px 0;
 	color:#b33d3d;
	border-bottom:#bfbfbf dashed 1px;
	}

		.durumCont .delete {
		position:relative;
		float:right;
		background-color:#d22c2c;
		padding:3px 8px;
		font-weight:bold;
		font-size:12px;
		color:#FFFFFF;
		border-radius:2px;
		-moz-border-radius:2px;
		-webkit-border-radius:2px;
		}
		
		.durumCont .delete:hover {
		background-color:#292929;
		}
		
		.durumCont .delete a { color:#FFFFFF; text-decoration:none}





		.durumCont .update {
		position:relative;
		float:right;
		background-color:#083fbd;
		padding:3px 8px;
		margin-right:10px;
		font-weight:bold;
		font-size:12px;
		color:#FFFFFF;
		border-radius:2px;
		-moz-border-radius:2px;
		-webkit-border-radius:2px;
		}
		
		.durumCont .update:hover {
		background-color:#292929;
		}
		
		.durumCont .update a { color:#FFFFFF; text-decoration:none}




/*   style 2     */ 


.valid_box{width:705px;clear:both;background:url(images/valid.png) no-repeat left #edfce9;
border:1px #cceac4 solid;background-position:15px 10px;padding:20px 20px 15px 60px;margin:0 0 10px 0;}
.error_box{width:705px;clear:both;background:url(images/error.png) no-repeat left #fce9e9;
border:1px #eac7c7 solid;background-position:15px 10px;padding:20px 20px 15px 60px;margin:0 0 10px 0;}


.admin-cont {
width:100%;
position:relative;
margin-bottom:30px;
}

		#menuler {
		width:500px;
		height:60px;
		margin:auto;
		padding-top:30px;
		position:relative;
		font-size:14px;
		}


			#menuler .cont {
			float:left;
			position:relative;
			padding:5px 12px;
			background-color:#b33d3d;
			margin-right:4px;
			font-weight:bold;
			}
			
			#menuler .cont a { color:#FFFFFF; text-decoration:none;}
			#menuler .cont a:hover { color:#FFFFFF; text-decoration:none;}

			#menuler .cont:hover {
				background-color:#292929;
			}
			
			.cont-secili {
				float:left;
			position:relative;
			padding:5px 12px;
			background-color:#4f4f4f;
			margin-right:4px;
			background-position:bottom left;
			background-repeat:repeat-x;
			font-weight:bold;
			}
		
	#menuler .cont-secili a { color:#FFFFFF; text-decoration:none;}
			#menuler .cont-secili a:hover { color:#FFFFFF; text-decoration:none;}

.kayit-liste-cont {
width:100%;
position:relative;
margin-top:20px;
padding:20px 0;
border-top:#cbcbcb solid 1px;
font-size:11px;
}

.kayit-ekle-cont {
width:100%;
position:relative;
margin-top:20px;
padding:20px 0;
border:#92a6b5 solid 1px;
font-size:11px;
}




.kutu {
position:relative;
float:left;
padding:3px 8px;
margin-right:5px;
background-color:#c8dae8;
color:#000000;
height:25px;
}
.kutuislem {
position:relative;
float:left;
padding:3px 8px;
background-color:#c8dae8;
color:#000000;
height:25px;
width:94px;
}

.kutu2 {
position:relative;
float:left;
padding:3px 8px;
margin:3px 5px 3px 0;
color:#000000;
height:25px;
}

.kutu2islem {
position:relative;
float:left;
padding:3px 0;
margin:3px 0;
height:25px;
width:90px;

}

.Gadi {width:140px;}
.Gadi2 {width:140px;}
.Khn {width:125px;}
.islem {width:120px;}


.guncelle {
float:left;
width:18px;
margin-top:5px;
padding:0;
}

.sil {
float:left;
width:20px;
padding:0;
margin:5px 0 0 15px;
}

.kutu2Cont {
width:100%;
height:35px;
}

.kutu2Cont:hover {
background-color:#fefefe;
}





label {
float:left;
width:140px;
font-size:13px;
color:#005da6;
margin:10px 10px 0 0;
}

label > strong {
color:#000000;
}




.referans-no {width:300px;}
.guvenlik-no {width:150px;}

textarea {
    border: 1px solid #E3E3E3;
    float: left;
    height: 70px;
	width:300px;
    line-height: 26px;
    padding: 4px 5px;
    font-size: 12px;
    color: #828282;
	margin-top:15px;
}

.btn2 {
position:relative;
width:100%;
text-align:center;
}



.Gonder {
    background-color: #c4231c;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
	font-size:16px;
    padding: 10px 20px;
    height:40px;
	margin-top:10px;
}

.secim {
    border: 1px solid #E3E3E3;
    float: left;
    height: 30px;
    line-height: 26px;
    padding: 4px 5px;
    font-size: 13px;
    color: #828282;
	width:310px;
}



.kapca {
position:absolute;
right:10px;
top:110px;
}

.kargo-sorgulama .bilgiler {
position:relative;
width:810px;
margin:auto;
}

.bilgiler .gonderici {
position:relative;
float:left;
width:350px;
}
.bilgiler .alici {
position:relative;
float:right;
width:350px;
}

.bilgiler .detaylar {
position:relative;
width:800px;
margin-top:30px;
padding-top:20px;
border-top:#bcc7cc solid 1px;
float:left;
}




