@import "/common/include/css/global.css";

/* *******************************************************************************************
	Styling of HTML tags
   ******************************************************************************************* */

html {
	background-color: #ccc;
}
   
body {
	font: normal 11px Helvetica, Verdana, Geneva, Arial, sans-serif;
	color: #fff;
}


h1 { 
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 0 10px 0;
}

a, table td a {
	color: #fff;
	text-decoration: none;
}

table {
	font: normal 12px Helvetica, Verdana, Geneva, Arial, sans-serif;
	border-collapse: collapse;
	width: 565px;
}

table tr.highlight, table tr.highlight a {
	color: #1f384c;
	background-color: #ccc;
}

table td {
	padding: 10px;
}

/* *******************************************************************************************
	Style: Elektronisk Materiale bestilling form
   ******************************************************************************************* */

#dialog-sendEmail .listtable {
	width: 550px;
}

#dialog-sendEmail .text {
  font: normal 11px Helvetica, Verdana, Geneva, Arial, sans-serif;
  border: 1px solid #5d6770;
  padding: 2px;
  width: 100%;
}

#dialog-sendEmail textarea {
  font: normal 11px Helvetica, Verdana, Geneva, Arial, sans-serif;
  border: 1px solid #5d6770;
  padding: 2px;
  width: 100%;
}

#dialog-sendEmail td {
  padding: 0 5px 0 5px;
  position: relative;
}

#dialog-sendEmail .submit {
  padding: 1px 15px 1px 15px;
  position: absolute;
  right: 0;
  bottom: 0;
}

#dialog-sendEmail {
  position: relative;
  width: 550px;
  padding: 10px 0 30px 0;
}

/* *******************************************************************************************
	Style: jquery ui buttons
   ******************************************************************************************* */

				/*button text element */
				.ui-button .ui-button-text { 
					padding: 1px 15px 1px 15px;
				}
				
/* *******************************************************************************************
	Style: mainContainer
   ******************************************************************************************* */

#mainContainerOuter {
	margin: 20px auto 20px auto;
	width: 800px;
	background-color: #fff;
}

#mainContainer { }


/* *******************************************************************************************
	Style: header
   ******************************************************************************************* */

#headerOuter {
	background: #21374c url('headerbg.png') repeat-x top left;
	height: 215px;
}

#header #info { display: none; }

#header #logo {
	background: url('header.png') no-repeat top left;
	width: 800px;
	height: 174px;
}

#header #search 	{ display: none; }


/* *******************************************************************************************
	Style: header menu
   ******************************************************************************************* */

#header #menu {
	position: relative;
	z-index: 4;
	font-weight: bold;
	font-size: 10px;
	color: #fff;
	height: 50px;
}

#header #menu ul {
	list-style: none;
	float: left;
}
#header #menu ul ul {
	position: absolute;
	top: 37px;
	display: none;
	background-color: #2F5473;
	border: 0px solid #fff;
}
#header #menu ul ul li {
	clear: both;
}

#header #menu li {
	float: left;
}

#header #menu li.selected {
	float: left;
	display: block;
	font-size: 11px;
	background-color: #1f384c;
}

#header #menu ul ul a {
	width: 120px;
	border-bottom: 1px dotted #FFF;
}
#header #menu ul a {
	float: left;
	display: block;
	font-size: 11px;
	padding: 12px 6px 11px 6px;
}

#header #menu ul a:hover {
	background-color: #1f384c;
}

/* *******************************************************************************************
	Style: linkbox content
   ******************************************************************************************* */


#mainContentOuter .linkbox .contentBoxOuter .item {
  margin: 10px 8px;
  width: 164px;
  text-align: center;
  float: left;
}

#mainContentOuter .linkbox .contentBoxOuter .item a {
	color: #fff;
	text-decoration: none;
}

#mainContentOuter .linkbox .contentBoxOuter .item h2 {
  padding: 2px 0;
	font-size: 14px;
	font-weight: bold;
	background-color: #1f384c;
}

#mainContentOuter .linkbox .contentBoxOuter .item h3 {
	padding:2px 0;
	font-size: 12px;
	font-weight: normal;
	background-color: #1f384c;
}

#mainContentOuter .linkbox .contentBoxOuter .item img {
  margin-top: 3px;
  width: 164px;
  height: 115px;
}

#mainContentOuter .linkbox .contentBoxOuter .item img a {
  display: block;
  width: 164px;
  height: 115px;
}

#mainContentOuter .linkbox {
  padding: 0 10px; 
}

/* *******************************************************************************************
	Style: page content
   ******************************************************************************************* */

#mainContentOuter {
	width: 565px;
	font-size: 12px;
	float: right;
	background: #5d6770;
	padding: 0px 15px 0px 15px;
}

#mainContent {
	margin: 20px 0 15px 0;
}


#mainContentOuter a {
	color: #979100;
	text-decoration: underline;
}

#mainContentOuter a:hover {
	text-decoration: none;
}

#mainContentOuter  .contentBoxOuter h1 {
	border-bottom: 2px solid #1f384c;
	font-family: arial;
	margin: 0 0 25px 0;
	padding: 0 0 5px 0;
}

#mainContentOuter p {
	margin: 5px 0 5px 0;
	line-height: 1.4em;
}

   
 #mainContentOuter  .bulletinList .contentBoxOuter h1 {
	margin:25px 0 25px 0;
}  
   
#mainContentOuter  .bulletinList .contentBoxOuter a {
	font-family: arial;
	color: #fff;
	display: block;
	width: 100%;
	text-align: left;
	text-decoration: none;
}

#mainContentOuter  .bulletinList .contentBoxOuter a:hover {
	text-decoration: underline;
}

/* *******************************************************************************************
	Style: left element
   ******************************************************************************************* */

#leftColOuter .contentBoxOuter  {
	padding: 0 0 20px 0;
}

#leftColOuter  {
	background: #21374c;
	width: 200px;
	float: left;
	border-right: 5px solid #fff;
}
   
#leftCol{
	margin: 20px 14px 10px 10px;
	font-size: 12px;
}

#leftColOuter p {
	margin: 8px 0 8px 0;
}

#leftColOuter .bulletin .contentBoxOuter  {
	padding: 10px 0 0 0;
}

#leftColOuter .bulletin .contentBoxOuter .headline {
	display: none;
}

#leftColOuter .bulletin .contentBoxOuter .desc {
	font-weight: bold;
	margin: 10px 0 15px 0;
	text-indent: 10px;
}
   
#leftCol .contentBoxOuter h1 {
	font-family: Helvetica;
	font-size: 14px;
	text-transform: none;
	color: #fff;
	padding: 2px 0 0 0;
}

/* *******************************************************************************************
	Style: left buttons and textboxs
   ******************************************************************************************* */


#nlSignupText .buttons a.signon {
	float: left;
}

#nlSignupText .buttons a.signoff {
	float: right;
}
   
#tipAFriend .sendemail {
	float: left;
	padding: 1px 15px 1px 15px;
	width: 175px;
}

#tipUserName, #nlSignupField, #tipFriendEmail {
	color:#000000;
	font-size:12px;
	border-width: 1.5px;
	text-indent: 2px;
	height:18px;
	line-height:18px;
	width:172px;
}
   
/* *******************************************************************************************
	Style: footer
   ******************************************************************************************* */
   
#footerOuter {
	background: #21374c;
	position: relative;
	height: 40px;
}

   
#footer {
	background: #21374c;
	height: 25px;
	padding: 5px 5px 5px 5px;
	border-top: 5px solid #fff;
	border-left: 5px solid #fff;
	width: 585px;
	z-index: 1;
	position: absolute;
	text-align: center;
	font-weight: bold;
	right: 0px;
	bottom: 0px;
}

#copyright {
	position: absolute;
	right: 0px;
	color: #000;
	bottom: -18px;
}


/* *******************************************************************************************
	Style: hidden elements
   ******************************************************************************************* */
   
#menuPath {
	display: none;
}
