html, body, form, input, textarea, select, legend {
	font-family: "Ludica Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 11px;
}

input {
	height: 1.3em;
	padding: 1px;
	margin: 1px;
}

html {
  height: 100%;
}

form {
	margin: 0;
	padding: 10px;
	background: #f9f9f9;
	border: #eee solid 1px;
}

body {
	background: #fff;
	padding: 0;
	margin: 0;
}

fieldset {
	background: #fff;
	border: #ccc solid 1px;
	margin: 2px 2px 1em 2px;
	padding: 0.35em 0.75em 0.625em;
	
}

fieldset div {
	position: relative;
	width: 100%;
}

fieldset input, fieldset select {
	margin-left: 160px;
}

fieldset textarea {
	width: 100%;
	height: 50px;
	padding: 0;
	border: none;
}

fieldset legend {
	font-weight: bold;
	padding: 0 5px;
	color: black;
}

fieldset label {
	position: absolute;
	top: 4px;
	text-align: right;
	width: 150px;
}

fieldset .radiowrapper {
	position: relative;
	padding-bottom: 8px;
	margin-left: 160px;
}

fieldset .radiowrapper label {
	top: 4px;
	text-align: left;
	position: relative;
	display: inline-block;
	width: auto;
	margin-right: 5px;
}

fieldset .radiowrapper input {
	margin-left: 0;
}


#order .col {
	min-width: 270px;
	max-width: 375px;
	float: left;
/*	overflow: hidden; */
}

#order .col1 {
	min-width: 375px;
}

#order .col2 {
	float: right;
	max-width: 520px;
}

.logcol table {
	border-collapse: collapse;
}

.logcol tr {
	border-top: #ccc solid 1px;
}

.logcol tr:first-child {
	border-top: none;
}

.logcol td {
	padding: 2px 0.5em;
}

.logcol td.logdate {
	border-right: #ddd solid 1px;
	color: #004276;
}

.logcol td.logname {
	text-align: right;
	color: #00904a;
}

a:link, a:visited {
	text-decoration: none;
	color: #00904a;
}

a:hover {
	text-decoration: underline;
}

a.button:link, a.button:visited {
	color: #004276;
}

.button {
	outline: none;
	font-family: "Lucida Grande";
	font-size: 1.1em;
	color: #004276;
	text-shadow: #fff 1px 1px 1px;
	text-decoration: none;
	padding: 0.33em 1em;
	border: #ccc solid 1px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #ccc;
	background: -moz-linear-gradient(top, #eee, #ccc);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eee), to(#ccc));
}
.button:hover, .button:focus {
	text-decoration: none;
	background: #ddd;
}
.button:active, a.button:active {
	background: #eee;
	background: -moz-linear-gradient(top, #ccc, #eee);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ccc), to(#eee));
	color: #00904a;
}

input.button { cursor: pointer; }

#header a.btn {
	display: block;
	float: left;
	color: #fff;
	border-right: #1a80c6 solid 1px;
	background: #006cb7;
	padding: 12px;
	line-height: 16px;
	font-weight: bold;
}

#header a.btn:hover {
	text-decoration: none;
	background: #1a80c6;
}

#header a.btn:first-child {
	border-left: #1a80c6 solid 1px;
}

img { border: 0 none; }

h1 {
	color: #00904a;
	font-size: 14px;
	line-height: 22px;
}

h2 {
	color: #00904a;
	font-size: 12px;
}

.submit {
	font-weight: bold;
	font-size: 110%;
}

#loginbox {
	width: 400px;
}

#header {
	position: relative;
	background: #006cb7;
	width: 100%;
	height: 40px;
}

#header #logo {
	position: absolute;
	left: 50px;
	top: 82px;
	width: 178px;
	height: 18px;
}

.button-right {
	float: right;
	height: 24px;
	width: 24px;
	margin-left: 10px;
}

.sub {
	position: relative;
	padding: 10px 50px 50px 50px;
}

#ordreliste table {
	border-collapse: collapse;
	width: 100%;
}

#ordreliste tr {
	background: #fff;
}

#ordreliste tr:hover {
	background: #ffffdf;
}

#ordreliste tr.tablefooter {
	background: #eee;
}

#ordreliste th, #ordreliste td {
	text-align: left;
	padding: 3px 0.6em;
	font-size: 10px;
}

#ordreliste th.right, #ordreliste td.right {
	text-align: right;
}

#ordreliste td {
	border-bottom: 1px solid #ccc;
}

#ordreliste tr.header th {
	border-top: 1px solid #00904a;
	border-bottom: 1px solid #00904a;
	background: #cbe9da;
}

#ordreliste th.adj {
	border-left: 1px solid #00904a;
}

#ordreliste th.sort {
	cursor: pointer;
}

#ordreliste tr.header th.sortasc {
	background-image: url(/images/sort_asc.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 10px;
}

#ordreliste tr.header th.sortdesc {
	background-image: url(/images/sort_desc.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 10px;
}

#ordreliste td.adj {
	border-left: 1px solid #ccc;
}

.status0 {
	background: #fc6;
}

.status1 {
	background: #cf9;
}

.status2 {
	background: #ff9;
}

.status3 {
	background: #f99;
}

.status4 {
	background: #99f;
}

div.kort {
	padding-top: 10px;
	border-bottom: #00904a solid 1px;
}

.example { float: right; width: 210px; height: 210px; padding-bottom: 10px; }

.clear { clear: both; }

#logout {
	float: right;
	padding-right: 50px;
}

#menu {
	float: left;
	padding-left: 50px;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.new {
	display: none;
}

#nyordre {
	float: right;
}

#boxstanding {
	display: none;
}

.dummy {
	width: 500px;
	height: 500px;
	float: right;
}
/***************************************/

#popupContainer
{
    position:absolute;
    left:0;
    top:0;
    display:none;
    z-index: 20000;
}


#popupContent
{
    background-color: #ffffcc;
	border: #e8e088 solid 1px;
	padding: 5px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 4px 4px 16px rgba(0,0,0,0.4);
	-moz-box-shadow: 4px 4px 16px rgba(0,0,0,0.4);
	-webkit-box-shadow: 4px 4px 16px rgba(0,0,0,0.4);
    width: 150px;
    min-height: 25px;
}
