	
	/*	/////////		SAYFA YAPISI		////////// */
	
	html, body {
		margin:0px;
		padding:0px;
		background:#FFF;
		overflow:auto;
		overflow-y:auto;
		overflow-x:hidden;
	}
	
	body, input, select, textarea, button {
		font-family:'Roboto';
		font-size:13px;
		font-weight:400;
		color:#333;
	}
	
	* {
		outline:0;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		background-clip:border-box;
		-moz-background-clip:border-box;
		-webkit-background-clip:border-box;
	}
	
	/*	/////////	ANASAYFA MATERYALLERI	////////// */
	
	/*	/////////		HEADER			////////// */
	
	.headerBtns {
		list-style:none;
		margin:0;
		padding:0;
	}
	
	.headerBtns li {
		float:left;
		text-align:center;
		font-size:16px;
		font-weight:400;
	}
	
	.headerBtns li:nth-child(1) {
		width:100px;
	} .headerBtns li:nth-child(2) {
		border-left:1px solid #DDD;
		width:104px;
	} .headerBtns li:nth-child(3) {
		border-left:1px solid #DDD;
		width:86px;
	} .headerBtns li:nth-child(4) {
		border-left:1px solid #DDD;
		width:98px;
	} .headerBtns li:nth-child(5) {
		width:84px;
		border-left:1px solid #DDD;
	}
	
	.headerBtns li a {
		color:#333;
	}
	
	.headerBtns li a:hover,
	.headerBtns li a.active {
		color:#B7D834;
		font-weight:700;
		text-decoration:none;
	}
	
	/*	/////////		CONTENT		////////// */
	
	
	
	
	/*	/////////		FOOTER			////////// */
	
	/*	/////////	DIGER MATERYALLER		////////// */
	
	input[type=text], input[type=password], textarea, select {
		font-size:14px;
		padding:6px;
		background:#EEE;
		border:1px solid #EEE;
		vertical-align:middle;
		resize:none;
		-webkit-border-radius:4px;
		-moz-border-radius:4px;
		border-radius:4px;
		margin:0;
	}
	
	input:focus[type=text], input:focus[type=password], textarea:focus {
		border:1px solid #DDD;
		color:#111;
		background:#DDD;
	}
	
	button.green {
		cursor:pointer;
		background:#358E30;
		color:#FFF;
		font-size:16px;
		font-weight:bold;
		letter-spacing:-1px;
		padding:4px 14px;
		-webkit-border-radius:4px;
		-moz-border-radius:4px;
		border-radius:4px;
		text-shadow: 0 1px 0 #000;
		border:0;
		border-bottom:3px solid #004F7D;
	}
	
	button.green:hover {
		background:#358E30;
	}
	
	button.green:active {
		padding:5px 14px 3px 14px;
		background:#358E30;
	}
	
	#processDiv {
		display:none;
		position:absolute;
		z-index:999;
		border:1px solid red;
		background:#FFF;
		padding:10px;
	}
	
	#blockDiv {
		display:none;
		position:fixed;
		z-index:999;
		width:100%;
		background:url(../images/blockImageBlack.png);
	}
	
	#blockTableDiv {
		display:none;
		position:fixed;
		z-index:9999;
		width:100%;
		background:url(../images/blockImageBlack.png);
	}
	
	#blockTableDiv .dialogBorder {
		width:400px;
		background:url(../images/blockBackImage.png) #FFF;
		border:1px solid #CCC;
		border-right:2px solid #666;
		border-bottom:2px solid #666;
		-webkit-border-radius:8px;
		-moz-border-radius:8px;
		border-radius:8px;
	}
	
	#blockTableDiv .dialogBack {
		border:10px solid #FFF;
		-webkit-border-radius:8px;
		-moz-border-radius:8px;
		border-radius:8px;
	}
	
	#blockTableDiv #dialogTitle {
		padding:10px 0 0 0;
		font-size:18px;
		font-weight:700;
		letter-spacing:-1px;
		color:#358E30;
	}
	
	#blockTableDiv #dialogContent {
		margin:2px 0 10px 0;
		font-size:13px;
		color:#666;
	}
	
	#blockTableDiv .dialogButton {
		width:100px;
		margin:auto;
		padding:0 0 14px 0;
	}
	
	#blockTableDiv .dialogButton>input[type=button] {
		border:0;
		display:block;
		padding:4px 8px;
		font-size:13px;
		font-weight:400;
		color:#FFF;
		background:#358E30;
		cursor:pointer;
		-webkit-border-radius:4px;
		-moz-border-radius:4px;
		border-radius:4px;
	}
	
	img {
		border:0;
	}
	
	.clear {
		clear:both;
	}
	
	a:link		{ text-decoration:none; 		}
	a:visited 	{ text-decoration:none; 		}
	a:hover   	{ text-decoration:underline; 	}