﻿body 
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
}

label { display: block; font-weight: bold; margin-bottom: 3px }
label.no-style { display: inline; font-weight: normal; margin-bottom: auto }
input[type='text'], select { width: 325px }
input.datepicker { width: 100px }

table.styled { border-collapse: collapse; width: 100%; }
table.styled th { font-weight: bold; background-color: #E6E6E6; border: 1px solid #ccc; padding: 2px; text-align: left }
table.styled td { padding: 3px; border: 1px solid #CCC; }
table.styled tr { background-color: #EDF5FF; text-align: left; }
table.styled tr:hover { background-color: #f0f0f0; }
th { text-align: left }
table form { display: inline }

.input-validation-error { background-color: #FFC0CB; }
.validation-summary-errors { color: red; }
.validation-summary-errors ul { padding-left: 15px }

.dropdown-tidspunkt { width: 50px }

.hidden { display: none }
img, a { border: none }
img.paamelding-status-refresh { margin: 0px 5px 0px 5px; float: right; width: 14px; height: 14px }

.message { padding: 5px; margin-bottom: 20px; background-position: 10px 50%;	background-repeat: no-repeat; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
.message-success { color: #005f00; background-color: #dfffdf; background-image: url('images/Validate.png'); border: 1px solid #9fcf9f; padding-left: 35px }
/*.message-warning { color: #a6750c; background: #ffebc1 10px 50% no-repeat; padding: 5px; border: 1px solid #fdbf3b; }*/
.message-info    { color: #153896; background: #c0e0f7 10px 50% no-repeat; padding: 5px; border: 1px solid #153896; }
.message-warning { color: #324254; background-color: #DCF3F7; border:1px solid #D2D2D2; }
.message ul { padding-left: 15px; margin: 0 }


#page-container 
{
	width: 920px;
	border: 1px solid gray;
	margin: 0 auto;
}

#page-content { border-top: 1px solid gray; padding: 0px 15px 15px 15px }
#header 
{
	height: 197px;
	background-image: url('images/banner_lav.jpg');
}

#menubar 
{
	padding-left: 15px;
}

.seksjon 
{
	border: 1px solid gray;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
	padding:7px;
	margin-bottom: 20px;
}

.seksjon h3 
{
	color: #5C664A;
}

table.kurs 
{
	width: 100%;
	border-collapse: collapse;
}

table.kurs td 
{
	border: 1px solid gray; padding: 2px
}

table.kurs th { padding: 20px 0px 5px }

table.form td { padding-bottom: 20px }
#paamelding label { display: inline; font-weight: normal }
.required { color: Red }

table.kurs .dato { font-weight: bold; font-size: 14px }
table.kurs .tid { width: 85px; padding-left:5px; }
.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }