﻿body 
{
	font-family:Verdana;
	font-size:10px;
	scrollbar-face-color: #ffffff; 
	scrollbar-highlight-color: #ffffff; 
	scrollbar-shadow-color: #ffffff;
	scrollbar-3dlight-color: #E4E4E4;
	scrollbar-arrow-color: #E4E4E4; 
	scrollbar-track-color: #E4E4E4;
	scrollbar-darkshadow-color: #E4E4E4;

}


/**********************************************************************
 GENERELLT
***********************************************************************/

a{color:Black;}
a,a:link,a:active,a:visited,a:hover {text-Decoration:none;cursor:hand;text-decoration:underline;}

.redTextContactName{font-weight:bold;color:#A71930;}

.SfRedText {color:#A71930;font-weight:bold;font-size:x-small;}

.SfSmallHeading{color:#454545;font-family:Verdana;font-weight:bold;font-size:12px;}

.SfWhite{color:#000000;font-weight:bold;}

.WhiteHeadingLarge{font-size: 16px;color:White;font-weight:bold;}
.WhiteHeadingMedium{font-size: 14px;color:White;font-weight:bold;}
.WhiteHeadingSmall {font-size: 12px;color:White;font-weight:bold;}

.BlackHeadingLarge{font-size: 16px;color:Black;font-weight:bold;}
.BlackHeadingMedium{font-size: 14px;color:Black;font-weight:bold;}
.BlackHeadingSmall {font-size: 12px;color:Black;font-weight:bold;}

.Button1{background-color:#A71930;color:#F3F3F3;border-color:#FFFFFF;border-width:2px;}

a.MenuText,a.MenuText:link,a.MenuText:active,a.MenuText:visited{color:#B7B7B7;font-family:Verdana;font-size:9px;font-weight:bold;text-decoration:none;}
a.MenuText:hover{color:#828282;}

a.MenuTextSelected,a.MenuTextSelected:link,a.MenuTextSelected:active,a.MenuTextSelected:visited{color:#828282;font-family:Verdana;font-size:9px;font-weight:bold;text-decoration:none;}
a.MenuTextSelected:hover{color:Black;}

a.RedLink,a.RedLink:link,a.RedLink:active,a.RedLink:visited {font-family:Verdana;font-size:10px;color:#A71930;font-weight:bold;text-decoration:none;letter-spacing:0.3px;}
.RedText{font-family:Verdana;font-size:10px;color:#A71930;font-weight:bold;text-decoration:none;letter-spacing:0.3px;}

.Introduction{font-weight:bold;}
.Introduction,.IntroductionTop{font-family:Verdana;font-size:10px;color:#454444;}
.Text{font-family:Verdana;font-size:10px;color:#454444;}

.ReadMore
{
	margin-top:15px;
}

/**********************************************************************
 CSS FÖR TREEVIEW
***********************************************************************/


.MyNode, .MyNodeOver, .MyNodeSelected, .MyNodeLoading, .WhiteHeadingSmall,.BlackHeadingSmall
{
	font-family: verdana, sans-serif;
	font-weight:bold;
	font-size: 12px;
	padding-left: 2px;
	padding-right: 2px;
}


.MyNodeLoading
{
	color: red;
	font-weight: bold;
}

.MyNode
{
	color: #818181;
}



.MyNodeOver
{
	color: #A71930;
}

.MyNodeSelected
{
	border-right: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	font-weight: bold;
	border-left: #cccccc 1px solid;
	color: #FFFFFF;
	border-bottom: #cccccc 1px solid;
	background-color: #A71930;
}

/**********************************************************************
 CSS FÖR KUNDLAYOUT
***********************************************************************/

/**********************************************************************
 CSS FÖR ADMINISTRATIONEN
***********************************************************************/


.textWidth{width:600px;}

/**********************************************************************
Filarkivet
***********************************************************************/

#FileArchive *
{
	font-size:10px;
	
}
	#FileArchive th
	{
		background-color:#A71930;
		color:White;
	}

	#FileArchive td
	{
		padding-bottom:5px;
		padding-right:5px;
	}

#FileArchive .OddRow
{
	background-color:#efefef;
}

#FileArchive h4
{
	font-size:12px;
	color:#A71930;
	margin-bottom:5px;
}

/**********************************************************************
Referenser
***********************************************************************/
#Referenser {}

	#Referenser #Player 
	{
		float: left;
		width: 300px;
	}
	
	#Referenser #Search
	{
		float: right;
		width: 220px;		
	}
	
	#Referenser .IcoAvancerad,#Referenser .IcoStandard
	{
		background-repeat:no-repeat;
		padding-left:28px;
		height:20px;
		padding-top:3px;
	}
	
		.IcoAvancerad
		{
			background-image:url(../images/ListaAvancerade.gif);
		}
		
		.IcoStandard
		{
			background-image:url(../images/Lista.gif);
		}
