﻿.skemadiv {
    height: 500px;
    padding-right: 20px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.spanskala {
    color: white;
    text-shadow: black 0.1em 0.1em 0.2em;
    display: inline-block;
    text-align: center;
    overflow-y: hidden;
    overflow-x: hidden;
}
.skemainfo 
{
    border: dotted 1px gray;
    background-color: #f0f0f0;
    padding: 10px;
    margin-bottom: 10px;
}
.besvarkommentar 
{
	font-style: italic;
	color: #808080;
}
.indholda
{
	text-decoration: none;
	color: #cc6600;
}
.indholda:hover
{
	text-decoration: none;
	border-bottom: dotted 1px #cc6600;
}

.error 
{
	color: #cc6600;
}
.imgnote
{
	cursor: pointer;
	float: right;
	vertical-align: super;
}
.skema_altrow
{
	background-color: #fffff0;
}
.skema_normalrow
{
	background-color: #ffffc0;
}
.nowrap
{
	white-space: nowrap;
}
.invisible
{
	display: none;
}
.mainpicture
{
    float: right;
    margin-left: 20px;
}

.skygge
{
}

.main
{
    background-color: #ffffff;
    font-size: 11px;
	text-align: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.MainLeft
{
    border: 1px solid #c0c0c0;
    padding: 10px;
    background-image: url(images/panel.png);
    background-repeat: repeat-x;
}
.MainRight 
{
    border: none;
    padding: 0px;
    background-image: url(images/panel.png);
    background-repeat: repeat-x;
}

.tilfredshed
{
	color: Green;
}
.kasse
{
	background-color: White;
	margin: 10px;
	text-align: left;
}
.top
{
	margin: 0px;
	padding: 0px;
	overflow: hidden;
    margin-right: auto; 
    margin-left:auto
}

.box
{
}
.boxtitle
{
	text-align: left;
	font-weight: bold;
}
.boxcontrol
{
	text-align: left;
}
.boxcommandcell
{
	text-align: center;
	vertical-align: middle;
	padding-top: 8px;
}
.apvcommandrow
{
	text-align: center;
	vertical-align: middle;
	padding-top: 8px;
	margin-top: 8px;
}

.toptext
{
	font-size: large;
    color: #939598;
    margin-top: 30px;
}

.midt
{
}
.indhold
{
	overflow-x: hidden;
	overflow-y: auto;
}
.indhold h3
{
	padding-top: 0;
	margin-top: 0;
}
.indhold input
{
	font-family: Verdana;
	font-size: small;
}
.noborder input
{
	border: none 0px;
}
.indhold ul
{
	list-style-position: outside;
	list-style-image: none;
	list-style-type: square;
	margin-top: 0px;
}

.indhold b
{
	font-weight: bold;
	color: #cc6600;
}

.indhold strong
{
	font-weight: bold;
	color: #cc6600;
}

.indhold h1
{
	color: #cc6600;
	font-weight: bold;
	font-size: 140%;
	margin-bottom: 8px;
	margin-top: 0px;
}

.indhold h2
{
	color: #cc6600;
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 8px;
	margin-top: 0px;
}
.indhold p
{
	margin-top: 0px;
	margin-bottom: 6pt;
}

.indhold textarea
{
	font-size: small;
	font-family: Verdana;
}
.sidebar
{
	text-align: left;
	padding-left: 15px;
}
.bund
{
	text-align: center;
	font-size: 90%;
    color: gray;
}
.innerbund
{
	padding: 12px 8px 8px 0px;
}

.bund a
{
	text-decoration: none;
	color: #cc6600;
	border-bottom: dotted 1px #cc6600;
}

.menu
{
	vertical-align: bottom;
}
.menu a
{
	text-decoration: none;
}

.menustruktur
{
    height: 30px;
}

.menurow
{
     background-color: #e0e0e0;
}

.menupunktcell
{
    padding-left: 2px;
    padding-right: 2px;
}
.menupunkt_div
{
	white-space: nowrap;
	padding: 4px;
}
.menupunkt
{
	white-space: nowrap;
    padding: 0px 0px 2px 0px;
}

.menupunkt_aktiv
{
	color: #000000;
    font-weight: bold;
}

.menupunkt_inaktiv
{
	color: #000000;
}
.menupunkt_inaktiv a
{
	text-decoration: none;
    color: #000000;
}

.menupunkt_inaktiv_hover
{
    color: black;
	cursor: pointer;
}

/* bruges til html edit mode i freetextbox */
.code
{
	font-family: Courier New;
	font-size: 10pt;
}
.mainEdit
{
	font-size: 10pt;
	font-family: Verdana;
}

/* knapper i detailviews */
.button
{
}

.menupunkt_inaktiv_hover a
{
	color: White;
}

.indhold a
{
	text-decoration: none;
	color: #cc6600;
}
.indholda:hover
{
	text-decoration: none;
	border-bottom: dotted 1px #cc6600;
}

.indhold a 
{
	text-decoration: none;
	color: #cc6600;
}

.indhold a:hover
{
	text-decoration: none;
	border-bottom: dotted 1px #cc6600;
}
.indhold a:active
{
}
.indhold a:visited
{
}
.indhold a:link
{
}
.hidden
{
	display: none;
}