

html,body {
	background: #f5f5f5 url("../img/body.gif") top repeat-x;
	width: 100%;
	min-width: 980px;
	width: auto;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 82%;
	line-height: 160%;
}

#header {
	margin: 0;
}

#topright {
	float: right;
	width: 320px;
	margin: 10px 20px 0 0;
	text-align: right;
}

#logo {
	float: left;
	background: url("../img/signe2.gif") top no-repeat;
	width: 110px;
	height: 55px;
}

/* Login page */

div#login {
	width: 40%;
	margin: 0 auto;
	padding: 20px;
}

/* Main Menu */

#mainmenu {
	float: left;
	margin: 9px 0 0 0;
}

#mainmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1.1em;
}

#mainmenu li {
	float: left;
	background: url("../img/mainmenu-left.gif") left top no-repeat;
	padding: 0 0 0 10px;
	height: 32px;
}

#mainmenu a {
	display: block;
	background: url("../img/mainmenu-right.gif") right top no-repeat;
	padding: 3px 10px 11px 0;
	font-weight: 600;
	text-decoration: none;
	color: #000;	
}

#mainmenu li.active {
	background: url("../img/mainmenu-left-active.gif") left top no-repeat;
}

#mainmenu a.active {
	background: url("../img/mainmenu-right-active.gif") right top no-repeat;
	color: #fff;
	padding-right: 10px;
	padding-left: 0px;
}

/* Search */

#search {
	float: left;
	background: url("../img/search.gif") left top no-repeat;
	width: 170px;
	height: 32px;
	margin-top: 9px;
}

#nosearch {
	float: left;
	background: url("../img/no_search.gif") top no-repeat;
	width: 13px;
	height: 32px;
	margin-top: 9px;
}

.resultBox {
	position: relative;
	z-index: 999;
	background: #bedfaa;
}

.resultBox table {
	width: 100%;
}

.resultBox tr.dataTable-rowEven {
	background: #cbdebf;
}

.resultBox tr.dataTable-rowOdd {
	background: #d9ded5;
}

.resultBox a {
	color: #000;
	font-size: 1.1em;
	text-decoration: none;
}

#navsearchform {

}

#navsearchform input {
	background: none;
	border: none;
	height: 16px;
	margin: 4px 0 0 20px;
}

/* Sub Menu */

#submenu {
	float: left;
}

#submenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1em;
}

#submenu li {
	float: left;
	background: url("../img/sub-left.gif") top left no-repeat;
	padding: 0 0 0 9px;
	margin: 0 2px 0 0;
}

#submenu li.active {
	background: url("../img/sub-left-active.gif") top left no-repeat;
}

#submenu a {
	display: block;
	background: url("../img/sub-right.gif") top right no-repeat;
	padding: 2px 15px 2px 0;
	font-weight: 600;
	text-decoration: none;
	color: #000;
}

#submenu .active span, #submenu a.active {
	display: block;
	background: url("../img/sub-right-active.gif") top right no-repeat;
	padding: 3px 15px 2px 0;
	font-weight: 600;
	text-decoration: none;
	color: #000;
}

#submenu span {
}

#submenu li img {
	border: none;
	margin: 0px 5px 0 0;
}

/* Content wrap */

#wrap {
	width: 97%;
	margin: 0 1%;

}

/* Corner content */

.bl {background: transparent url("../img/bl.gif") bottom left no-repeat;}
.br {background: transparent url("../img/br.gif") bottom right no-repeat;}
.tl {background: none;}
.tr {background: transparent url("../img/tr.gif") top right no-repeat;padding: 1%;}

/* Corner module */

.bl-mod {background: transparent url("../img/bl-mod.gif") bottom left no-repeat;}
.br-mod {background: transparent url("../img/br-mod.gif") bottom right no-repeat;}
.tl-mod {background: transparent url("../img/tl-mod.gif") top left no-repeat;}
.tr-mod {background: transparent url("../img/tr-mod.gif") top right no-repeat;padding: 1%;}

/* Corner Info Panel */

.bl-info {background: transparent url("../img/bl-info.gif") bottom left no-repeat;}
.br-info {background: transparent url("../img/br-info.gif") bottom right no-repeat;}
.tl-info {background: transparent url("../img/tl-info.gif") top left no-repeat;}
.tr-info {background: transparent url("../img/tr-info.gif") top right no-repeat;padding: 1%;}

/* Content */

#content {
	background: #fff;
	margin: -1px 0 10px 0;
}

/* Messages */

.message {
	font-size: 1.2em;
}

/* InfoPanels */

.InfoPanel {
	float: left;
	background: #bedfaa;
	margin: 0 1% 10px 0;
}

.Forty {
	width: 40%;
}

.Fifty {
	width: 50%;
}

.Eighty {
	width: 700px;
}	

table.TableInfoPanel td {
	vertical-align: top;
	font-size: 1.1em;
}

.InfoPanel h2 {
	margin-top: 0;
	font-size: 1.3em;
	font-weight: 900;
}

.InfoPanel p {
	font-size: 1.1em;
	font-weight: normal;
	margin: 0;
}

.InfoPanel img {
	margin: 0 5px;
	border: none;
}

td.Alerts {
	width: 32%;
}

td.Alerts span {
	font-weight: 900;
	vertical-align: top;
}

/* Buttons */

.ButtonLeft {
	background: url("../img/ButtonLeft.gif") top left no-repeat;
	height: 22px;
	padding-top: 3px;
}

.ButtonRight {
	float: right;
	background: url("../img/ButtonRight.gif") top right no-repeat;
	height: 22px;
	margin: 0 4px;
}

/* disabled */
.DisabledButton {
	background: url("../img/ButtonRightDisabled.gif") top right no-repeat;
}

.DisabledButton .ButtonLeft {
    background: url("../img/ButtonLeftDisabled.gif") top left no-repeat;
}

.DisabledButton a.ButtonLeft {
   color: #777;
}


td.mr-actions-buttons a {
	float: right;
	padding-left: 10px;
	margin-right: 9px;
	color: #000;
	text-decoration: none;
}

#InfoPanel a {
	padding-left: 10px;
	margin-right: 10px;
	color: #000;
	text-decoration: none;
}

.ButtonRight a,.rich-modalpanel .ButtonRight a {
	float: left;
	padding-left: 5px;
	margin-right: 5px;
	color: #000;
	text-decoration: none;
}

#content .DisabledButton a.ButtonLeft {
   color: #777;
}

td.mr-actions-buttons .ButtonRight span {
	float: left;
	padding-left: 5px;
	margin-right: 5px;
	color: #777;
}

/* Survey */

.survey {
	float: left;
	background: #f1f1f1;
	width: 49%;
	margin: 5px 1% 5px 0;
}
.survey h2.primary {
	background: url("../img/primar.png") top left no-repeat;
}

.survey h2 {
	background: url("../img/rap.png") top left no-repeat;
	border-bottom: 2px solid #bedfaa;
	padding: 15px 0 0 50px;
	height: 32px;
	margin: 0;
	font-size: 1.4em;
	font-weight: 900;
}

.survey h3 {
	margin: 0;
	font-size: 1.1em;
	font-weight: 900;
}

.survey table {
	width: 100%;
	padding: 5px;
	border-collapse: collapse;
}

.dataTable-rowEven {
	background: #efefef;
	border: none;
}

.dataTable-rowOdd {
	background: #efefef;
}

.mr-info {
	width: 30%;
	vertical-align: top;
	line-height: 42px;
}

.mr-firstRow td {
	padding: 2px 0;
}

.mr-secondRow td {
}

.mr-date {
	width: 32%;
	line-height: 26px;
	text-align: left;
}

.mr-actions {
	width: 38%;
}

.brownToggleClosed {
	background: url("../img/arrow-right.gif") top right no-repeat;
	padding: 0 20px 0 0;
}

.brownToggleOpen {
	background: url("../img/arrow-down_.gif") top right no-repeat;
	padding: 0 20px 0 0;
}

.Toggle {
	background: #bedfaa;
	margin-bottom: 1px;
	border-bottom: 2px solid #fff;
	border-collapse: collapse;
}

.Toggle a {
	color: #000;
}

.tableContainer {
	position:relative;
	margin:0;
	width:100%;
}

.tableContainer thead tr {
	*position: absolute; /* throws the header out of the table */
	top: 19px;
	left: 0px;
}

.innerframe table.scroll th {
	background: url("../img/panel-bg.png") top repeat-x;
	color: #000;
}

.innerframe table.scroll th a {
	background: url("../img/arrow-up-down.gif") top right no-repeat;
	padding: 0 14px 0 0;
}

.innerframe table.scroll th.headerSortUp a {
	background: url("../img/arrow-up.gif") top right no-repeat;
	padding: 0 14px 0 0;
}

.innerframe table.scroll th.headerSortDown a {
	background: url("../img/arrow-down_.gif") top right no-repeat;
	padding: 0 14px 0 0;
}

table.scroll {
	width: 100%;
}

table.scroll td {
	color: #000;
	padding-right: 2px;
	text-align: center;
	font-size: 0.9em;
}

.innerframe table.scroll tbody {
	height: 250px;
}

.innerframe table.scroll tbody tr {
	width:98%;
	overflow: hidden;
	height: 22px;
}

.innerframe table.scroll tbody tr.even {
	background: #b2d19f;
}

.hidden {
	display: none;
}

/* this enables the table to scroll without scrolling the page */
.innerframe {
	margin-top: 20px;       
	overflow-y: auto;
	overflow-x:hidden;
	width: auto;
	height: 275px; /* height is required */
}

/* Question Module List */

.questionaryModule {
	float: left;
	background: #f1f1f1;
	width: 16%;
	margin: 0 0 0 1%;
}

.questionaryModule h3 {
	border-bottom: 2px solid #bedfaa;
	text-align: center;
	margin: 0 0 5px 0;
	font-size: 1.1em;
	font-weight: 900;

}

.questionaryModule ul {
	list-style: none;
	margin: 0;
	padding: 0 5px 10px 5px;
}

.questionaryModule li {
	background: #fefefe;
	padding: 0 5px;
	margin: 1px 0;
}

.questionaryModule li.selected {
	background: #bedfaa;
	padding: 0 5px;
	margin: 1px 0;

}

.questionaryModule a {
	color: #000;
	text-decoration: none;
}

/* Result */

#resultTable, #resultRows, #queueTable {
	width: 100%;
}

td.col0 {
	text-align: left;
}

#resultTable .thead_first th {
	background: #C8C8C8 url("../img/panel-bg.png") top repeat-x;
	text-align: center;
	border-top: 1px solid #BEDFAA;
	vertical-align: top;
}

#resultTable .thead_first-big th {
	background: #C8C8C8 url("../img/panel-bg-big.png") top repeat-x;
	text-align: center;
	border-top: 1px solid #BEDFAA;
	vertical-align: top;
}

#resultRows th, #queueTable th {
	background: #C8C8C8 url("../img/panel-bg.png") top repeat-x;
	text-align: center;
	border-top: 1px solid #BEDFAA;
	vertical-align: top;
	padding: 0 10px;
}

tr.thead_second th {
	background: #C8C8C8;
	border-top: none;
	vertical-align: top;
}

tr.unitNames td {
	background: #BEDFAA;
	text-align: left;
	text-indent: 10px;
}

#resultTable td {
	padding: 0 3px;
}

#resultTable td img {
}

th.unit {
	background: #efefef;
	font-size: 1.1em;
	font-weight: 900;
	border-top: 2px solid #bedfaa;
}

th.th_status {
	width: 80px;
}

#resultTable .even, .row0, .row2, .row4, .row6, .row8, .row10, .row12, .row14, .row16, .row18 {
	background: #f2f2f2;
} 

#resultTable .odd, .row1, .row3, .row5, .row7, .row9, .row11, .row13, .row15, .row17, .row19 {
	background: #d9d9d9;
}

 


#resultTable th.unit2 {
	background: #efefef;
}

.alfa, .date, .reportSelect, .intervall, .num {
	width: 96%;
	border: 1px solid #999;
	background: #fff;
}

.below90 {
	background: #e8ffdb;
}

.over90 {
	background: #ccbc7a;
}

.over366 {
	background: #bf8a7c;
}

.shaded {
	background: #eaeaea;
}

span.status {
	*float: left;
	*display: block;
	background: url("../img/green22x22.png") no-repeat;
	padding: 4px 11px 2px 11px;
	*padding: 0;
	width: 22px;
	height: 22px;
}

/* Primärvård */

table.resultValue {
	width: 30%;}

/* Paginator */

.paginator {
	padding: 5px 0;
}

.paginator a {
	padding: 0 3px;
	color: #000;
}

.paginator_nextblock {
	float: left;
	margin-right: 10px;
}

.paginator_prevblock {
	float: left;
	margin-left: 10px;
}

.paginator_infoblock {
	float: left;
	margin-left: 10px;
}

.paginator_pages {
	float: left;
	margin: 0 5px;
}

/* paginate questionary */

table.paginate_questionary {
}

td.paginate_button {
	width: 13%;
}

td.paginate_text {
	width: 74%;
	text-align: center;
}

/* Errors */

ul.errors {
	background: #eaeaea url("../img/error.gif") center left no-repeat;
	text-align: center;
	padding: 15px 0;
	padding-left: 160px;
	margin: 0 20%;
	border: 1px solid #ff0000;
}

.errors li {
	list-style: none;
	font-size: 1.3em;
}

/* Validation error, entire row */
#resultTable tbody tr.errors, #resultTable tbody tr.errors td {
	background-color: #ffd9d9;
}

#resultTable tbody td span.errors input, #resultTable tbody td span.errors select {
	background-color: #ffd9d9;
	border-color: #ff2626;
}


/* Logotyper */

#viv img, #skl img {border: none;}

#viv {
	float: left;
	width: 240px;
	height: 60px;
	margin: 0 10px 10px 20px;
}

#skl {
	float: left;
	width: 140px;
	height: 60px;
	margin: 0 0 10px 0;
}

/* Tooltip */

#tooltip {
	background-color:#EEEEEE;
	border:1px solid #111111;
	padding:5px;
	position:absolute;
	z-index:3000;
}

#tooltip h3, #tooltip div {
	margin:0pt;
}

/* UL LI OL */

ul, ol, li {
	margin: 0;
}

ul#speciallinks, ul#speciallinkscurrent {
	list-style: disc;
	margin: 0 5px;
	padding: 0 15px;
}

/* Headings */

h1, h2,h3, h4, h5, h6 {
	margin: 0;
}

h3 {
	font-size: 1.2em;
	font-weight: 600;
	text-decoration: none;
}

h5 {
	font-size: 1em;
	font-weight: 100;
}

/* Användarsökning */

form#user table {
	width: 100%;
}

form#user th {
	background: #C8C8C8 url("../img/panel-bg.png") top repeat-x;
	text-align: left;
	border-top: 1px solid #BEDFAA;
	vertical-align: top;
	padding: 0 10px;
}

td.onebutton {
	width: 220px;
}

td.finalbutton {
	width: 270px;
}

.user_pagination {
	float: left;
}

.user_pagination a {
	padding: 0 3px;
}

#email_links {
	float: right;
}

/* Prop */	

.prop {
	padding: 5px;
	clear:both;
}

.prop .name {
	float: left;
	font-weight: bold;
	margin: 0pt;
	padding-right: 10px;
	text-align: left;
	width: 160px;
}
.prop .infotextApply {
	float: left;
	margin: 0pt;
	padding-right: 10px;
	text-align: left;
	width: 420px;
}

.prop .value {
	text-align: left;
	width: 90px;
}

.prop .errors {
	color: red;
}

.prop .wide {
	width: 390px;
}

.prop .widenullable {
	display: inline-block;
	height: 17px;
}

.prop .value select {
	margin-left: 5px;
}

.prop .done {
	color: green;
	font-size: small;
	font-weight: bold;
	text-align: left;
	width: 40px;
}

.prop .notdone {
	color: red;
	float: left;
	font-size: small;
	font-weight: bold;
	text-align: left;
	width: 60px;
}

/* Clear */

.clr {
	clear: both;
}


/* big fat throbber */
#big_throbber {
	display: none;
	position: absolute;
	left: 500px; 
	top: 200px; 
	width: 100px; 
	height: 100px; 
	background: white; 
	z-index: 10000; 
	border: #aaa solid 1px; 
	padding-top: 52px; 
	padding-left: 56px;
}

#big_throbber img {
	display: block; 
}

/* background job info */
.bg_job {
	position: absolute;
	left: 10px; 
	top: 200px; 
	width: 400px; 
	background: white; 
	z-index: 10000; 
	border: #aaa solid 1px; 
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

.bg_job {
	display: block;
	margin-left: 200px; 
}

/* forms on queues */
ul.forms {
     padding: 0px;
     margin: 0px;
     list-style: none;
     width: 450px;
 }
 
 form#logicalUnit{
 	width: 70%;
 }
                                 
 ul.forms li {
      display: inline-block;
      margin-right: 8px;
      margin-top: 4px;
      padding: 4px;

      -moz-border-radius: 3px;
      border-radius: 3px;
      cursor: pointer;

 }
                
.AV {
    background-color: #fce94f;
}
.LK {
    background-color: #8ae234;
}
.VP {
    background-color: #ad7fa8;
}
.VPB {
    background-color: #8f618a;
}
.VPI {
	background-color: #bf9bbb;
}
.VFM {
    background-color: #729fcf;
}
.VFI {
	background-color: #9fbdde;
}
.VFK {
    background-color: #6e88d3;
}
.VFMB {
    background-color: #3465a4;
}
.VFKB {
    background-color: #304aa8;
}
.LT {
	background-color: #6BDBF5;
}
.LTI {
	background-color: #A9E2EE;
}
.LTC {
	background-color: #18C7F0;
}
.LTCB {
	background-color: #0CA4C7;
}
.LTP {
	background-color: #F20C18;
}
.LTPB {
	background-color: #E05158;
}
.ÖB {
	background-color: #91084F;
}
.ÖBD {
	background-color: #B14C80;
}
.PÅ {
    background-color: #a43364;
}
.PÅB {
    background-color: #c884a2;
}
.GÅ {
    background-color: #c884a2;
}
.GÅB {
    background-color: #deb5c7;
}
.UPPV {
    background-color: #19e58c;
}
.UPPVB {
    background-color: #74e1b1;
}
.UPPVB3 {
    background-color: #8fe3be;
}
.UTVV {
    background-color: #33a473;
}
.UTVVB {
    background-color: #649680;
}
.FL {
    background-color: #eaf809;
}
.FLB {
    background-color: #f2fa6b;
}
.FLA {
    background-color: #f4fb84;
}
.FLAB {
    background-color: #f8fcb5;
}
.BG {
	background-color: #c17d11;
}
.BGM {
	background-color: #efad44;
}
.TT {
	background-color: #edd400;
}
.TTM {
	background-color: #ffe931;
}
.LB {
	background-color: #73d216;
}
.LBI {
	background-color: #89e92b;
}
.LBM {
	background-color: #a5ee5d;
}
.LBMI {
	background-color: #bef38a;
}

  .disabled {
      background-color: #eeeeee;
      color: #cccccc;
  }

  .AV:hover {
      background-color: #edd400;
  }
  .LK:hover {
      background-color: #73d216;
  }
  .VF:hover {
      background-color: #3465a4;
  }
  .VK:hover {
      background-color: #3066a8;
  }
.VFI:hover {
    background-color: #729fcf;
}

.VP:hover {
      background-color: #75507b;
  }
  .VPB:hover {
      background-color: #5a3860;
  }              
  .VFB:hover {
    background-color: #204a87;
  }
 .VPI:hover {
	background-color:  #a26e9c;
}
  .VKB:hover {
    background-color: #1d2f8a;
  }

.BG:hover {
	background-color: #8f5902;
}
.TT:hover {
	background-color: #c4a000;
}
.LB:hover {
	background-color: #4e9a06;
}

.BGM:hover {
	background-color: #c17d11;
}
.TTM:hover {
	background-color: #edd400;
}
.LBI:hover {
	background-color: #73d216;
}
.LBMI:hover {
	background-color: #89e92b;
}
.LBM:hover {
	background-color: #89e92b;
}




  .disabled:hover {
      background-color: #ddd;
  }


/* tagcloud */
#tagcloud {  
  width: 290px; 
  background-color:#575454; 
  text-align:center; 
  padding:10px;  
  overflow:auto; 
  font-size:70%; 
  font-family:arial;
  position: absolute;
  left: 644px;
  top: 90px;
  overflow: visible;
}  

#tagcloud ul { 
		margin: 0; padding: 0; 
}  

#tagcloud ul li {  
  list-style-type: none; 
  float: left; 
  margin: 0 10px; 
  height: 25px;
}  

#tagcloud ul li a { 
		text-decoration:none; 
		color:#ffffff;
		height: 25px;
}

#tagcloud ul li a:hover {
	text-decoration: underline; 
}

.inputSeparated tr {
	vertical-align: top;
}

.inputSeparated td {
	border-right-style: inset;
	padding-left: 3px;
	padding-right: 3px;
}

.inputSeparated td input {
	display: block;
}
