	
pre{
	display:block;
	font:12px "Courier New", Courier, monospace;
	padding:10px;
	border:1px solid #bae2f0;
	background:#e3f4f9;	
	margin:.5em 0;
	width:500px;
	}		
.clear{
	clear:both;
	}	
img{border:none;}

/* */

/* all form DIVs have position property set to relative so we can easily position newly created SPAN */
form div{
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003264;
} 

/* setting the width and height of the SELECT element to match the replacing graphics */
select.select{
	position:relative;
	z-index:10;
	width:160px !important;
	height:30px !important;
	line-height:30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003264;
	margin: 2px;
}

/* dynamically created SPAN, placed below the SELECT */
span.select{
	position:absolute;
	bottom:0;
	float:left;
	left:0;
	width:160px;
	height:30px;
	line-height:30px;
	text-indent:10px;
	cursor:default;
	z-index:1;
	background-color: #D7F1FB;
	background-image: url(../images/bg_select.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	}
	
/* first variation (LABEL is above the SELECT) */	
form div.variation1 label{display:block;line-height:26px;}

/* second variation (LABEL is placed on the left of the SELECT) */	
form div.variation2 label{float:left;width:100px;line-height:26px;}
form div.variation2 span.select{left:100px;}
.haberler {
	-moz-box-shadow:inset 0px 1px 0px -28px #0997b3;
	-webkit-box-shadow:inset 0px 1px 0px -28px #0997b3;
	box-shadow:inset 0px 1px 0px -28px #0997b3;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #227dba), color-stop(1, #7bb4e0) );
	background:-moz-linear-gradient( center top, #227dba 5%, #7bb4e0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#227dba', endColorstr='#7bb4e0');
	background-color:#227dba;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:1px solid #537294;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	width:90px;
	font-size:12px;
	font-weight:normal;
	padding:3px 14px;
	text-decoration:none;
	text-align: center;
}.haberler:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #7bb4e0), color-stop(1, #227dba) );
	background:-moz-linear-gradient( center top, #7bb4e0 5%, #227dba 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7bb4e0', endColorstr='#227dba');
	background-color:#7bb4e0;
}.haberler:active {
	position:relative;
	top:1px;
}


a.button{
	background:url(../images/button.png);
	display:block;
	color:#555555;
	font-weight:normal;
	height:23px;
	line-height:23px;
	margin-bottom:5px;
	text-decoration:none;
	width:120px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:hover.button{
	color:#0066CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

/* -------------------- */
/* CLASSES				*/
/* -------------------- */
	.add{
	text-indent:30px;
	display:block;
	background-image: url(../images/add.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	float: left;
	}
	.delete{
		background:url(../images/delete.gif) no-repeat 5px 5px;
		text-indent:30px;
		display:block;
			float: left;

	}
	.user{
		background:url(../images/user.gif) no-repeat 5px 5px;
		text-indent:30px;
		display:block;
			float: left;

	}
	.alert{
		background:url(../images/alert.gif) no-repeat 5px 5px;
		text-indent:30px;
		display:block;
			float: left;

	}
	.msg{
		background:url(../images/msg.gif) no-repeat 5px 5px;
		text-indent:30px;
		display:block;
		float: left;

	}
	.download{
		background:url(../images/download.gif) no-repeat 5px 5px;
		text-indent:30px;
		display:block;
		float: left;

	}

	.lens{
		background:url(../images/lens.gif) no-repeat 5px 5px;
		text-indent:30px;
		display:block;
		float: left;

	}
	.info{
		background:url(../images/info.gif) no-repeat 5px 5px;
		text-indent:30px;
		display:block;
		float: left;

	}
	
	.b {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #242424;
	text-decoration: none;
}
a.b:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
a.b:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
a.b:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #F60;
	text-decoration: none;
}







/*- Menu Tabs I--------------------------- */

    #tabsI {
	float: left;
	width: 100%;
	font-size: 13px;
	line-height: normal;
	border-bottom: 1px solid #DD740B;
	background-color: #ffe67c;
      }
    #tabsI ul {
	margin: 0;
	list-style: none;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 0;
	padding-left: 3px;
      }
    #tabsI li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsI a {
      float:left;
      background:url("../images/tableftI.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabsI a span {
	float: left;
	display: block;
	background: url("../images/tabrightI.gif") no-repeat right top;
	color: #FFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 8px;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsI a span {float:none;}
    /* End IE5-Mac hack */
    #tabsI a:hover span {
      color:#FFF;
      }
    #tabsI a:hover {
      background-position:0% -42px;
      }
    #tabsI a:hover span {
      background-position:100% -42px;
      }
.borderrr{
	border: 3px solid #DADADA;
	}
.sayfalama {
    padding: 3px;
    margin: 3px;
    text-align:center;
}

.sayfalama a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #FFF;
	text-decoration: none;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.sayfalama a:hover,
.sayfalama a:active {
	border: 1px solid #999;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.sayfalama .secili {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #FFFFFF;
	font-weight: bold;
	background-color: #036CB4;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.sayfalama .pasif {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #FFF;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}