﻿html
{
	height:100%;
}

body 
{
	font-family: Verdana;
	font-size: 12px;
	color: #101010;
	scrollbar-arrow-color: #050416;
	scrollbar-3dlight-color: #70A88F;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-face-color: #f0f8ff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #749976;
	scrollbar-track-color: #f5f5f5;
	height:100%
}

.td
{
	background-color: White;
}

.largetextHeader
{
	font-size: 16px;
}

.largetext
{
	font-size: 12px;
}

.smalltext
{
	font-size: 10px;
	color: green;
}

.inputbox
{
	border: solid 1px black;
	height: 16px;
}

.inputboxdotted
{
	border: dotted 1px black;
	height: 16px;
}

.inputboxrightaligned
{
	border: solid 1px black;
	height: 16px;
	text-align: right;
}

A
{
	color: Black;
	text-decoration: underline;
}

.lvHeader
{
	background-color: #98AE87;
}

.lvAlternatingRow
{
	background-color: #E5E5E7;
}

.lvEditingRow
{
	background-color: #FEDC8C;
	border: solid 1px red;
}

.lvSelectedRow
{
	background-color: #DBEEF3;
	border: solid 1px red;
}

.lvTable
{
	border: solid 1px silver;
}

.button
{
	border: solid 1px black;
}

.inaktivtfelt
{
	background-image:url("./images/background-body.png");
	background-repeat:repeat-x;
	color: White;
}

.modalBackground
{
	background-color:#98AE87;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.popuptitletd
{
	background-color: #90BB86;
	height: 20px;
	width: 350px;
}

.popuptable
{
	width: 350px;
	background-color: White;
	border: solid 1px black;
}

.popuptablenowidth
{
	background-color: White;
	border: solid 1px black;
}

.SelectedListviewItem
{ 
	background-color: #E4F1DC;
}

.invisible
{
	display: none;
}

.dottedborder
{
	border: dotted 1px silver;
}

.disabledcontrol
{
	color: Black;
	text-decoration: none;
	cursor: default;
}

.chkBox
{
	margin:-4px;
	vertical-align:middle;
}

.inaktivlink
{
	color: gray;
	text-decoration: underline;
}

.warning
{
	color: Red;
}
	
.onlyprint
{
	display: none;
}

.iPadForside
{
	color:black;
	background-color:#90BB86;
	display:block;
	width:100%;
	text-align:center;
	line-height:30px;
}

.PanelDesktopKalenderIndholdCollapsed
{
	height:56px;
	overflow:hidden;
}

/*.PanelDesktopKalenderIndholdExpanded
{
	
}*/

.PanelVis
{
	font-size: 10px;
	color: green;
	cursor: pointer;
}

.greentext
{
	color: green;
}

.tbPivot{
	border-collapse:collapse;
	border:1px solid #000000;
}

.tbPivot td{
	border:1px solid #000000;
}

.textSmall, .textSmall > span {
	font-size: 10px;
}