@CHARSET "UTF-8";
/*

	RESET CSS âÂ Eric Meyer
	Resetter ALT.
	
	http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/

------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	font-family: Verdana;
	line-height: 1;
	color: black;
	background: white;
	padding: 0.5em;
	font-size: 11pt;
	
}
h1 {
 font-size: 268%;
}
h2 {
	font-size: 164%;
}
h3{
	font-size:120%t
}
h4{
	font-size: 100%;
}
h5{
	font-size: 80%;
}

h6{
	font-size: 60%;
}
p{
  margin: 0.5em 0 0.5em 0;
}
ul, ol {
margin: 1.5em 0 1.5em 0;
}
li {
	margin-left: 3em;
}
ul li {
	list-style: square;
}
em, cite { font-style: italic;}
cite { padding: 0 0.25em 0 0.25em;}
p.pageDescription, p.objectDescription {
  font-weight: bold;
  margin: 1em 0 1em 0;	
}

.hiddenStructure, 
	#leftContent, 
	#userPanel, 
	#objectActions, 
	#objectActionContainer, 
	.objectPath, 
	#footer, 
	#rightContent {
  display: none;
}
strike {

}
big {
	font-size: 164%;
}
address {

}
strong {
	font-weight: bold;
}
a {
}
img.alene {
  margin: 1em auto 1em auto;
  display: block;
  float: none;	
}

img {
	page-break-inside: avoid;
	margin: 1em;
	float: right;
}
img.flyter-motsatt {
  margin: 1em;
  float: left;	
}
blockquote {
  display: block;
  margin: 1em;
  font-style: italic;	
}


/** 
	 TABELL
**/

table,td
{
	margin: 1.5em 0 1.5em 0;
	border               : 1px solid #CCC;
	border-collapse      : collapse;
  font                 : small/1.5 "Tahoma", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
}
table
{
	border                :none;
	border                :1px solid #CCC;
}
thead th,
tbody th
{
	background            : #FFF url(th_bck.gif) repeat-x;
  color                 : #666;  
	padding               : 5px 10px;
  border-left           : 1px solid #CCC;
}
tbody th
{
  background            : #fafafb;
  border-top            : 1px solid #CCC;
  text-align            : left;
  font-weight           : normal;
}
tbody tr td
{
	padding               : 5px 10px;
  color                 : #666;
}
tbody tr:hover
{
  background            : #FFF url(tr_bck.gif) repeat;
}

tbody tr:hover td
{
  color                 : #454545;
}
tfoot td,
tfoot th
{
  border-left           : none;
  border-top            : 1px solid #CCC;
	padding               : 4px;
  background            : #FFF url(foot_bck.gif) repeat;
  color                 : #666;
}
caption
{
	text-align            : left;
	font-size             : 120%;
	padding               : 10px 0;
	color                 : #666;
}
table a:link
{
	color                 : #666;
}
table a:visited
{
	color                 : #666;
}
table a:hover
{
	color                 : #003366;
	text-decoration       : none;
}
table a:active
{
	color                 : #003366;
}


