body { 
	margin: 7px;
	background:#fff url('background.jpg') repeat-x;
	background-color:#ffffff;
	}
.inputsel, .inputext {
}
body, table, th, td, div, p {
	font-family: Verdana, Tahoma, Arial; 
	color: black; 
	font-size: 8pt; 
}
p {
	margin: 3px 0px 5px 0px;
}
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1	{ font-size: 16pt; }
h2	{ font-size: 13pt; }
h3	{ font-size: 10pt; }
h4	{ font-size: 8pt; margin-bottom: 15px }
h5	{ font-size: 8pt; }
h6	{ font-size: 7pt }
ul	{ margin-bottom: 5px; list-style: disc }
a				{ color: black; text-decoration: none; font-weight: bold; display:inline}
a:hover			{ color: #FF3300; text-decoration: none; font-weight: bold; }

img { border: none }

/* New stlyes */

.submit { 
	font-family: Verdana, Tahoma, Arial; font-size: 8pt; font-weight: bold; color: white; 
	background-color: #FF9900; 
	border-style: solid; border-color: #FF9900; border-width: 1px;
	padding: 0px 5px;
	margin:2px 0;
}
.submitHover {
	font-family: Verdana, Tahoma, Arial; font-size: 8pt; font-weight: bold; color: white;
	background-color: #FFFF99; 
	border-style: solid; border-color: #FF9900; border-width: 1px;
	padding: 0px 5px;
  color:#000;
	cursor: hand;
	margin:2px 0;
}
.linkBut { 
	font-family: Tahoma, Verdana, Arial; font-size: 8pt; font-weight: bold; color: white;
	background-color: #7799CC; 
	border-style: normal; border-color: #DDEEFF; border-width: 1px;
/*	padding: 0px; */
}
.linkButHover { 
	font-family: Tahoma, Verdana, Arial; font-size: 8pt; font-weight: bold; color: white;
	background-color: #3366CC; 
	border-style: normal; border-color: #DDEEFF; border-width: 1px;
/*	padding: 0px; */
	cursor: hand;
}
.inputext, .inputsel { 
	font-family: Tahoma, Verdana, Arial; font-size: 8pt; font-weight: normal; color: black;
	background-color: white;
	border-style: solid; border-color: #FF9900; border-width: 1px;
}
.tdup { border-top: solid 1px #667799; }
.tddown { border-bottom: solid 1px #667799; }
.abs1 { color: #000000 }
.abs2 { color: #CC0000 }
.sprofil { font-family: Tahoma, Verdana, Arial; border-top: solid #667799 1px; vertical-align: top }
.warning  { color:#CC0000 }
.divider { background-image: url('images/div.gif'); background-position: center; background-repeat: no-repeat }
.collapse { border-collapse: collapse; border-style: solid }

/* Reports */
.repth {  color: black; font-weight:bold }
.reptd1 { background-color:#FFFF99; color: black; }
.reptd2 { background-color: #FFFFCC; color: black; }
.repthpr { background-color: #FFCC33; color: black; font-weight:bold }
.reptd1pr { background-color: #FFFFFF; color: black; }
.reptd2pr { background-color: #FFFFCC; color: black; }
.repheaders { background-color: #FFCC33; color: black; }



/* new page layout styles */
#pageHeader {
	float: left;
	clear: both;
	overflow: ellipse;
	height: 40px;
	background: url('img/page.label.l.gif') no-repeat top left;
	padding: 0px 0px 0px 20px;
}
#pageTitle {
	float: left;
	height: 40px;
	background: url('img/page.label.r.gif') no-repeat top right;
	padding: 13px 50px 0px 0px;
	font-size: 13pt; 
	color: white;
}
#pageTop {
	clear: both;
	height: 15px;
	background: url('img/page.top.l.gif') no-repeat top left;
	padding: 0px 0px 0px 20px;
}
#pageTopRight {
	height: 15px;
	background: url('img/page.top.r.gif') no-repeat top right;
}

#pageLeft {
	background: url('img/page.mid.l.gif') repeat-y left;
	border: solid 1px red;
}






.odd {
	background-color:#feeddb;
}
.even {
	background-color:#c2ebb5;
}

#pageBlocks1 {
	display: block;
	width: 160px;
	padding:5px 0 0 5px;
}
#pageBlocks1 ul {
	margin-left:20px;
	padding-left: 0;
	list-style-type: square;
	list-style-image: url('img/bullet2.gif');
}
#pageBlocks1 a {
	height:15px;
	padding:1px 0;	
	display:block;
	text-decoration: none;
}
.pageBlocks1_content {
	margin-top:30px;
	background:#FFFF99;
	border:#FF9900 1px solid;
	width:100%;
	z-index:99;
	margin-bottom:15px;
}  /*almost the same with .boxText */

#pageBlocks1 ul li.menuSep {
	list-style-type: none;
	list-style-image: none;
}
#pageFooter {
	height: 15px;
	text-align: center;
	font-size: 7pt;
	color: #FF9900;
}
#pageFooter a:link, #pageFooterRight a:visited {
	font-size: 7pt;
	color: #FF9900;
}
#content {
	width:100%;
	border:#FF9900 2px solid;
}
.head_small_left {
	background:url('img/head_small_left.gif') no-repeat top left;
	float:left;
	height:26px;
	z-index:101;
	display:block;
	margin-bottom:-7px;
}
.head_small_right {
	background:url('img/head_small_right.gif') no-repeat top right;
	height:26px;
	width:21px;
	display:block;
	margin:0;
	float:left;
}
.head_small_left p {
	background:url('img/head_small_middle.gif') repeat-x top left;
	margin-top:4px;
	margin-left:36px;
	height:26px;
	display:block;
	vertical-align:middle;
	line-height:17px;
	padding:0 10px 0 0;	
	/*border-bottom:#ff8585 1px solid;*/
}
.head_big_left {
	background:url('img/head_big_left.gif') no-repeat top left;
	float:left;
	height:70px; /* IE different here */
	z-index:101;
	display:block;  /* IE different here */
}
.head_big_right {
	background:url('img/head_big_right.gif') no-repeat top right;
	height:60px;
	width:50px;
	display:block;
	margin:0px;
	float:left;
}
.head_big_left p {
	background:url('img/head_big_middle.gif') repeat-x top left;
	margin-left:90px;
	margin-top:11px;  /* IE different here */
	height:61px;
	display:block;  /* IE display:inline */
	vertical-align:middle;
	font:140%;
	line-height:45px;
	padding:0 10px 0 0;	
	/*border-bottom:#ff8585 1px solid;*/
}
.boxText {
	/*background:#FFFF99;*/
	border:#FF9900 1px solid;
	padding:5px;
	width:100%;
	margin-top:0;
}
.text_center {
	text-align:center;
}
.text_center strong {
	display:block;
}
.pageList {
	margin: 0;
	padding: 0;
}
.pageList li {
	width: 100%;
	display: block;
	text-align: center;
	margin: 0px;
}
.pageList li.row1 {
	background: #FFFFCC;
}
.pageList li.row2 {
	background: #FFFF99;
}
.pageList li.selected {
	background: #FF9900;
	font-weight: bold;
}
.pageList li span {
	display: block;
	padding: 3px 1px 3px 1px;
}
.pageList li a {
	padding: 3px 1px 3px 1px;
	display: block;
	width: 100%;
	text-align: center;
}
.pageList li a:hover {
	background: #FF9900;
  color:white;
}

.box2 {
	display: block;
	background:#FFFF99;
	border:#FF9900 1px solid;
	padding:2px 5px 4px 5px;
	margin-bottom:4px;	
	min-height:40px;
}






.dimmed { 
	color: #6699CC; 
}



.sp1 { background-color: #BBDDFF; text-align: center; }
.sp2 { background-color: #AACCFF; text-align: center; }
.sp0 { background-color: #77AAFF; text-align: center; }
