﻿/*====== TabBar.css =========*/

/*========= RAD 1 ===========*/
/*Strecket under menyn*/ 
.tabs_cssMenuRow1{			
	position:relative;
	border-bottom: 1px solid lightgrey;
	height:31px;
	top:0px;
	cursor:default;
}

/*inaktiva tabbar*/ 
.tabs_cssMenuRow1 span a{
    font-size:12px;
    font-weight:bold;
    color:#993300;
}
.tabs_cssMenuRow1 span.inactive{ 
	position:absolute;
	text-align:center;
	font-size: 14px;
	font-family: verdana;
	top:10px;
	height:20px;
    z-index:100;
    border-top: 1px solid gray;
	border-left: 1px groove gray;
	border-right: 2px groove gray;
	background-color:buttonFace;
}

/*aktiv tabb*/ 
.tabs_cssMenuRow1 span.active a
 {
 	color:Red;
 	font-size:14px;
 }
.tabs_cssMenuRow1 span.active{
	/*padding-top: 5px; Avstånd runt text Tab*/
	top:5px;
	height:24px;
	z-index:200;
	border-top:2px solid orange;
	border-left: 1px groove gray;
	border-right: 2px groove gray;
	background-color:white;	
}

/*========= RAD 2 ===========*/
.tabs_cssMenuRow2{
	height:18px;
	border-bottom:1px solid lightgrey;
	vertical-align:top;
	padding-top:7px;
}
.tabs_cssMenuRow2 span.inactive, .tabs_cssMenuRow2 span.active{
	cursor: pointer;
	text-decoration:none;
	border-left: 1px groove gray;
	border-right: 2px groove gray;
}
.tabs_cssMenuRow2 span.inactive
{
	padding:5px 3px 2px 5px;
	border-top: 1px solid gray;
}	
.tabs_cssMenuRow2 span.active
{
	padding:5px 3px 0px 5px;
	border-top:2px solid orange;
}
.tabs_cssMenuRow2 a{
	font-size:15px;
}
.tabs_cssMenuRow2 span.active a
{
	color:Red;
	font-weight:bold;
	font-size:12px;
}
.tabs_cssMenuRow2 span a, .tabs_cssMenuRow2 span.inactive a:hover{
	font-size:11px;
	font-weight:bold;
	color:#FF9900; 
	text-decoration:none;
}

/*========= RAD 3 & 4 ===========*/
.dropdownMenu{
    border:1px solid gray;
    font-family:Verdana,Arial,Helvetica;
    font-weight:normal;
    font-size:14px;    
}
.dropdownMenu div{
    cursor:pointer;
    padding: 2px 0px 2px 0px;
    vertical-align:middle;
    Height:22px;
    border-top: 1px solid gray;
}
.dropdownMenu div a{
    cursor:pointer;
    text-decoration:none;
    color:#990000;
    Height:22px;
}

/*MouseOver*/
.dropdownMenu div.selected{ background-color: #FF9900; color:white; }

/*Rutan*/
.dropdownMenu div{
    color:#990000;
    background-color:#FFFBD6;  /*background-color:#FFCC00;*/
}
/*=============================*/