/* TABS */

.admin_tabs_header {
    margin-top: -4px;
	position: relative;
	vertical-align: bottom;      
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid #c2c2c2;
    background-color: #F8F8F8;
    margin-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background-image: url(../img/tab-back.jpg);
    margin-bottom: 15px;
}
.admin_tabs_header:after {
    clear: left;
    content: "";
    display: block;
}   

.admin_tabs_tab {	
	cursor: pointer;
	text-align: center;    
	border: 1px solid #c2c2c2;
	height: 27px;   
    position: relative;
    z-index: 1;
	float: left;
	margin-right: -1px;
	border-bottom: 0;
	border-top: 0;
    background-image: url(../img/tab-back.jpg);
}   

.admin_tabs_tab a {
	color: #5a5a5a;
    display: block;
	font-weight: 100;
	text-shadow: 1px 1px 2px #fff;
	line-height: 25px;
    height: 27px;   
    overflow: hidden;
    text-decoration: none !important;    
}

.admin_tabs_page {
    border: 0;
    padding: 0;
    background-color: transparent;
}

.admin_tabs_tab.selected > a,
.admin_tabs_tab:hover > a {
    position: absolute;
    color: #0075ab;
    font-size: 13px;     
    left: -1px;
    right: -1px;
    top: -5px;
    line-height: 30px;
    bottom: 0;
    height: auto;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid #c2c2c2; 
    border-bottom: 0;
    border-bottom: 0;    
    background-color: white;    
    background-image: linear-gradient(to bottom, #F8FDFF 0%, #D7F2FF 50%, #B1E6FF 50%, #B0E6FF 100%);
}


/*
.admin_tabs_tab.selected,
.admin_tabs_tab:hover {
	margin-top: 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top: 1px solid #c2c2c2; 
	font-weight: bold;
	border-bottom: 0;    
	background-color: white;    
    background-image: linear-gradient(to bottom, #F8FDFF 0%, #D7F2FF 50%, #B1E6FF 50%, #B0E6FF 100%);
	height: 31px !important;         
}

.admin_tabs_tab.selected a,
.admin_tabs_tab:hover a {
	color: #0075ab;
	font-size: 14px;   
	line-height: 28px;
}               */

.admin_ctabs_page {
	background-color: white;
	padding: 5px; 
}

.admin_ctabs {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border: 1px solid silver;
    background-color: #f4f4f4;
}

.admin_ctabs .admin_tabs_page {
	border: 0;	
}

.admin_ctabs_menu {
    position: absolute;
    top: 3px;
    bottom: 3px;
    right: 5px;    
}

.admin_ctabs_header {
    border-bottom: 1px solid silver;  
    overflow: hidden;  
    position: relative;
}

.admin_ctabs_tab {
	float: left;
	height: 26px;
	cursor: pointer;
	line-height: 26px;	   
	color: #5A5A5A;
	text-align: center;
	margin-left: -1px;
	margin-top: -1px;
	border: 1px solid transparent;
	border-bottom: 0;
	text-shadow: 1px 1px 2px #fff;
    padding-left: 20px;
    padding-right: 20px;
}

.admin_ctabs_tab a {
	color: #5A5A5A;
	font-weight: normal;
}

.admin_ctabs_tab:hover, .admin_ctabs_tab.selected {
	color: #0075AB;
	font-size: 13px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
    background-image: linear-gradient(to bottom, #f8fdff 0%, #d7f2ff 50%, #b1e6ff 50%, #b0e6ff 100%);
	border: 1px solid silver;
	border-bottom: 0;  
	color: #0075AB; 	
}

.admin_ctabs_tab:hover a, .admin_ctabs_tab.selected a {
	color: #0075AB;
	text-decoration: none;
}
