﻿
 .ratingEmpty { background-image: url(images/ratingEmpty.png); width: 16px; height: 16px; }
 .ratingWait { background-image: url(images/ratingWaiting.png); width: 16px; height: 16px; }
 .ratingDone { background-image: url(images/ratingDone.png); width: 16px; height: 16px; }


.potentialer {
    border: solid 1px silver;
    color: #EA8520;
}
.tilbud_ok {
    background-color: lightgreen;
}
.tilbud_warning {
    background-color: yellow;
}
.tilbud_error {
    background-color: lightcoral;
}
.tilbud_ignore {
    /* background-color: white; */
}
.ramme { 
    margin-bottom: 10px;
    background: #e0e0e0;
}

.rammetop {
    background: #cc6600;
    font-weight: bold;
    padding: 4px;
}

.skemainfo 
{
    border: dotted 1px gray;
    background-color: #f0f0f0;
    padding: 10px;
    margin-bottom: 10px;
}
.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: 1px solid #c0c0c0;
    padding: 10px;
    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
{
	text-align: left;
	margin: 10px;
	background-color: #ffffff;
}
.indhold
{
	overflow-x: hidden;
	overflow-y: auto;
	padding-right: 8px;
} 
.indhold h3 
{
	padding-top: 0;
	margin-top:0;
}
.indhold input 
{
    border: solid 1px #a0a0a0;
	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: 8px;
	x-border-left: dotted 1px #c0c0c0;
}
.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;
}

.cellodd  
{
    border-left: solid 1px white;
    background-color: #FFf000;
}

.cell  
{
    padding: 2px;
    border-right: solid 1px white;
    border-top: solid 1px white;
	background-color: #FFCC00;
}
/* 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;
}

.indholda
{
	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;
}