/* $Id: screen.css 10347 2009-03-18 14:34:19Z jj $ */


body {
  margin: 0px;
  padding: 0px;
  font-family: Verdana, san serif;
  font-size: 12px;
  background: url(../images/header_tile.jpg) repeat-x;
   /* ie browsers centering */
  text-align: center;
}

#popup {
	background: none;
	margin: 10px 0 0 0;
}

a {
	text-decoration: none;
}

#maincontainer {
    margin:auto;
	width: 925px;
	text-align:left;
	position: relative;
}

#header {
  height: 187px;
  position: relative;
  background: url(../images/head.jpg) no-repeat;
}

#emblem {
	position: absolute;
	z-index: 1000;
	right: 0px;
	top: 10px;
	width: 150px;
	text-align: right;
}
#emblem img {
	margin-bottom: 10px;
}

#menu_flags {
  padding-right: 15px;
  height: 30px;
}

.flags {
  margin-top: 10px;
  margin-left: 10px;
  height: 24px;
  float: right;
}
.flags a {
	color: #284165;
	font-weight: bold;
}


#main_menu {
    position: relative;
	float: left;
	clear: right;
    width: 201px;
	margin-top: 20px;
	background: url(../images/menu_tile.gif) repeat-y;
	background-color:#33CCFF;
}

#main_menu_head {
    height: 36px;
	background: url(../images/menu_top.gif) no-repeat;
}

#main_menu_middle {
    height: auto;
	background: url(../images/menu_middle.gif) no-repeat;
	padding: 0 10px 0 10px;
}

#main_menu_foot {
    position:relative;
    height: 30px;
	background: url(../images/menu_bottom.gif) no-repeat;
}
/*---------------------------------- main_menu listing ----------------------------------------*/

#main_menu_middle .menu_list {
	width: 180px;
}

#main_menu_middle .menu_list, #main_menu_middle .menu_list ul {
    list-style-type: none;
    border-top: 1px solid #9fb3c7;
    padding: 0;
   	margin: 0;
}

#main_menu_middle .menu_list li {
    border-bottom: 1px solid #9fb3c7;
    padding: 5px 0 5px 0;
}

#main_menu_middle .menu_list li a, #main_menu_middle .menu_list li a:hover {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #284165;
	background: url(../images/menu_list.gif) no-repeat 0 50%;
	padding-left: 15px;
	display: block;
}

#main_menu_middle .menu_list li a.subactive, #main_menu_middle .menu_list li a.active, #main_menu_middle .menu_list li a:hover {
	background: url(../images/menu_list_down.gif) no-repeat 0 7px;
	color: #991031;
}

#main_menu_middle .menu_list li ul {
	margin: 5px 0 0 0;
	padding-left: 10px;
}

#main_menu_middle .menu_list li ul li {
    border-bottom: none;
    padding: 5px 0 2px 0;
}

/*#main_menu ul li ul li  {
  font-size: 13px;
  padding: 0px;
  border-bottom: 1px solid #9fb3c7;
  font-size: 12px;
  color: #09254e;
  line-height: 20px;
}

#main_menu ul li ul li {
	border-style: none;
	list-style-type: none;
	padding-left: 10px;
}

#main_menu ul li a:active  {
	color: #99103b;
 
}

#main_menu ul li a:hover  {
	color: #c4003d;
}

#main_menu ul li a.subnav {
	background: url(../images/sub_list.gif) no-repeat 0% 50%;
 	margin: 0px
}

.menu_list li ul li a, .menu_list li a:visited, .menu_list li ul li a:visited {
 	font-size: 11px;
 	padding-left: 10px;
 	color: #09254e;
 	text-decoration: none;
 	font-weight: bold;
}*/

/*-------------content--------------*/

#contentcontainer {
	width: 925px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	clear: both;
	float: inherit;
}

#content {
  position:relative;
  width: 700px;
  float: right;
  margin-top: 40px;
}

.contentformat1 {
	width: 440px;
	float: left;
}


#content h1 {
  border-bottom: 1px solid #c4003d;
  font-size: 18px;
  color: #09254e;
  padding-bottom: 2px;
  background: url(../images/h1img.gif) no-repeat 0% 80%;
  padding-left: 15px;
}

#content h2 {
  font-size: 16px;
}

#content a {
	text-decoration: none;
	font-weight: bold;
	color: #88000a;
}

#content a.link {
	text-decoration: none;
	font-weight: bold;
	color: #88000a;
	background: url(../images/menu_list.gif) no-repeat 0% 50%;
	padding-left:8px;
}

#content a:hover {
	color: #0a71b9;
}


.clear_float {
  clear: both;
}

.right_side {
  padding: 0px;
}

/*--------------------------- content right ----------------------------------------------------------*/

#content_right_container {
  padding-top: 40px;
  margin-left: 15px;
  height: 100%;
  float:right;
  clear: none;
  	/*box model hack*/
	width:235px; 
    voice-family: "\"}\""; 
    voice-family:inherit;
    width:220px;

}

/* good to opera*/
html>body #content_right {
  width:220px;

}

#content_right_second {
  margin-right: 0px;
  padding-right: 0px;
  width:220px;
  float:right;

}

/*--------------------------- menu right ----------------------------------------------------------*/

#menu_right {
    float:right;
	margin-top:0px;
	margin-bottom: 15px;
	/*box model hack*/
	width:235px; 
    voice-family: "\"}\""; 
    voice-family:inherit;
    width:220px;	
}

/* good to opera*/
html>body #menu_right {
  width:220px;
}

#menu_right {
	float: right;
	margin-top: 10px;
}

.menu_right {
 	width: 220px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#content .menu_right li {
	padding: 5px 0 5px 0;
	background: url(../images/right_menu_tile.gif) repeat-x 0 100%;
}

#content .menu_right li a {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #1c2437;
	background: url(../images/menu_list.gif) no-repeat 0% 50%;
	padding-left: 15px;
}

#content .menu_right li a.active, #content .menu_right li a:hover {
	color: #99103b;
}

/*#menu_right ul{
  list-style-type: none;
  margin-left:0px;
  padding:0px;
}

#menu_right ul li, #menu_right ul li.first, #menu_right ul li.active_first, #menu_right ul li.active{
  background: url(../images/right_menu_tile.gif) repeat-x;
  margin: 0px;
  padding-top: 4px;
  height:29px;
}


#menu_right ul li.active_first a, #menu_right ul li.active a{
  color: #99212f;
}

#menu_right ul li a {
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  background:0;
}
#main_right ul li a:hover  {
  color: #c4003d;

}*/

/*--------------------------- content right 2 ----------------------------------------------------------*/

#content_right_container2 {
  padding-top: 40px;
  /*margin-left: 15px;*/
  height: 100%;

  clear: left;
  	/*box model hack*/
	width:auto; 
    voice-family: "\"}\""; 
    voice-family:inherit;

}

/* good to opera*/
html>body #content_right2 {
  width:auto;

}

#content_right_second2 {
  margin-right: 0px;
  padding-right: 0px;
  float:right;

}

/*--------------------------- menu right 2 ----------------------------------------------------------*/

#menu_right2 {
	margin-top:0px;
	margin-bottom: 15px;
	/*box model hack*/
	width:auto; 
    voice-family: "\"}\""; 
    voice-family:inherit;
}

/* good to opera*/
html>body #menu_right2 {
  width:auto;
}

#menu_right2 {
	margin-top: 10px;
}

.menu_right2 {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#content .menu_right2 li {
	padding: 5px 30px 5px 0;
	background: url(../images/right_menu_tile.gif) repeat-x 0 100%;
	float: left;
}

#content .menu_right2 li a {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #1c2437;
	background: url(../images/menu_list.gif) no-repeat 0% 50%;
	padding-left: 15px;
}

#content .menu_right2 li a.active, #content .menu_right2 li a:hover {
	color: #99103b;
}

/*--------------------------- menu classes ----------------------------------------------------------*/
.menu_list, menu_chosen {
  list-style-type: none;
  float: left;
  padding-left: 0px;
  margin-top: 0px;
  margin-left: 5px;
  border-top: 1px solid #9fb3c7;
}



/*--------------------------- footer ----------------------------------------------------------*/

#footer {
  width: 925px;
  float: left;
}

#footer_content {
  width: 720px;
 /* border-top: 1px solid #c4003d;*/
  padding-top: 15px;
  color: #0a71b9;
  float: right;
  font-size: 10px;
}

#footer a {
	color: #99212f;
  	font-weight: bold;
  	text-decoration: none;
}

#footer a:hover  {
  color: #0a71b9;
}


/*--------------------------- input tekst ----------------------------------------------------------*/
.input-text-login {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #919191;
	padding: 1px;
	width: 200px;
}

.input-text-view {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #919191;
	padding: 1px;
	width: 250px;
}

.input-but {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	background-color: #fff;
	margin-top: 5px;
}

/*--------------------------- round box format ----------------------------------------------------------*/

.rounded, .rounded div, .rounded div div, .rounded div div div {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

.rounded, .box_top_left {
	background: transparent url(../images/round_tl.gif) no-repeat left top;
}

.rounded div, .box_top_right {
	background: transparent url(../images/round_tr.gif) no-repeat right top;
}

.rounded div div, .box_bottom_right{
	background: transparent url(../images/round_br.gif) no-repeat right bottom;
}

.rounded div div div, .box_bottom_left {
	background: transparent url(../images/round_bl.gif) no-repeat left bottom;
}

#boxes_list {
  list-style-type: none;
   width:720px;
}

#boxes_list li {
  float: left;
 
}

.box_rounded_top {
  background-color: #dde9f5;
  width: 225px;
  height:20px;
  margin:0;
  background: transparent url(../images/topnews.gif) no-repeat left bottom;
}
.box_rounded_middle {
  background-color: #dde9f5;
  width: 225px;
  margin:0;
  height:160px;
}
.box_rounded_bottom {
  background-color: #dde9f5;
  width: 225px;
  height:20px;
  margin:0;
  background: transparent url(../images/bottomnews.gif) no-repeat left bottom;
}

.box_rounded div {
  background-color: #dde9f5;
}

.box_rounded img {

}

.box_top_right, .box_bottom_right {
  float: right;
}
  
.box_rounded a:hover {
  color: #0a71b9;
}

.box_top_right, .box_bottom_right, .box_top_left, .box_bottom_left {
  position: absolute;
  top: auto;
  left: auto;
  height: 100%;
  width: 112px;
}

/* ------------------------boat_table ----------------------------------------------*/

.boat_table {
	clear: both;
	width: 100%;
	font-size: 11px;
	text-align: right;
	border-collapse: collapse;
	margin-bottom: 10px;
	background-color: #d6e3f3;
}

.boat_table th {
	vertical-align: top;
	font-weight: bold;
	padding: 1px 3px 3px 3px;
	text-align: center;
    padding-bottom: 15px;
}

.boat_table td.status_left,
.boat_table td.status_right,
.boat_table td.status_left_bold,
.boat_table td.status_right_bold,
.boat_table td.status_left_ital,
.boat_table td.status_right_ital,
.boat_table td.status_left_bold_ital,
.boat_table td.status_right_bold_ital,
 {
	vertical-align: top;
	padding: 3px;
	background-color: transparent;
	color: #000;
	text-align: center;
}


.boat_table td.file {
	text-align: center;
}

.boat_table td.status_left_bold,
.boat_table td.status_right_bold,
.boat_table td.status_left_bold,
.boat_table td.status_right_bold,
.boat_table td.status_left_bold_ital,
.boat_table td.status_right_bold_ital {
	font-weight: bold;
}
.boat_table th.status_left,
.boat_table td.status_left,
.boat_table td.status_left_bold,
.boat_table td.status_left_ital,
.boat_table td.status_left_bold_ital {
	text-align: left;
}

.boat_table td.status_left_ital,
.boat_table td.status_right_ital,
.boat_table td.status_left_bold_ital,
.boat_table td.status_right_bold_ital {
	font-style: italic;
}

/* ------------------------------------- boat_table ---------------------------------------- */

/* ------------------------------------- Forum ------------------------------------------------ */
.forum-top {
  width: 100%;
  text-align: right;
  margin-bottom: 2px;
}

.forum-top a.forum_reply, .forum-top a.forum_back, .forum-top a.forum_new,#menu_right ul li a {
  padding-left: 10px;
}

#forum-items td {
  background: #f2f7fb;
}

#forum-items td.sel{
  background: #fff;
  border-bottom: 1px solid #91a4b2;
  border-top: 1px solid #91a4b2;
}

#forum-items a.sel, #forum-items a, .forum-top a.forum_reply, .forum-top a.forum_back, .forum-top a.forum_new, #forum-footer a,
#preview a {
  color: #88000a;
  text-decoration: none;
}

#forum-items a:hover
{

  color: #0a71b9;
}
.forum_back a:hover
{
  color: #0a71b9;
}

#boat_image_map_points a
{
	background:0;
}

/* ----------------------------- gallery-----------------------------------  */
#thumbs {
  width: 200px;
  float: left;
  border-collapse: collapse;
  
}

#thumbs td {
	padding-right:3px;
}

#preview {
  width: 440px;
  float: left;
}
.preview-left{

  background: url(../images/gal_left.gif) no-repeat 0% 50%;
  padding-left:10px;
}
.preview-right{

  background: url(../images/gal_right.gif) no-repeat 100% 50%;
    padding-right:10px;
}

/*----------------*/

.img-f-l {
	float: left;
	margin: 0 5px 5px 0;
}
.img-f-r {
	float: right;
	margin: 0 5px 5px 0;
}

.news-list {
	border-left: 1px solid #919191;
	padding-left: 10px;
}
.news-head {
	font-weight: bold;
}
.news-text-preview {
}
.news-read-more {
	margin-bottom: 10px;
}