/* 
*	Stylesheet for sm0oax.se and sm6.sm0oax.se
*
*/

* {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }

body, html {
    padding: 3px 3px 3px 3px;
    background-color: #D8DBE2;
    font-family: Verdana, sans-serif;
    font-size: 11pt;
    text-align: center;
  }

img {
    padding: 2px 2px 2px 2px;
    border-width: 3px;
    border-color: #212738;
    border-style: solid;
    background-color: #000000;
  }

	<!-- Styles for the main page and page top. -->
	
  div.sm0-main_page {
    position: relative;
    display: block;
    max-width: 800px;
    /* width: 800px; */
    margin-bottom: 3px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 0px 0px 0px;
    border-width: 2px;
    border-color: #212738;
    border-style: solid;
    background-color: #FFFFFF;
    text-align: center;
  }

div.sm0-page_header {
    height: 70px;
    width: 100%;
    background-color: #F3F3F3;
  }

div.sm0-page_header span {
    /* margin: 15px 0px 0px 50px; */
    font-size: 180%;
    font-weight: bold;
	/* vertical-align: middle; */
  }

div.sm0-page_header img {
    margin: 3px 0px 0px 40px;
    border: 2px 2px 2px;
  }

/* --===================== Table of content or menu. ====================== -- */
	
div.sm0-table_of_contents {
    clear: left;
    min-width: 200px;
    margin: 3px 3px 3px 3px;
    background-color: #FFFFFF;
    font-size: 10pt;
    text-align: left;
  }

div.sm0-table_of_contents_item {
    clear: left;
    width: 100%;
    margin: 4px 0px 0px 0px;
    background-color: #FFFFFF;
    color: #000000;
    font-size: 8pt;
    text-align: left;
  }

div.sm0-table_of_contents_item a {
    margin: 6px 0px 0px 6px;
    text-decoration: none;
    font-weight: bold;
  }

div.sm0-table_of_contents_item a:link, div.sm0-table_of_contents_item a:visited, div.sm0-table_of_contents_item a:active {
    color: #000000;
  }

div.sm0-table_of_contents_item a:hover {
    background-color: #000000;
    color: #FFFFFF;
  }
  
  /* -- ================ Page content =================================== -- */
  
div.sm0-content_section {
    margin: 3px 3px 3px 3px;
    background-color: #FFFFFF;
    text-align: left;
  }

div.sm0-content_section_text {
    padding: 4px 8px 4px 8px;
    color: #000000;
    text-align: left;
    font-size: 100%;
  }

div.sm0-content_section_text pre {
    margin: 8px 0px 8px 0px;
    padding: 8px 8px 8px 8px;
    border-width: 1px;
    border-style: dotted;
    border-color: #000000;
    background-color: #F5F6F7;
    font-style: italic;
  }

div.sm0-content_section_text p {
    margin-bottom: 6px;
  }

div.sm0-content_section_text ul, div.sm0-content_section_text li {
    padding: 4px 8px 4px 16px;
  }

div.sm0-section_header {
    padding: 3px 6px 3px 6px;
    background-color: #8E9CB2;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 112%;
    text-align: center;
  }

div.sm0-section_header_red {
    background-color: #CD214F;
  }

div.sm0-section_header_grey {
    background-color: #9F9386;
  }

.sm0-floating_element_left {
    position: relative;
    float: left;
  }

.sm0-floating_element_right {
    position: relative;
    float: right;
  }

.sm0-floating_element_none {
    position: relative;
    float: none;
  }
  
div.sm0-content_section_text a {
    text-decoration: none;
    font-weight: bold;
  }

div.sm0-content_section_text a:link, div.sm0-content_section_text a:visited, div.sm0-content_section_text a:active {
    background-color: #DCDFE6;
    color: #000000;
  }

div.sm0-content_section_text a:hover {
    background-color: #000000;
    color: #DCDFE6;
  }
  
	<!-- Styles of content in divs for images. -->

div.sm0-content_section_image {
    padding: 2px 2px 2px 2px;
    border-width: 3px;
    border-color: #212738;
    border-style: solid;
    background-color: #000000;
  }

div.sm0-image-container {
      margin: 8px 2px 8px 2px;
      padding: 1px 1px 1px 1px;
      background-color: #8E9CB2;
      text-align: left;
  }

.sm0-img2right {
    position: relative;
    float: right;
  }

.sm0-img2left {
    position: relative;
    float: left;
  }

/* span.image-text { */
.sm0-image-text {
    margin: 3px 3px 3px 3px;
    padding: 4px 8px 4px 8px;
    border-width: 2px;
    border-style: dotted;
    border-color: #000000;
    background-color: #F5F6F7;
    color: #000000;
    font-size: 10px;
    text-align: left;
    float: left;
}

/*
div.content_section_image img {
    padding: 2px 2px 2px 2px;
    border-width: 3px;
    border-color: #212738;
    border-style: solid;
    background-color: #000000;
    color: #DCDFE6;
  }

 
  div.content_section_image span {
	margin: 3px 3px 3px 3px;
	padding: 4px 8px 4px 8px;
    border-width: 2px;
    border-style: dotted;
    border-color: #000000;
    background-color: #F5F6F7;
	color: #000000;
	font-size: 10px;
	text-align: left;
	float: left;
	}
*/
  
  div.validator {
  }
  
