﻿@import url('/_css/jquery-ui-1.8.9.custom.css');
html,body{
  margin:0;
  padding:0;
  border:0;
/* \*/
  height:100%;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

body{
	background-color:#000;
	min-width:860px;
	text-align:center;
  	color: #f0f0f0;
	font-size: 12px;
	font-family: "Lucida Sans Unicode",Verdana;
	text-decoration:none;
}

a, a:visited { 
	color: #9c0;
	text-decoration: none;
	font-weight:bold;
	}
a:hover {
	text-decoration: underline;
	color: #fff;
	}
h1{
	color:#FFF;
	font-size:18px;
	padding:10px;
	margin:10px 0;
	background-color:#222;
}
h1 a:link,h1 a:visited {
	color:#FFF;
	text-decoration:none;
}
h1 a:hover {
	text-decoration:underline;
}
h2{
	color:#fff;
	font-size:14px;
}
h2.photoinfo{
	margin:0;
	padding:10px 2px;
	background-color:#333;
}

h3{
	color:#B1B0A3;
	font-size:14px;
}

* html .clear{height:auto;margin-bottom:0}

#fullheightcontainer{
  margin-left:auto;
  margin-right:auto;
  text-align:left;
  position:relative;
  width:100%;

}


#header{
	height:120px;
	position:relative;
	background:#000 url(../_img/kelebek.jpg) no-repeat;

}

#menuContainer {
	position:absolute;
	right:20px;
	top:15px;
}

#content {
	background:#000;
}

#footer {
	margin-top:10px;
	border-top:1px solid #999;
	background:#111;
}

.footer_text{
	padding-top:15px;
	padding-bottom:10px;
	padding-right:5px;
	color: #E3E3E3;
	text-align:right;
	font-size: 11px;
	font-family: Verdana;

}



a.button {
	 width: 140px;
	 height: 40px;
	 line-height: 40px;
	 color: black;
	 text-decoration: none;
	 font-size: 14px;
	 font-family: helvetica, arial;
	 font-weight: bold;
	 display: block;
	 text-align: center;
	 position: relative;

	 /* BACKGROUND GRADIENTS */
	 background: #CCC;
	 background: -moz-linear-gradient(top, #CCC, #666);
	 background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #CCC), to(#666)); 

	 /* BORDER RADIUS */
	 -moz-border-radius: 4px;
	 -webkit-border-radius: 4px;
	 border-radius: 4px;

	 border: 1px solid #333;
	 border-top: 1px solid #333;

	 /* TEXT SHADOW */

	}

	/* WHILE HOVERED */
	a.button:hover {
		background: #666;
		color:#FFF;
	 	background: -moz-linear-gradient(top, #666, #CCC);
	 	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666), to(#CCC));
	}

	/* WHILE BEING CLICKED */
	a.button:active {
		-moz-box-shadow: 0 2px 6px black;
		-webkit-box-shadow: 0 2px 6px black;
	}


.big_img {
	border:1px solid #fff;
}

a:link .image {
border-color: #757D72;
border-style: solid;
border-width: 4px;
}

a:visited .image {
border-color: #757D72;
border-style: solid;
border-width: 4px;
}

a:hover .image {
border-color: #ccc;
border-style: solid;
border-width: 4px;
}

a:active .image {
border-color: #757D72;
border-style: solid;
border-width: 4px;
}

a.page:link{
	background-color:#444;
	padding:3px 6px;
	margin:0 1px;
	border:1px solid #333;
	color:white;
}
a.pagecurrent:link{
	background-color:#white;
	padding:3px 6px;
	margin:0 1px;
	border:1px solid #333;
	color:black;
}



/******** NEWS ****/
table.news
{ 
	margin-left:5%;
	width: 90%;
	background-color: #fafafa;
	border: 1px #2F312C solid;
	border-spacing: 0px; 
}


td.newshead
{ 
	background-color: #757D72;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	color: #f0f0f0;
	padding:5px

}


td.nitem
{ 
	border: 1px #2F312C solid;
	text-align: left;
	font-family: Verdana, sans-serif, Arial;
	font-weight: normal;
	font-size: 1em;
	color: #BFC3BD;
	background-color: #000;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 4px;
}

/*------------------------------- form ---------------------------------*/
.contact_table{
	background-color:#000;
	border-top:1px solid #2F312C;
	border-bottom:1px solid #2F312C;
	color:#E1E1E1
}

#footer form{
	margin:0;
	padding:0;
}
form label{
	display:block;
	font-size:90%;
}
#form p{
	margin:.5em 0;
	float:left;
	width:250px;
}
.inputField{
	border:1px solid #757D72;
	width:300px;
	background:#BFC3BD url(../_img/input_back.gif) repeat-x;
	color:#083552
	
}
.inputButton{
	border:1px solid #757D72;
	background:#BFC3BD;
	color:#0f0f0f;
	padding-top:3px;
	padding-bottom:3px;
}
.inputArea{
	border:1px solid #757D72;
	width:400px;
	height:150px;
	overflow:auto;
	background:#BFC3BD url(../_img/input_back.gif) repeat-x;		
	font-size:110%;
	color:#083552;
}

.aslan_link {
	text-decoration:none;
	color: #B2B0A6;
}


.aslan_link a:link{
	text-decoration:none;
	color: #B2B0A6;
}
.aslan_link a:visited{
	text-decoration:none;
	color: #B2B0A6;
}

.aslan_link a:hover{
	text-decoration:none;
	color: #E3E3DF;
}



.aslan_link2 {
	text-decoration:none;
	color: #000;
}
.aslan_link2 a:link{
	text-decoration:none;
	color: #000;
}
.aslan_link2 a:visited{
	text-decoration:none;
	color: #000;
}

.aslan_link2 a:hover{
	text-decoration:none;
	color: #fff;
}


.detail_link {
	text-decoration:none;
	color: #D3D3D3;
	text-align:center;
}
.detail_link a:link{
	text-decoration:none;
	color: #D3D3D3;
	text-align:center;
}
.detail_link a:visited{
	text-decoration:none;
	color: #D3D3D3;
	text-align:center;
}

.detail_link a:hover{
	text-decoration:none;
	color: #fff;
	text-align:center;
}


.tableDetail{
	background:#000;
	width:800px;
	color:#D3D3D3;
	font-style:Verdana;
	text-align:left;
}

.tableDetail img{
	border:2px solid #757D72;

}
.detayBaslik{
	color:#E9E9E9;
	font-size:14px;
	font-weight:bold;
}

table.families td {
	vertical-align:top;
}

/*TABS*/
ul.tabs {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 650px;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	padding: 0 20px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}
html ul.tabs li.active a, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #333;
	color:#e0e0e0;
	border-bottom: 1px solid #333; /*--Makes the active tab look like it's connected with its content--*/
}
#tabs_wrapper {
	margin:10px;
	margin-left:0;
}
.tab_container {
	border: 1px solid #999;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left;
	background-color:#333;
	width:650px;
}
.tab_content {
	padding: 10px;

}
.tab_content h1 {
	font-size:14px;
	cursor:pointer;
}

/*END TABS*/

p.info {
	background-color:#333;
	margin:10px;
	padding:10px;
	border:1px solid #999;
}
div.box1 {
	padding:10px;
	margin:10px;
	border:1px solid #999;
	background-color:#111;
}

div.boxthumb {
	margin:5px;
	width:120px;
	height:90px;
}
div.boxthumb2 {
	margin:5px;
	width:120px;
	height:140px;
}

div.thumbdescr {
	width:120px;
}
div.thumbdescr a {
	font-weight:normal;
}


.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.clearboth {
	clear:both;
}

.number{
	color:aqua;
	font-weight:bold;
}


.dataTable_headerCell {
	background-color:#111;
	border:1px solid #666;
	padding:2px;
}

.dataTable_tableCell {
	background-color:#333;
	border:1px solid #666;
	padding:2px;
}


#timeTable {
	border-collapse:collapse;
}

#timeTable td {
	width:25px;
	height:20px;
	background-color:#111;
	border:1px solid #666;
	padding:2px;
}

#timeTable td.active {
	background-color: #9c0;
	padding:2px;
}

#timeTable td.firstcol {
	width:100px;
	padding:2px;
}

.tooltip {
	color: #111;
	padding:2px;
	background-color:#9c0;
}



.jsonSuggest li a img {
	float:left;
	margin-right:5px;
}
.jsonSuggest li a small {
	display:block;
	text-align:right;
}
.jsonSuggest { font-size:0.8em; font-weight:normal; }
h1.familyname {
	position:relative;
}
h1.familyname span.stat {
	position:absolute;
	right:10px;
	color:#ccc;
	font-weight:normal;
	font-size:.65em;
}

.blink {
    background-color: #c60;
    color: #111;
    font-size: 0.75em;
    margin: 0 4px 0 0;
    padding: 0 4px;
	border-radius:3px;
	cursor:help;
	
}
