BODY {
	font-family: Verdana;
	font-size: 12px;
	color:#000000;
	background-color:#F2F2F2;
	scrollbar-face-color: #EAEAEA; 
	scrollbar-shadow-color: #6B6B6B; 
	scrollbar-3dlight-color: #6B6B6B; 
	scrollbar-darkshadow-color: #000000; 
	scrollbar-track-color: #EAEAEA; 
	scrollbar-arrow-color: #6B6B6B;
	}
img{
	border:0px;
}
TABLE {
	font-size:12px;
}
select
{
	color:#000000;
}
button
{
	font-size:12px;
}
span
{
	font-size:14px;
}
.menuUl
{
	padding-left:25px;
}

.menuUl li
{
	padding:2px;
}

.menuTable td
{
	background-color:#e8e8e8;
	padding:15px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#999999;
}
.dataGrid
{
	font-size:12px;
}
.dataGrid td
{
	padding:10px;
}
.dataGrid th
{
	padding:10px;
	font-weight:bold;
	text-align:left;
}
.tableHover
{
}
.tableHover tr:hover
{
	background-color: #deb528 !important;
}
.tableHover tr:nth-child(even)
{
	background-color: #d1d1d1;
}
.tableHover th
{
	background-color:#ff2159;
	color: white;
	font-size:14px;
	font-weight:normal;
}
.tableHover th a:link, th a:visited, th a:active, th a:hover
{
	color:#FFFFFF;
	text-decoration:none;
}
.tableHover td
{
	padding:5px;
}
.tableHover th
{
	padding:5px;
}
.dataTable td
{
	padding:5px;
}
.top
{
	background-color:#ff2159;
	padding-left:10px;
	padding-right:10px;
	color:#FFFFFF;
	font-size:18px;
	font-weight:normal;
	padding-bottom:5px;
	padding-top:5px;
}

.errorBox {
	display: flex;
	align-items: center;         /* Vertikal centrering */
	justify-content: center;     /* Horisontal centrering */
	gap: 10px;
	background-color: #FCEAEA;   /* Lys rød baggrund */
	border: 2px solid #D8000C;   /* Rød kant */
	color: black;
	font-size: 16px;
	padding: 15px 20px;
	min-height: 60px;
}
.errorBox i {
	color: #D8000C;              /* Rød ikonfarve */
	font-size: 24px;
}

.okBox {
	display: flex;
	align-items: center;        /* Vertikal centrering */
	justify-content: center;    /* Horisontal centrering */
	gap: 10px;                  /* Luft mellem ikon og tekst */
	background-color: #EAEAEA;
	border: 2px solid green;
	color: black;
	font-size: 16px;
	padding: 15px 20px;
	min-height: 60px;
}
.okBox i {
	color: #32CD32; /* Kun ikon */
	margin-right: 5px;
	font-size:42px;
}

legend a:link, legend a:visited, legend a:active, legend a:hover{
	font-size:12px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#AC0003;
	margin-left:5px;
}

#menuTable {
	font-size:10px;
	font-weight:bold;
	border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-style: outset;
    border-bottom-style: outset;
    border-left-style: outset;
    border-right-color: #99BBDD;
    border-bottom-color: #99BBDD;
    border-left-color: #99BBDD;
}
.textfield
	{
	font-family: Verdana;
	font-size: 12px; 
	font-style: normal; 
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF; 
    border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-color: #7F9DB9;
	height:23px;
}
.inactive_tf{
	font-family: Verdana;
	font-size: 12px; 
	font-style: normal; 
	font-weight: normal;
	color: #999999;
	background-color: #EAEAEA; 
    border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-color: #7F9DB9;
	height:23px;
}
.dropdown
	{
	color: #000000;
	font-family: verdana;
	font-size: 13px;
	height:23px;
	background-color: #FFFFFF; 
	border: 1px solid #7F9DB9;
	font-weight:normal;
}
.button_ok{
	font-family: Verdana;
	font-style: normal; 
	font-weight: normal;
	font-size:14px;
	padding:2px 10px 2px 10px;
	margin:0px;
	border:1px solid #7f9db9;
	outline:hidden;
}
.button_alert{
	font-family: Verdana;
	font-style: normal; 
	font-weight: normal;
	font-size:14px;
	padding:2px 10px 2px 10px;
	margin:0px;
	border:1px solid #7f9db9;
	outline:hidden;
	background-color:#FF8d8d;
}
#textarea{
	font-family:verdana;
	font-size:12px;
	background-color: #EAEAEA; 
	scrollbar-face-color: #EAEAEA; 
	scrollbar-shadow-color: #CCCCCC;
	scrollbar-3dlight-color: #CCCCCC; 
	scrollbar-darkshadow-color: #CCCCCC; 
	scrollbar-track-color: #D1C5BA; 
	scrollbar-arrow-color: #646464;
	}
#checkbox
    {
    background: #000000 no-repeat 0% 50%;
    font-family: verdana;
    font-weight: bold; 
    color: #990000;
    width: 20px;
   	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	}
.button {
	font-size:14px;
}
.actions {
    white-space: nowrap;
}

.btn-action {
    display: inline-block !important;
    padding: 6px 10px !important;
    border-radius: 5px !important;
    text-decoration: none !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
    margin-left: 6px;
}

.btn-edit {
    background: #eef3ff !important;
    color: #2d4fd7 !important;
}

.btn-close {
    background: #ffe9e9 !important;
    color: #c62828 !important;
}
A:link {text-decoration: none ; color: #000000;}
A:visited {text-decoration: none; color: #000000;}
A:active {color: #000000;}
A:hover {color: #000000;}