/*  General styles */
body {
	color: #444;
	font: 12px/ 1.3em Helvetica,Tahoma, Verdana, Arial, Helvetica, sans;
	padding: 0;
	margin: 0;
	background: url(/images/bodyBg.png) repeat-x #bfbfbf;
}

input,textarea,select,div.mcselect {
	font-size: 11px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	padding: 2px;
	margin: 1px;
	border: 1px solid #888;
	color: #444;
	margin: 1px;
	background: white;
}

div.mcselect {
	float: left;
	clear: right;
	width: 500px;
}

div.mcselect div.option {
	float: left;
	display: block;
	padding: 0 2px;
	margin: 0 2px;
	cursor: default
}

div.mcselect div.option.selected {
	background: #08f;
	color: white;
}

a {
	color: #006f8f;
}

a:hover {
	color: #000;
}

a img {
	border: none
}

input.checkbox {
	padding: 0;
	margin: 0;
	border: none;
}

div.listHead input.checkbox,div.list input.checkbox {
	width: 13px;
	height: 13px;
}

div.listHead input.checkbox {
	margin-top: 1px;
}

p.error {border: 1px solid red; background: #fee;padding:5px;}

textarea {
	width: 97%;
	overflow: auto;
}

form {
	margin: 0;
	padding: 0;
}

.accpart form {
	display: inline;
}

strong.warning {
	color: #c00;
}

h1,h2,h3,h4 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0.5em 0;
	clear: both;
	line-height: 1.2em
}

h3,h4 {
	font-weight: bold;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 14px;
	margin: 1em 0px 0.5em 0px;
}

h4 {
	font-size: 12px;
}

option {
	padding: 1px 4px;
}

option[selected],option.selected {
	background-color: #bcd62f;
}

label,div.form span {
	width: 90px;
	display: block;
	float: left;
	padding: 2px 0 0 0;
}

label {
	margin: 3px 15px 3px 0;
	clear: left;
	text-align: right;
	clear: left;
}

div.form span {
	margin: 3px 3px 3px 15px;
	width: auto;
}

div.form {
	display: block;
	background: url(/images/vertLine.gif) repeat-y 105px 0;
	background-color: none
}

div.form input,div.form select,div.form textarea {
	margin: 3px 3px 3px 15px
}

div span.listForm {
	padding: 5px;
	display: block;
	float: left;
}

select {
	padding: 0;
}

input#postAjaxHandle,input.button,intput.searchbutton {
	cursor: pointer;
	width: 120px;
	background: url(/images/button.png) no-repeat;
	background-position: 0px 1px;
	border: none;
	height: 21px;
	padding: 1px;
	padding-top: 0px;
	margin: 0;
	font-family: arial;
	font-weight: bold;
}

input#postAjaxHandle :hover,input.button:hover,intput.searchbutton:hover
	{
	background: url(/images/buttonOn.png) no-repeat;
}

input.slimbutton {
	cursor: pointer;
	width: 50px;
	border: none;
	background: url(/images/searchbutton.png);
	padding: 1px 0;
}

p {
	clear: both;
	display: block;
	margin: 8px 0;
}

.listMarker {
	padding: 0;
	margin: 3px 0 0 0;
}

/* Page layout */
#wrapper {
	width: 1006px;
	margin: 0 auto;
	background: url(/images/wrapperBgWide.png) repeat-y;
	display: block;
	padding: 0
}

#wrapperBottom {
	width: 1006px;
	margin: 0 auto;
	background: url(/images/shadowBottomWide.png) no-repeat;
	padding: 0 0 40px 0;
	height: 20px;
	display: block;
}

#wrapperNav {
	width: 1006px;
	margin: 0 auto;
	background: url(/images/shadowHeadWide.png) no-repeat bottom left;
	padding: 60px 0 0 0;
	display: block;
	height: 68px;
	position: relative;
}

#content {
	padding: 10px 30px
}

#rightColumn {
	float: right;
	width: 200px;
}

#header {
	height: 39px;
	position: relative;
}

#header a {
	display: block;
	float: left;
	width: 250px;
	height: 35px;
	color: #1786be;
	text-decoration: none;
}

/* Top navigation */
#topnav {
	width: 992px;
	margin: 0 auto;
	display: block;
	position: relative;
	clear: both;
}

#topnav div.menu {
	margin: 0 auto;
	padding: 0 10px;
	height: 30px;
}

#topnav div.menu a {
	display: block;
	float: left;
	text-align: center;
	line-height: 28px;
	color: #004c5a;
	text-decoration: none;
	margin: 0 0 0 1px;
	padding: 0px 8px;
	height: 29px;
}

#topnav div.menu a:hover,#topnav div.menu a.active {
	text-decoration: none;
	font-weight: bold;
	color: black;
	background: url(/images/menuActive.png) no-repeat bottom center
}

#topnav div.menu a:hover {
	font-weight: normal;
	color: #006f8f;
}

#topnav div.menu a.active:hover {
	font-weight: bold
}

#subnav {
	width: 972px;
	margin: 0 auto;
	display: block;
	clear: both;
	padding: 0 10px;
	height: 28px;
	border-bottom: 1px solid #eee
}

#subnav a {
	float: left;
	text-align: center;
	display: block;
	line-height: 28px;
	color: #002c3a;
	text-decoration: none;
	margin: 0 0 0 1px;
	padding: 0 7px;
}

#subnav a:hover,#subnav a.active {
	text-decoration: none;
	font-weight: bold;
	color: black;
}

#subnav a:hover {
	font-weight: normal;
	color: #006f8f;
}

#subnav a.active:hover {
	font-weight: bold
}

#csearch {
	margin: 12px 20px 0 0;
	padding: 0;
	text-align: right;
	float: right;
}

#csearchresult {
	background: url(/images/dropshadow.png) bottom right no-repeat;
	padding: 0 6px 6px 0;
	position: absolute;
	z-index: 20
}

#csearchcontent {
	width: 319px;
	background: white;
	border: 1px solid #555
}

#csearchresult ul {
	margin: 0;
	padding: 0
}

#csearchresult li {
	display: block;
	padding: 1px 4px;
	margin: 2px 0;
	clear: both;
	list-style: none;
}

#csearchresult li a.domain {
	background: url(/images/icons/page_world.png) no-repeat left center;
	padding-left: 20px;
}

#csearchresult li a.company {
	background: url(/images/icons/telephone.png) no-repeat left center;
	padding-left: 20px;
}

#csearchresult li a.account {
	background: url(/images/icons/group.png) no-repeat left center;
	padding-left: 20px;
}

#csearchresult li a.order {
	background: url(/images/icons/basket_go.png) no-repeat left center;
	padding-left: 20px;
}

#csearchresult li a.invoice {
	background: url(/images/icons/small/menu_offert.png) no-repeat left center;
	padding-left: 20px;
}

/* List styles */
.accpart {
	overflow: hidden;
	display: block;
	clear: both;
	float: none;
	position: relative
}

.listItem.active {
	background: #f0f5fa;
}

.listForm .listItem.active {
	background: #dfd;
}

.accpart.active {
	cursor: pointer
}

img.arrow {
	position: absolute;
	display: none;
}

img.arrow.active {
	display: block;
}

.accpart.list,.list {
	height: 22px;
	padding: 1px 4px;
	clear: both;
}

.accontent {
	padding: 1px 0;
	clear: both;
	visibility: hidden;
}

.accpart.action {
	background: url(/images/popBoxBg.gif) repeat-x #e6f1f6;
	border: 1px solid #c3dae5;
	border-top: none;
}

.listHead {
	background: url(/images/listHeadBg.png) repeat-x #666;
	color: white;
	padding: 0 5px;
	font-weight: bold;
	display: block;
	height: 24px;
}

.listHead a {
	color: #fff;
}

.listHead span,.listItem span {
	float: left;
	display: block;
	margin: 2px 0;
	line-height: 18px;
}

.listHead span {
	line-height: 20px;
}

.listItem {
	border-bottom: 1px solid #cde;
}

.listForm .listItem {
	border-bottom: 1px solid #cdb;
}

pre,.listForm {
	background: url(/images/popBoxBg.gif) repeat-x #e6f1f6;
	padding: 5px 10px;
	border: 1px solid #c3dae5;
}

.notice {
	padding: 5px 10px;
	border: 1px solid #dfcac0;
	background: #ffeae0
}

.hidden {
	display: none;
}

.listIcons {
	float: right;
	clear: right;
}

.listIcons img {
	margin: 2px 1px 0;
}

.free {
	position: absolute;
}

.disabled {
	background: #fff;
	color: #000;
}

form.edit {
	display: none;
}

/* Common classes */
span.date {
	font-size: 1.0em;
	font-weight: normal;
	float: right;
	margin-top: -5px;
	background: url(/images/icons/posted.gif) -1px 4px no-repeat;
	padding: 6px 6px 6px 19px;
}

.right {
	text-align: right;
}

.right input.button {
	margin-top: 10px;
}

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}

.clear {
	font-size: 2px;
	line-height: 2px;
	margin: 0px;
	padding: 1px 0;
}

/* Right column */
ul.sectionNav {
	list-style: none;
	margin: 0;
	padding: 0
}

ul.sectionNav li {
	padding: 1px;
}

ul.sectionNav li img {
	padding: 0;
	margin: 0;
}

ul.sectionNav li.active {
	background: url(/images/popBoxBg.gif) repeat-x #e6f1f6;
	border: 1px solid #c3dae5;
}

ul.sectionNav {
	margin: 5px 0;
}

a.viewmore {
	padding: 2px 0 2px 20px;
	background: url(/images/icons/view.gif) 0 2px no-repeat;
	width: auto;
	margin-top: -2px;
	margin-left: 5px;
}

.quicksearch .content {
	border: 1px solid black;
	border-width: 0px 1px 1px 1px;
	padding: 10px;
	width: 500px;
}

.quicksearch .tabs {
	display: block;
	height: 22px;
	clear: both;
	border: 1px solid black;
	border-width: 0px 0px 1px 1px;
	width: 521px
}

.quicksearch .tabs a {
	border: 1px solid black;
	border-width: 1px 1px 1px 0px;
	text-decoration: none;
	color: black;
	background: #45acdf;
	display: block;
	padding: 2px 5px;
	margin: 0;
	float: left;
	color: white
}

.quicksearch .tabs a.active {
	background: white;
	border-bottom: 1px solid white;
	color: black;
}

.quicksearch .tabs a:hover {
	background: #65ccff;
}

div.quickResult {
	overflow: auto;
	width: 100%;
	height: 250px;
	overflow: auto
}

#floatBox {
	padding: 0;
	margin: 0;
	position: absolute;
	z-index: 100;
	border-collapse: collapse
}

#floatBoxContent {
	background: white;
	padding: 0px;
	width: auto;
	min-width: 200px;
}

#floatBox td.top img {
	float: right;
	cursor: pointer;
	vertical-align: bottom;
	padding-top: 1px;
}

#floatBox {
	padding: 10px 15px 15px 10px;
	margin: 0;
}

#floatBox p {
	margin: 5px 0 0 0;
}

#floatBox tr {
	margin: 0;
	padding: 0;
}

#floatBox td {
	padding: 0;
	margin: 0;
}

#floatBox td.topLeft {
	background: url(/images/floatTL.png) no-repeat;
	width: 10px;
	height: 30px;
}

#floatBox td.top {
	background: url(/images/floatT.png) repeat-x;
	height: 30px;
}

#floatBox td.top h3,#floatBox td.top h4 {
	padding: 0;
	margin: 0;
	float: left;
	color: #fff
}

#floatBox td.topRight {
	background: url(/images/floatTR.png) no-repeat;
	width: 10px;
	height: 30px;
}

#floatBox td.left {
	background: url(/images/floatL.png) repeat-y;
	width: 10px;
	height: 100px;
}

#floatBox td.right {
	background: url(/images/floatR.png) repeat-y;
	width: 10px;
	height: 30px;
}

#floatBox td.bottomLeft {
	background: url(/images/floatBL.png) no-repeat;
	width: 10px;
	height: 10px;
}

#floatBox td.bottom {
	background: url(/images/floatB.png) repeat-x;
	height: 10px;
}

#floatBox td.bottomRight {
	background: url(/images/floatBR.png) no-repeat;
	width: 10px;
	height: 10px;
}

* html #throbber div.top {
	background: none;
}

* html #throbber div.content {
	background: none;
}

* html #throbber div.bottom {
	background: none;
}

#throbber {
	width: 338px;
	padding: 0;
	margin: 0;
	position: absolute;
	z-index: 1000;
}

#throbber div.top {
	height: 27px;
	background: url(/images/throbberTopBg.png) no-repeat;
	margin: 0;
	padding: 0;
}

#throbber div.bottom {
	height: 27px;
	background: url(/images/throbberBottomBg.png) no-repeat;
	margin: 0;
	padding: 0;
}

#throbber div.content {
	padding: 10px 20px;
	background: url(/images/throbberBg.png) repeat-y;
	margin: 0;
}

#throbber div.content p {
	margin: 0 0 5px 0;
}

#throbberDone {
	display: none;
}

/* Calendar */
div.calendar {
	width: 100%;
	height: 420px;
	overflow: auto;
	margin: 0;
	position: relative;
}

* html div.calendar {
	margin-right: 18px;
}

table.calendar {
	height: 400px;
	border-collapse: collapse;
	border: 1px solid #595750;
	border-width: 0px 0px 1px 1px
}

table.calendar.thin {
	height: auto;
}

table.calendar td {
	border: 1px solid #595750;
	border-width: 1px 1px 0px 0px;
	vertical-align: top;
}

table.calendar td.head {
	background: url(/images/listHeadBg2.png) repeat-x #666;
	color: white;
	padding: 0px 5px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	height: 24px
}

table.calendar td.head a {
	color: white
}

table.calendar td.head h3 {
	padding: 10px;
	margin: 0
}

table.calendar span.addIcon {
	float: right;
	padding-top: 2px;
}

td.monthView {
	width: 14.28%;
	padding: 1px;
	margin: 0;
	background: url(/images/calDayBg.png) repeat-x #fff;
	height: 100px;
	overflow: hidden;
}

table.calendar.thin td.monthView {
	height: 30px;
}

td.monthView.small {
	text-align: center;
	vertical-align: middle;
	height: 24px;
}

td.hour {
	padding: 1px;
	width: 80px;
}

td.monthView.today,td.monthView.small.today {
	background: url(/images/calToDayBg.png) repeat-x #fcffcd;
}

td.monthView.out {
	background: url(/images/calDayOutBg.png);
	color: #999;
}

td.monthView.sunday {
	background: url(/images/calSunDayBg.png) repeat-x #ffd6cb;
}

td.monthView div.actions {
	float: right;
}

div.taskItem,div.prospectItem {
	background: url(/images/calSunDayBg.png) repeat-x #ffd6cb;
	border: 1px solid #de8b8b;
	position: absolute;
	
	font-size: 0.9em;
	padding: 1px 3px;
	display:block;
	float:left;
	width:120px;
}

div.taskItem.active,div.taskItem.month.active {
	background: url(/images/calToDayBg.png) repeat-x #fcffcd;
	border: 1px solid #bebb8b;
}

div.taskItem.month,div.prospectItem.month {
	background: url(/images/calSunDayBg.png) repeat-x 00px -20px #ffd6cb;
	border: 1px solid #debbbb;
	position: relative;
	display: block;
	font-size: 0.9em;
	overflow: hidden;
	margin-bottom: 1px;
}

div.taskItem.green,div.taskItem.month.green {
	background: url(/images/calGreenBg.gif) repeat-x #bbffb3;
	border: 1px solid #9bdf93;
}

div.taskItem.blue,div.taskItem.month.blue {
	background: url(/images/calBlueBg.gif) repeat-x #b3d9ff;
	border: 1px solid #93b9df;
}

div.taskItem.grey,div.taskItem.month.grey {
	background: url(/images/calGreyBg.gif) repeat-x #d8d8d8;
	border: 1px solid #b8b8b8;
}

div.prospectItem,div.prospectItem.month {
	background: white;
	background-image: none;
	border-color: #aaa;
}

.placeable {
	position: relative;
	clear: both;
}

td.monthView .placeable {
	margin-right: 2px;
}

* html td.monthView .placeable {
	margin-right: 0px;
}

div#addTask {
	display: none;
	z-index: 10;
	padding: 0px;
	width: auto;
	height: auto;
}

div#addTask .content {
	padding: 10px;
	width: 500px;
	background: url(/images/popBoxBg.gif) repeat-x #e6f1f6;
	border: 1px solid #c3dae5;
}

div#addTask h3 {
	padding: 0px 0px 10px 0px;
	margin: 0;
}

#calendarFrame {
	width: 300px;
}

span.sidebar {
	border-bottom: 1px solid #bbb;;
	clear: both;
	display: block;
	line-height: 8px;
}

#lightbox {
	background-color: black;
	opacity: 0.3;
	filter: alpha(opacity =     30);
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 10;
	top: 0px;
	left: 0px;
}

#lightDiv {
	position: absolute;
	margin: 0px;
}

#lightboxIframe {
	border: none;
}

/* Misc */
.inlineTemplate {
	display: none;
}

#document DIV {
	border: 1px solid #fff;
	width: 100px;
	padding: 2px;
	margin: 5px;
	text-align: center;
	display: block;
	float: left;
	position: relative;
}

#document DIV.active {
	border: 1px solid #ccc;
	background: #eee;
}

#document img.icon {
	width: auto;
	height: auto;
	float: right;
	position: absolute;
	top: 1px;
	left: 90px;
}

#document img {
	display: block;
	width: 48px;
	height: 48px;
	margin: 0 auto;
	border: none;
}

/*Module specific styles*/
#modulelist TD.l {
	background: url("/images/module.gif") 0 6px no-repeat;
	padding-left: 20px;
	line-height: 18px;
}

A.suggestItem {
	float: left;
	clear: both;
	padding: 2px 0 2px 4px;
	height: 14px;
	width: 100%;
	color: black;
	text-decoration: none;
}

.contextMenu {
	margin: 0;
	padding: 0;
	border-top: 1px solid #45acdf;
	height: 40px;
}

.contextMenu a {
	border: 1px solid #45acdf;
	border-width: 0 1px 1px 1px;
	float: left;
	margin: 0 3px 0 0;
	padding: 2px 4px;
	text-align: center;
	display: block;
	font-size: 11px;
	color: #555
}

.contextMenu a.active,.contextMenu a:hover {
	background: #45acdf;
	border-color: #45acdf;
	color: white;
}

.contextMenu a {
	text-decoration: none;
}

#suggestResult {
	position: absolute;
	background: white;
	border: 1px solid black;
	z-index: 10
}

#suggestResult {
	z-index: 1000
}

#suggestResult ul {
	list-style: none;
	padding: 0 1px;
	margin: 0;
}

#suggestResult li {
	padding: 0 3px;
	margin: 1px 0;
	border: 1px solid white;
	cursor: pointer;
}

#suggestResult li:hover,#suggestResult li.active {
	background: #26b;
	border: 1px solid #027;
	color: white;
}

div#postit {
	z-index: 5;
	position: fixed;
	top: 35px;
	right: 40px;
	width: 121px;
	font-family: Comic Sans MS, Bradley Hand ITC, Arial, Verdana;
	font-size: 0.8em;
}

div#postit div.postit {
	background: url(/images/postit.png) no-repeat;
	width: 115px;
	height: 100px;
	padding: 0 3px;
	margin-bottom: 10px;
}

div#postit a {
	text-decoration: none;
	color: #444;
}

#contextMenuPop {
	z-index: 10000;
	width: 128px;
	height: 208px;
	background: url(/images/contextMenuBg.png) no-repeat;
}

#contextMenuPop a {
	width: 100px;
	display: block;
	float: left;
	clear: both;
	padding: 0px 0 0 25px;
	height: 16px;
	margin-top: 4px;
	background: url(/images/icons/menu_client.png) no-repeat;
	background-position: 5px 0px;
}

#contextMenuPop a.client {
	background-image: url(/images/icons/small/menu_client.png)
}

#contextMenuPop a.contacts {
	background-image: url(/images/icons/small/menu_contacts.png)
}

#contextMenuPop a.chat {
	background-image: url(/images/icons/small/menu_chat.png)
}

#contextMenuPop a.cal {
	background-image: url(/images/icons/small/menu_cal.png)
}

#contextMenuPop a.offert {
	background-image: url(/images/icons/small/menu_offert.png)
}

#contextMenuPop a.order {
	background-image: url(/images/icons/small/menu_order.png)
}

#contextMenuPop a.neworder {
	background-image: url(/images/icons/small/menu_neworder.png)
}

#contextMenuPop a.invoice {
	background-image: url(/images/icons/small/menu_invoice.png)
}

#contextMenuPop a.subscription {
	background-image: url(/images/icons/small/menu_subscription.png)
}

#contextMenuPop a.hemsida {
	background-image: url(/images/icons/small/menu_hemsida.png)
}

#contextMenuPop a.email {
	background-image: url(/images/icons/small/menu_mail.png)
}

#sidebar {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
	background: url(/images/sidebarBg.png);
	border-right: 1px solid #555;
	padding: 0px;
	margin: 0px;
	width: 8px;
	height: 100%;
	overflow: hidden;
	color: #fff;
	cursor: default;
}

#sidebar a {
	color: #a9cf40;
	color: #45acdf;
}

#sidebar h4 {
	color: #fff;
}

#sidebarnotice {
	position: fixed;
	top: 105px;
	left: 8px;
	z-index: 5;
	cursor: pointer;
}

.c-kund {
	display:block;
	padding: 8px;
	background: #f13636;
	color:white;
}

.c-kund a {
	color:white;
}

.b-kund {
	display:block;
	padding: 8px;
	background: #f1e436;
	color:black;
}


.b-kund a {
	color:black;
}