﻿/************** JQUERY TAB **************/
.tabAlani { 
	float: left; width: 99%; margin-top: 50px; height: 30px;
    background: #bebebe;
	background: -moz-linear-gradient(top, #dedede, #bebebe);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#dedede), to(#bebebe));
	background: -webkit-linear-gradient(top, #dedede, #bebebe);
	background: -o-linear-gradient(top, #dedede, #bebebe);
	background: linear-gradient(to bottom, #dedede, #bebebe);
	border:1px solid #bebebe;
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;}
.tabAlani .tab{ 
	float: left; min-width: 50px; height: 20px; margin: 7px 8px 0px 0px; color: #FFFFFF; padding: 3px 10px 1px 10px; cursor: pointer; text-align: center;
    background: #1515a1;
	background: -moz-linear-gradient(top, #4141A0 , #1515a1);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#4141A0 ), to(#1515a1));
	background: -webkit-linear-gradient(top, #4141A0 , #1515a1);
	background: -o-linear-gradient(top, #4141A0   #1515a1);
	background: linear-gradient(to bottom, #4141A0 , #1515a1);
	border:0px solid #1515a1;
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
}
.tabAlani .tab:hover{ background: #1515a1;}
.tabAlani .secili { border:1px solid #1515a1; font-weight: bold; margin-top: 5px;}
.tabDiv{ float: left; border: 1px solid #bebebe; border-top: 0px; width: 99%; display: block; min-height: 200px;}
.tabDiv ~ .tabDiv { display: none; }
.tabDiv .tabIcerik{ padding: 10px;}
/************** JQUERY TAB **************/