﻿.tabs {
    padding:0;
    margin:3px;
    margin-bottom:0px;
}

.tabs li 
{
    list-style:none;
	display:inline;  
    margin:0;  
    
}

.tabs a 
{        
	padding:10px 10px 10px 10px;
	display:inline-block;
	/*background:#eeecec;*/
    background:#fbfbfb;
    /*background:#F9BE20;*/
	/*color:#fff;*/
    color:#000;
	text-decoration:none;
    /*border:solid 1px #ccc;*/
    border:solid 1px #F8F8F8;

    /*background:#E3F1FE;*/
    /*border:#C7DFF6 1px solid;*/
    border:#808080 1px solid;
    border-bottom:none;
}

.tabs a:hover
{     
    /*background:#fffadc;*/   	
    /*background:#FFFDF2;*/   	    
    background:#fdfebe;   	
    /*background:#fcf0a7;*/
    /*background:#C7DFF6;*/
}


/*.tabs_ a.active 
{	
    background: #ABCDEF;
	color:#000;
    border:#ABCDEF 1px solid;
}*/

/*kullanilabilir*/
.tabs a.active 
{	
    /*background: #185b9a;*/
    /*background: #9A3348;*/
    /*background: #ff5e00;*/
    background: #423f3f;
    
	color:#fff;
    /*border:#33618b 1px solid;*/
    /*border:#e45f11 1px solid;*/
    border:#423f3f 1px solid;
}

/*---------------------*/

.small-italic {
    font-size: xx-small;
    font-style: italic;    
}

/*---------------------*/



td.info-tooltip div {
    display: none;
}

td.info-tooltip:hover {
    position: relative;
    cursor: pointer;
}

td.info-tooltip:hover div {
        position: absolute; /* this will let you align the popup with flexibility */
        top: 0px; /* change this depending on how far from the top you want it to align */
        left: 0px; /* change this depending on how far from the left you want it align */
        display: block;
        /*width:500px;*//* give this your own width */
}

/*---------------------*/
