﻿body
{
    font-size: 8pt;
    line-height: normal;        
    font-family: Verdana;
    text-decoration: none;
    color: black;
    width: 980px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
}

div
{
    width: 100%;
    font-size: 8pt;
    line-height: normal;
    font-family: Verdana;
    text-decoration: none;
    color: black;
    text-align: left;
    float: left;
    vertical-align: middle;
}

.InformationBox
{
	border-color:Red; 
	border-style:Solid; 
	border-width:1px;
	padding: 0em 0em 0.8em 0.6em;
}

div.infotext
{
    font-family:Arial;
    font-size:smaller;  
}

div.importent
{
    font-family:Arial ;
    color:Red ; 
}

div.MenuTopBG
{
    background-color: #2351A6;
}

div.MenuTop
{
    vertical-align: middle;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 2px;
    padding-top: 2px;
    width: auto;
}

div.underline
{
    border-right-style:solid;
    border-right-width: thin;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #000000;
}

div.rightline
{
    border-right-style:solid;
    border-right-width: thin;
    border-bottom-color: #000000;
}
div.Auto
{    
    width: auto;
    float: left;
    text-align: left;
}
div.Space
{
    float: left;
    width: 10px;
}
div.Right
{
    text-align: right;
    float: right;
}
div.Seventy
{
    width: 70%;
}
div.Sixty
{
    width: 60%;
}
div.Fifty
{
    width: 50%;
}
div.Fourty
{
    width: 40%;
}
div.Thirty
{
    width: 30%;
    margin-right: 17px;
}
div.TwentyFive
{
    width: 25%;
	height: 32px;
}
div.Twenty
{
    width: 20%;
}
div.Seventeen
{
    width: 17%;
	height: 17px;
}
div.ControlText
{
	vertical-align: middle;	
}
.labels
{
   font-family:Arial;
   font-size:10pt;    
}
.Menu
{
    font-weight: bold;
    color: #FFFFFF;
}
a.Menu
{
    text-decoration: none;
    font-weight: bold;
}
#Animals
{
   width: 1139px;
}
#persondata
{
   height: 157px;
   width: 831px;
}
#jaktinfo
{
   height: 139px;
   width: 751px;
}
.myBorder
{
   border-style: solid;
   border-width: thin;
   border: thin solid #000000;
}
img.Logo
{
    margin: 5px;
}        
/*
***********************************************************************************************
Confirm dialog
*/
#modalBackground
{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

	z-index: 9;
	background-color:#333333;
	display: none;
	opacity: 0.40;
	filter: alpha(opacity=40)
}
#sendConfirmationWindow
{
    position: fixed;
    left: 0;
    top: 0;

	z-index: 10;
	background-color: white;
	display: none;
	width: 350px;
	height: 200px;
	border: 2px solid blue;
	text-align: center;
}
.DialogText
{
    margin: 10px;
}