/* main stylesheet for crl.se utf-8 */
* {
  margin: 0;
  padding: 0;
}

/* main declarations and wrappers */
body {
  background: #fff url('../../images/web/site-background.gif') repeat;
  font: 11px Verdana, Arial, Sans-serif;
  color: #666;
}

img {
  border: 0;
}

a {
  color: #e3960f;
  text-decoration: none;
}

a.bold {
  font-weight: bold;
}

a:hover {
  text-decoration: underline;
}

div#footer {
  position: relative;
  text-align: center;
  background: #c1c7cc;
  clear: left;
}

div#footer h2 {
  display: none;
  /*position:absolute;
    left:606px;
    top:-11px;
    width:9px;
    height:11px;
    background: #c1c7cc url('../../images/web/content-corner-bottom-right.gif') top left no-repeat;
    text-indent:-3000px;*/
}

body div#wrapper .no_bg {
	background: #fff;
}

div#footer p {
  padding: 10px;
}

div#footer a {
  font-weight: bold;
  color: #666;
}

div#wrapper {
  /*background: #c1c7cc url( '../../images/logo/crl_sweden_dark.png' ) center center no-repeat;*/
  background: #c1c7cc;
  width: 800px;
  margin: 0 auto;

  border: 2px solid #ccc;
  border-top-width: 5px;
  border-bottom-width: 5px;
}

div#sidebar {
  clear: right;
  float: right;
  margin-top: 10px;
  width: 185px;
  background: #ddd;
}

div#sidebar_left {
  border: 0px #000 solid;
  float: left;
  margin-top: 16px;
  padding-top: 15px;
  padding-left: 10px;
  width: 190px;
  background: #fff;
}
div#sidebar_left_main {
  border: 0px #000 solid;
  float: left;
  margin-top: 200px;
  padding-top: 15px;
  padding-left: 10px;
  width: 190px;
  background: #fff;
}
div#sidebar_left_main_flash {
  border: 0px #000 solid;
  float: left;
  margin-top: 16px;
  padding-top: 15px;
  padding-left: 10px;
  width: 190px;
  background: #fff;
}

div#content {
  float: left;
  width: 395px;
  padding: 0 20px 0 0;
/*  padding-right: 92px;*/
/*  padding-left: 0;*/
  /*background: #fff url('../../images/web/content-corner-top-right.gif') top right no-repeat;*/
  overflow: hidden;
  height:1%;
  
}
div#content_main {
  float: left;
   width: 395px;
   top:300px;
  padding: 0 20px 0 0;
 /* margin-top:269px; */
/*  padding-right: 92px;*/
/*  padding-left: 0;*/
  background: #FFFFFF;
  overflow: hidden;
  height: 1%;
  
}

#rounded_bottom {
	clear: both;
	height: 11px;
	margin: 16px -20px 0 0;
	background: #fff url('../../images/web/content-corner-bottom-right.gif') bottom right no-repeat;
}

body div#wrapper div.widen {
	margin: 0;
	width: 580px;
	border: 0px #000 solid;
	background: #fff;
}

div#content span#expander {
  float: right;
  width: 0;
  height: 700px;
}

div#header {
  float: left;
  width: 800px;

  background: #fff url('../../images/web/kalmarsciencepark.gif') top right no-repeat;
}

div a#language {
  float: right;
  margin-right: 1px;
}

/* menu */
ul#root {
  clear: left;
  padding-left: 135px;
  list-style-type: none;
  text-transform: uppercase;
}

ul#root li.left {
  background: url( '../../images/menu/top-menu-inactive.gif' ) 0 1px no-repeat;
  float: left;
}

ul#root li.leftsub {
  float: left;
}

ul#root li.leftactive {
  background: url( '../../images/menu/top-menu-active.gif' ) 0 8px no-repeat;
  float: left;
}

ul#root li a.rootitem {
  display: block;
  width: 95px;
  height: 22px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding-top: 15px;
}

ul#root li a.rootitemactive {
  display: block;
  width: 95px;
  height: 22px;
  text-align: center;
  color: #444;
  font-weight: bold;
  padding-top: 15px;
}

/* sub menu - horizontal */
ul#root li ul#subroothorizontal {
  position: absolute;
  clear: left;
  list-style-type: none;
  z-index: 1;
}

ul#root li ul#subroothorizontal li a.subrootitemblink {
  background: url( '../../images/menu/sub-menu.gif' ) no-repeat;
  display: block;
  width: 95px;
  height: 16px;
  color: #e3960f;
  font-weight: bold;
  line-height: 15px;
  text-align: center;
}

ul#root li ul#subroothorizontal li a.subrootitem {
  background: url( '../../images/menu/sub-menu.gif' ) no-repeat;
  display: block;
  width: 95px;
  height: 16px;
  color: #666;
  font-weight: bold;
  line-height: 15px;
  text-align: center;
}

ul#root li ul#subroothorizontal li a.subrootitemactive {
  background: url( '../../images/menu/sub-menu.gif' ) no-repeat;
  display: block;
  width: 95px;
  height: 16px;
  color: #444;
  text-decoration: underline;
  font-weight: bold;
  line-height: 15px;
  text-align: center;
}

/* sub menu - vertical */
ul#root li ul.subrootvertical {
  position: absolute;
  display: none;
  clear: left;
  width: 180px;
  list-style-type: none;
  background-color: #eee;
  border: 1px solid black;
  z-index: 12;
}

ul#root li ul.subrootvertical a.subrootitem {
  background: #eee url( '../../images/web/square.gif' ) no-repeat;
  background-position: 3px 8px;
  display: block;
  padding-top: 3px;
  color: #e3960f;
  font-weight: bold;
  padding-left: 12px;
  text-align: left;
}

ul#root li ul.subrootvertical span {
  text-transform: none;
  font-size: 11px;
  background-color: #eee;
}

/* logotype */
div#header img#logotype {
  position: relative;
  float: left;
  top: 7px;
  left: 12px;
}

/* headings/paragraphs/etc */
div#header h1 {
  position: relative;
  float: left;
  top: 8px;
  left: 12px;

  width: 0;
  height: 0;
/*  background: #fff url('../../images/logo/crl_sweden.jpg') top left no-repeat;*/
  text-indent: -3000px;
}

div#header h2 {
  position: relative;
  float: left;
  left: 75px;
  top: 45px;
  width: 168px;
  height: 36px;
  background: #fff url('../../images/logo/slogan.jpg') no-repeat;
  text-indent: -3000px;
}

/* sidebar headers etc */
div#sidebar h3 {
  background: url('../../images/web/content-left-bar.gif') repeat-x;
  height: 28px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding-top: 8px;
  font-size: 8pt;
}

div#sidebar h3 a {
  text-decoration: none;
  color: #fff;
}

div#sidebar p {
  background: #e9eaeb;
  padding: 10px;
}

div#sidebar ul {
  background: #e9eaeb;
  list-style-type: square;
  list-style-position: inside;
  padding: 10px;
}

div#sidebar ul li span {
  color: #333333;
  font-weight:bold;
}

div#sidebar h4 {
  background: #e9eaeb url('../../images/web/icon-file.gif') no-repeat;
  background-position: 6% bottom;
  color: #666;
  font-weight: bold;
  font-size: 11px;
  padding-top: 10px;
  text-indent: 40px;
}

/* content headers etc. */
div#content h2 {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 10px;
}
div#content_main h2 {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 10px;
}

div#content h2.intro {
    font-weight: normal;
  font-size: 16px;
  line-height: 20px;
    color: #a3add6;
}
div#content_main h2.intro {
    font-weight: normal;
  font-size: 16px;
  line-height: 20px;
    color: #a3add6;
}

/* content headers etc. */
div#content h2.centered {
  text-align: center;
  color: #000;
  font-size: 12px;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 10px;
}

div#content h2.enhance {
  font: 11px Verdana, Arial, Sans-serif;
  color: #666;
  font-weight: bold;
  padding-bottom: 10px;
  padding-top: 0;
}

div#content h2.enhancenopadding {
  font: 11px Verdana, Arial, Sans-serif;
  color: #666;
  font-weight: bold;
  padding-bottom: 0;
  padding-top: 0;
}

div#content h2.enhancenopaddinghidden {
  font: 11px Verdana, Arial, Sans-serif;
  color: #666;
  font-weight: bold;
  padding-bottom: 0;
  padding-top: 0;
  display: none;
}

div#content p {
  padding-left: 10px;
  padding-right: 0;
  padding-bottom: 10px;
  font-size: 12px;
}

div#content h2.square {
  background: #fff url( '../../images/web/square.gif' ) center left no-repeat;
  font: 8pt Verdana, Arial, Sans-serif;
  color: #333;
  font-weight: bold;
  padding-bottom: 0;
  padding-top: 0;
  margin-left: 20px;
}

div#content h2.dark {
  font: 8pt Verdana, Arial, Sans-serif;
  color: #333;
  font-weight: bold;
  padding-bottom: 10px;
  padding-top: 0;
  margin-left: 0;
}

div#content h2.square-bright {
  background: #fff url( '../../images/web/square.gif' ) center left no-repeat;
  font: 11px Verdana, Arial, Sans-serif;
  color: #666;
  font-weight: bold;
  padding-bottom: 0;
  padding-top: 0;
  margin-left: 20px;
}

div#content div.centered {
  text-align: center;
  padding-bottom: 10px;
}

a#adobe {
  position:relative;
  top: 20px;
  left: -25px;
}

div#content div.rightformatted {
  clear: left;
  float: right;
  padding-left: 10px;
  padding-bottom: 10px;
}

div#content ul.circle {
  list-style-position: outside;
  margin-left: 20px;
  padding-left: 10px;
  padding-bottom: 10px;
}

div#content ul.lessmargin {
    margin-top: -8px;
}

div#content ul.mesh {
  list-style-image: url( '../../images/web/bullet_gray.png' );
  list-style-position: outside;
  margin-left: 20px;
  padding-left: 10px;
  padding-bottom: 10px;
}

div#content ul.circlehidden {
  list-style-position: outside;
  margin-left: 20px;
  padding-left: 10px;
  padding-bottom: 10px;
  display: none;
}

div#content ul.square {
  list-style-type: square;
  list-style-position: outside;
  margin-left: 20px;
  padding-left: 10px;
  padding-bottom: 10px;
}

div#content span#spanslideshow {
  background: url( '../../images/slideshow/background.gif' );
}

div#content image#slideshow {
  width: 260px;
  height: 25px;
}

div#content h1.large {
  text-align: center;
  color: #000;
/*  font-size: 25px;*/
  font-size: 13px;
  font-weight: bold;
  padding-bottom: 10px;
  padding-left: 10px;
/*  color: #666;*/
  color: black;
}

div#content span.capitalize {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

div#content li.spacing {
  padding-bottom: 5px;
}

div#content h2.enhancecentered {
  text-align: center;
  font: 11px Verdana, Arial, Sans-serif;
  color: #666;
  font-weight: bold;
  padding-bottom: 10px;
  padding-top: 0;
}

div#content h2.enhancecenteredlarge {
  text-align: center;
  font: 13px Verdana, Arial, Sans-serif;
  color: #666;
  font-weight: bold;
  padding-bottom: 10px;
  padding-top: 0;
}

div#content h2.enhancecenteredblack {
  text-align: center;
  font: 11px Verdana, Arial, Sans-serif;
  color: #333;
  font-weight: bold;
  padding-bottom: 10px;
  padding-top: 0;
}

/* button style */
table.button
{
  border-collapse: collapse;
  height: 22px;
  text-align: center;
  border: 0px;
  margin-bottom: 10px;
}

td.button-right
{
  background: url( '../../images/button/content-button-right.gif' );
  width: 8px;
}

td.button-left
{
  background: url( '../../images/button/content-button-left.gif' );
  width: 9px;
}

td.button-body
{
  background: url( '../../images/button/content-button-middle.gif' );
}

a.button-text
{
  color: #000000;
}

h4.button
{
  margin: 0px 5px;
  font-size: 8pt;
  color: #000000;
  margin-bottom: 5px;
}

/* delimiter style */

table.delimiter {
  width: 100%;
  margin-bottom: 10px;
}

table.delimiternarrow {
  width: 100%;
  margin-bottom: 10px;
}

td.offset {
  height: 14px;
  width: 20px;
}

td.delimiter {
  height: 14px;
  background: url( '../../images/web/content-dottedline-background.gif' );
}

/* news */
div#content span.news-date {
  padding-top: 0;
  margin-left: 20px;
  font-weight: bold;
  color: #999;
}

div#content h2.headline {
  font: 11px Verdana, Arial, Sans-serif;
  color: #000;
  font-weight: bold;
  padding-bottom: 10px;
  padding-top: 0;
}

span.link {
  color: #e3960f;
}

/* staff table system */

table.wide {
  width: 100%;
  margin-bottom: 10px;
}

td.staffimgsmall {
  text-align: center;
  width: 100px;
  vertical-align:top;
}

td.staffimglarge {
  width: 250px;
  vertical-align:top;
}

td.staffinfo {
  text-align: left;
  vertical-align:top;
}

td.award {
  width: 24px;
  vertical-align: top;
}

td.publicationimage {
  width: 50px;
  vertical-align: top;
}

td.publicationinfo {
  vertical-align: top;
  text-align: left;
}

td.links {
  vertical-align: top;
  text-align: left;
}

td.roadimg {
  width: 260px;
  vertical-align: top;
}

td.roadinfo {
  vertical-align: top;
  text-align: left;
}

img.border {
  border: 1px solid black;
}

/* map section */
div#content iframe#varvsholmen {
  width:450px;
  height:357px;
  border: 0;
  margin-left: 20px;
  border: 1px solid black;
}

/* sitemap */
ul.sitemaplevel1 {
  list-style-type: disc;
  margin-left: 20px;
  padding-left: 20px;
}

ul.sitemaplevel2 {
  list-style-type: disc;
  margin-left: 20px;
}

ul.sitemaplevel3 {
  list-style-type: disc;
  margin-left: 20px;
}

li.sitemaplevel1 {
  font-weight: bold;
  font-size: 12px;
}

li.sitemaplevel2 {
  font-weight: bold;
  font-size: 10px;
}

li.sitemaplevel3 {
  font-weight: normal;
  font-size: 10px;
}

p.hidden {
  display: none;
}

/* submit form */
input.email {
  border:1px solid #ccc;
  font-family: Verdana;
  font-size: 10px;
  width: 250px;
}

textarea.message {
  border: 1px solid #ccc;
  font-family: Verdana;
  font-size: 10px;
  width: 250px;
  height: 100px;
}

input.button {
  border: 1px solid #ccc;
  font-family: Verdana;
  font-size: 10px;
}

img.newimage {
  position: relative;
  z-index: 1;
  left: 35px;
  top: -1px;
}

span.blue {
  font-style: italic;
  color: blue;
}

.highlight {
    color: #ffa913;
}

.uppercase {
    text-transform: uppercase;
}

.float_right {
    float: right;
}

.clear_both {
    clear: both;
}

.invisible {
    visibility: hidden;
}

#leftcol {
	width:615px;
	float:left;
	background: #fff url('../../images/web/crl_screen_05.jpg') top right no-repeat;
}