body { 
	/* width: 1920px; */
	height: 100%;
	font-size : 1em; 
	font-weight : normal; 
	background: #fff;
	} 

p {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12pt
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	font-size: 14pt
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12pt
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9pt
}

.leftMargin {
	margin:2px 0 2px 20px;
	font-size: 1em;
	}

.margin {
	margin:2px 0 2px 0px;
	font-size: 1em;
	}

a:focus {
	outline:none;
	}

 /*
 * Login sidan
 */

#login a:active { color: #ff0000;}
#login a:visited { color: #551a8b;}
#login a:link { color: #0000ee;}

div#loginBox {
	position: absolute;
	left: 220px;
	top: 3px;
	height: 450px;
	width: 500px;
	border: 1px solid gray;
	padding: 4px 6px 8px 6px;
	background: inherit;
}

#sweLogin {
	position: absolute;
	top: 10px;
	left: 10px;
	height: 25px;
	width: 25px;
	}
	
#engLogin {
	position: absolute;
	top: 10px;
	left: 40px;
	height: 25px;
	width: 25px;
	}

/*
 * Layout container f�r alla "divar"
 */
div#layout {
	width:100%;
	min-width: 1005px;
	height:auto;
	color : #000;
}

/*
 * Top frame
 */
div#top-frame {
	float: left;
	width: 100%;
	height: 100px;
	background-color: inherit;
}

/*
	F�retagslogga, anv�ndare och exit-knapp
*/
div#top-logo {
	position: absolute;
	width: 200px;
	height: 100px;
  	top: 0px;
  	left: 0px;
  	margin: 10px 0 0 10px;
}

div#top-logo a { 
	position: absolute; 
	width: 200px; 
	height: 100px; 
}

/*
	Anv�ndare
*/
div#top-user {
	float:right;
  	margin-top: 20px;
  	margin-left: 8px;
  	height: 20px;
  	text-align: right;
}

/*
	H�ller i den �vre knappraden, slutar sida vid sida med center-background
*/
div#top-buttonContainer {
	position: absolute;
  	left: 460px;
  	width: 332px;
}

/*
	L�sa-in-�renden-p�-nytt-knapp
*/
div#top-refresh {
	float:right;
  	margin-top: 18px;
  	margin-left: 8px;
  	width: 24px;
  	height: 24px;
  	text-align: right;
}

/*
	Exit-knapp
*/
div#top-exit {
	float:right;
	font-size: 12px;
  	margin-top: 20px;
  	margin-left: 8px;
  	height: 20px;
}

div#primulaLogin {
	position: absolute;
	width: 200px;
	height: 90px;
  	top: 377px; /* 450+3+4+8+1+1 - 90 (matchar loginboxen)*/
  	left: 10px;
  	background-color: inherit;
  	background-image: url(../images/Primula_logo_med_text_svartvit.png); 
  	background-repeat: no-repeat;
}

div#primulaLogin a { 
	position: absolute; 
	width: 200px; 
	height: 90px; 
}

/*
	Wrapper
*/

div#content-menu-wrapper {
	float:left;
	width: 100%;
	background-color: inherit;
}

div#container {
	font-size: 1em; font-family: "Verdana", Arial, Helvetica;
}

/*
	Svensk spr�k-knapp
*/
div#swe-button {
	position: absolute;
  	top: 670px;
  	left: 20px;
  	width: 25px;
  	height: 16px;
}

/*
	Engelsk spr�k-knapp
*/
div#eng-button {
	position: absolute;
  	top: 700px;
  	left: 20px;
  	width: 25px;
  	height: 16px;
}

/*
	Den v�nstra menyn
*/

div#left-menu-background {
	float: left;
	width: 200px;
}

/*
 * Vertikala menyn
 */
ul#left-menu {
	float: left;
	width: 200px;
	margin: 0px;
	padding: 0;
	list-style-type: none;
	text-indent: 10px;
	font-size: 11px;
	font-weight: bold;
	white-space: nowrap;
	}

#gdpr-link, #cookies-link {
	margin-left: 3px;
	margin-top: 2px;
	margin-right:-6px;
	display: block;
	font-weight: bold;
	border: 1px solid;
	padding: 10px 9px;
	border-radius: 5px;
	font-size: 11px;
	border-color: #b8b8b8;
	color: #4b4a4a;
	text-align: left;
}

ul#left-menu a {
	text-decoration:none;
	cursor:pointer;
	display:block;
	color: #fff;
	}

ul#left-menu li a {
	line-height: 40px;	
	color: #000;
}

ul#left-menu > li.current > div#menyController {
	float: right;
	width: 40px;
	height: 40px;
	clear: both;
}

ul#left-menu > li.current > div.menyLinkContainer {
	float:left;
	width: 160px;
}

ul#left-menu > li.current > div.menyClearer {
	clear:both;
}

ul#left-menu > li{
	background-image: url(../images/frame_verticalMenuButtonRight.png);
	background-repeat: no-repeat;
}

ul#left-menu li:hover div a {
	color: #000;
	font-style:italic;
}

ul#left-menu li:hover {
	background-image: url(../images/frame_verticalMenuButtonDown.png);
	background-repeat: no-repeat;
}

ul#left-menu li.current div a{
	color: #000;
	font-style: italic;
}

ul#left-menu li.current{
	background-image: url(../images/frame_verticalMenuButtonDown.png);
	background-repeat: no-repeat;
}

ul#left-menu li ul {
	list-style-type: none;
}

ul#left-menu li ul li a {
	line-height: 25px;
	height: 25px;
	margin: 0;
	padding: 0;
	color: #000;
	background-image:none;
	font-weight: normal;
	text-indent: 15px;
}

ul#left-menu li ul li#selected a{
	color: #000;
	font-style: italic;
	font-weight: bold;
	background-image: url(../images/graySmallArrow.png);
	background-repeat: no-repeat;
}

ul#left-menu li ul li a:hover {
	color: #000;
	font-style: italic;
	font-weight: bold;
	background-image: url(../images/graySmallArrow.png);
	background-repeat: no-repeat;
}

/*
	�rendeytan
*/
div#center-content {
	float: left;
	width: 580px;
	padding: 6px;
}

div#center-background {
	float: left;
	width: 592px;
	padding: 0px;
}

/*
	�rendeytan (bred)
*/
div#center-wide-content {
	float: left;
	width: 790px;
	padding: 6px;
}

div#center-wide-background {
	float: left;
	width: 802px;
	padding: 0px;
}
/*
	�rendeytan (j�ttebred - utan egna begr�nsningar)
*/
div#center-extra-wide-content {
	float: left;
	padding: 6px;
}

/*
    Knappen som visar och d�ljer informationsytan.
*/
div#help-toggle {
	display:'';
	position: absolute;
	left: 870px;
	text-align: right;
	width: 25px;
}

/*
	Informationsytan till h�ger
*/
div#right-content {
  	z-index: -1;
  	float: left; 
	width: 201px;
	height: 100%;
	padding-left: 12px;
	background: inherit;

}
div#right-content p {
	font-family: Verdana, Arial, Helvetica;
	font-style: italic;
	font-size: 8pt;
	color: #808080;
}

div#right-content ol, div#right-content ul {
	font-family: Verdana, Arial, Helvetica;
	font-style: italic;
	font-size: 8pt;
	color: #808080;
	position: relative;
	left: 16pt;
}
	
div#widecenter-content {
	float: left;
	width: 900px;
	padding: 6px;
	text-align: left;
}

div#widecenter-background {
	float: left;
	width: 912px;
	padding: 0px;
	text-align: left;
}

div.centeredButtonsOuter {
	float:right;	
	position:relative;	
	left: -50%;
}

div.centeredButtonsInner {
	position:relative;
	left: 50%;
}

div.centeredButtonsInner input.button {
	float:left;
}

/* De nya knapparna */

div.buttonStandard {
	position: relative;
	height:24px;
	width: 72px;
}

div#buttonStandardBlue p{
	color: blue; 
	font-weight: normal;	
}

div#buttonStandardGrey p{
	color: grey; 
	font-weight: normal;	
}

div#buttonStandardRed p{
	color: red; 
	font-weight: normal;
}

div.buttonStandard p{
	position: absolute;
	top: 5px;
	left: 0px;
	width: 72px;
	height: 24px;
	font-size: 10px;
	font-weight: normal;
	color: #000; 
	text-align: center;
}

div.buttonStandard b{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 72px;
	height: 24px;
	background-image: url(../images/frame_Button72.png);
	background-repeat: no-repeat;
}

div.buttonStandard span{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 72px;
	height: 24px;	
}

div.buttonWide {
	position: relative;
	width: 96px;
	height: 24px;
}

div.buttonWide p{
	position: absolute;
	top: 5px;
	left: 0px;
	width: 96px;
	height: 24px;
	font-size: 10px;
	font-weight: normal;
	color: #000; 
	text-align: center;
}

div.buttonWide b{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 96px;
	height: 24px;
	background-image: url(../images/frame_Button96.png);
	background-repeat: no-repeat;
}

div.buttonWide span{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 96px;
	height: 24px;	
}

div#buttonWideBlue p{
	color: blue; 
	font-weight: normal;	
}

div#buttonWideRed p{
	color: red; 
	font-weight: normal;
}

div.buttonExtraWide {
	position: relative;
	width: 120px;
	height: 24px;
}

div.buttonExtraWide p{
	position: absolute;
	top: 5px;
	left: 0px;
	width: 120px;
	height: 24px;
	font-size: 10px;
	font-weight: normal;
	color: #000; 
	text-align: center;
}

div.buttonExtraWide b{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 120px;
	height: 24px;
	background-image: url(../images/frame_Button120.png);
	background-repeat: no-repeat;
}

div.buttonExtraWide span{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 12px;
	height: 24px;	
}

div#buttonExtraWideBlue p{
	color: blue; 
	font-weight: normal;	
}

div#buttonExtraWideRed p{
	color: red; 
	font-weight: normal;
}

div#buttonWideGrey p{
	color: grey; 
	font-weight: normal;	
}

div.buttonExtraSmall {
	position: relative;
	height:24px;
	width: 12px;
}

div.buttonExtraSmall p{
	position: absolute;
	top: 5px;
	left: 0px;
	width: 12px;
	height: 24px;
	font-size: 10px;
	font-weight: normal;
	color: #000; 
	text-align: center;
}

div.buttonExtraSmall b{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 12px;
	height: 24px;
	background-image: url(../images/frame_ButtonSmall.png);
	background-repeat: no-repeat;
}

div.buttonExtraSmall span{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 12px;
	height: 24px;	
}

div#buttonExtraSmallGrey p{
	color: grey; 
	font-weight: normal;	
}

div.buttonHelp {
	position: relative;
	width: 54px;
	height: 18px;
}

div.wide {
	width: 72px;
}

div.extrawide {
	width: 83px;
}

div.buttonHelp p{
	position: absolute;
	top: 2px;
	left: 0px;
	width: 54px;
	height: 18px;
	font-size: 10px;
	font-weight: normal;
	color: #000; 
	text-align: center;
}

div.wide p {
	width: 72px;
}

div.extrawide p {
	width: 83px;
}

div.buttonHelp b{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 54px;
	height: 18px;
	background-image: url(../images/frame_ButtonHelp.png);
	background-repeat: no-repeat;
}

div.wide b{
	width: 72px;
	background-image: url(../images/frame_ButtonHelpWide.png);
}

div.extrawide b{
	width: 83px;
	background-image: url(../images/frame_ButtonHelpExtraWide.png);
}

div.buttonHelp span{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 55px;
	height: 12px;	
}

/*
	Generell clear-tag
*/
div.clear {
	clear: both;
	text-align: center;
}
/*
	Ger avst�ngda input gr� bakgrund och svart text
*/
input.disabled {
	background-color: #E6E6E6;
	color: #000000
}
/*
	Container f�r tr�d. Exempelvis organisationstr�d
*/
div.treeContainer {
    position: relative;
    width: 440px;
    top: 0px;
    left: 0px;
    height: 97%;
    padding: 5px;
    border-width: 1px;
    border-style: solid;
    border-color:lightgrey;
    overflow: auto;
    text-align: left;
    float: left;
}

/*
	Tabeller
*/
.tableOuterFrame{
	width: 572px;
	padding: 2px;
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid; 
	border-color: black;
	border-collapse: separate;
}

.tableInnerFrame{
	width: 562px;
	padding: 2px;
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid; 
	border-color: black;
	border-collapse: separate;
}
.textInOuterFrame{
	width: 562px;
}

.tableInnerFrameSmal{
	width: 410px;
	padding: 2px;
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid; 
	border-color: black;
	border-collapse: separate;
}

.tableInnerFrameSmal2{
	width: 570px;
	padding: 2px;
	border-width: 1px;
	border-spacing: 2px;
	border-style: solid; 
	border-color: grey;
	border-collapse: separate;
}

.tableOuterFrame .tableInnerFrameSmal2{
	width: 551px;
}

.tableInnerFrameWide{
	width: 789px;
	padding: 2px;
	border-width: 1px;
	border-spacing: 2px;
	border-style: solid; 
	border-color: grey;
	border-collapse: separate;
}

.tableInnerFrameSmalStatResult{
	width: 720px;
	margin-left: 20px;
	padding: 2px;
	border-width: 1px;
	border-spacing: 2px;
	border-style: solid; 
	border-color: grey;
	border-collapse: separate;
}

.tableInnerFrameYta{
	width: 546px;
	padding: 1px;
	border-spacing: 1px;
}

.tableInnerFrameSmalYta{
	width: 400px;
	padding: 1px;
	border-spacing: 1px;
}
.tableYtaKnapparTjanster{
	width: 568px;
}
.tableContentYtaLeft{
	width: 420px;
	padding: 1px;
	border-spacing: 1px;
}
.tableContentYtaLeftLarge{
	width: 450px;
	padding: 1px;
	border-spacing: 1px;
}
.tableOuterFrameYta{
	width: 562px;
	padding: 2px;
	border-collapse: collapse;
}

.tableContentYtaHela{
	width: 570px;
	padding: 2px;
	border-collapse: collapse;
}

.tableOuterFrameReserakning{
	width: 572px;
	padding: 0px;
	border-width: 1px;
	border-spacing: 1px;
	border-style: solid; 
	border-color: black;

}

.tableInnerFrameReserakning{
	width: 548px;
	padding: 2px;
	border-width: 1px;
	border-spacing: 1px;
	border-style: solid; 
	border-color: black;
}

.tableAgiFields,
.tablePa16Fields {
	width: 300px;
	padding: 2px;
	border-width: 1px;
	border-spacing: 1px;
	border-style: solid;
	border-color: black;
}

/*
	Knappar
*/
.buttonText{
	position: relative;
	bottom: 7px;
	left: 4px;
    margin-right: 4px;
	font-size: small;
}
.buttonTextVidList{
	position: relative;
	bottom: 1px;
	left: 4px;
    margin-right: 4px;
	font-size: small;
}
.buttonTextBlue{
	position: relative;
	bottom: 7px;
	left: 4px;
    margin-right: 4px;
	font-size: small;
	color: blue;
}

.buttonSendText{
	position: relative;
	bottom: 7px;
	left: -60px;
	font-size: small;
}

.verktygsKnappar{
	position: relative;
	text-align: left;
	float: right;
	width:100px;
}

.verktygsKnappar.statusKnappar{
	width: 103px;
}
.verktygsKnappar.statusKnappar table{
	border-collapse: collapse;
}

.verktygsKnappar.statusKnappar td{
	padding: 5px;
}

.textYtaHelaBredd{
	width: 562px;
}

.verktygsKnapparToRight{
	position: relative;
	right: 10px;
	float: right;
}
.verktygsKnapparKontering{
	position: relative;
	left: 75px;
	float: left;	
}

.skickaKnapp{
	position: relative;
	left: 10px;
	float: left;
}

.imageButton{
	width: 24px;
	height: 24px}

.imageButtonLiten{
	width: 16px;
	height: 16px}
.buttonLiten {
	width: 61px;
	height: 18px}

.imageButtonVidList{
	width: 24px;
	height: 24px;
	position: relative;
	bottom: -6px}

.button {
	/*background: url(../images/greenButton.png) no-repeat;*/
	background-color: inherit;
	width: 72px;
	height: 34px;
	font-family: Arial, "Verdana", Helvetica;
	font-size: 8pt}

.blueButton {
	background-color: #ececab;
	width: 72px;
	height: 24px;
	font-family: Arial, "Verdana", Helvetica;
	font-size: 8pt;
	color: blue}
.redButton {
	background-color: #ececab;
	width: 72px;
	height: 24px;
	font-family: Arial, "Verdana", Helvetica;
	font-size: 8pt;
	color: red}	
.xsmallButton {
	background-color: #ececab;
	width: 20px;
	height: 24px;
	font-family: Arial, "Verdana", Helvetica;
	font-size: 8pt}
.wideButton {
	background-color: #ececab;
	width: 90px;
	height: 24px;
	font-family: Arial, "Verdana", Helvetica;
	font-size: 8pt}
.wideBlueButton {
	background-color: #ececab;
	width: 90px;
	height: 24px;
	font-family: Arial, "Verdana", Helvetica;
	font-size: 8pt;
	color: blue}
.defaultWidthButton {
	background-color: #ececab;
	height: 24px;
	font-family: Arial, "Verdana", Helvetica;
	font-size: 8pt}
.defaultBlueWidthButton {
	background-color: #ececab;
	height: 24px;
	font-family: Arial, "Verdana", Helvetica;
	font-size: 8pt;
	color: blue}
	
.textAreaReadOnly {
	font-family: "Verdana", Arial, Helvetica;
	border-style: solid;
	border-width: 1px;
	border-top-width: 1px;
	border-color: lightblue;
	background-color: transparent;
	padding-left: 3px;
	margin-top: 0;
	width: 100%}
.selectListFixedWidth {width:340px}
.selectListFixedWidthWide {width:420px}
.selectListFixedWidthExtraWide {width:520px}
.label {
	font-family: "Verdana", Arial, Helvetica;
	font-size: 10pt}
.smallLabel {
	font-family: "Verdana", Arial, Helvetica;
	font-size: 8pt}
.multiSelectNoScroll{}
.verySmallLabel {
	font-family: "Verdana", Arial, Helvetica;
	font-size: 6pt}
	
.infoStyle {
  border-style:outset ;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-color: rgb(0,102,102);
	background-color: transparent;
  	padding-top: 6px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 6px;  
	width: 556px;
}

.infoStyle .infoStyle {
	width: 542px;
	border-right-width: 1px;
	border-bottom-width: 1px;
} 

.infoStyle ol, .infoStyle ul {
	position: relative;
	left: 16pt;
}

.infoLabelStyle {
	background-color: transparent;
	padding-top: 6px;
	width: 556px;
 }
 
 .infoStyle small {
	margin-left:0px;
}
 
.lonerevisionTableHead {
	 background-color:#D4DEEB;
	 /*background-color:#EEEECC;*/
	 border-width:1px;
	 font-size: small;
	 border-style:inset;
	 width:400px;
	}

.lonerevisionTableRow {
	 border-width:1px;
	 font-family: "Verdana", Arial, Helvetica;
	 font-size: small;
	 border-style:inset   ;
	}

.lonerevisionTitle {
	 font-family: Arial, Helvetica;
	 font-size:large;
	}
.lonerevisionPersonTableRowOdd {
	 border-width:1px;
	 font-family: "Verdana", Arial, Helvetica;
	 font-size: small;
	 background-color:rgb(226,226,226);
	 border-style:inset   ;
	}
.lonerevisionPersonTableRowEven {
	 border-width:1px;
	 font-family: "Verdana", Arial, Helvetica;
	 font-size: small;
	 border-color: transparent ;
	 border-style:inset;
	 }
.lonerevisionTableColumn {
	 border-width:1px;
	 font-family: "Verdana", Arial, Helvetica;
	 font-size: small;
	 border-style:inset   ;
	}
.lonerevisionTableColumnReadOnly {
	 border-width:1px;
	 font-family: "Verdana", Arial, Helvetica;
	 font-size: small;
	 border-style:inset   ;
	 background-color:rgb(240,240,240);
	 text-align:left;
	 width:200px;
	}

.lonerevisionTableColumnReadOnlyNumber {
	 border-width:1px;
	 font-family: "Verdana", Arial, Helvetica;
	 font-size: small;
	 border-style:inset   ;
	 background-color:rgb(240,240,240);
	 text-align:right;
	 width:200px;
	 }
 
.lonerevisionTableColumnError {
	 border-width:1px;
	 font-family: "Verdana", Arial, Helvetica;
	 font-size: small;
	 border-style:inset   ;
	 background-color: red
	}
.lonerevisionTableColumnReadOnlyDisabled {
	 border-width:0px;
	 font-family: "Verdana", Arial, Helvetica;
	 background-color:transparent;
	 text-align:right;
	}
.lonerevisionTableColumnReadOnlySummerat {
	 border-width:1px;
	 font-family: "Verdana", Arial, Helvetica;
	 border-style:inset;
	 color:black;
	 background-color:yellow;
	 /*background-color:#EEEECC;*/
	 text-align:right;
	}
.menuRow {
 /*cursor:hand;*/
	 font-family:verdana;
	 font-size:12px;
	 font-weight:normal; 
	 text-decoration:none;
	 color:black; 
	}

.red { background-color: red;}
.controlRow {
	float: right;	
	display: table;
}

.controlRow .controlElement {
	display: table-cell;
	vertical-align: middle;
}

.controlRow span, .controlRow input, .controlRow .buttonStandard, .controlRow img, .controlRow select{
	float: left;
	margin: 2px;
	}
	
.controlElement input {
	margin-top: 2px;
	}

small {
	margin-left: 4px;
	margin-right: 8px;
}

.infoStyle small {
	margin-left: 0px;
}

.submitLink {
   color: blue;
   background-color: transparent;
   text-decoration: underline;
   border: none;
   cursor: pointer;
   cursor: hand;
}

.ui-resizable-helper {
	border: 2px solid gray;
}

#barChart, #donutChart{
	height:99%;
	width:99%;
	position:relative;'
}
#barResize, #donutResize{
	/*min-height: 700px;
	height:auto!important;*/
	/*height:700px;*/
	height: 800px;
	width: 710px;
	padding-bottom: 9px;
	margin-bottom: 5px;
}

.center-bg {
	background-color: inherit;
}

/* Ramf�rg i vissa tabeller */
.frame-color {
	background-color: grey;
}
#barResize{
	width: 705px;
	padding-left: 5px;
}
.nyckeltalknappar{
	width: 720px;
}

div.buttonDisabled b{
	background-color: lightgrey !important;
}

/* top, right, bottom, left*/
td.padded{
padding:1px 2px 1px 2px;
}

/* top, right, bottom, left*/
td.paddedXtra{
padding:2px 4px 2px 4px;
}

td.right {
	text-align: right;
}

.ui-dialog-titlebar {
	background: #BFCBDF !important;
}
.ui-dialog * {
	font-size: 12px !important;
}

.ui-dialog.block * {
	text-align: center;
}

/* De �nnu nyare knapparna */
input.button{
	position: relative;
	height:24px;
	width: 72px;
	border: 0px;
	padding: 0px;
	display:block;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000; 
	text-align: center;
	background-image: url(../images/frame_Button72.png);
	background-repeat: no-repeat;
	background-color: #BFCBDF;
	cursor: pointer;
}

input:disabled{
	background-color: lightgrey !important;
	cursor: not-allowed;
}

input.left{
	float:left;
}

input.right{
	float:right;
}

input.blue{
	color: blue !important;
}

input.grey{
	color: grey !important;
}

input.red{
	color: red !important;
}

input.wide {
	width: 96px;
	background-image: url(../images/frame_Button96.png);
}

input.extraWide {
	width: 120px;
	background-image: url(../images/frame_Button120.png);
}

input.extraSmall {
	width: 12px;
	background-image: url(../images/frame_ButtonSmall.png);
}

table#beslutsruta tr{
	height:18px;
	valign:middle;
}

table#beslutsruta td{
 padding: 2px;
}

table.kontrolluppgift{
	table-layout: fixed;
}

table.kontrolluppgift table th{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
}


table.kontrolluppgift td{
	vertical-align: top;
}

table.kontrolluppgift table{
	width:100%;
	table-layout: fixed;
	border-radius: 4px;
	-moz-border-radius: 4px;
	margin-top: 10px;
	border-spacing: 0px;
}

table.kontrolluppgift table td{
	font-size: 0.7em;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	border-left: solid black 1px;
	border-bottom: solid black 1px;
	padding: 4px;
}

table.kontrolluppgift table tr.top td{
	border-top: solid black 1px;
}
table.kontrolluppgift table tr td:last-child{
	border-right: solid black 1px;
}

table.kontrolluppgift table tr.top td:first-child{
	border-top-left-radius: 4px;
	-moz-border-top-left-radius: 4px;
}
table.kontrolluppgift table tr.top td:last-child{
	border-top-right-radius: 4px;
	-moz-border-top-right-radius: 4px;
}
table.kontrolluppgift table tr:last-child td:first-child{
	border-bottom-left-radius: 4px;
	-moz-border-bottom-left-radius: 4px;
}
table.kontrolluppgift table tr:last-child td:last-child{
	border-bottom-right-radius: 4px;
	-moz-border-bottom-right-radius: 4px;
}

table.kontrolluppgift table td b, table.kontrolluppgift table td span{
	vertical-align: top;
}

table.kontrolluppgift td:last-child:not(:first-child) table{
	margin-left: 10px;
}

.konteringar td{
	padding-right: 5px;
}

.konteringsknappar{
	width: 102px;
}

.kompetensprofil{
	border-collapse:collapse;
	width:100%;
}

.kompetensprofil *{
	padding: 3px;
}

.kompetensprofil th{
	text-align: left;
	border-bottom: 1px solid black;
}

.kompetensprofil th:last-child,
.kompetensprofil td:last-child {
	border-left: 1px solid black;
}

.tableWithSpace th, .tableWithSpace td{
	padding: 2px;
	margin: 2px;
}

#ui-datepicker-div{
	font-size: 11px;
}

.ui-widget-content td.ui-datepicker-helgdag a,
.ui-widget-content td.ui-datepicker-week-end a{
	background-color: #cd0a0a;
	background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
	color: #cd0a0a;
}

.inline{
	display:inline;
}

input.button.inline{
	display:inline;
}

span.combobox-konto{
	font-size: 0.7em;
}

.k-list-container{
	white-space: nowrap !important;
	width: auto!important;
	overflow-x: hidden !important;
}

.k-list{
	overflow-x: hidden !important;
	overflow-y: auto !important;
	width:auto !important;
}

/* F�r de dubbla raderna i jqgrid*/
.ui-jqgrid tr.footrowurval td {
    font-weight: bold;
    overflow: hidden;
    white-space:nowrap;
    height: 21px;
    padding: 0 2px 0 2px;
    border-top-width: 1px;
    border-top-color: inherit;
    border-top-style: solid;
}
