/****************************************/
/*                                      */
/* CSS för Landskronas Miljöbarometer   */
/*                                      */
/****************************************/

/****************************************/
/* TAGGAR                               */
/****************************************/
html {
   /* overflow: -moz-scrollbars-vertical;*/
}
body {
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  background-image: url(images/main/bg_body.gif);
  background-repeat: repeat-y;
  font-size: 70%;
  font-weight: normal;
  color: black;
  background-color: White;
  margin: 0px;
  padding: 0px;
}
body#pageMenu {
  background-image: url(images/main/bg_menu.jpg);
  background-repeat: no-repeat;
}
table, tr, td {
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 100%;
  font-weight: normal;
}
tr:hover {
  background-color: #DEEBF7;
}
div, span {
  font-size: 100%;
}
div {
  line-height : 140%;
}
p {
  font-size: 100%;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 12px;
  line-height : 140%;
}
h1 {
  font-size: 130%;
  font-weight: bold;
   color: black;
   margin-top: 5px;
   margin-bottom: 6px;
  line-height : 130%;
}
h2 {
  font-size: 120%;
  font-weight: bold;
  color: black;
  margin-top: 14px;
  margin-bottom: 3px;
  line-height : 130%;
  clear: both;
}
h3 {
  font-size: 110%;
  font-weight: bold;
  color: black;
  margin-top: 14px;
  margin-bottom: 3px;
  line-height : 130%;
}
h4 {
  font-size: 100%;
  font-weight: bold;
  color: black;
  margin-top: 14px;
  margin-bottom: 3px;
  line-height : 130%;
}
h5 {
  font-size: 100%;
  font-weight: bold;
  color: black;
  margin-top: 0px;
  margin-bottom: 3px;
  line-height : 130%;
}
h6 {
  font-size: 100%;
  font-weight: bold;
  color: black;
  margin-top: 0px;
  margin-bottom: 3px;
  line-height : 130%;
}
img {
  border-width: 0px;
}
li, ul {
  line-height: normal;
}
ul {
   padding-left: 20px;
  margin: 10px;
}
FORM {
  margin: 4px 0px;
}
select, option {
  font-size: 100%;
  font-weight: normal;
   color: black;
}
select {
  width: 200px;
}
label {
  font-size: 100%;
  font-weight: normal;
   color: black;
}
/****************************************/
/* Generella klasser                    */
/****************************************/
.Ingress {
  font-weight: bold;
   color: black;
   margin-top: 10px;
  line-height : 140%;
}
.Label, .Label span {
  color: Gray;
}
.Clear, .Spacer, .mbSpacer {
  clear: both;
}
.Left, .left {
  float: left;
}
.Right, .right {
  float: right;
}
.Hidden {
  display: none;
}
#Debug {
  border: 1px dotted Red;
}
.TRend, .STatus, .trend, .status {
  text-align: center;
}

/****************************************/
/* Länkar                               */
/****************************************/
a {
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  text-decoration: none;
}
a:hover
 {
   text-decoration: underline;
  color: Blue;
}
#mbContent a {
  text-decoration: underline;
}
#mbContent a:hover {
  text-decoration: underline;
}
#mbPath a, #mbContent .Sibs a, #mbContentTitle a, #mbMapLargeContainer a,
#mbContent h3 a, #mbCalNews a {
  text-decoration: none;
}

/****************************************/
/* Container                            */
/****************************************/
#mbContentLink {
  position: absolute;
  top: 0px;
  left: 0px;
}
/****************************************/
/* Header                               */
/****************************************/
#mbHeader {
  height: 72px;
  padding: 0px;
}
#mbHeader img.logo {
  float: left;
  position: relative;
  top: 0px;
  left: 0px;
  margin: 0px;
}
#mbHeader .Caption {
  float: left;
  position: relative;
  top: 25px;
  width: 350px;
  left: 13px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: bold;
}
.SearchForm {
  float: left;
  position: relative;
  top: 37px;
  left: 129px;
  margin: 0px;
  width: 160px;
}
.SearchForm label {
  display: none;
}
.SearchForm input {
  vertical-align: middle;
  width: 112px;
  height: 13px;
}
.SearchForm img {
  vertical-align: middle;
  margin-left: 4px;
}
.SearchForm a {
  display: none;
}

/****************************************/
/* Menu                                 */
/****************************************/
#mbMenu {
  font-size: 90%;
}
#mbMenu {
  margin: 5px 19px;
  padding: 0px;
  text-align: right;
}
#mbMenu li {
  display: inline;
  margin: 0px;
  padding: 0px;
}
#mbMenu li.Hidden {
  display: none;
}
#mbMenu a {
  background-image: url(images/main/land_pil.gif);
  background-repeat: no-repeat;
  background-position: right;
  padding: 0px 10px 0px 4px;
  color: #00378C;
  font-weight: bold;
}
#mbMenu a.Flag {
  background-image: none;
  padding: 0px 1px;
}

/****************************************/
/* Path                                 */
/****************************************/
#mbPath {
  clear: both;
  padding: 9px 10px 0px 10px;
  margin: 0px;
  color: #B5B4B4;
  font-size: 90%;
  background-color: White;
  float: left;
}
#mbPath .Caption {
  font-weight: bold;
  display: none;
}
#mbPath a {
  color: #B5B4B4;
}
#Icons {
  float: left;
  padding: 9px 0px 0px 111px;
  background-color: White;
}
#Icons img {
  margin-right: 5px;
}
/****************************************/
/* Main                                 */
/****************************************/
#mbMain {
  xborder-bottom: 1px solid white; /** Krävs för bakgrundsbild i IE **/
}
/****************************************/
/* SubMenu                              */
/****************************************/
#mbSubMenu {
  float: left;
}
div#SubMenuHeader {
  background-image: url(images/main/land_innehall.gif);
  background-repeat: no-repeat;
  height: 26px;
}
div#SubMenuHeader strong {
  visibility: hidden;
}
#mbSubMenu ul {
  margin: 0px;
  padding: 0px;
  background-image: url(images/main/land_nav.gif);
  background-repeat: repeat-y;
}
#mbSubMenu ul li {
  padding: 0px;
  list-style: none;
}
#mbSubMenu a, #mbSubMenu span {
  display: block;
  padding: 3px 2px 5px 12px;
  margin-left: 3px;
  font-size: 90%;
}
#mbSubMenu a {
  color: #637CC6;
  font-weight: bold;
}
#mbSubMenu a:hover {
  background-image: url(images/main/blaPil.gif);
  background-repeat: no-repeat;
  background-position: 1px 4px;
  color: #00378C;
  text-decoration: none;
}
#mbSubMenu a.Back {
  font-size: 110%;
  padding: 0px 0px 6px 25px;
  background-image: url(images/main/bg_back.gif);
  background-repeat: no-repeat;
  background-position: 10px 6px;
}
#mbSubMenu a.Back:hover {
  background-image: url(images/main/bg_Back.gif);
  background-position: 10px 6px;
}
#mbSubMenu li.Selected {
}
#mbSubMenu li.Selected a {
  color: #00378C;
}
#mbSubMenu li.Level1 {
  color: Black;
}
#mbSubMenu li.Level1 a, #mbSubMenu li.Level1 span, #mbSubMenu li.Level2 a, #mbSubMenu li.Level2 span {
  color: Black;
  font-weight: bold;
  font-size: 100%;
  padding: 18px 2px 0px 12px;
}
#mbSubMenu li.Level1 a:hover, #mbSubMenu li.Level2 a:hover {
  background-image: none;
  color: #555555;
}
div#StaticMenuHeader {
  background-image: url(images/main/land_webbplatsen.gif);
  background-repeat: no-repeat;
  height: 40px;
}
div#StaticMenuHeader strong {
  visibility: hidden;
}


/****************************************/
/* Content                              */
/****************************************/
#mbContent {
  float: left;
  margin: 0px 0px;
  padding: 5px 17px;
  min-height: 400px;
  background-image: url(images/main/bg_main.gif);
  background-repeat: repeat-y;
}
.IE6 #mbContent {
  height: 400px;
}
#mbContent h2 {
  margin-bottom: 6px;
}
#mbContent .right {
  margin-left: 6px;
}
#mbContent .left {
  margin-right: 6px;
}
#mbContact, #mbUpdated {
  background-color: #F7F7E7;
  color: #F78C36;
  text-size: 100%;
  padding: 3px;
}
#mbUpdated {
  margin-top: 10px;
}
#mbContact p {
  margin: 0px;
}
#mbContact a {
  color: Gray;
}
/****************************************/
/* ContentTitle                         */
/****************************************/
#mbContentTitle {
  margin: 0px 0px 0px 0px;
  padding: 0px;
  color: #00378C;
}
#mbContentTitle .Title {
  color: #F78C36;
}
.Sibs {
  float: right;
}
.Sibs a {
  color: #637CC6;
}
.PageDefault #mbContentTitle {
  display: none;
}

/****************************************/
/* ContentHeader                        */
/****************************************/
#mbContentHeader .ContentImg {
  float: right;
  margin: 4px 0px 2px 4px;
}
#mbContentHeader #mbBarDiv {
  border: 1px solid Gray;
  background-image: url(images/main/gradient.gif);
  padding: 4px;
}
#mbContentHeader #mbBarDiv h2 {
  margin: 4px 0px;
}
#mbContentHeader #mbBarDiv td {
  xpadding: 2px 4px;
}
#mbContentHeader .BarTable td {
  padding: 2px 4px;
}

/****************************************/
/* ContentText                          */
/****************************************/
#mbContentText .Item {
  clear: both;
  padding-top: 4px;
  padding-bottom: 4px;
  border-top: 1px dotted #CECECE;
}
#mbContentText .Item h3 a, #mbContentText .Item h3 img {
  vertical-align: middle;
}
.Item p, .Item h3 {
  margin: 2px 0px;
}

/* MeasureList */
.MeasureList {
  padding: 0px 0px 2px 0px;
}
.MeasureList p {
  display: inline;
  margin-right: 7px;
  padding-right: 7px;
  border-right: 1px solid #DDDDDD;
}
.PageKey .MeasureList img, .PageKey .MeasureList span {
  vertical-align: middle;
}


/* Uppföljningsverktyg */
img.DrawBar {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
img.DrawBar.First {
  border-left: 1px solid black;
}
img.DrawBar.Last {
  border-right: 1px solid black;
}
.Compbar {
  border: 1px solid black;
}
/* BasePage */
.PageDefault #mbContentText h2, .PageMain #mbContentText h2, .PageSub #mbContentText h2 {
  font-size: 100%;
  background-color: #F7F7E7;
  color: #F78C36;
  padding: 3px;
}
.PageKey #mbContentText h2 {
  font-size: 110%;
}

/* PageDefault */
.PageDefault .ChildImg {
  float: left;
  margin: 4px 4px 0px 0px;
}
.PageDefault #mbContentText .Item h3, .PageDefault #mbContentText .Item p, .PageDefault #mbContentText .Item .MeasureList {
  margin-left: 58px;
}
.PageDefault #mbContentText .Item .MeasureList p {
  margin-left: 0px;
}
/* PageKey */
.PageKey .DataCaption {
  padding: 4px;
  margin: 0px;
  border: 1px solid #AAAAAA;
  background-color: #EEEEEE;
}
.PageKey .MeasureList, .PageKey .MeasureList td {
  border: 0px;
  padding: 3px 0px;
}
.PageKey .MeasureList {
  margin-top: 22px;
}
.PageKey .MeasureList p {
  display: block;
  border-right: 0px;
}
.PageKey table.MeasureList td {
   vertical-align: top;
  padding-right: 10px;
}
.PageKey #mbDataTable, .PageKey #mbDataCompare {
  width: 100%;
  border: solid #AAAAAA;
  border-width: 0px 1px 1px 1px;
  margin-bottom: 2px;
}
.PageKey #mbContent th {
  padding: 4px 2px;
  text-align: left;
}
.PageKey #mbContent td {
  padding: 2px;
}
.PageKey .GraphSquare {
  border: 1px solid Black;
}
.PageKey .GraphDesc {
  margin-right: 10px;
}
/* PageSearch */
.PageSearch #mbContentTitle, .PageSearch h1 {
  display: none;
}
.PageSearch table h2 {
  margin: 0px;
  padding: 1px 4px 3px 4px;
}
.PageSearch h2 {
   margin: 0px;
  padding: 1px 4px 3px 4px;
}
#mbSok, #mbSokKat {
  background-color: #F0F2F4;
  padding: 0px;
  margin: 0px;
  width: 100%;
}
#mbSok {
  margin: 10px 0px;
}
#mbSokKat td {
  width: 33%;
  vertical-align: top;
}
#mbSokKat ul {
  font-weight: normal;
  margin: 0px;
  padding-left: 16px;
}
.PageSearch #mbContent .Items {
  border: 0px;
  padding: 0px;
  margin: 0px;
}
.PageSearch #SearchForm {
  margin: 0px;
}
.PageSearch #mbSokKat a {
  font-weight: bold;
}
.PageSearch #mbSokKat li a {
  font-weight: normal;
}
.PageSearch #mbSokText {
  width: 250px;
}
.PageSearch #mbSokTextSubmit {
  margin: 0px 0px 0px 6px;
}
.PageSearch .searchresult {
  margin: 10px 0px;
  font-weight: bold;
}
.PageSearch .searchSibs {
  text-align: right;
   margin: 10px 0px;
  padding: 1px 4px 3px 4px;
}
.PageSearch .searchSibs span {
  color: Gray;
}

/* PageWebmap */
.PageWebmap #mbContentTitle {
  display: none;
}
.PageWebmap #mbContent ul {
  margin: 5px 0px 5px 0px;
  padding: 0px;
}
.PageWebmap #mbContent ul li {
  font-weight: bold;
  list-style: none;
  border-top: 1px solid Silver;
  margin-top: 10px;
  padding-top: 10px;
}
.PageWebmap #mbContent ul ul {
  padding-left: 30px;
}
.PageWebmap #mbContent ul ul li {
  font-weight: normal;
  list-style: square;
  border-top: 0px;
  margin-top: 0px;
  padding-top: 0px;

}
.PageWebmap #mbContent ul ul ul li {
  list-style: disc;
}
.PageWebmap #mbContent ul ul ul ul li {
   list-style: circle;
}

/* PageCalendar */
.PageCalendar #mbContentTitle {
  display: none;
}

/* PageHelp */
.PageHelp #mbContentTitle {
  display: none;
}
.PageHelp h2 {
  margin-top: 10px;
  padding: 0px 4px 1px 4px;
  background-color: #EEEEEE;
}
.PageHelp .Upp {
  float: right;
  padding: 4px;
}

/* PageMainall */
.PageMainall .MOImg {
  float: left;
}
.PageMainall table {
  width: 100%;
}
.PageMainall td {
  vertical-align: top;
}
.PageMainall td.MVTrend {
  width: 20px;
}
.PageMainall td.Col1 {
  width: 65px;
}

/****************************************/
/* ContentMenu                          */
/****************************************/
#mbContentMenu {
  clear: both;
  margin: 10px 0px 10px 0px;
  padding: 6px 0px 3px 6px;
  border-bottom: 1px solid Gray;
}
#mbContentMenu li {
  list-style: none;
  display: inline;
  padding: 3px 0px 3px 0px;
  margin: 0px 4px;
  border-top: 1px solid Gray;
  border-right: 1px solid Gray;
  border-left: 1px solid Gray;
  background-color: #F0F2F4;
}
.IE6 #mbContentMenu li, .IE7 #mbContentMenu li {
  padding: 0px 0px 0px 0px;
}
#mbContentMenu img {
  vertical-align: text-bottom;
}
#mbContentMenu a, #mbContentMenu span {
  padding: 3px 12px 3px 12px;
  margin: 0px 0px;
  text-decoration: none;
  color: Black;
}
#mbContentMenu li.Selected {
  border-bottom: 1px solid White;
  border-top: 2px solid #FC9C07;
  background-color: White;
  font-weight: bold;
}
#mbContentMenu .Disabled a, #mbContentMenu .Disabled span {
  color: Silver;
}

/****************************************/
/* MsrAreas                             */
/****************************************/
.PageKey #mbMsrAreas {
  padding: 4px;
  margin: 0px;
  border-left: 1px solid #AAAAAA;
  border-right: 1px solid #AAAAAA;
}
#mbMsrAreas form {
  clear: both;
}
#mbMsrAreas label {
  display: block;
  float: left;
  margin-right: 10px;
  min-width: 110px;
}
.IE6 #mbMsrAreas label {
  width: 110px;
}
.PageKey #mbMsrAreas {
  /*padding: 16px 11px 0px 11px; */
}
.IE6 #mbMsrAreas {
  padding-bottom: 0px; /* Borderbug i IE */
}
#mbMsrAreas img {
  float: right;
  margin-top: 2px;
}
.PageKey #mbMsrAreas img {
  margin-right: 6px;
}
#mbMsrAreas h2, #mbMsrAreas p {
  clear: none;
}
/****************************************/
/* Graph                                */
/****************************************/
#mbGraph {
  border: 1px solid #AAAAAA;
  border-top: 0px;
}
#mbGraphLegend {
  padding: 0px 11px 8px 11px;
}
.Mode3 #mbGraphLegend {
  min-height: 160px;
}
.IE6 .Mode3 #mbGraphLegend {
  height: 160px;
}
.Mode1 #mbGraphImg, .Mode2 #mbGraphImg {
  width: 368px;
  height: 234px;
}
.Mode3 #mbGraphImg {
  width: 160px;
  height: 160px;
  float: left;
}
/****************************************/
/* Contact / RelArtik                   */
/****************************************/
#mbContent .Contact {
  clear: both;
  background-color: #F7F7E7;
  color: #636363;
  font-size: 90%;
  padding: 0px 0px;
  margin: 10px 0px 0px 0px;
}
#mbContent .Contact a {
  color: #636363;
}
#mbCalNews {
  clear: both;
  border-top: 1px solid gray;
  margin-top: 10px;
}
#mbContent .RelArtik h2, #mbContent .NyhetArtik h2 {
  display: none;
  background-color: #F7F7E7;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  font-size: 100%;
  padding: 2px;
}
#mbContent .RelArtik h3 {
  width: 100px;
  float: left;
  font-size: 90%;
  background-image: url(images/main/orangePil.gif);
  background-repeat: no-repeat;
  background-position: 0px 3px;
  padding: 3px 4px 2px 10px;
}
#mbContent .RelArtik h3 a {
  color: Black;
}
#mbContent .RelArtik p {
  width: 270px;
  float: left;
}
#mbContent .RelArtik div, #mbContent .NyhetArtik div {
  clear: both;
  border-top: 1px solid #CECECE;
}
#mbContent .RelArtik h3, #mbContent .RelArtik .Label {
  margin: 0px;
}
#mbContent .RelArtik p.Label {
  display: none;
}

/****************************************/
/* SubContent                           */
/****************************************/
#mbSubContent {
  float: left;
  padding-left: 10px;
}
.IE6 #mbSubContent {
  overflow: hidden;
}
#mbSubContent .Item {
  clear: both;
  margin-left: 4px;
}
#mbSubContent .Item p {
  line-height: 120%;
}
#mbSubContent .Label {
  display: none;
}
#mbSubContent h2 {
  font-size: 110%;
  color: #F78C36;
  padding: 10px 2px 6px 3px;
  margin: 0px;
}
#mbSubContent h3 {
  font-weight: normal;
  line-height : 120%;
  margin: 0px;
  padding: 0px;
  font-size: 100%;
  margin-top: 5px;
}
#mbSubContent .Items h3 {
  padding-left: 4px;
  margin-bottom: 14px;
}
#mbSubContent h3 a {
  background-image: url(images/main/orangePil.gif);
  background-repeat: no-repeat;
  background-position: 1px 2px;
  padding-left: 11px;
}
#mbSubContent h3 a:hover {
  text-decoration: underline;
}
#mbSubContent .Label {
  margin: 0px;
  padding: 0px;
}
#mbSubContent .RelArtik div {
  clear: both;
}
#mbSubContent .Items .Label {
  margin-top: 6px;
}
/****************************************/
/* LangForm                             */
/****************************************/
#mbLangForm {
  padding: 5px;
  background-color: #EEEEEE;
  margin-bottom: 1px;
}
#mbLangForm img {
   vertical-align: middle;
}

/****************************************/
/* Footer                               */
/****************************************/
#mbFooter {
  clear: both;
  font-size: 80%;
}
#mbFooter ul {
  background-color: #D9E6F6;
  background-position: bottom left;
  border-top: 1px solid White;
  border-bottom: 1px solid White;
  margin: 18px 0px;
  padding: 4px 14px;
}
#mbFooter li {
  display: inline;
  background-image: url(images/main/dot.gif);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 14px;
  margin-left: 2px;
}
#mbFooter li.FirstItem {
  background-image: none;
  padding: 0px;
}
/****************************************/
/* Layout                               */
/****************************************/
body {
  width: 768px; /* Behövs för frames i IE */
}
#mbContainer {
  margin: 0px 0px 0px 0px;
  width: 768px;
}
#mbPath {
  width: 570px; /* mbSubMenu + mbContent + 10 */
}
#Icons {
  width: 30;
}
#mbSubMenu {
  width: 190px;
}
#mbSubMenu a {
  width: 172px;
}
#mbSubMenu a.Back {
  width: 160px;
}
#mbContent {
  width: 370px;
}
#mbMapLargeContainer {
  width: 370px;
}
#XX_Matomr {
  width: 432px; /* bugg i IE */
}
#mbSubContent {
  width: 160px;
}

/****************************************/
/* Kartor                               */
/****************************************/
#mbMapLargeContainer {
  position: relative;
  overflow: hidden;
}

#mbMapLarge {
  overflow: hidden;
}

div.MapPos {
  position: absolute;
  width: 20px;
  height: 20px;
  text-align: center;
  z-index: 2;
}

div.MapPos a {
  display: block;
  background-image: url(images/main/circle.gif);
  width: 20px;
  height: 20px;
  padding-top: 2px;
}

div.MapPos a:hover {
  display: block;
  background-image: url(images/main/circle_over.gif);
  width: 20px;
  height: 20px;
  padding-top: 2px;
  color: White;
  text-decoration: none;
}
