﻿a,
a:visited,
a:link,
a:active,
a:hover
{
	color: navy;
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

table
{
	color: Navy;
	font-size: 10;
	font-family: Verdana;
}

td
{
	color: Navy;
	font-size: xx-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}

.Header
{
	color: Navy;
	font-size: 16;
	font-weight: bold;
	font-family: Verdana;
}

.NormalLabel
{
	color: Navy;
	font-size: 10;
	font-family: Verdana;
}

.SuccesLabel
{
	color: Green;
	font-size: 10;
	font-family: Verdana;
}

.ErrorLabel
{
	color: Red;
	font-size: 10;
	font-family: Verdana;
}

.NormalTextBox
{
	font-size: 10px;
	font-family: Verdana;
	background-color: white;
	border: window-inset 2px black;
	color: Navy;
	height: 14;
}

.ErrorTextBox
{
	font-size: 10px;
	font-family: Verdana;
	background-color: yellow;
	border-color: Red;
	border: window-inset 1px;
}

.LockedTextBox
{
	font-size: 10px;
	font-family: Verdana;
	background-color: WhiteSmoke;
	border: window-inset 1px black;
}

.LabeledTextBox
{
	font-size: 10px;
	font-family: Verdana;
	background-color: transparent;
	border: none;
}

.NormalButton
{
	color: Navy;
	font-size: 9px;
	font-family: Verdana;
	font-weight: normal;
	background-color: #f2f2f0;
	cursor: pointer;
	height: 16;
	border: outset 1px;
}

.DialogHeader
{
	color: whitesmoke;
	font-size: 11;
	font-family: Verdana;
	font-weight: bold;
}

.DropDown
{
	font-size: 9px;
	font-family: Verdana;
	background-color: white;
	border: window-inset 1px;
}

.DropDownError
{
	font-size: 9px;
	font-family: Verdana;
	background-color: white;
	border-color: Red;
	border: window-inset 1px;
}

.HeaderField
{
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-color: Navy;
	background: white;
}

.HeaderFieldTop
{
	border-top-style: solid;
	border-top-width: 1px;
	border-color: Navy;
	background: white;
}

.HeaderFieldButtom
{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-color: Navy;
	background: white;
}

.Registrering
{
	background: WhiteSmoke;
	height: 24px;
}

.AktivRegistrering
{
	border-color: Orange;
	border-style: solid;
	border-width: 1px;
	background: WhiteSmoke;
	height: 24px;
}

.RegistreringSeperator
{
	background: White;
	height: 4px;
}

.KundeKort
{
	background: whitesmoke;
}

.KmoKundeKort
{
	background: whitesmoke;
}

.TypeSearchGrid
{
}

.KundeSearchGrid
{
	background: #ffffcc;
}


body
{
	font-family: Verdana;
	color: Navy;
}

.topCell
{
	background-color: white;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

.topSubCell
{
	background-color: white;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

.companyInfo
{
	background-color: White;
	font-size: 10px;
	text-align: left;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: Navy;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: Navy;
}

.hand
{
	cursor: hand;
}

.menuCell
{
	vertical-align: top;
	height: 47px;
	background-color: White;
	border-bottom-style: solid;
	border-top-style: solid;
	border-width: 1px;
	border-color: #ABD2E6;
}

.producerCell
{
	background-color: white;
	font-size: 10px;
}

.noRowsTemplate
{
	border-style: solid;
	border-width: 1px;
	border-color: #5D7B9D;
	background-color: White;
	color: #5D7B9D;
	text-align: center;
	vertical-align: middle;
	font-size: 10px;
}

.generelMessages
{
	border-style: solid;
	border-width: 1px;
	border-color: #5D7B9D;
	font-size: 12px;
	width: 618px;
}

.warning
{
	color: Red;
	background-color: Silver;
	border-style: solid;
	border-width: 1px;
	border-color: Red;
	font-size: 12px;
	width: 618px;
}

.minimalCustomerInfo
{
	border-style: solid;
	border-width: 1px;
	border-color: #5D7B9D;
	background-color: Silver;
	width: 100%;
}

