@charset "utf-8";
/* CSS Document */

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #818D94;
	background-image: url('../gfx/bg.gif');
	background-position: center top;
	background-repeat: no-repeat;
}
.invisilink {
	color: #CD8C00;
	font-weight: bold;
	text-decoration:none;
	cursor: default;
}
.invisilink:hover {
	text-decoration:underline;
}
.videolink {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration:underline;
}

.content {
	width: 633px;
	min-height: 660px;
	_height: 660px;
	padding-bottom: 30px;
	border: 1px solid #283033;
	background-image: url('../gfx/bg_gradient.jpg');
	background-repeat: repeat-x;
	background-color: #ffffff;
}
.main {
	padding: 20px;
	margin-top: 10px;
	font-size: 12px;
	color: #000000;
}
.main-title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
.menu {
	margin: 2px;
	margin-bottom: 2px;
	background-color: #424d53;
	background-image: url('../gfx/menu_bg_black.gif');
	background-repeat: repeat-x;
}
.menu-selected {
	padding: 5px;
	font-size: 12px;
	background-color: #a31b33;
	background-image: url('../gfx/menu_bg_red.gif');
	background-repeat: repeat-x;
}
.menu-default {
	padding: 5px;
	font-size: 12px;
}

.menu-link {
	color: #ffffff;
	font-size: 10px;
	text-decoration: none;
}
.selected {
	text-decoration: underline;
}
.menu-link:hover{
	text-decoration: underline;
}
.box-yellow {
	vertical-align: top;
	background-color: #cf8e00;
}
.box-yellow-left, .box-yellow-right {
	vertical-align: bottom;
	background-position: top;
	background-repeat: no-repeat;
	height:150px;
}		
.box-yellow-left {
	background-image: url('../gfx/yellow_glow_left_bg.gif');
	background-repeat: repeat-y;
}
.box-yellow-right {
	background-image: url('../gfx/yellow_glow_right_bg.gif');
	background-repeat: repeat-y;
}
.box-green {
	vertical-align: top;
	background-color: #697c2a;
}
.box {
	width: 126px;
	font-size: 9px;
	color: #ffffff;
}
.box-title {
	margin-top: 4px;
	margin-bottom: 3px;
	font-size: 13px;
	font-weight: bold;
}
.brown {
	color: #4d2502;
}
.green {
	color: #151f06;
}

.white {
	color: #ffffff;
}

.bottom-border{
	padding-bottom: 1px;
	margin-bottom: 1px;
	border-bottom: 1px solid #818D94;
}

.border-top{

	padding-top: 1px;
	margin-top: 1px;
	border-top: 1px solid #9f7a57;
}
a {

	color: #4d2502;
}


form {
	padding: 0px;	
	margin: 0px;
}
.footer {
	text-align: center;
	font-size: 9px;
	color: #424d53;
	padding-top: 10px;
	padding-bottom: 20px;
}
.box-button {
	background-color: #FFFFFF;
	border: none;
	width: 55px;
	font-size: 9px;
}
.loginput {
	background: #efefef;
	border: 1px solid #875800;
	width: 126px;
	margin-bottom: 2px;
	font-size: 9px;
}

h1{
	margin-top: 0px;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	
}

h2{
	margin-top: 5px;
	color: #323232;
	font-size: 14px;

}

hr{
	margin: 0px;
	height: 1px;
	border: none;
	padding: 0px;
	border-top: 1px solid #818D94;
}


tr.markedRow{
color: #ffffff;
	background: #9a9a9a;
}

tr.unmarkedRow{
	background: #dfdfdf;
}

table.calendar
{
border: 1px solid #000000; 
border-collapse: collapse; 
color: #000000; 
background: #dfdfdf;
text-align: center;
width: 400px;
}

td.today
{ 
border: 1px solid black; 
color: #4d2502;
background: #ffffff; 
font-weight: bold;
text-align: center;
text-decoration: none;
}

td.dagnavn
{ 
border: 1px solid black; 
color: #000000; 
background: #cccccc;
text-align: center;
font-weight: bold;

}

td.ukenavn
{ 
border: 1px solid black; 
color: #ffffff; 
background: #333333;
text-align: center;
font-weight: bold;

}


td.monthdays
{
border: 1px solid black; 
color: #000000; 
text-align: center;
}

td.nonmonthdays
{ 
border: 1px solid black; 


}

td.days
{ 
border: 1px solid black; 

}

td.headclist
{ 
	font-weight: bold;

}
td.regclist
{ 
	text-align: center;
	border: 1px dashed #cecece;

}
td.regleftlist
{ 
	text-align: left;
	padding: 3px;	
	border: 1px dashed #cecece; 
}
td.regOverviewlist
{
	text-align:center;
}

td.regOverviewleftlist
{
	text-align: left;
}

table.adminview
{

	width: 500px;
}

td.lawyer{
  width:250px;
}

td.lawyeredit{
  width:80px;
}





	.suggestionsBox {
		position: relative;
		left: 30px;
		margin: 10px 0px 0px 0px;
		width: 200px;
		background-color: #5E6A71;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		border: 2px solid #5E6A71;	
		color: #fff;
	}
	
	.suggestionList {
		margin: 0px;
		padding: 0px;
	}
	
	.suggestionList li {
		
		margin: 0px 0px 3px 0px;
		padding: 3px;
		cursor: pointer;
	}
	
	.suggestionList li:hover {
		background-color: #818D94;
	}
	
	fieldset.white{
    background-color:white;
    color:black;
	}
