pre
{
	width: 500px;
	overflow: hidden;
}
/* fremhæv vigtige ting på velkomstsiden */
.supermark
{
	border: dotted 1px silver;
}
.mark
{
	color: #EA8520;
}

.toprow
{
	background-color: #EA8520;
	color: Black;
}
.vertical
{
	writing-mode: tb-rl;
	text-align: right;
}
/* plain textarea editor for Standardtext menu */
.textareaedit
{
	height: 350px;
	width: 600px;
}

/*  gridview */
.gridedit
{
}
.grideditTelefon
{
	width: 55px;
}
.grideditDrop
{
	width: 100px;
}
.grideditSmall
{
	width: 32px;
}
.grideditNormal
{
	width: 100px;
}
.behandler
{
	font-weight: bold;
}

.plan_tilbud
{
	background-color: Yellow;
}
.plan_klar
{
	background-color: green;
}
.plan_lukket
{
	background-color: red;
}

.toolbar
{
	background-color: silver;
	padding: 4px;
	margin-top: 8px;
	margin-bottom: 8px;
	border: 3px outset silver;
	width: 100%;
	white-space: nowrap;
}

.fejl
{
	color: Red;
}

.success
{
	color: Gray;
}
textarea
{
	font-family: Verdana;
	font-size: 8pt;
	overflow: auto;
}

.kal_top_row
{
	background-color: #EA8520;
	color: Black;
}
.kal_dag_navn
{
	height: 32px;
	width: 64px;
}
.kal_uge
{
	height: 32px;
	padding: 4px;
	border-right: solid 1px black;
}
.kal_dag_date_u
{
	color: black;
	font-family: Verdana;
	font-size: 12pt;
}
.kal_dag_date_u a
{
	font-size: 14pt;
	text-decoration: none;
	color: black;
}
.kal_dag_date_a a
{
	font-size: 14pt;
	text-decoration: none;
	color: #404040;
}
.kal_dag_date_a
{
	color: #404040;
	font-family: Verdana;
	font-size: 12pt;
}

.kalender
{
	border-color: Black;
	border-collapse: collapse;
	border-style: solid;
}
.logininfo
{
	text-align: right;
	color: #808080;
	font-size: 8pt;
	font-family: Verdana;
}

P
{
	margin: 0px;
}

BODY
{
	position: relative;
	top: 0;
	left: 0;
	z-index: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}


TD
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
th
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
}

H1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}
H2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	margin-bottom: 2px;
}

.error
{
	color: Orange;
}

.error2
{
	width: 100%;
	color: white;
	background-color: #808080;
	border: solid 1px #000000;
}

.inputstyle
{
	font-family: arial,tahoma,verdana;
	font-size: 10pt;
	font-weight: normal;
}
.buttonscontainer
{
	width: 150px;
}

.mainmenu
{
	background-color: #EA8520;
	width: 200px;
}
.maindiv
{
	text-align: left;
	padding: 10px;
	height: 600px;
}
.dtable
{
	border-collapse: collapse;
	border: solid 1px black;
	background-color: #EA8520;
}

.dtop
{
	font-weight: bold;
	font-size: 10pt;
	color: White;
	background-color: Black;
	text-align: center;
}
.dlabel
{
	text-align: right;
}
.daction
{
	border-top: dotted 1px black;
	text-align: center;
}

/* =============== kalender ================ */

.k_table
{
	collapse-border: collapse;
}
.k_topfys
{
	width: 60px;
	text-align: center;
	font-weight: bold;
	border-left: solid 1px black;
	border-bottom: solid 1px black;
}
.k_topxtra
{
	border-left: solid 1px black;
	border-bottom: solid 1px black;
	width: 80px;
}
.k_rowday
{
	height: 20px;
}
.k_cellday
{
	font-size: 12pt;
	border-bottom: solid 1px black;
	font-weight: normal;
}
.k_cell
{
	text-align: center;
	border-bottom: solid 1px black;
	border-left: solid 1px black;
	font-size: 8pt;
	font-family: Tahoma;
	width: 70px;
}
.k_cell2
{
	text-align: center;
	font-size: 8pt;
	font-family: Tahoma;
	width: 70px;
}
.k_cellxtra
{
	text-align: left;
	border-bottom: solid 1px black;
	border-left: solid 1px black;
	width: 80px;
}
.k_tom
{
	text-align: center;
	background-color: lightgreen;
}
.k_edit
{
	cursor: pointer;
}
.k_week
{
	background-color: lightblue;
}
.k_fast
{
	background-color: #ffffc8;
	background-position: right top;
	background-repeat: no-repeat;
}
.k_loes_ledig
{
	background-color: lightgreen;
}
.k_loes_Helligdag
{
	background-color: lightblue;
}
.k_loes_Fridag
{
	background-color: tomato;
}
.k_loes_Aftale
{
	background-color: yellow;
}
.k_loes_FastAftale
{
	background-color: white;
}
.k_grafik_flag
{
	background-image: url(images/icon_flag.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
.k_grafik_stjerne
{
	background-image: url(images/icon_star.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
.k_grafik_advarsel
{
	background-image: url(images/icon_warn.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
.k_uge
{
	margin-left: 4px;
	font-size: 26pt;
	color: lightgreen;
	z-index: 1;
	width: 80px;
	position: absolute;
}
.k_loesdialog
{
	position: absolute;
	z-index: 10;
	display: none;
	background-color: #e0e0e0;
	border: solid 2px black;
	width: 240px;
}
.k_loeslaes
{
	width: 100%;
	overflow: hidden;
}
.clip
{
	overflow: hidden;
	width: 70px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.brugerliste
{
	white-space: nowrap;
}

.hidden
{
	display: none;
}

.partspm
{
	background-color: #999999;
}
.partskema
{
	background-image: url(images/panel.png);
}

.border
{
	border: solid 1px #000000;
}

.maxedit
{
	width: 100%;
}