html {
    margin: 0;
    padding: 0;
}
body {
    color: #FFF;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
	background: #132F57;
}

a {
    color: #000000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: none;
}
form {
    padding: 0;
    margin: 0;
    display: inline;
}

ul, li{
    margin:0;
    padding:0;
}

h1,h2,h3,h4,h5,h6{
    margin:0;
    padding:0;
}

label {
    cursor: pointer;
}

div {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*input:focus {
    outline: 0;
}*/

.relative {
    position: relative;
}

.container {
	width: 1100px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.header {
	width: 100%;
	min-width: 1100px;
	background-color: #FFF;
}

.header .container {
	height: 80px;
}

.header img {
	float: left;
	margin-right: 20px;
	cursor: pointer;
}

.header a {
	background: #132F57;
	display: inline-block;
	float: left;
	padding: 0 20px;
	height: 30px;
	line-height: 30px;
	margin: 50px 5px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}

.header .sag {
	float:right;
	width: auto;
	height: 100%;
}

.content {
	width: 100%;
	min-width: 1100px;
}

.content .container {
	background: url(../images/bg.jpg) center top no-repeat;
	min-height: 700px;
	padding-top: 70px;
}

.orta {
	width: 100%;
	min-height: 485px;
	float: left;
	background: url(../images/seffaf.png);
}

.orta h1 {
	font-size: 32px;
	margin: 20px;
}

.orta h2 {
	font-size: 18px;
	margin: 30px 20px;
	line-height: 30px;
}

.alt {
	width: 100%;
	height: 95px;
	margin-top: 24px;
	float: left;
	background: url(../images/seffaf.png);
}

.alt div {
	width: 366px;
	height: 95px;
	float: left;
	padding: 10px 20px;
	box-sizing: border-box;
}
.alt div h1 {
	font-size: 20px;
	margin-bottom: 5px;
}
.alt div h2 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 5px;
}
.alt div a {
	font-size: 12px;
	color: #030303;
	background: #FFF;
	display: inline-block;
	padding: 6px 10px;
	text-decoration: none;
}

.alt div a:hover {
	background: #CCC;
}

.login {
	margin: 20px;
	display: inline-block;
}

.login input {
	width: 200px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #333;
	border: 1px solid #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0 10px;
	margin-bottom: 10px;
	box-sizing: border-box;
	float: left;
}

.login div {
	width: 210px;
	float: left;
}

.login button {
	width: 200px;
	height: 70px;
	font-size: 16px;
	color: #FFF;
	border: 1px solid #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-sizing: border-box;
	font-weight: bold;
	background: #132F57;
	cursor: pointer;
	float: left;
}

.login button:hover {
	background: #2E5EA2;
}

.search {
	margin: 10px;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
}

.search label {
	display: inline-block;
	float: left;
	padding-left: 5px;
}

.search input {
	width: 160px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #333;
	border: 1px solid #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0 10px;
	margin: 5px 10px 0 -5px;
	box-sizing: border-box;
}

.search select {
	width: 100px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #333;
	border: 1px solid #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0 10px;
	margin: 5px 10px 0 -5px;
	box-sizing: border-box;
}

.search button {
	width: 100px;
	height: 32px;
	font-size: 16px;
	color: #FFF;
	border: 1px solid #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-sizing: border-box;
	font-weight: bold;
	background: #132F57;
	cursor: pointer;
	margin-top: 4px;
}

.search button:hover {
	background: #2E5EA2;
}

.liste {
	width: 100%;
	float: left;
	border: 1px solid #666;
	/*background: url(../images/seffaf2.png);*/
}

.liste div.kalin {
	height: 28px;
	line-height: 17px;
	font-weight: bold;
	background: #000;
	color: #FFF;
}

.liste div {
	float: left;
	width: 135px;
	height: 60px;
	font-size: 14px;
	line-height: 17px;
	padding: 5px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	overflow: hidden;
	background: #FFF;
	color: #000;
}

.liste .tarih {
	width: 85px;
	line-height: 50px;
}
.liste .sure {
	width: 70px;
	line-height: 50px;
}
.liste .kategori {
	width: 130px;
	line-height: 50px;
}
.liste .baslik {
	width: 150px;
}
.liste .metin {
	width: 300px;
}
.liste .kelimeler {
	width: 180px;
}
.liste .dosya {
	width: 133px;
}
.liste .tur {
	width: 50px;
	line-height: 50px;
}

.clear {
	clear: both;
	width: 100% !important;
	border: none;
	padding: 0px !important;
	height: 0px !important;
}

.ekle {
	margin-left: 20px;
	display: inline-block;
	font-size: 16px;
}

.ekle label {
	width: 115px;
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px;
	box-sizing: border-box;
	display: inline-block;
}

.ekle input {
	width: 200px;
	background: #FFF;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #333;
	border: 1px solid #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0 10px;
	margin-bottom: 10px;
	box-sizing: border-box;
}

.ekle select {
	width: 200px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #333;
	border: 1px solid #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0 10px;
	margin-bottom: 10px;
	box-sizing: border-box;
}

.ekle textarea {
	width: 500px;
	height: 200px;
	line-height: 30px;
	font-size: 16px;
	color: #333;
	border: 1px solid #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	margin: 0 0 10px 4px;
	box-sizing: border-box;
}

.ekle button {
	width: 200px;
	height: 52px;
	font-size: 18px;
	color: #FFF;
	border: 1px solid #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-sizing: border-box;
	font-weight: bold;
	background: #132F57;
	cursor: pointer;
	margin: 10px 0 30px 118px;
}

.ekle button:hover {
	background: #2E5EA2;
}

.dosya button {
	border: 1px solid #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	margin-top: 4px;
}

.dosya button:hover {
	border: 1px solid #000;
}

.prev {
	margin: 20px;
	display: inline-block;
	font-size: 16px;
}

.prev label {
	width: 125px;
	height: 26px;
    line-height: 26px;
	box-sizing: border-box;
	display: inline-block;
	font-weight: bold;
	cursor: default;
}

.prev span {
	width: 200px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #333;
	border: 1px solid #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0 10px;
	margin-bottom: 10px;
	box-sizing: border-box;
}

.prev button {
	width: 150px;
	height: 32px;
	font-size: 18px;
	color: #FFF;
	border: 1px solid #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-sizing: border-box;
	font-weight: bold;
	background: #132F57;
	cursor: pointer;
	margin: 10px 10px 0 0;
	float: left;
}

.prev button:hover {
	background: #2E5EA2;
}