
/*----------------------------------------------------------------------------------*/
/*-- STYLE.CSS - HavKom ----------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/


/*-- Generellt ---------------------------------------------------------------------*/
body {
	scrollbar-face-color: #E7E9EA;
	scrollbar-highlight-color: #F6F4EF;
	scrollbar-shadow-color: #E0DFDF;
	scrollbar-3dlight-color: #F2EFE5;
	scrollbar-arrow-color: #777777;
	scrollbar-track-color: #FFFFFF;
	scrollbar-darkshadow-color: #777777;
}

	b	{
	color : #000000;
	font-family: verdana, arial;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
}

	b.orange	{
	color : #D85213;
	font-family: verdana, arial;
	font-size: 14px;
	line-height: 19px;
	font-weight: bold;
}
	b.gray	{
	color : #cccccc;
	font-family: verdana, arial;
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
}

	a:link	{
	color : #0000CC;
	font-family: verdana, arial;
	font-size: 11px;
	line-height: 12px;
	text-decoration : underline;
}

	a:visited		{
	color : #0000CC;
	font-family: verdana, arial;
	font-size: 11px;
	line-height: 12px;
	text-decoration : underline;
	}
	
	a:active	{
	color : #0000CC;
	font-family: verdana, arial;
	font-size: 11px;
	line-height: 12px;
	text-decoration : none;
}

	a:hover		{
	color : #0000CC;
	font-family: verdana, arial;
	font-size: 11px;
	line-height: 12px;	
	text-decoration : none;
}

/*-------------------------------------- meny ----------------------------------*/
	a.meny:link	{
	color : #0000CC;
	font-family: verdana, arial;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	text-decoration : none;
}

	a.meny:visited		{
	color : #0000CC;
	font-family: verdana, arial;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	text-decoration : none;
	}
	
	a.meny:active	{
	color : #0000CC;
	font-family: verdana, arial;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	text-decoration : none;
}

	a.meny:hover		{
	color : #0000CC;
	font-family: verdana, arial;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	text-decoration : underline;
}

/*-------------------------------------- /meny ----------------------------------*/
	.txt {
	color: #000000;
	font-family: verdana, arial;
	font-size: 11px;
	line-height: 12px;
}

	
	.txtMenu {
	color: #353535;
	font-family: verdana, arial;
	font-size: 12px;
	line-height: 12px;
}

	.title	{
	font-family : verdana;
	font-weight : bold;
	font-size : 12px;
	color: 900046;
}

	td {
	font-family: verdana;
	font-size: 11px;
	color: 000000;
}

/*-- /Generellt --------------------------------------------------------------------*/




	.txtRubAdmin	{
	font-family : verdana, arial;
	font-size : 11px;
	line-height : 12px;
	color: #000000;
	}

	a.Adminmenu:link	{
	color : #000000;
	text-decoration : none;
	font-family : verdana;
	font-size : 10px;
	}

	a.Adminmenu:active	{
	color : #000000;
	text-decoration : none;
	font-family : verdana;
	font-size : 10px;
	}

	a.Adminmenu:visited    {
	color : #000000;
	text-decoration : none;
	font-family : verdana;
	font-size : 10px;
	}

	a.Adminmenu:hover	  {
	color : #000000;
	text-decoration : none;
	font-family : verdana;
	font-size : 10px;
	}

	.txtConAdmin	{
	font-family : verdana, arial;
	font-size : 10px;
	line-height : 17px;
	color: 000000;
}


/*-- Forms -------------------------------------------------------------------------*/

	input	{
	font-family : verdana, arial;
	font-size : 10px;
}

	select	{
	font-family : verdana, arial;
	font-size : 10px;
}

	textarea	{
	font-family : verdana, arial;
	font-size : 10px;
}

/*-- /Forms ------------------------------------------------------------------------*/

