* {
  padding: 0;
  margin: 0;
}

.searchopts {
  clear: both;
}

.indent {
	margin-left: 10px;	
} 

.sub_taxonomy {
	text-indent: 20em;
	margin-top: 15pt; 
	margin-bottom: 5pt; 
	margin-left: 70pt; 
	margin-right: 10pt;
}

div.taxonomy_article, div.authorship_article {
	margin-bottom: 2px; 
}

#search_box {
  position: relative;
  
}

#header_searchbtn {
  position: absolute;
  top: 13px;
}

#header_search {
  left: 134px;
  width: 365px;

  padding: 5px;
  min-height: 19px;

  border:1px solid #CFCFCF;

  position:absolute;
  top:13px;
}

#header_searchbtn {
  left: 524px;
}

table.toolbar {
  border-collapse: collapse;
  width: 979px;
  margin-left: 1px;
}

table.toolbar,
table.toolbar td,
.gwt-Button,
.button,
.submit {
  border-style: solid;
  border-width: 1px;
  border-color: #b4b4b4;
  text-align: center;
}

table.toolbar td {
  /* the first time the button is pressed in ie6 the background might not
   * be loaded, so show a relevant background color */
  background: #ebebeb;
  text-align: center;
  font-size: 13px;
}

table.toolbar a,
.gwt-Button,
.button,
.submit {
  background-image: url(/images/button_back_normal.png);
  background-repeat: repeat-x;
}

table.toolbar a {
  /* make it fill entire space */
  /* width is custom for each link */
  display: block;
}

table.toolbar a {
  height: 30px;
}

table.toolbar a,
.gwt-Button,
.button,
.submit  {
  cursor: pointer;
  text-decoration: none;
  color: black;
}

.gwt-Button,
.button,
.submit {
  padding: 2px 10px;
  background-position: center center;
}

table.toolbar a:hover,
.slideshow_buttons .current,
.gwt-Button:hover,
.button:hover,
.submit:hover {
  background-image: url(/images/button_back_dark.png);
  background-repeat: repeat-x;
  
  cursor: pointer;
  text-decoration: none;
}

table.toolbar a:hover {
  border: none;
}

.button:visited,
.submit:visited,
.gwt-Button:visited,
table.toolbar a:visited {
  color: black;
}

table.toolbar span {
  /* make it fill the entire vertical space */
  line-height: 30px;
  vertical-align: middle;
}

body {
  font-family: Arial Unicode MS, Lucida Sans Unicode, Arial, sans-serif;
  font-size: small;
}

div, p, li, b, i, table, tr, td {
  font-size: 12px;
}

.frame {
  margin-left: 5px;
  margin-right: 5px;
}

.vert_space {
  margin-top: 5px;
  margin-bottom: 5px;
}

.ads {
  border: 1px solid #cfcfcf;
  color: #cfcfcf;
  padding: 20px;
  text-align: center;
}

.box, .infobox {
  border: 1px solid #cfcfcf;
  background: #dfeaf2;
  color: black;
  padding: 8px;
}

.box {
  border: 0px;
  background: orange;
  color: white;
}


.notice,
.warning,
.error,
div.errorExplanation {
  border-style: solid;
  border-width: 1px;
  color: black;
  margin-bottom: 15px;
}

.notice,
.warning,
.error {
  padding: 1.5em 1.2em;
  text-align: center;
}

.error {
  border-color: red;
  background: #800000; /* maroon */
  color: white;
}

.error a,
.error a:visited {
  font-weight: bold;
  color: gray;
}

.notice {
  border-color: #7b8d4f;
  background: #d3e6a4;
  text-align: left;
}

.warning,
div.errorExplanation {
  border-color: lightblue;
  background: #FFEA9F;
}

div.errorExplanation {
  padding: 15px;
}

div.errorExplanation h2 {
  margin: 0;
}

div.errorExplanation li {
    /* no dots */
    list-style-type: none; 
}

div.comment_box, 
div.article_remark_box,
.paragraph_space,
p {
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}

.bottom_space {
  margin-bottom: 0.6em;
}

div.article_remark_box {
  margin-top: 0;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin-top: 1em;
  margin-bottom: 0.3em;
  border: 0;
}


a {
  cursor: pointer;
  text-decoration: none;
  color: #0000cc;
}

a:hover {
  cursor: pointer;
  text-decoration: underline;
}

a:visited {
  color: #4169E1;
}


a.underlined, a:visited.underlined {
  font-weight: bold;
  text-decoration: underline;
}

td {
  /* size: 1px; */
}

img {
  border-style: none;
}

/* this only works on images, since they have a known fixed width.
 * to use it on other divs, set width: as well */
img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#pageview {
  width: 980px;
  position: relative;
  margin: 0px auto 0px auto;

  padding:0px;

  background-color:white;
  border:1px solid black;

  /* try to make room for autocomplete at the bottom during editing 
     * & air during viewing */
  padding-bottom: 4em;

  /* Make sure autocomplete at the bottom is not clipped */
  overflow: visible;
}

#content {
  margin-top: 15px;
  /* margin: 10px; */
}

#left_column {
  float: left;
  width: 180px;
  border: 0;
  margin-right:20px;
  /* padding-bottom:1px Trick to assure that the div does not disappear if the left column 
     div is empty by giving it at least a height of 1 px*/
  padding:0px 0px 1px 0px;
  background-color:white;
}

#middle_column {
  float: left;
  width: 571px;
  border: 0;
  background-color:white;
}


#right_column {
  float: right;
  width: 180px;
  border:0;
  padding:0px;
}

#header_field {
  background-image: url(/images/SNL_header.png);
  height: 128px;
  width: 980px;
}

#print_header {
  display: none; /* Only for printing */
}

#print_quote_info {
	display: none;
}

#header_click_box {
	display: block; 
	width: 100%; 
	height: 70px;
	cursor: pointer;
}
 
 
.left_box {
  width:158px;
  text-align:left;
  padding:10px;
  background-color:white;
  border:1px solid #bdbdbd;
  margin-bottom: 10px;
}


#aktuelt_box {
  width:568px;
  text-align:left;
  padding:15px;
  background-color:#ededed;
  border:1px solid #bdbdbd;
  margin-bottom: 10px;
}


.right_box {
  width:158px;
  text-align:left;
  padding:10px;
  background-color:white;
  border:1px solid #bdbdbd;
  margin-bottom: 10px;
}

.right_box_reklame {
  width:168px;
  text-align:left;
  padding:5px;
  background-color:white;
  border:1px solid white;
  margin-bottom: 10px;
}

div.search_navigation {
  background-color: #efefef;
  padding: 5px;
}

div.authorized_header, div.unauthorized_header {
  font-weight: bold;
  padding: 5px;
  border-style: solid;
  border-width: 0px;
  border-top-width: 1px;
}

.section td.first_column {
  width: 50%;
}

.section td.body {
  vertical-align: top;
  padding: 8px;
	width: 571px;
	background-color: rgb(237, 237, 237);
}


table.section td {
  border-left: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
}

.comment_container,
.article_remark_container,
.section {
  border: 1px solid #cfcfcf;
}

#middle_column .section {
  margin-bottom: 12px;
}

/* last_commented and last_published */
#middle_column .left_section {
	border: 1px solid #cfcfcf;
	width: 180px;
  float: left;
  margin-bottom: 12px;
}

div.left_section div.top div.head {
  font-size: 13px;
  padding: 5px 8px 5px 8px;
  font-weight: bold;
  color: #555555;
}

#middle_column .body {
	background-color: rgb(237, 237, 237);
	font-size: 13px;
  margin: 0;
}


#left_column div.section {
  width: 180px;
  float: left;
  margin-bottom: 12px;
}


#right_column div.section {
  width: 180px;
  float: right;
  margin-bottom: 12px;
}

div.section table.footer {
  border: 0px;
  width: 97%;
  padding: 0px 0px 0px 0px;
}

div.section table.footer td.link {
  text-align: right;
}

.section .top {
  background-image: url('/images/section_top_background.gif'); 
  background-repeat: repeat-x;
}

.section .body {
  margin: 8px;
}

.section .top .head {
  font-size: 13px;
  padding: 5px 8px 5px 8px;
  font-weight: bold;
  color: #555555;
  border-bottom: 1px solid #dddddd;
}

table.section {
  border-collapse: collapse;
}

.constrained {
  height: 100%;
  width: 100%;
}

input.fieldWithErrors,
textarea.fieldWithErrors,
select.fieldWithErrors,
.fieldWithErrors input,
.fieldWithErrors textarea,
.fieldWithErrors select {
  border: 2px solid red;
}

.comment_box {
  /* either it's always full length at the bottom */
  clear: both;
  /* or it's always smaller, but allowed to "float" up in the middle */
  /* width: 395px; */
  
}

.comment_container,
.article_remark_container {
  border-collapse: collapse;
  margin: 0.2em 0em;
  width: 100%;
}

.comment_container td,
.article_remark_container td {
  padding: 0.4em;
}

.comment_container .comment_inline {
  background: lightyellow;
}

.comment_container .verbose {
  font-weight: bold;
}

.comment_container .replying_to
{
  border-bottom-style: solid;
  border-width: 1px;
  border-color: lightgray;
}

.comment_container .verbose,
.comment_container .replying_to
{
  background: #dfeaf2;
}

.remark_given {
  font-weight: bold;
  background: #8b0000; /* aka darkred, but not for ie6 */
  color: white;
}

.remark_given a {
  color: gray;
}

.rightmost_text {
  text-align: right;
}

.comment_container .middle_row {
  border-style: solid none;
  border-width: 1px;
  border-color: lightgray;
}

.comment_tree_wrapper {
  margin-left: 2em;
}

.comment_box input, .comment_box textarea {
	border: 1px solid #cfcfcf;
}

.autocomplete {
  background: lightyellow;
  margin-bottom: 1em;
}

/* give autocomplete a scrollbar */
.autocomplete ul {
  max-height: 10em;
  overflow: auto;
}

.autocomplete li {
  list-style-type: none; /* don't show the dot */
  padding: 2px 5px;
}

.autocomplete li.selected {
  background: lightblue;
}

.contribution {
  background: #eac66e; /* Brukerartikkel stamp color. */
  color: #806111;
  border-color: #806111;
  border-width: 1px;
  border-style: solid;
}

hr.section_body_divider {
  margin-top: 10px;
  margin-bottom: 10px;
  color: gray;
  background-color: grey;
}

.small_login fieldset {
  border-style: none;
}

.small_login #password {
  float: left;
  width: 89px;
  float: left;
}

.small_login .login_btn {
  width: 65px;
  float: right;
}

.small_login #username {
  width: 157px;
}

#newsletter fieldset, #unsubscribe fieldset {
  border-style: none;
}

#newsletter #mail_list_mail_address, #unsubscribe #mail_list_mail_address {
  width: 157px;
} {
  width: 157px;
}

#newsletter .submit, #unsubscribe .submit {
  float: right;
}

.user_thumb {
    float: right;
    clear: right;
    margin-left: 5px;
    width: 43px;
    margin-top: 3px;
}

.authoritative_editor {
  font-weight: bold;
}

sup {
    font-size: 0.8em;
}

.loginform { 
  padding-left: 15px;
  padding-right: 15px;
}

.infobox textarea {
  width: 98%;
  height: 15em;
}

h4.random_article_title {
  width: 100%;
  overflow: hidden;
  font-size: 100%;
}

.commercial { 
  margin: 0px auto 12px auto;
  display: block;
  overflow: hidden;
}

div#middle-middle {
  padding-top: 20px;
  padding-bottom: 10px;
}

div#middle-middle a{
  padding-left: 5px;
  padding-right: 5px;
}

.commercial a { 
  float: left;
}

.commercial br { 
  display: none;
}

.left { 
  float: left;
}

.right { 
  float: right;
}

.adminLink {
  margin: 0.5em 0em;
}

.adminHeadline {
  margin-top: 2em;
  margin-bottom: 1em;
  font-weight: bold;
}

.adminCategory {
  float: left;
  margin-right: 20px;
  max-width: 435px;
}

table.articletype_rel_select, table.articletype_rel_controls {
/*	border: 1px solid #cccccc; */
	border: 0px;
	padding: 0px;
	margin: 0px;
	float: left;
  clear: left;
  width: 60%;
}

div.version {
  float: right;
  clear: both;
  padding: 1.5em;

  background: #FFFACD;
}

span.version {
}

span.bughunter {
  background: #FFFACD;
  padding: 2px;
  font-weight: bold;
}

#over-page {
  width: 980px;
  position: relative;
  margin: 0px auto 0px auto;
  padding: 8px 0px 5px 0px;
  background-color: white;
  overflow: auto;
}

#over-page .commercial {
  padding: 0;
  margin: 0;
}

#over-left {
    float: left;
}

#over-right {
    float: right;
}
