
/* ------------- */
/* Global styles */
/* ------------- */

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  font-weight: normal;
  margin: 2px;
  padding: 0px;	
  background: #fff;
}

a {
  color: #D96504;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #176DB7;
  font-size: 10pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  padding: 0;
  margin: 0px 0px 5px 0px;
  border: 0;
}

b {
  font-weight: bold;
}

br {
  clear: left;
}

/* Force needed to fool IE */
form {
  padding: 0;
  border: 0;
  margin: 0;
}

/* --------------- */
/* HaxX0r          */
/* --------------- */

/* General Class to Clear Floated Elementt */
.clearboth:after {content: "."; display: block; height: 0; clear: both; visibility: hidden}
.clearboth { display: inline-table;}

/* --------------- */
/* Site containers */
/* --------------- */

#sitebox {
  width: 1024px;
  height: auto;
  margin: 0px;
  padding: 0px;
  position: absolute;
  left: 0px;
  right: 0px;
  clear: both;
}

#banner {
  width: 468px;
  height: 60px;
  position: absolute; left: 510px; top: 15px;
  clear: both;
  /* position: relative; top: 100px; left: 100px; */
  /* margin: 10px; */
  /* float: right; */
  /* background-color: #000000; */
}

#header_box {
  width: 1024px;
  height: 89px;
  margin: 0px;
  padding: 0px;
  background-color: #cccccc;
  float: left;
}

#content {
  margin: 8px 0px 5px 0px;
  padding: 0px 10px 0px 10px;
  width: 828px;
  height: auto;
  min-height: 400px;
  float: left;
  border-right-width: 2px;
  border-right-color: #cccccc;
  border-right-style: dashed;
  height: auto;
}

.static_content {
  width: 828px;
  height: auto;
  margin: 2px 0px 2px 0px;
  border: 0;
  padding: 0;
  float: left;
}
.static_content img {
  margin: 2px 4px 2px 4px;
}
.static_content p {
  line-height: 1.3em;
  word-spacing: 0.1em;
}


#artikkel {
  width: 828px;
  height: auto;
  margin: 0px;
  border: 0;
  padding: 0;
  float: left;
}
#artikkel img {
  margin: 2px 4px 2px 4px;
}
#artikkel p {
  line-height: 1.3em;
  word-spacing: 0.1em;
}


#sidepanel {
  width: 164px;
  height: auto;
  float: left;
  margin: 8px 0px 5px 10px;
}
#sidepanel table {
  float: left;
  margin-bottom: 10px;
}


#footer {
  width: 1024px;
  height: auto;
  float: left;
  text-align: center;
  background-color: #ddd;
  margin: 2px 0px 2px 0px;
}

#panelet table {
  width: 828px;
  padding: 0px;
  border-collapse: separate;
  margin: 3px 0px 3px 0px;
  border-width: 1px;
  border-color: #bbb;
  border-style: solid;
  border-spacing: 5px;
}
#panelet th {
  width: 207px;
  background-color: #dddddd;
  text-align: left;
}
#panelet td {
  width: 207px;
  text-align: left;
  padding: 2px;
}

.link_container {
  width: 815px;
  height: auto;
  padding: 5px 5px 15px 5px;
  margin: 2px 0px 2px 0px;
  border-width: 0px 0px 1px 0px;
  border-color: #cccccc;
  border-style: dashed;
  float: left;
}
.link_container table {
  width: 810px;
  border-collapse: collapse;
  padding: 0;
  margin: 0;
}
.link_container td {
  width: 400px;
  background-color: #fff;
  text-align: left;
  border-width: 1px;
  padding: 3px 10px 3px 10px;
  border-width: 1px;
  border-color: #ccc;
  border-style: solid;
  font-size: 7pt;
}

.paneldeltager_scorelist {
  width: 815px;
  height: auto;
  padding: 5px 5px 15px 5px;
  margin: 2px 0px 2px 0px;
  border-width: 0px 0px 1px 0px;
  border-color: #cccccc;
  border-style: dashed;
  float: left;
}
.paneldeltager_scorelist table {
  width: 810px;
  border-collapse: collapse;
  padding: 0;
  margin: 0;
}
.paneldeltager_scorelist td {
  width: auto;
  background-color: #fff;
  text-align: left;
  border-width: 1px;
  padding: 3px 10px 3px 10px;
  border-width: 1px;
  border-color: #ccc;
  border-style: solid;
  font-size: 7pt;
}


#rss {
  border-color: #fff;
  border-width: 1px;
  border-style: solid;
  padding: 1px;
  margin: 0px 0px 1px 0px;
  float: left;
}

#rss table {
  border-collapse: collapse;
  border: 0;
  padding: 0;
  margin: 0;
}

#rss td {
  vertical-align: middle;
}

#rss:hover {
  background-color: #ddd;
  border-color: #000;
}

/* ---- */
/* Menu */
/* ---- */

#menu_box {
  width: 1024px;
  height: 15px;
  float: left;
  background-color: #444499;
  background-image: url("/data/Image/site/top_meny_bg.jpg");
}

#menu_box a {
  color: #D96504;
  font-size: 8pt;
  text-decoration: none;
  font-weight: bold;
}

#menu_box a:hover {
  color: #000000;
  /* text-decoration: underline; */
}

#menu_box ul {
    /* float: left; */
    margin: 0;
    padding: 0;
    border: 0;
}

#menu_box li {
  float: left;
  margin: 0px 0px 0px 5px;
  padding: 0px 0px 0px 10px;
  list-style: none;
  /* list-style-image: url(''); */
  background-image: url(/data/Image/site/menydott.gif);
  background-repeat: no-repeat;
  background-position: 0 .5em;

}

/* ----------- */
/*  Containers */
/* ----------- */

.content_center {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  height: auto;
  text-align: center;
}

.content_plain {
  width: 100%;
  height: auto;
  margin: 5px 0px 5px 0px;
  float: left;
}

.page_panel {
  width: 820px;
  height: auto;
  padding: 1px;
  margin: 3px 0px 3px 0px;
  float: left;
  background-color: #ddd;
}

.noborder {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

.article_box_50 {
  width: 400px;
  height: auto;
  /* border-width: 1px;
  border-color: #cccccc;
  border-style: dashed; */
  margin: 0;
  padding: 0;
  float: left;
}

.article_box_50_2 {
  width: 400px;
  height: auto;
  /* border-width: 0px 0px 0px 1px;
  border-color: #cccccc;
  border-style: dashed; */
  margin: 0;
  padding: 0;
  float: right;
}

.article_box2_50 {
  width: 263px;
  height: auto;
  /* border-width: 0px 0px 0px 1px;
  border-color: #808080;
  border-style: dashed; */
  margin: 0;
  padding: 0;
  float: left;
}

.new_spillkritikk_image_small {
  width: auto;
  height: 125px;
  float: left;
}

.new_spillkritikk_text_small {
  width: 255px;
  height: auto;
  float: left;
  font-size: 7pt;
  margin: 0px 0px 0px 10px;
}

.new_spillkritikk_text_small_2 {
  width: 160px;
  height: auto;
  float: left;
  font-size: 7pt;
  margin: 0px 0px 0px 10px;
}

.article_box_full {
  width: 815px;
  height: auto;
  padding: 5px;
  margin: 2px 0px 2px 0px;
  border-width: 0px 0px 1px 0px;
  border-color: #cccccc;
  border-style: dashed;
  float: left;
}

.testpanelet_person {
  width: 815px;
  height: auto;
  padding: 5px;
  margin: 2px 0px 2px 0px;
  border-width: 1px 0px 0px 0px;
  border-color: #cccccc;
  border-style: dashed;
  float: left;
}

.new_spillkritikk_image {
  width: auto;
  height: auto;
  float: left;
}
.new_spillkritikk_image2 {
  width: auto;
  height: auto;
  float: right;
}

.new_spillkritikk_text {
  width: 620px;
  height: auto;
  float: left;
  margin: 5px 10px 0px 10px;
}

#search_hits {
  width: 828px;
  margin: 0;
  border: 0;
  padding: 0;
  float: left;
}
#search_hits table {
  width: 828px;
  border-collapse: collapse;
  padding: 0;
  margin: 0;
}
#search_hits td {
  background-color: #fff;
  text-align: left;
  border-width: 1px;
  padding: 3px;
  border-width: 1px;
  border-color: #ccc;
  border-style: solid;
  font-size: 7pt;
}
#search_hits .score_field {
  width: 70px;
  background-color: #efefef;
  text-align: center;
}

.search_hit:hover {
  background-color: #cccccc;
}

#score_box {
  width: 320px;
  height: auto;
  padding: 10px;
  margin: 0px 0px 5px 7px;
  border-width: 1px;
  border-color: #999;
  border-style: solid;
  float: right;
  background-color: #eee;
  font-size: 8pt;
}
#score_box_table {
  bolder-collapse: collapse;
  padding: 0;
  border: 0;
  margin: 4px 0px 4px 0px;
  float: left;
}

.spill_kommentar {
  width: 810px;
  height: auto;
  margin-top: 5px;
  padding: 5px;
  border-top-width: 2px;
  border-top-color: #cccccc;
  border-top-style: dashed;
  float: left;
}

/* ----------- */
/* Text styles */
/* ----------- */

.dato {
  float: right;
  color: #aaa;
}

.ingress {
  font-weight: bold;
}

.strong {
  font-weight: bold;
}

.title_big {
  color: #D96504;
  font-size: 8pt;
  font-weight: bold;  
}

.subtitle_big {
  color: #176DB7;
  font-size: 8pt;
  font-weight: bold; 
}

.news_title_small {
  color: #176DB7;
  font-weight: bold;
  font-size: 8pt;
  float: left;
}

.bsg_score_title {
  font-size: 11pt;
  font-weight: bold;  
}

.bsg_score {
  color: #D96504;
  font-size: 35pt;
  font-weight: bolder;  
}
.bsg_score_small {
  color: #D96504;
  font-size: 25pt;
  font-weight: bolder;  
}

.info_section {
  color: #333;
  font-weight: bold;
}

.news_frontpage_title {
  color: #176DB7;
  float: left;  
  font-weight: bold;
  font-size: 9pt;
}

.error_msg {
  color: #F00;
  font-weight: bold;
}

/* -------------------------- */
/* Infobox layout information */
/* -------------------------- */

.info_title {
  padding: 0px;
  margin: 0;
  height: 16px;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  background-image: url("/data/Image/site/boks_center.gif");
}

/* Left and right top-cornerns */

.infobox_tl {
  width: 5px;
  height: 16px;
  background-image: url("/data/Image/site/boks_left2.gif");
}

.infobox_tr {
  width: 5px;
  height: 16px;
  background-image: url("/data/Image/site/boks_right.gif");
}

.infobox_content {
  padding: 5px 5px 5px 5px;
  margin: 0;
  background-color: #EEEEEE;
  font-size: 7pt;
  font-weight: normal;
  text-decoration: none;
}

.vote_select {
  width; 25px;
  margin: 2px 0px 2px 0px;
  padding: 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 7pt;
}
.vote_button {
  margin: 2px 0px 2px 0px;
  border-width: 1px;
  border-color: #000;
  bolder-style: solid;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 7pt;
}


/* infobox */

/* Sliders */

.sliders table {
  border-collapse: collapse;
  margin: 0px 1px 2px 1px;
  border: 0;
  padding: 0;
  background-color: #EEEEEE;
  float: left;
  margin: 0px 0px 10px 0px;
}

.sliders th {
  font-weight: bold;
  font-size: 7pt;
 }
 
.sliders td {
  font-size: 7pt;
  font-weight: normal;
  padding: 4px 0px 0px 0px;
}

.slider_section {
  color: #176DB7;
  font-weight: bold;
}

/* ------------ */
/*  Score bar   */
/* ------------ */

.score_table {
  height: 12px;
  border-collapse: collapse;
  border-width: 1px;
  border-color: #000;
  border-style: solid;
  padding: 0;
  margin: 3px 3px 3px 0px;
}
.score_table_bar {
  background-color: #E97514;
}
.score_table_fill {
  background-color: #277DC7;
}
.score_table_bar_none {
  background-color: #fff;
}
/* ------------ */
/* Form elemets */
/* ------------ */

.validation_image {
  border-width: 1px;
  border-color: #777;
  border-style: solid;
  padding: 0;
  margin: 0;
  float: left;
}

.comment {
  border-width: 1px;
  border-color: #777;
  border-style: solid;
  padding: 0;
  margin: 0px;
  float: left;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
}

.valid_box {
  width: 6em;
  float: left;
  margin: 0px 5px 0px 5px;
}

.action_button {
  border-width: 1px;
  border-color: #777;
  border-style: solid;
  padding: 0;
  margin-left: 5px;
  float: left;	
}

.user_form {
  width: 820px;
  padding: 0;
  margin: 10px 0px 10px 0px;	
  float: left;
}

.navn {
  width: 120px;
  font-size: 8pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* -------------------------- */
/* Form element               */
/* -------------------------- */

.searchbox_free {
  font-size: 9px;
}

.general_input {
  font-size: 11px;
}

/* -------------- */
/* Spillkritikker */
/* -------------- */

.spillkritikk_search {
  width: 828px;
  padding: 0;
  margin: 0;
  border: 0;	
  /* background-color: #eee; */
  float: left;
}

.spillkritikk_search table {
  float: left;
  border-collapse: collapse;
}

.spillkritikk_search td {
  text-align: left;	
}
.spillkritikk_search th {
  text-align: left;	
}

.basic_select {
  width: 200px;
  font-size: 8pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.advanced_select {
  width: 260px;
  font-size: 8pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.search_select {
  width: auto;
  font-size: 8pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.top_text {
  font-size: 7pt;
  font-weight: bold;
  text-align: left;
}

.tittel_box {
  width: 150px;
  font-size: 8pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;	
}

.kritikk_search {
  border-width: 1px;
  border-color: #aaa;
  border-style: solid;
  font-size: 8pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;  
}

.page_chooser {
  width: 826px;
  padding: 1px;
  background-color: #ddd;
  float: left;
}