@charset "utf-8";
/* CSS Document */
body {
	background-color: #000;
	font-family:Tahoma;
	font-size:11px;
}
#ex1 {
width : 550px;
margin : 1px auto;
}
.b_greyWhiteStroke {
position : relative;
border-color : #C1D6E0;
}
.b_greyWhiteStroke img{
	margin:2px 5px 0px 0px;
	float:left;
}
.TL, .BL, .TR, .BR {
width : 6px;
height : 6px;
position : absolute;
background-repeat : no-repeat;
background-color : transparent;
z-index : 9999 !important ;
}
.TL {
top : 0;
left : 0;
}
.BL {
bottom : 0;
left : 0;
}
.TR {
top : 0;
right : 0;
}
.BR {
bottom : 0;
right : 0;
}
.b_greyWhiteStroke .TL {
background-image : url(../images/sol_ust.png);
}
.b_greyWhiteStroke .BL {
background-image : url(../images/sol_alt.png);
}
.b_greyWhiteStroke .TR {
background-image : url(../images/sag_ust.png);
}
.b_greyWhiteStroke .BR {
background-image : url(../images/sag_alt.png);
}
.b_innerContainer {
border-width : 1px;
border-style : solid;
padding : 2px 2px 8px;
background-color:#C1D6E0;
}
/* BORDER COLOR DEĞİŞİTR */
.b_greyWhiteStroke .b_innerContainer {
border-color : #0D3E59;
}
.b_innerContainer h2 {
font-size : 15px;
font-weight : bold;
padding : 6px 8px;
color : #6d7a81;
background : #f4f6f7 url(../images/h2_grey.gif) repeat-x top left;
}
.b_innerContainer p {
font-size : 11px;
padding : 8px;
}
.sirali{
	padding-left:12px;
	width:600px;
	float:left;
}
.sirali_border {
	width:130px;
	float:left;
	height:100px;
}
.sirali_border img{
	width:120px;
	height:80px;
	padding:1px;
	border:#000 1px solid;
	background-color:#fff;
}

.resim_sinirla img{
	width:120px;
	height:80px;
	padding:1px;
	border:#000 1px solid;
	background-color:#fff;
}

.sirali_border:hover img { 
border:#000 1px solid;
padding: 1px;
background-color:#000;
}

.referans img{ 
border:#000 1px solid;
background-color:#fff;
}
.referans:hover img { 
border:#000 1px solid;
background-color:#000;
}

/* ERROR */
.validate_success  {
background : url('../panel/images/validate_success.png') no-repeat left;
color : #39ce31;
}
.warning, .err, .succes {
float : left;
width : 100%;
margin-bottom : 5px;
}
.succes {
background : #b9e57b;
border : 1px solid #41a808;
}
.succes .succes_icon {
float : left;
width : 48px;
height : 48px;
margin : 14px;
background : url('../panel/assets/success.png') no-repeat 0% 0%;
}
.succes .desc span {
color : #3a9805;
} 

/* NUMARALANDIRMA */

 ul{border:0; margin:0; padding:0;}
 #pagination-flickr li{
		border:0; margin:0; padding:0;
		font-size:11px;
		list-style:none;
	}
	#pagination-flickr a{
		border:solid 1px #333;
		margin-right:2px;
	}
	#pagination-flickr .previous-off,
	#pagination-flickr .next-off {
		color:#0063e3;
		display:block;
		float:left;
		font-weight:bold;
		padding:3px 4px;
	}
	#pagination-flickr .next a,
	#pagination-flickr .previous a {
		font-weight:bold;
		border:solid 1px #FFFFFF;
	}	
	#pagination-flickr .active{
		color:#960224;
		font-weight:bold;
		display:block;
		float:left;
		padding:4px 6px;
	}
	#pagination-flickr a:link, 
	#pagination-flickr a:visited {
		color:#0063e3;
		display:block;
		float:left;
		padding:3px 6px;
		text-decoration:none;
	}
	#pagination-flickr a:hover{
		background-color:#2E6AB1;
		border:solid 1px #666666;
		color:#fff;
	}
	
/* EKSTRA CSS AYARLARI */

.yatay_menu{
margin-left:0px;
width: 100%;
overflow: hidden;
 /*bottom horizontal line that runs beneath tabs*/
}

.yatay_menu ul{
margin: 0;
padding: 0;
padding-left: 5px; /*offset of tabs relative to browser left edge*/
font: bold 12px Verdana;
list-style-type: none;
}

.yatay_menu li{
display: inline;
margin: 0;
}

.yatay_menu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 10px; /*padding inside each tab*/
border-right: 1px solid #828282; /*right divider between tabs*/
color: white;
 /*background of tabs (default state)*/
border-bottom: 2px solid #646464;
}

.yatay_menu li a:visited{
color: white;
}

.yatay_menu li a:hover, .yatay_menu li.selected a{
	background-image:url(../images/hover.jpg);
border-bottom: 2px solid #AEA392;
}


.yatay_menu_sf{
margin-left:150px;
width: 100%;
overflow: hidden;
 /*bottom horizontal line that runs beneath tabs*/
}

.yatay_menu_sf ul{
margin: 0;
padding: 0;
padding-left: 5px; /*offset of tabs relative to browser left edge*/
font: bold 12px Verdana;
list-style-type: none;
}

.yatay_menu_sf li{
display: inline;
margin: 0;
}

.yatay_menu_sf li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 10px; /*padding inside each tab*/
border-right: 1px solid #828282; /*right divider between tabs*/
color: white;
 /*background of tabs (default state)*/
border-bottom: 2px solid #5A5A5A;
}

.yatay_menu_sf li a:visited{
color: white;
}

.yatay_menu_sf li a:hover, .yatay_menu_sf li.selected a{
	background-image:url(../images/hover.jpg);
border-bottom: 2px solid #AEA392;
}

hr {border: none 0; 
border-top: 1px dashed #000;/*the border*/
width: 100%;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}

#gallery {
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 5px solid #3e3e3e;
		border-width: 5px 5px 20px;
	}
	#gallery ul a:hover img {
		border: 5px solid #fff;
		border-width: 5px 5px 20px;
		color: #fff;
	}
	#gallery ul a:hover { color: #fff; }