/* Reset */
*{margin:0; padding:0; list-style:none; border:none;}
body,img,p,h1,h2,h3,h4,h5,h6,ul,ol,dl,dt,dd {margin:0; padding:0; list-style:none; border:none;}
/* End Reset */
/* Containers
----------------------------------------------------------------------------------------------------*/
.container_12 {margin-left: auto; margin-right: auto; width: 960px; }
/* Grid >> Global
----------------------------------------------------------------------------------------------------*/
.grid_1,.grid_2,.grid_3,.grid_4,.grid_5,.grid_6,.grid_7,.grid_8,.grid_9,.grid_10,.grid_11,.grid_12{
	display:inline;float: left;position: relative;margin-left: 10px;margin-right: 10px;}
/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/
.alpha {margin-left: 0;}
.omega {margin-right: 0;}
/* Grid >> 2 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .grid_1 {width:60px;}
.container_12 .grid_2 {width:140px;}
.container_12 .grid_3 {width:220px;}
.container_12 .grid_4 {width:300px;}
.container_12 .grid_5 {width:380px;}
.container_12 .grid_6 {width:460px;}
.container_12 .grid_7 {width:540px;}
.container_12 .grid_8 {width:620px;}
.container_12 .grid_9 {width:700px;}
.container_12 .grid_10 {width:780px;}
.container_12 .grid_11 {width:860px;}
.container_12 .grid_12 {width:940px;}
/* Prefix Extra Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/
    .container_12 .prefix_1 {
	padding-left:80px;
}
    .container_12 .prefix_2 {
	padding-left:160px;
}
    .container_12 .prefix_3 {
	padding-left:240px;
}
    .container_12 .prefix_4 {
	padding-left:320px;
}
    .container_12 .prefix_5 {
	padding-left:400px;
}
    .container_12 .prefix_6 {
	padding-left:480px;
}
    .container_12 .prefix_7 {
	padding-left:560px;
}
    .container_12 .prefix_8 {
	padding-left:640px;
}
    .container_12 .prefix_9 {
	padding-left:720px;
}
    .container_12 .prefix_10 {
	padding-left:800px;
}
    .container_12 .prefix_11 {
	padding-left:880px;
}
/* Suffix Extra Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/
    .container_12 .suffix_1 {
	padding-right:80px;
}
    .container_12 .suffix_2 {
	padding-right:160px;
}
    .container_12 .suffix_3 {
	padding-right:240px;
}
    .container_12 .suffix_4 {
	padding-right:320px;
}
    .container_12 .suffix_5 {
	padding-right:400px;
}
    .container_12 .suffix_6 {
	padding-right:480px;
}
    .container_12 .suffix_7 {
	padding-right:560px;
}
    .container_12 .suffix_8 {
	padding-right:640px;
}
    .container_12 .suffix_9 {
	padding-right:720px;
}
    .container_12 .suffix_10 {
	padding-right:800px;
}
    .container_12 .suffix_11 {
	padding-right:880px;
}
/* Push Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/
    .container_12 .push_1 {
	left:80px;
}
    .container_12 .push_2 {
	left:160px;
}
    .container_12 .push_3 {
	left:240px;
}
    .container_12 .push_4 {
	left:320px;
}
    .container_12 .push_5 {
	left:400px;
}
    .container_12 .push_6 {
	left:480px;
}
    .container_12 .push_7 {
	left:560px;
}
    .container_12 .push_8 {
	left:640px;
}
    .container_12 .push_9 {
	left:720px;
}
    .container_12 .push_10 {
	left:800px;
}
    .container_12 .push_11 {
	left:880px;
}




/* Pull Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/
    .container_12 .pull_1 {
	right:80px;
}
    .container_12 .pull_2 {
	right:160px;
}
    .container_12 .pull_3 {
	right:240px;
}
    .container_12 .pull_4 {
	right:320px;
}
    .container_12 .pull_5 {
	right:400px;
}
    .container_12 .pull_6 {
	right:480px;
}
    .container_12 .pull_7 {
	right:560px;
}
    .container_12 .pull_8 {
	right:640px;
}
    .container_12 .pull_9 {
	right:720px;
}
    .container_12 .pull_10 {
	right:800px;
}
    .container_12 .pull_11 {
	right:880px;
}


/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/


.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}


.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/*Text inputs*/
.NFText {border:none; vertical-align:middle; font:12px/15px Arial, Helvetica, sans-serif; background:none; width:200px;}
.NFTextCenter {height:15px; background:url(img/input.png) repeat-x 0 0; padding:3px 0; margin:0; float:left; line-height:15px;}
.NFTextLeft, .NFTextRight {width:7px; height:21px; vertical-align:middle; float:left;}
.NFTextLeft {background:url(img/input-left.png) no-repeat 0 0;}
.NFTextRight {background:url(img/input-right.png) no-repeat 0 0;}
/*Radio*/
.NFRadio {cursor:pointer; position:absolute; display:block; width:13px; height:13px; border:1px solid transparent; background:url(img/radio.png) no-repeat 0 0; z-index:2;}
/*Checkbox*/
.NFCheck {cursor:pointer; position:absolute; width:12px; height:12px; border:1px solid transparent; background:url(img/checkbox.png) no-repeat 0 0; z-index:2;}
/*Buttons*/
.NFButton {width:auto; height:26px; color:#fff; padding:0 2px; background:url(img/button.png) repeat-x 0 0; cursor:pointer; border:none; font:10px/26px Tahoma, Arial, Helvetica, sans-serif; font-weight:bold; text-transform:uppercase; letter-spacing:1px; vertical-align:middle;}
.NFButtonLeft, .NFButtonRight {width:6px; height:26px; vertical-align:middle;}
.NFButtonLeft {background:url(img/button-left.png) no-repeat 0 0;}
.NFButtonRight {background:url(img/button-right.png) no-repeat 0 0;}
/*Textareas*/
.NFTextarea {border:none; background:none; font:12px/12px Arial, Helvetica, sans-serif; margin:0;}
.NFTextareaTop, .NFTextareaBottom {height:5px; clear:both; float:none; padding-right:10px;}
.NFTextareaTop {background:url(img/textarea-tr.png) no-repeat 100% 0;}
.NFTextareaBottom {background:url(img/textarea-br.png) no-repeat 100% 0; margin-bottom:5px;}
.NFTextareaTopLeft, .NFTextareaBottomLeft {width:5px; height:5px;}
.NFTextareaTopLeft {background:#f2f2e6 url(img/textarea-tl.png) no-repeat 0 0;}
.NFTextareaBottomLeft {background:#f2f2e6 url(img/textarea-bl.png) no-repeat 0 0;}
.NFTextareaLeft, .NFTextareaRight, .NFTextareaLeftH, .NFTextareaRightH {float:left; padding-bottom:5px;}
.NFTextareaLeft, .NFTextareaLeftH {width:5px;}
.NFTextareaLeft {background:url(img/textarea-l-off.png) repeat-y 0 0;}
.NFTextareaLeftH {background:url(img/textarea-l-over.png) repeat-y 0 0;}
.NFTextareaRight, .NFTextareaRightH {padding-right:5px; padding-bottom:0;}
.NFTextareaRight {background:url(img/textarea-r-off.png) repeat-y 100% 0;}
.NFTextareaRightH {background:url(img/textarea-r-over.png) repeat-y 100% 100%;}
/*Files*/
.NFFileButton {padding-bottom:0; vertical-align:bottom; cursor:pointer; background:url(img/file.png) no-repeat 0 0; width:60px; height:21px;}
.NFFile {position:relative; margin-bottom:5px;}
.NFFile input.NFhidden {position:relative; filter:alpha(opacity=0); opacity:0; z-index:2; cursor:pointer; text-align:left;}
.NFFileNew {position:absolute; top:0px; left:0px; z-index:1;}
/*Selects*/
.NFSelect {height:21px; position:absolute; border:1px solid transparent;}
.NFSelectLeft {float:left; width:3px; height:21px; background:url(img/select-left.png) no-repeat 0 0; vertical-align:middle;}
.NFSelectRight {height:21px; width:auto; background:url(img/select-right.png) no-repeat 100% 0; cursor:pointer; font:12px/21px Arial, Helvetica, sans-serif; color:#fff; padding-left:3px; margin-left:3px;}
.NFSelectTarget {position:absolute; background:none; margin-left:-13px; margin-top:18px; z-index:3; left:0; top:0; padding-bottom:13px;}
.NFSelectOptions {position:relative; background:#707175; margin-left:16px; margin-top:0; list-style:none; padding:4px 0; color:#fff; font:11px/13px Arial, Helvetica, sans-serif; z-index:4; max-height:200px; overflow-y:auto; overflow-x:hidden; left:0; top:0;}
.NFSelectOptions li {padding-bottom:1px;}
.NFSelectOptions a {display:block; text-decoration:none; color:#fff; padding:2px 3px; background:none;}
.NFSelectOptions a.NFOptionActive {background:#464646;}
.NFSelectOptions a:hover {background:#333;}
/*Multiple Selects*/
.NFMultiSelect {border:0; background:none; margin:0;}
.NFMultiSelectTop, .NFMultiSelectBottom {height:5px; clear:both; float:none; padding-right:10px;}
.NFMultiSelectTop {background:url(img/textarea-tr.png) no-repeat 100% 0;}
.NFMultiSelectBottom {background:url(img/textarea-br.png) no-repeat 100% 0; margin-bottom:5px;}
.NFMultiSelectTopLeft, .NFMultiSelectBottomLeft {width:5px; height:5px;}
.NFMultiSelectTopLeft {background:#f2f2e6 url(img/textarea-tl.png) no-repeat 0 0;}
.NFMultiSelectBottomLeft {background:#f2f2e6 url(img/textarea-bl.png) no-repeat 0 0;}
.NFMultiSelectLeft, .NFMultiSelectRight, .NFMultiSelectLeftH, .NFMultiSelectRightH {float:left; padding-bottom:5px;}
.NFMultiSelectLeft, .NFMultiSelectLeftH {width:5px;}
.NFMultiSelectLeft {background:url(img/textarea-l-off.png) repeat-y 0 0;}
.NFMultiSelectLeftH {background:url(img/textarea-l-over.png) repeat-y 0 0;}
.NFMultiSelectRight, .NFMultiSelectRightH {padding-right:5px; padding-bottom:0;}
.NFMultiSelectRight {background:url(img/textarea-r-off.png) repeat-y 100% 0;}
.NFMultiSelectRightH {background:url(img/textarea-r-over.png) repeat-y 100% 0;}

/*Focused*/
.NFfocused {border:1px dotted #666;}
/*Hovered*/
.NFh {background-position:0 100%;}
.NFhr {background-position:100% 100%;}
/*Hidden*/
.NFhidden {opacity:0; z-index:-1; position:relative;}
/*Safari*/
select, input, textarea, button {outline:none; resize:none;}
/* GENEL TANIMLAMALAR */
*{font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;}
body{
	margin:0;
	padding:0;
	font-size:12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
	font-weight:normal;
	/*background:#ececec;*/
	background:#d3ddde;
}
h1,h3,p{}
h2{font-size:22px;}
a, a:active, a:hover, a:visited{
	text-decoration:none;
}
/* OZELLIK ATAMASI */
.cizgicek{
	border-bottom:1x solid #041F29;
}
.ortala{
	text-align:center;
}

/* TOP */
#top{
	background:url(../images/header_bg.png) repeat-x;
	margin:0;
	padding:0;
	border-bottom:2px solid #063C53;
}
#middle{
	margin:0;
	padding:0;
}
#duyurum{background:#08222D;margin:0;padding:0;}
#duyurum, #sponsor, .altreklam, #bottom, #top{
	z-index:2;
	position:relative;
}
#bottom{
	background:#041f29;
	margin:0;
	padding:0;
}
/* HEADER */
#header{
	height:100px;
	color:#efeefe;
}
#logo .tflogo{ width:300px; height:100px; position:relative; margin-top:1px;}
#nav{margin-top:20px; z-index:1;}
ol.nav{
	list-style:none;
	padding:0;
	float:left;
	dislay:block;
	font-size:13px;
	margin:0 150px 10px 0;
}
ol.nav li{
	margin-right:10px;
	float:left;	
	display:inline;
}
ol.nav li a{padding:5px; background:#063c53; color:#ddd; float:left; /*border:1px solid #CD5415;*/ 
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; 
font-weight:bold;}
ol.nav li a:hover{
	/*border:1px solid #e76f14;*/
	color:#08222D;
	padding:5px;
	background:#D3DDDE;
}
ol.nav li div.sbox{ 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
	background:none repeat scroll 0 0 #f0f0f0 ;
	float:left;
	font-weight:bold;
	padding:5px;
	height:19px;
}
form.searchbox{margin:0; padding:0;}
ol.nav li div.sbox img{vertical-align:bottom; cursor:pointer;}
ol.nav li div.sbox input{background:none; border:none; color:#08222D; font-weight:bold; line-height:18px; width:430px;}
/* DUYURU */
#ozelduy{ padding-top:10px;}
#ozelduy .duyadmin{-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px; padding:10px; background: #063C53; overflow: hidden; width: 920px; margin: 0 auto; color:#FFF;}
#ozelduy .duyadmin .icerik a{color:#EA7638; text-decoration:none;}
.icerik{width:680px; float:left; min-height:50px; font-size:15px}
.petek{width:241px; height:265px; background:url(../images/petek.png) no-repeat; float:right; top:5px; position:absolute; margin-left:700px;}
#duyuru{
	margin-bottom:10px;
	font-size:10px;
	padding: 10px 0;
}
.adminlink {
	color:#db4f27;
}
#duyuru h1 {
	font: 3em normal Georgia, "Times New Roman", Times, serif;
	color: #fff;
	text-align: center;
	background: url(h1_bg.gif) no-repeat;
	text-indent: -99999px;
	margin: 100px 0 10px;
}
#duyuru .container {
	overflow: hidden;
	width: 920px;
	margin: 0 auto;
}
#duyuru #main {
	padding: 10px;
	background: #063C53;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#duyuru a {color: #333;}

/*--Main Image Preview--*/
#duyuru .main_image {
	width: 600px; height: 312px;
	float: left;
	background: #333;
	position: relative;
	overflow: hidden;
	color: #fff;
}
#duyuru .main_image h2 {
	font-size: 20px;
	font-weight: normal;
	margin: 0;	padding: 2px 10px;
}
#duyuru .main_image p {
	font-size: 1.2em;
	padding: 2px 10px;	margin: 0;
	line-height: 1.6em;
}
#duyuru .block small { 
	padding: 0 0 0 20px; 
	background: url(icon_calendar.gif) no-repeat 0 center; 
	font-size: 1em; 
}
#duyuru .main_image .block small {margin-left: 10px;}
#duyuru .main_image .desc{
	position: absolute;
	bottom: 0;	left: 0;
	width: 100%;
	display: none;
}
#duyuru .main_image .block{
	width: 100%;
	background: #111;
	border-top: 1px solid #000;
}
#duyuru .main_image div.collapse_slider {
	background: url(../images/btn_collapse.png) no-repeat left top;
	height: 27px; width: 93px;
	text-indent: -99999px;
	position: absolute; 
	top: -27px; right: 20px; 
}
#duyuru .main_image div.show {background-position: left bottom;} 


#duyuru .image_thumb {
	float: left;
	width: 315px;
	background: #f0f0f0;
	border-right: 1px solid #fff;
	border-top: 1px solid #ccc;
}
#duyuru .image_thumb img {
	border: 1px solid #ccc; 
	padding: 5px; 
	background: #fff; 
	float: left;
	margin: 3px 0;
}
#duyuru .image_thumb ul {
	margin: 0; padding: 0;
	list-style: none;
}
#duyuru .image_thumb ul li{
	margin: 0; padding: 0 5px;
	background: #f0f0f0 url(nav_a.gif) repeat-x;
	width: 305px;
	float: left;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-right: 1px solid #ccc;
}
#duyuru .image_thumb ul li.hover {
	background: #ddd;
	cursor: pointer;
}
#duyuru .image_thumb ul li.active {
	background: #fff;
	cursor: default;
}
#duyuru  .image_thumb ul li h2 {
	font-size:13px; 
	margin: 5px 0; padding: 0;
}
#duyuru .image_thumb ul li .block {
	float: left; 
	margin-left: 10px;
	padding: 0;
	width: 230px;
}	
#duyuru .image_thumb ul li p{display: none;}
/* CONTENT */
/*----- WIDGET */
div.widget, div.widgetsabit{
	margin:10px 0;
}
div.widget div.bar, div.widgetsabit div.bar{
	background:#5c5c5c;
	border:1px solid #2f2720;
	padding:5px;
	color:#FFF;
	display:block;
	height:20px;
	cursor:move;
}
div.widget div.cont, div.widgetsabit div.cont{
	background:#fff;
	border:1px solid #c3c3c3;
}

ul.feed{
	list-style:none outside none;
	padding:0;
	margin:0;
}
ul.feed li {border-bottom:1px solid #EBEBEB; padding:5px 15px;}
ul.feed li:hover {border-bottom:1px solid #EBEBEB; padding:5px 15px; background:#eaeaea;}
ul.feed li a{color:#333; text-decoration:none; font-size:14px; line-height:13px;}
ul.feed li a:hover{color:#333; text-decoration:underline;}
ul.feed li span.alter{
	font-size:9px;
	color:#aaa;
}
div.bar a.title{
	float:left;
	color:#FFF;
	font-size:15px;
}
div.bar a.settings{
	float:right;
	margin-right:10px;
	color:#fff;
}
div.bar a.collapse{
	float:right;
	margin-right:10px;
	color:#fff;
}

/* FOOTER */
#footer{
	background:#041F29;
	color:#fff;
	margin-top:30px;
}
#footer h2{font-size:15px}
#footer #logom{border:0px; position:relative; top:-30px;}
#footer #altnav{margin:-30px 10px 0;}
#footer #tasiyici{margin:10px 10px 0;}
#footer #tasiyici .box a{color:#fff;}
#footer #tasiyici .box  a:hover{
	color:#fff;
	text-decoration:underline;
}
#footer .box {
	float:left;
	margin-right:35px;
	width:200px;
	z-index:99;
}
#footer .box h1 {
	color:#FFFFFE;
	font-size:20px;
	font-weight:bold;
	line-height:24px;
	margin:5px 0;
	border-bottom:1px solid #666;
}
#footer p {
	padding-bottom:10px;
	color:#C0AD9D;
}
#footer div.telif{background:url(../images/foots.png) no-repeat 0 -33px; height:35px; margin:5px 0 10px 0;}
#footer div.tel{background:url(../images/foots.png) no-repeat 0 -68px; height:35px; margin:5px 0 10px 0;}
#footer div.yemek{background:url(../images/foots.png) no-repeat 0 0; height:35px; margin:5px 0 10px 0; width:215px;}
#footer div.baglanti{background:url(../images/foots.png) no-repeat 0 -106px; height:35px; margin:5px 0 10px 0;}
#footer div.haberver{background:url(../images/foots.png) no-repeat 0 -141px; height:35px; margin:65px 0 10px 0;}
#footer div.destek{background:url(../images/foots.png) no-repeat 0 -175px; height:35px; margin:50px 0 10px 0;}
ol.foot{font-size:12px;}
ol.foot li{margin:5px 0 0 15px; color:#C0AD9D;}
/* DRAG AND DROP */

/* Colors */
.color-gri {background:#5c5c5c;}
.color-gri h3 {color:#fff;}
/* End Colors */

/* Head section */
#head {
    background: #000 url(img/head-bg.png) repeat-x;
    height: 100px;
}
#head h1 {
    line-height: 100px;
    color: #FFF;
    text-align: center;
    background: url(img/inettuts.png) no-repeat center;
    text-indent: -9999em
}
/* End Head Section */

/* Columns section */
#columns .column {
    float: left;
		/* Min-height: */
		min-height: 400px;
		height: auto !important; 
		height: 400px;
}

/* Column dividers (background-images) : */
#columns #column2 #profil{ background:#3E3E3E; color:#fff; border:1px solid #322B25; margin-bottom:10px; padding:5px;}
#profil h3{margin:0 0 10px 0;}
#profil .avatar{width:64px; height:64px; border:1px solid #eee; float:left;}
#profil .todo{width:216px; float:right; margin-left:5px; font-size:15px; color:#666;}
#profil .todo a{color:#eee; text-decoration:none;}
#profil .todo a:hover{color:#fff; text-decoration:underline;}
#profil .icons{width:170px; float:left; text-align:center; margin:10px 55px 5px;}
#columns #column1 .widget, #columns #column1 .widgetsabit { margin: 0 0 10px; }
#columns #column3 .widget, #columns #column3 .widgetsabit { margin: 0 0 10px; }
#columns .widget, #columns .widgetsabit {
    margin: 0 0 10px;
	border:1px solid #c3c3c3;
}
#columns .widget .widget-head, #columns .widgetsabit .widget-head{
    color: #000;
    height: 30px;
    line-height: 30px;
	border:1px solid #39322D;
	position:relative;
}
#columns .widget .widget-head h3, #columns .widgetsabit .widget-head h3 {
	float:left;
	font-size:14px;
	font-weight:bold;
	padding:0 5px;
}
#columns .widget .widget-content, #columns .widgetsabit .widget-content {
    background: #FFF;
    line-height: 1.2em;
    overflow: hidden;
}
.container{ 
	margin: 20px auto; 
	width:600px;
	font-family:"trebuchet MS", arial, sans-serif;
	font-size:13px;
	color:#444;
}
.container_extra{ 
	margin: 30px auto; 
	width:800px;
	font-family:"trebuchet MS", arial, sans-serif;
	font-size:13px;
	color:#444;
}
.shadow { background-color: #ddd; }

.content {
	background-color: #F7F7F7;
	border: 1px solid #999;
	padding: 10px;
}

.content, .shadow {
  position: relative;
  bottom: 4px;
  right: 4px;
}
/* ERRORS, WARNINGS */
div.refreshtab{padding:5px; background:#999; color:#fff; border:1px solid #ccc;}
div.refreshtab a{color:#333;}
div.refreshtab a:hover{color:#333; text-decoration:underline;}
div.error{
	border:1px solid #DD3C10;
	background-color:#FFEBE8;
	color:#E45867;
	margin:10px;
	padding:10px;
	font-size:12px;
}
div.warning{
	border:1px solid #f60;
	background-color:#ffffbe;
	color:#f60;
	margin:10px;
	padding:10px;
	font-size:12px;
}
div.info{
	border:1px solid #039;
	background-color:#9cf;
	color:#039;
	margin:10px;
	padding:10px;
}
div.success{
	border:1px solid #360;
	background-color:#D8F3C9;
	color:#360;
	margin:10px;
	padding:10px;
}
.closer{
	position:absolute;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	right:40px;
	cursor:pointer;
}

form{
	padding:10px 0px;
}
div.form_row{
	margin:0 10px 5px 10px;
	}
label{
	height:25px;
	float:left;
}
dl {clear:both;}
dt {float:left; text-align:right; width:130px; line-height:20px; margin:0 10px 10px 0;}
dd {float:left; width:320px; line-height:20px; margin:0 0 10px 0;}
input{
	margin:0;
}
input.error{}
input.radio{
	margin:0 0 0 15px;
	vertical-align:top;
	width:auto;
}
textarea{
	width:300px;
	height:85px;
	margin:0;
	border:1px solid #BDC7D8;
}	
textarea.error{}	
input.login{
	width:80px;
	height:30px;
	border:0;
	background:#40627C;
	color:#fff;
	border:1px solid;
	border-color:#D1DBBD #3E606F #91AA9D #D1DBBD;
}
input.button{
	background-color:transparent;
	width:100px;
	height:30px;
	font-weight:bold;
	color:#f7f7f7;
	cursor:pointer;
}
.file {
	position: relative;
	width: 8em;
	overflow: hidden;
	border: 3px solid #CCC;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background:#333;
	cursor:pointer;
}
.file label {
	width: 100%;
	color: #00f;
	padding:2px 5px 0;
	color:#FFF;
	cursor:pointer;
}
.file input {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 10em;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	width:100px;
	cursor:pointer;
}

/* ek sayfalar*/

div.sec1{
	width:158px;
	height:20px;
	float:left;
}
div.sec2{
	width:400px;
	min-height:20px;
	float:left;
}

/* �ZELLIK EKLEME */
.collapse{display:none;}
.pb10{padding-bottom:10px;}
.add_line{
	padding:0 0 15px 0;
	border-bottom:1px solid #999;
	margin:10px;
}
.add_button{
	margin:0 150px;
	padding:0px;
	background:url(../theme/images/onay_button.png);
	height:30px;
	width:100px;
}
#go{
    height:23px;
    margin-top:3px;
    background:#901412;
	border-bottom:2px solid #39322D;
	border-right:1px solid #39322D;
	width:150px; 
	line-height:23px;
	color:#333;
}
#ribbon{
    position:absolute;
    width:11px;
    height:23px;
    top:3px;
    left:-11px;
    background:#901412;
}
.triangle{border-bottom:5px transparent solid; border-right:5px #39322D solid; border-top:5px #39322D solid; border-left:5px transparent solid; margin-top:23px; margin-right:1px;}


/* KADEMELEME */
.kademe{
	width:620px;
	margin:10px auto 0;
	padding:-5px;
	font-size:13px;
}
.kademe .bc{
	height:40px;
	width:150px;
	padding:5px;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	float:left;
}
.kademe .bc1{
	background:#999;
	color:#CCC;
}
.kademe .bc2{
	background:#333;
	color:#555;
}
.kademe .bc3{
	background:#666;
	width:170px;
	color:#888
}
.kademe .bcaktif{
	color:#FFF;
}
.kademe .c1{ 
	width:25px; height:0; line-height:0; 
	border-top: 25px solid #333; 
	border-right: 0px solid #999;
	border-bottom: 25px solid #333; 
	border-left:25px solid #999;
	float:left;
	height:0px;
	background:#333;
}
.kademe .c2{ 
	width:25px; height:0; line-height:0; 
	border-top: 25px solid #666; 
	border-right: 0px solid #333;
	border-bottom: 25px solid #666; 
	border-left:25px solid #333;
	float:left;
	height:0px;
	background:#666;
}

/* VALIDATION */
#duyuruform label.error, #photoform label.error { width: 250px; color:#F00; margin:0; position:absolute;}
#duyuruform label.error, #duyuruform input.submit, #photoform label.error, #photoform input.submit { margin-left: 15px; }

/******************************************** ANASAYFA LOGIN */
#loginform #login ul{margin:0;}
#loginform #login ul li{width:260px; margin:0 10px 10px; }
#loginform #login ul li dl{margin: 0 0 10px 0;}
#loginform #login ul li dl dt{width:280px; float:left; font-size:16px; text-align:left; margin:0;}
#loginform #login ul li dl dd{width:280px; float:left; margin:0;}
#loginform #login ul li dl dd input.lgn{width:258px; height:30px; padding:4px; color:#999; background:#eee; border:1px solid #333; font-size:22px; 
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;}
ul#icons{float:left; width:210px;}
ul#icons li{width:17px; height:17px; padding:5px; text-align:center;-webkit-border-radius: 5px;-moz-border-radius: 5px; border-radius: 5px; float:left; margin:0 2px 0 0;}
ul#icons li a{color:#FFF;}
#loginform #login ul li a.lgn{color:#eee; font-size:13px; font-weight:bold;}
#loginform #login ul li a.lgn:hover{color:#999; font-size:13px; font-weight:bold;}

div.toggleOnline{color:#EEE; cursor:pointer;}
div.toggleOnline:hover{text-decoration:underline;}
div.showOnline{color:#000; display:none; -webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px; background:#666; font-size:12px; padding:5px;}

/******************************************** ARAMA SAYFASI */
.aramasonuc{background:#fff; -webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px; margin:10px 0; padding:10px;}
.aramasonuc ul{margin:0;}
.aramasonuc ul li{width:400px; margin:0 10px 10px; }
.aramasonuc ul li dl{margin: 0 0 10px 0;}
.aramasonuc ul li dl dt{width:400px; height:22px; float:left; font-size:18px; text-align:left; margin:0; padding:4px 10px; background:#08222D; color:#FFF; 			-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;}
.aramasonuc ul li dl dd{width:390px; float:left; font-size:14px; margin:0 0 0 10px;}
.aramasonuc ul li dl dd h3{font-size:16px;}
.aramasonuc ul li dl dd ul li{margin:0 0 0 20px;}

ul.feed li span a.mini{color:#ea7638; font-size:9px; text-decoration:none}
ul.feed li span a.mini:hover{color:#AAA; font-size:9px; text-decoration:underline;}

.mini{color:#999; font-size:9px;}
div.arasecenek{padding:5px; float:left; background:#ccc; -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px; margin:5px; color:#333;}

div#anket{padding:5px 10px;}
div#anket .isim{font-size:14px; font-weight:bold;}
div#anket .sonucAc{font-size:11px; font-weight:bold; color:#999; cursor:pointer;}
div#anket .oyToplam{font-size:11px; font-weight:bold; color:#999;}
div#sonucGor ul li{border-bottom:1px solid #eee;}
div#sonucGor ul li dl{width:280px;}
div#sonucGor ul li dl dt{width:125px; margin:0; padding:0; text-align:left;}
div#sonucGor ul li dl dt.submit{width:280px; margin:0; padding:0; text-align:center;}
div#sonucGor ul li dl dt.login{width:280px; margin:0; padding:0; text-align:left;}
div#sonucGor ul li dl dd.img{width:120px; margin:0; padding:0; text-align:left;}
div#sonucGor ul li dl dd.oy{width:30px; margin:0; padding:0; text-align:right;}
div#sonucGor ul li dl#oyla dt{width:20px; margin:0; padding:0; text-align:left;}
div#sonucGor ul li dl#oyla dd{width:260px; margin:0; padding:0; text-align:left;}

div#yazi{padding:5px 10px;}
div#yazi .foto{text-align:center; margin-bottom:3px;}
div#yazi .baslik a{font-size:14px; color:#333; text-decoration:underline; margin-bottom:3px;}
div#yazi .baslik a:hover{font-size:14px; color:#901412; text-decoration:underline; margin-bottom:3px;}
div#yazi .yazi{font-size:12px; margin:3px 0;}

/******************************************** NOTDAGILIM.PHP */
.ndgicerik{background:#fff; -webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px; margin:10px 0; padding:10px; min-height:435px;}
.mezunicerik{background:#fff; -webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px; margin:10px 0; padding:10px; min-height:235px;}
.slicerik{background:#fff; -webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px; margin:10px 0; padding:10px;}

button{
	margin:0px;
	padding:0px;
	background:none;
	border:none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
button.login{height:35px; font-size:18px; float:left; margin:0 15px 0 25px;}
button.login div.login{
	background:url(../images/login.png) repeat 0 0; 
	-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;
	padding:6px 10px;
	color:#222;
	text-shadow:0 1px 0 #ccc;
}
button.login:hover div.login{background-position:0 -35px;}
a.kayit{
	background:url(../images/login.png) 0 0 repeat; 
	padding:6px 10px; 
	display:block; 
	text-shadow:0 1px 0 #ccc; 
	color:#333; 
	font-size:18px;
	-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;
	width:70px;
	text-decoration:none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	display:block;
	float:left;
	margin-top:1px;
}
a.kayit:hover{ background:url(../images/login.png) 0 -35px repeat;}
span.duyuruekle a{color:#333; font-size:13px; padding:4px 8px; font-weight:bold; float:right;}
span.duyuruekle a:hover{text-decoration:underline;}
span.tumduyuru a{color:#333; font-size:13px; padding:4px 8px; font-weight:bold; float:left;}
span.tumduyuru a:hover{text-decoration:underline;}
div.altreklam{text-align:center;}

/* HEADER YENİ */
div.header{background:url("../images/navbackgrd.png") repeat-x; color: #fff; font-size:14px;}
div.header div.headerAlt{height:50px; width:960px; margin: 0 auto; padding:0px;}
div.headerAlt div.logoh{width: 210px; height: 50px; float: left;}
div.headerAlt div.logoh a.logo div.logo{background:url("../images/navbar.png"); background-position: 0px 0px; width: 210px; height: 50px;}
div.headerAlt div.nav{width: 550px; height: 50px; float: left;}
div.headerAlt div.nav ul{list-style: none; float: left; margin: 0 50px;}
    div.nav ul li{float:left; margin: 10px 2px;background:url("../images/navbar.png");}
    div.nav ul li.nd{width:105px;}
    div.nav ul li.nd a div{background:url("../images/navbar.png"); background-position: -292px -10px; width: 105px; height: 30px;}
    div.nav ul li.nd a:hover div{background-position: -292px -60px;}
    div.nav ul li.mn{width:90px;}
    div.nav ul li.mn a div{background:url("../images/navbar.png"); background-position: -400px -10px; width: 90px; height: 30px;}
    div.nav ul li.mn a:hover div{background-position: -400px -60px;}
    div.nav ul li.sl{width:95px;}
    div.nav ul li.sl a div{background:url("../images/navbar.png"); background-position: -492px -10px; width: 95px; height: 30px;}
    div.nav ul li.sl a:hover div{background-position: -492px -60px;}
    div.nav ul li.dp{width:140px; margin:0 2px;}
    div.nav ul li.dp a div{background:url("../images/navbar.png"); background-position: -593px 0; width: 140px; height: 50px;}
    div.nav ul li.dp a:hover div{background-position: -593px -50px;}

div.headerAlt form{padding:0px;}
div.headerAlt div.search{background:url("../images/navbar.png"); background-position: -760px -10px; width: 175px; height: 30px; float: left; margin:10px 0;}
div.headerAlt div.search input.ogrno{width: 165px; height: 20px; margin:5px; background: transparent; border: 0; color: #ececec;}
div.headerAlt input.searchBtn{background:url("../images/navbar.png"); background-position: -935px -10px;
          width: 25px; height: 30px; float: left; margin:10px 0; border:0;}

