/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: #666666;
    FONT-FAMILY: Trebuchet MS, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    color:#666666
}

TABLE
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Trebuchet MS, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
}
	
.headertable
{
	background-color:#a0a0a0;
	color: #ffffff;
}

.ramme
{
	background-color:#cccccc;
}

.top
{
	background-image:url(/ld/img/logo_topp6.jpg);
}

.bottom
{
	background-color: #a0a0a0;
}
	
H1	{	
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:	12pt;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	display:inline;
	}

H2	{	
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:	12pt;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	display:inline;
	}	
	
H4	{	
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:	10pt;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	

A:link	{	
	text-decoration:	none;
	color:	#333333;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333333;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333333;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#000000;
	}
	
.leftdotted
{
	border-left: gray 1px dashed;
}
	
	
.rightdotted
{
	border-left: gray 1px dashed;
}

.menudott
{
	background-image:url(/ld/treeview/treeicons/styles/egendefinert/vertical.gif);
}

.date
{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:	8pt;
}

.searchfield
{
    margin-left: 5px;
    margin-top:10px;
    margin-bottom:10px; 
    float:left;   
}

.searchbutton
{
    margin-top: 9px;
    margin-left:5px;    
    float:left;
}

.imgPrint
{
    float:right;
}

