﻿body
{
	font-family: Verdana;
	font-size: 12px;
}

.row
{
	float: left;
	clear: both;
	width: 410px;
}

.cell
{
	float: left;
	padding-top: 8px;
	padding-left: 10px;
}

input
{
	font-size: 12px;
	height: 12px;
}

select
{
	font-size: 12px;
	height: 19px;
}

.Checkboxtext
{
	padding-top: 4px;
}

.IntresseRubrik
{
	padding-bottom: 2px;
	color: #604F3A;
}

.BreadText
{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.ListLank
{
	text-decoration:underline;
}

.ListItem
{
	text-decoration:none;
}

.TabbedList
{
    position:absolute; 
    margin-top: 33px; 
    border: solid #999999 1px; 
    width: 198px; 
    padding: 10px 30px 10px 30px;
    height: 160px;
    overflow: auto;
    overflow-x: hidden;
}

* html .TabbedList
{
    padding: 10px 29px 10px 29px;
}

.tab_active, .tab, .tab2_active, .tab2
{
    background-repeat: no-repeat;
    font-size: 9px;
    text-decoration: none;
    text-align: center;
    width: 65px;
    height: 23px;
    padding: 11px 0px 0px 0px;
    float:left;
    cursor: pointer;
}

.tab2_active, .tab2
{
    padding-top: 5px;
    height: 29px;
}

.tab_active, .tab2_active
{
    background-image: url(/StaticFiles/Graphics/tabs/tab_active.gif);
    color: black;
}

.tab, .tab2
{
    background-image: url(/StaticFiles/Graphics/tabs/tab.gif);
    color: white;
}