﻿/* Cascading Stylesheet */

body {
	background-color: #fff;
	background-image: url("../images/hd_lunchexpress.gif");
	background-repeat: repeat-x;
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	font-style: italic;
	line-height: 1.2em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Adobe Garamond Pro", Garamond, serif;
	line-height: 1.5em;
	margin: 0.5em 0;
}

h1 {
    font-size: 2.8em;
    font-weight:normal;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5 {
    font-size: 1em;
}

h6 {
    font-size: 0.8em;
}

hr { display: block; height: 1px; border: 0; border-top: 1px solid #d8d9da; margin: .5em 0; padding: 0; clear: both; }

p {
    margin: 1.5em 0;
    line-height:1.4em;
    font-size:0.87em;
}

table th, table td {
    padding: 2px;
}
    
a {
	font-weight: bold;
	text-decoration: none;
	color:#00703C;
}

a:hover {
	font-weight: bold;
	text-decoration: underline;
}

hr {  }

strong, b {
    font-weight:bold;
}
    
em, i, italic {
    font-style:italic;
}

u {
    text-decoration: underline;    
}    

strike {
    text-decoration: line-throug;    
}

small {
    font-size: xx-small;
}

big {
    font-size: xx-large    
}

sub {
    vertical-align: super;
    font-size: xx-small;
}

sup {
    vertical-align: sub;
    font-size: xx-small;
}

center {
    text-align:center;    
}

dd { 
    text-indent: 20px;
}

.float-menu {
    list-style: none;
    margin: 10px 0;
}

.float-menu li {
    float: left;
    margin-left: 10px;
}

.rssitem span {
	display: none;
}

.content100percent {
    clear: both;
}

.content50percent {
    float: left;
    width: 308.5px;
    margin-right: 5px;
}

.content66percent {
    float: left;
    width: 413px;
    margin-right: 5px;
}

.content33percent {
    float: left;
    width: 260px;
    margin-right: 5px;
    margin-left: 5px;
}

/* CRUMB TRAILS */

#crumbs {
	padding-bottom: 4px;
	margin-bottom: 10px;
	border-bottom: dashed 1px #666666;
	float: left;
}

#crumbs .crumb {
    color: gray;
    text-decoration: none;
    font-weight: bold;
}

#crumbs .crumb:hover {
    color: #B60C20;
    text-decoration: underline;
    font-weight: bold;
}

#crumbs .activeCrumb {
    color: #B60C20;
    text-decoration: none;
    font-weight: bold;
}

#crumbs .activeCrumb:hover {
    color: #B60C20;
    text-decoration: underline;
    font-weight: bold;
}

/* GENERAL DESIGN ELEMENTS */

#wrapper {
    width: 820px;
    margin: 0 auto;
}

#logowrapper {
    padding-top: 50px;
    margin-bottom: 40px;
    text-align: center;
}

#slideshow {
    width: 820px;
    height: 300px;
}

#content {
    float: left;
    width: 635px;
    padding-left: 10px;
    background: url("../images/ikDottedGray.gif") repeat-y left top;
    overflow: hidden;
}

#footer {
    height: 50px;
    background-image: url("../images/im_footer.gif");
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

#footer img.beta {
    position: absolute;
    margin-left: 30px;
}

#footer div.footer {
    padding-top: 37px;
    text-align: center;
    color: #B0B0B0;
    font-size: 0.8em;
}

/* CLASSES */

.clear {
    clear: both;
}

.clear-left {
    clear: left;
}

.clear-right {
    clear: right;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.margin-0 {
    margin: 0;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.roundedBox {
    background: #fff;
}

.roundedBox div.roundedBoxTop {
    background-image: url("../images/ikRoundedRight.gif");
    background-repeat: no-repeat;
    background-position: right top;
    font-size: 1px;
}

.roundedBox div.roundedBoxTop div {
    background-image: url("../images/ikRoundedLeft.gif");
    background-repeat: no-repeat;
    background-position: left top;
    height: 10px;
}

.roundedBox div.roundedBoxTop div div {
    background-image: url("../images/ikRoundedBorder.gif");
    background-repeat: repeat-x;
    background-position: center top;
    margin: 0 10px;
}

.roundedBox div.roundedBoxContent {
    padding: 5px 15px;
}

.roundedBox div.roundedBoxBottom {
    background-image: url("../images/ikRoundedRight.gif");
    background-repeat: no-repeat;
    background-position: right bottom;
    font-size: 1px;
}

.roundedBox div.roundedBoxBottom div {
    background-image: url("../images/ikRoundedLeft.gif");
    background-repeat: no-repeat;
    background-position: left bottom;
    height: 10px;
}

.roundedBox div.roundedBoxBottom div div {
    background-image: url("../images/ikRoundedBorder.gif");
    background-repeat: repeat-x;
    background-position: center bottom;
    margin: 0 10px;
}

input {
    border: 1px solid #b4d7c7;
    margin-bottom:5px;
    font-size: 0.9em;
    -moz-box-shadow: inset -1px -1px 1px #f1f1f1;
	-webkit-box-shadow: inset  -1px -1px 1px #f1f1f1;
    box-shadow: inset -1px -1px 1px #f1f1f1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

input.checkbox {width: 20px;}

textarea {
    border: 1px solid #b4d7c7;
    margin-bottom:5px;
}

select {
    border: 1px solid #b4d7c7;
    margin-bottom:5px;
    font-size:0.9em;
    font-family:Arial, Verdana, Sans-Serif;
    padding: 1px 0px;
    -moz-box-shadow: inset -1px -1px 1px #f1f1f1;
	-webkit-box-shadow: inset  -1px -1px 1px #f1f1f1;
    box-shadow: inset -1px -1px 1px #f1f1f1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.submit {
    border:1px solid #b4d7c7;
    background:#cff8e5;
    cursor:pointer;
    color:#231F20;
    font-size:12px;
    font-family:Arial, Verdana, Sans-Serif;
}

/* Kundsidorna */

/* Lista över enhet/brukare */

div.filter-panel { font-size: 0.9em; padding: 8px;
                   -webkit-border-radius: 4px;
                    -moz-border-radius: 4px;
                    border-radius: 4px; }
div.filter-panel select { width: 150px; margin-right: 40px; }
div.filter-panel table tr td.title { width: 100px; }
div.filter-panel table tr td.content { padding: 10px 20px 10px 0;}

table.table-lines th { padding: 6px 2px 6px 4px; border-bottom: 1px solid #00703C; text-align: left;
                       background: #6bba70; /* Old browsers */
                        background: -moz-linear-gradient(top, #6bba70 0%, #58a360 100%); /* FF3.6+ */
                        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6bba70), color-stop(100%,#58a360)); /* Chrome,Safari4+ */
                        background: -webkit-linear-gradient(top, #6bba70 0%,#58a360 100%); /* Chrome10+,Safari5.1+ */
                        background: -o-linear-gradient(top, #6bba70 0%,#58a360 100%); /* Opera11.10+ */
                        background: -ms-linear-gradient(top, #6bba70 0%,#58a360 100%); /* IE10+ */
                        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6bba70', endColorstr='#58a360',GradientType=0 ); /* IE6-9 */
                        background: linear-gradient(top, #6bba70 0%,#58a360 100%); /* W3C */                        
                       }
                       
table.table-lines th.first { 
                    -webkit-border-radius: 4px 0 0 0;
                    -moz-border-radius: 4px 0 0 0;
                    border-radius: 4px 0 0 0;
                    }
table.table-lines th.last {
                    -webkit-border-radius: 0 4px 0 0;
                    -moz-border-radius: 0 4px 0 0;
                    border-radius: 0 4px 0 0;
                    }

table.table-lines td { font-size: 0.9em;padding: 6px 2px 6px 4px; border-bottom: 2px solid #e9e9e9; border-right: 1px solid #e9e9e9; }


/* Redigera formulärsidan */

table.input-form tr.separator td {height: 0; padding: 0; }
table.input-form tr td.title { width: 100px; }
table.input-form tr td input.narrow { width: 50px; }
table.input-form tr td input.mid-length { width: 75px; }
table.input-form tr td input, table.input-form tr td select { width: 200px; padding: 3px 0; }
table.input-form tr td input.checkbox { width: 20px; padding: 0; margin: 0; }
table.input-form tr td { padding: 2px 0;}

div.small-box { font-size: 0.9em; padding: 10px; background: #e9e9e9; width: 260px;
                   -webkit-border-radius: 4px;
                    -moz-border-radius: 4px;
                    border-radius: 4px;}
div.small-box h2, div.small-box h3 {margin: 0; padding: 0;} 
                    
div.small-box table.input-form tr td.title { width: 70px; }



