/* CSS Document */

body, form {
	margin: 0px;
}

body {
	background-color: #ffffff;
	margin-right: 5;
}

body, td, th, textarea, select, button, input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

textarea, select, button, input {
	margin: 0 0 3 0;
}

ul {
	margin: 0 20 0 20;
}

td {
	vertical-align: top;
/*	vertical-align: middle;*/
}

label {
	vertical-align: middle;
}

img {
	border: none;
}

.box {
	border: solid 1 #000000;
	padding: 5;
}

.bigbox {
	border: solid 1 #000000;
	padding: 10;
}

.border {
	border: solid 1 #000000;
}

.borderGray {
	border: solid 1 #CCCCCC;
}

.line {
	border-bottom: solid 1 #000000;
	height:1px;
	line-height:20px;
}

td.splitter {
	width: 10;
	height: 10;
}

td.compareHeader {
	padding: 2;
}

td.compare {
	text-align:center;
	vertical-align:middle;
	padding: 2;
}

.indent {
	padding-left: 23;
}

.h1, h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 15 0;
	color: #313131;
}

.h2, h2 {
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 5;
	border-bottom: solid 1 #000000;
	margin: 0 0 10 0;
}

.h3, h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 5 0;
}

.tight {
	padding: 0;
	margin: 0;
}

.nomargin {
	margin: 0;
}

input.button {
	background-color: transparent;
	border: none;
	font-weight: bold;
	width: auto;
	overflow: visible;
	margin: 0;
	padding: 3 2 2 14;
	cursor: pointer;
}

.dottedLine {
	background-image: url(/images/dotted_line.gif); 
	width: 100%; 
	height: 1px;
}	

.blackLine {
	background: #000000;
	width: 100%; 
	height: 1px;
}	

/* --- Navigation, øverst på side --- */

.navselected {
	color:#808080; 
}

/* --- cv --- */

/* obsolete -->*/
table.cvList {
	background-color:#F0F0F0; 
}
/* <-- obsolete */

/*
tr.cvListHeader {
	background-color:#E6E6E6; 
}
*/

/* --- Job specifikt --- */

td.joblistheader {
	vertical-align:middle;
	padding: 4 8 4 8;
	color:#FFFFFF;
	background-color:#B0B0B0; 
}

td.joblistbody {
	background-color:#EBEBEB; 
	padding: 8;
}

td.joblistlogo {
	vertical-align:middle;
	text-align:center;
	border:solid 1 #EBEBEB;
}

td.joblistinfo {
	color:#FFFFFF;
	background-image:url(/images/gradient_big.gif);
	padding: 8;
}

div.jobboxbottom {
	padding: 5 10 3 10;
}

/* --- Date picker component --- */
.datepickerinput {
	color:#000000;
	width:100px;
	text-align:left;
	background-color:transparent; 
	position:relative;top:3;left:0;
	border:none;
}


/* --- Colors --- */

.red {
	color: #FF0000;
}

.green {
	color: #007700;
}

.white, #white {
	color: #ffffff;
}

/* --- Menus --- */

td.menu {
	background-image:url(/images/menu_midt.gif);
	vertical-align:middle;
}

td.menu_valgt {
	background-image:url(/images/menu_midt_valgt.gif);
	vertical-align:middle;
}

a.menu {
	text-decoration:none;
	font-weight:bold;
	color:989898;
}

a.menu_valgt {
	text-decoration:none;
	font-weight:bold;
	color:000000;
}

a.breedcrump {
	text-decoration:none;
}

/* boxes */

td.tl {
	vertical-align: top;
	width:1px;
}

td.tr {
	vertical-align: top;
	text-align: right;
	width:1px;
}

td.bl {
	vertical-align: bottom;
	width:1px;
}

td.br {
	vertical-align: bottom;
	text-align: right;
	width:1px;
}

tr.boxheader {
	background-image: url(/images/gradient.gif);
	background-repeat: repeat-x;
	height: 25px;
}

td#boxheader {
	color: white;
	padding: 5;
	width: 99%;
}

td.boxbody {
	padding: 5px 5px 10px 5px;
}
