﻿body {
	margin: 0px;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}
img {
	border: 0px;
}
.bgColor {
	background-color: #535252;
}
.fontColor {
	color: #535252;
}
.inputText {
	float: left;
	background: #FFFFFF url('images/inputBack.png') repeat-x scroll left top;
	border: 1px #C0C0C0 solid;
}
.header {
	float: left;
	width: 100%;
	height: 155px;
	background-image: url('images/headerPNG.png');
	background-repeat: repeat-x;
	background-position: left top;
}
.headerContainer {
	margin: 0px auto;
	width: 996px;
	height: 100%;
}
.headerLogo {
	float: left;
	width: 280px;
	height: 129px;
	background-image: url('images/logoBackPNG.png');
	margin-top: 26px;
	margin-left: -6px;
}
.headerNav {
	float: left;
	height: 45px;
	margin-top: 110px;
}
.headerNavRight {
	float: right;
	height: 45px;
}
.headerNav a {
	float: left;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 14px;
}
.headerNav a:hover {
	background-color: #fff;
	color: black;
}
.section {
	float: left;
	width: 100%;
	/*background-color: #fafafa;*/
}
.sectionContainer {
	margin: 0px auto;
	width: 996px;
	height: 500px;
	background-color: #FFFFFF;
	padding-top: 50px;
}
.sectionLeft {
	float: left;
	width: 680px;
	margin-right: 30px;
}
.sectionRight {
	float: left;
	width: 286px;
}
.footer {
	float: left;
	width: 100%;
	/*background-color: #fafafa;*/
}
.footerContainer {
	margin: 0px auto;
	width: 996px;
	height: 200px;
}
.box {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.boxHead {
	float: left;
	width: 278px;
	height: 32px;
	background-image: url('images/barPNG.png');
	background-repeat: repeat;
	background-position: lef top;
	font-size: 16px;
	color: #FFFFFF;
	padding-top: 8px;
	padding-left: 8px;
}
.boxArticle {
	float: left;
	width: 286px;
	background-image: url('images/kategoriBackPNG.png');
	background-repeat: repeat;
	background-position: lef top;
	padding-bottom:5px;
	padding-top:5px;
}


/*Sayfalama*/
.paging {
	float: left;
	width: 100%;
	height: 40px;
	padding-top: 20px;
	border-top: 1px #dcdcdc solid;
}
.pagings {
	float:right;
	/*margin: 0px auto;*/
	'width: 521px;
}
.paging a {
	float: left;
	min-width: 32px;
	margin-left: 3px;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	background-image: url('images/articleHeadPNG.png');
	background-repeat: repeat;
	background-position: lef top;
	
}
.paging a:hover {
	margin-top: -2px;
}
.pagingPadd1 {
	padding: 2px 6px 2px 6px;
}
.pagingPadd2 {
	padding: 2px 0px 2px 0px;
}
.noData {
	float: left;
	text-align: center;
	width: 100%;
	height: 50px;
	padding: 40px;
	font-size: 14px;
	color: #333333;
}


