/*  ******* Page BODY definitions *********** */
@import url("../../../timeseries/components/css/timeseries.css");
/*.BODY {
	font-size: small;
	font-family : Verdana, Arial,Helvetica,Geneva,Swiss, SunSans-Regular,sans-serif;
	color:  #000000;
	margin : 0px 0px 0px 0px;
}*/

/*----- include styles for the global menu links -------*/

/*@import "../../../emp/components/css/emp.css";
@import "../../../timeseries/components/css/timeseries.css";*/

/*------------------------------------------------------*/
div#reportContent {
    background-color: white;
    border: 1px solid #708090;
    padding: 0.8em 1.6em 1.6em 1.6em;
}
/* report links */
.reportinfo {
		color: black;
		font-family: Verdana, Arial,Helvetica,Geneva,Swiss,SunSans-Regular,sans-serif;
		font-size: 1.5em;
		font-weight:bold;
		font-style:normal;
        text-align:left;		
}
.reportlink {
		color:black;
		font-family: Verdana, Arial,Helvetica,Geneva,Swiss,SunSans-Regular,sans-serif;
		font-size: 1.3em;
		font-weight:300;
		font-style:normal;
        text-align:left;
		text-decoration:none;		
}

.liststyle{
	list-style-image:url(../images/listimg.gif);	
	list-style-type:square;
	color:#000000;
	font-family: Verdana, Arial,Helvetica,Geneva,Swiss,SunSans-Regular,sans-serif;
	font-size: 0.9em;
	font-weight:300;
	font-style:normal;
    text-align:left;
	text-decoration:none;	
}	
.reportlink a:link {
		color:#000000;
		text-decoration:none;
		font-weight:normal;
}
.reportlink a:focus {
		color:#000000;
		text-decoration:none;
		font-weight:normal;
}
.reportlink a:active {
		color:#000000;
		text-decoration:none;
		font-weight:normal;
}
.liststyle a:hover {
		color:#666666;
		text-decoration:underline;
		font-weight:bold;
}
.liststyle a:visited {
		font-style:normal;
		color:#666666;
}


/* celle for feilinformasjon */
td.pageError
{
	valign:top;
	font-family: Verdana;
	font-weight: bold;
	font-size:90%;
	color:red;
	border-style:none;
}

/* celle for sideinformasjon */
td.pageMessage
{
	valign:top;
	font-family: Verdana;
	font-style:normal;
	font-weight: bold;
	font-size:70%;
	color:black;
	border-style:none;
}


/* celle for sideinformasjon */
td.pageHeading
{
	valign:top;
	border-style:none;
	background-color:#EaE9E8;
	text-align:center;
	font-family: Verdana;
	font-weight: bold;
	font-size:90%;
	color:Black;
}

