body {
	background-color: #ffffff;
	font-family: Verdana;
	font-size: 12px;
	margin: 0em 0em 0em 0em;
	}

/* Øverste tekst */
.side {
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	}

	.form_element_overskrift {
		font-weight: bold;
		background-color: #ffffff;
		height: 16px;
	}

.top10tabel thead {
	background-color:#c0c0c0;
	color:black;
	}

/* Liste style 1 */
.top10_element_1 {
	font-weight: normal;
	background-color: #FFFFFF;
	height: 16px;
	font-size:12px;
	}

a {
	color:#003366;
	}

a:active {
	color:#007DF4;
	}

a:visited {
	color:#007DF4;
	}

a:hover {
	color:#007DF4;
	}

/* Liste style 2 */
.top10_element_2 {					font-weight: normal;
                   						background-color: #F3F3F3;
                   						height: 16px;
                   						font-size:12px;
  				}



	.form_element_1 {					font-weight: normal;
                   						background-color: #f0f0f0;
                   						height: 16px;
					}

	.form_element_1 input.check {border-style:none; width:40px;}
  	.form_element_1 input.radio {border-style:none; width:25px;}
	.form_element_1 input.beloeb {		width: 70px;
										text-align: right;
								}

	.form_element_1 input {				background-color: #f0f0f0;
				                        width: 150px;
				                        border-style: solid;
				                        border-width: 1px;
				                        font-size: 12px;
				                        font-weight: normal;
						}

	.form_element_1 select {
						}

	.form_element_2 {					font-weight: normal;
                   						background-color: #f8f8f8;
                   						height: 16px;
					}

	.form_element_2 input.check {border-style:none; width:40px;}
  	.form_element_2 input.radio {border-style:none; width:25px;}
	.form_element_2 input.beloeb {		width: 70px;
										text-align: right;
								}

	.form_element_2 input {				background-color: #f8f8f8;
										width: 150px;
										border-style: solid;
										border-width: 1px;
										font-size: 12px;
										font-weight: normal;
                         }

	.form_element_2 select {

                         }


/* Liste top-bar */
	.form_hoved {						font-size: 12px;
										color: #000000;
										background-color: #c6c7c2;
										height:16px;
										border-width: 1px 0px 1px 0px;
										border-style: solid;
										border-color: #000000;
										padding-left:5px;
				}

	thead a {						color:white;
                }
	thead a:active {				color:white;
	            		}
	thead a:visited {				color:white;
	            		}
	thead a:hover {				color:white;
	            		}

	.menu_input_beloeb {				background-color: #ffffff;
										color: #000000;
										width: 60px;
										height: 15px;
										font-size: 10px;
										border-style: solid;
										border-width: 1px;
										text-align: right;
						}

  select {
    font-size:10px;
  }
  input {
    font-size:10px;
  }

  /* Popup */
   .popup_base {
    display:none;
    position:absolute;
    font-size:11px;
    width:350px;
    left:-8px;
    top:14px;
    filter: progid:DXImageTransform.Microsoft.shadow( Color=c0c0c0,strength=5,direction=145)
    z-index:10;
  }

  .popup_base_venstre {
    display:none;
    position:absolute;
    font-size:11px;
    width:350px;
    left:-350px;

    filter: progid:DXImageTransform.Microsoft.shadow( Color=c0c0c0,strength=5,direction=145);
    z-index:10;
  }

  .popup_base_omvendt {
    display:none;
    position:absolute;
    font-size:11px;
    width:350px;
    left:-270px;

    filter: progid:DXImageTransform.Microsoft.shadow( Color=c0c0c0,strength=5,direction=145);
    z-index:10;
  }

