/* default layout */
* {
	margin: 0 0;
	padding: 0 0;
}

body {
	background-color: #6CA4CD;
	background-image: url(/images/background.png);
	background-repeat: repeat-x;
	font: 13px/1.2em Helvetica, verdana, arial, sans-serif;
	line-height: 120%;
}

h1, h2, h3 {
	font-weight: lighter;
}

img {
	border: 0;
}

p {
	padding: 5px 0;
	line-height:170%;
}

h2 {
	font-size: 20px;
	margin-bottom: 10px;
}

h3 {
	font-size: 14px;
	margin-bottom:5px;
}

a {
	color: #dc5930;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


table {
	border-spacing: 0 0;
	width: 100%;
}

td {
	padding: 4px 4px;
	margin: 0 0;
	border-top: solid 1px #ccc;
}

table.noborder td {
	border: 0;
}

.new-comments {
	font-weight: bold;
}

div.hr {
	margin: 10px 0px 10px 0px;
	border-bottom: 1px solid #ccc;
}

thead td {
	font-weight: bold;
	padding: 0px;
	line-height:20px;
	border: 0;
}

input[type=text],input[type=password],select, textarea {
	width: 100%;
	padding: 2px 2px;
	background-color: #f4f4f4;
	border: solid 1px #e2e2e2;
	font-size: 14px;
}

input[type=submit], button[type=submit] {
	float:right;
}

input[type=checkbox] {
	margin-right: 5px;
	margin-bottom: 5px;
}



button { 
	position: relative;
	border: 0; 
	cursor: pointer;
	overflow: visible; /* removes extra side padding in IE */
	padding: 0 13px 0 0; 
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	text-align: center; 
	background: transparent url(/images/button_right.png) no-repeat right top; 
}

button::-moz-focus-inner {
	border: none;  /* overrides extra padding in Firefox */
}

button span { 
	position: relative;
	display: block; 
	white-space: nowrap;	
	padding: 8px 0 0 13px; 
	height:23px; 
	background: transparent url(/images/button_background.png) no-repeat left top; 
	color:#fff; 
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari and Google Chrome only - fix margins */
	button span {
		margin-top: -1px;
	}
}

#outer {
	width: 1000px;
	margin: 0 auto;
	padding: 0 0;
}

#top {
	height: 98px;
	margin: 0 10px;
}

#top-left {
	float: left;
}

#top-right {
	float: right;
	text-align: right;
	color: #fff;
}

#top-right h2 {
	font-size: 20px;
	margin: 10px 0 0px 0;
	padding: 15px 0 20px 0;
	color: #fff;
	font-style: italic;
}

#top-right a {
	font-size: 12px;
	color: #fff;
	padding:5px;
	text-decoration: none;
}

#top-right a:hover {
	text-decoration: underline;
}

#content {
	width: 980px;
	background-color: #fff;
	margin: 0 0;
	padding: 0 0;
}

#shadow-top{
	width: 1000px;
	height: 20px;
	background-image:url(/images/skygge_top.png);
}

#shadow-middle {
	width: 1000px;
	padding-left:10px;
	background-image:url(/images/skygge_midt.png);
	background-repeat: repeat-y;
}

#shadow-bottom{
	width: 1000px;
	height: 30px;
	background-image:url(/images/skygge_bund.png);
}

.row {
	padding: 10px 10px;
}

.one-half {
	padding: 10px 10px;
	width: 460px;
	float: left;
}
.one-half input[type=text],.one-half input[type=password], .one-half textarea {
	width: 454px;
}

.one-third {
	padding: 10px 10px;
	width: 300px;
	float: left;
}
.one-third input[type=text],.one-third input[type=password], .one-third textarea {
	width: 294px;
}

.one-fourth {
	margin: 10px 10px;
	width: 220px;
	float: left;
}
.one-fourth input[type=text],.one-fourth input[type=password], .one-fourth textarea {
	width: 214px;
}

.three-fourth {
	margin: 10px 10px;
	width: 700px;
	float: left;
}
.three-fourth input[type=text],.three-fourth input[type=password], .three-fourth textarea {
	width: 694px;
}

.zend_form dt {
	text-transform: uppercase;
	padding: 5px 0 3px 0;
	font-size: 10px;
}

.zend_form ul.errors {
	padding: 3px 0;
}

.zend_form ul.errors li{
	list-style-type: none;
	font-size: 12px;
	color: #bb3610;
}

.zend_form .description {
	color: #333;
	font-size: 11px;
	padding-top: 2px;
}

.zend_form fieldset {
	border: 0;
}

.zend_form fieldset button {
	margin-left: 10px;
}

/* NAVIGATION */

ul.navigation {
	margin:0px;
	border-top:1px solid #e2e2e2;
	font-size:12px;
}

ul.navigation li {
	list-style-type:none;
	list-style-position: outside;
	border-bottom:1px solid #e2e2e2;
}

ul.navigation li.active a{
	font-weight: bold;
	padding:5px;
	border-right:none;
	color:#006699;
}
.navigation a {
	display:block;
	color: #333;
	padding:7px 0px 7px 5px;
	background-image: url(/images/nav_bg_gradient.png);
	background-position:right;
	background-repeat:repeat-y;
	border-right:1px solid #e2e2e2;
}
.navigation a:hover {
	text-decoration:none;
	color: #006699;
	border-right:1px solid #e2e2e2;
	padding:7px 0px 7px 5px;
}
ul.navigation li.active a {
	background-color:#fff;
	background-image: none;
	padding:7px 0px 7px 5px;
}


.welcome {
	font-size:18px;
	text-align:center;
	display:list-item;
	list-style-position:inside;
	background-position:right;
	background-repeat:repeat-y;
	border-right:1px solid #e2e2e2;
}


ul.profile-navigation {
	text-align:center;
	list-style: none;
	margin: 0px 0;
	padding:5px 10px 10px 10px;
	font-size: 11px;
	border-right:1px solid #e2e2e2;
}

ul.profile-navigation li{
	margin: 0 0;
	padding: 0 5px 0 5px;
	display: inline;
	border-right: 1px solid #e2e2e2;
}

ul.profile-navigation li:last-child{
	border-right: 0;
}

ul.profile-navigation a {
	color: #333;
	text-decoration: none;
}


/* front page */
#process {
	text-align: center;
	background-image: url(/images/koncepttegning.png);
	background-repeat: no-repeat;
	height: 280px;
	padding-left: 10px;
}

#process h2 {
	text-transform: uppercase;
	font-size: 16px;
}

#process p {
	font-size: 10px;
	padding: 0 10px;
}

#process .one-third {
	padding-top: 195px;
}

#create-signin {
	padding: 10px 0 10px 10px;
}

#signin-col {
	border-left: solid 1px #e2e2e2;
	padding-left: 9px;
}

#current {
	padding: 10px 10px;
	background-image: url(/images/frontpage_current_bg.png);
	background-repeat: repeat-x;
	height: 227px;
}

.company {
	padding: 5px 0px 5px 23px;
	font-size:12px;
	letter-spacing:-0.04em;
	background:url(/images/icon_company_mini.png) no-repeat 0px 4px;
}

.task {
	padding: 5px 0px 5px 23px;
	letter-spacing:-0.04em;
	font-size:12px;
	background:url(/images/icon_task_mini.png) no-repeat 0px 4px;
}

.note {
	color: #999;
	font-size: 10px;
}

#task-details {
	margin: 0px;
	border-bottom: solid 1px #e2e2e2;
	padding: 0px 10px 10px 0px;
	margin-bottom:10px;
}

.comment {
	border: solid 1px #e2e2e2;
	padding: 10px;
	margin-top:10px;
	background-color: #f4f4f4;
	line-height:150%;
	font-size:85%;
}

.comment img {
	vertical-align: text-bottom;
}

.CommentDate {
	font-family: georgia, serif;
	font-size:80%;
	color:#666;
	margin:0;
	padding:0;
}
#CommentContent {
}
.CommentCompany {
	font-weight:bold;
}
.CommentCustomer {
	font-weight: normal;
}

#map {
	width:400px; 
	height: 300px; 
	float: right;
	border:1px solid #ccc;
	margin:0px 0px 10px 10px;
}
.name {
	font-weight:bold;
	font-size:90%;
	margin:0;
	padding:0;
}

.address {
	font-size:90%;
	margin:0;
	padding:0;
}
.city {
	font-size:90%;
	margin:0;
	padding:0;
}
.phone {
	font-size:90%;
	margin:0;
	padding:0;
}
.description {
	line-height:150%;
	padding:0px;
}
.deadline {
	color:#90c400;
	font-family:georgia, serif;
}

.new-comment-marker {
	color: #f2ae26;
	size: 14px;
}

.task-details, .company-details, .review {
	margin-bottom:10px;
	padding-top: 10px;
	/*background-color: #f4f4f4;*/
	border-top:1px solid #ccc;
	line-height:150%;
	font-size:90%;
}
.TaskDatePlace {
	font-size:10px;
	color:#999999;
	margin-bottom:0px;
	padding:0;
}

.review img {
	vertical-align: text-bottom;
}

.popup {
	margin: 10px 10px;
	padding: 10px 10px;
	background-color: #fff;
	
}

th {
	text-align: left;
}
table.sortable thead tr .header {
	background-image: url(/images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.sortable thead tr .headerSortUp {
	background-image: url(/images/asc.gif);
}
table.sortable thead tr .headerSortDown {
	background-image: url(/images/desc.gif);
}
