body {
	background-color:#f7f7f7;
	padding:0;
	margin:15px;
	font:76% Arial, Helvetica, sans-serif;
	}

h1 {
	font-size:1.5em;
	font-weight:normal;
	margin:0 0 1em;
	}
h2 {
	font-size:1.2em;
	margin:20px 0 10px;
	}

#container h1, #container h2 { color: #00a1ef; }
#printcontainer h1, #printcontainer h2 { color: #000; }
#printcontainer label { margin-top: 10px;}

img {border:none;}

hr {background-color:#f7f7f7; color:#f7f7f7; height:3px;}
hr {background-color:#eee; color:#eee; height:3px;} /*jool 071121: Tillfälligt för min skumma skärm i Jkpg*/

form {margin:0;}

textarea {overflow:auto; font: 1em Arial, Helvetica, sans-serif;}

#container {min-width:900px; position:relative;}

#content {background-color:#fff; border:1px solid #eee; margin-left:159px; position:relative; min-height:400px; padding:30px; z-index:1}
	#content a:link, #content a:visited {color:#00a1ef;}
	#content a:hover {color:#C00;}
	#content a:active {color:#C00;}
	.corner {position:absolute; width:5px; height:5px; background-repeat:no-repeat;}
		#c1 { background-image:url(../gfx/corner-u-r.gif); margin:-1px -1px 0 0; top:0; right:0;}
		#c2 { background-image:url(../gfx/corner-l-l.gif); margin:0 0 -1px -1px; bottom:0; left:0;}
		#c3 { background-image:url(../gfx/corner-l-r.gif); margin:0 -1px -1px 0; bottom:0; right:0;}

#navContainer {position:absolute; top:15px; left:15px; width:160px; z-index:2}
	ul#mainNav {list-style:none; margin:0; padding:0;}
	ul#mainNav li {margin-bottom:5px;}
	ul#mainNav a {display:block; width:140px; height:40px; font-weight:bold; background-repeat:no-repeat; padding:25px 0 0 20px;}
		ul#mainNav a:link, 
		ul#mainNav a:visited {text-decoration:none; color:#000;}
		ul#mainNav a:hover {text-decoration:underline; color:#000;}
		ul#mainNav a:active {text-decoration:none; color:#C00;}
		
		.mainNav1 {background-image:url(../gfx/nav1.png);}
		.mainNav1Selected {background-image:url(../gfx/nav1-selected.png);}
		.mainNav2 {background-image:url(../gfx/nav2.png);}
		.mainNav2Selected {background-image:url(../gfx/nav2-selected.png);}
		.mainNav3 {background-image:url(../gfx/nav3.png);}
		.mainNav3Selected {background-image:url(../gfx/nav3-selected.png);}
		.mainNav4 {background-image:url(../gfx/nav4.png);}
		.mainNav4Selected {background-image:url(../gfx/nav4-selected.png);}
		.mainNav5 {background-image:url(../gfx/nav5.png);}
		.mainNav5Selected {background-image:url(../gfx/nav5-selected.png);}
        .mainNav6 {background-image:url(../gfx/nav6.png);}
		.mainNav6Selected {background-image:url(../gfx/nav6-selected.png);}
        .mainNav7 {background-image:url(../gfx/nav7.png);}
		.mainNav7Selected {background-image:url(../gfx/nav7-selected.png);}
        .mainNav8 {background-image:url(../gfx/nav8.png);}
		.mainNav8Selected {background-image:url(../gfx/nav8-selected.png);}
        .mainNav9 {background-image:url(../gfx/nav9.png);}
		.mainNav9Selected {background-image:url(../gfx/nav9-selected.png);}
	
	.underline { text-decoration:underline;}


caption {
	text-align:left;
	font-size:1.2em;
	}

#content a.add, #content a.edit {
	display:block;
	width:67px;
	line-height:18px;
	height:18px;
	background:transparent url(../gfx/bg-button.png) no-repeat;
	font-size:11px;
	font-weight:bold;
	color:#000;
	text-align:center;
	}
a.add:hover, a.edit:hover {
	text-decoration:none;
	}


.inputButton {
	width:67px;
	line-height:18px;
	height:18px;
	background:transparent url(../gfx/bg-button.png) no-repeat;
	font-size:11px;
	font-weight:bold;
	color:#000;
	text-align:center;
	border:none;
	text-decoration:underline;
	cursor:pointer;
	margin-left: 2px;
	}
	.inputButton:hover {text-decoration:none;}

.inputButtonSmall {
	width:33px;	
	background:transparent url(../gfx/bg-button-small.png) no-repeat;
	}
	
.inputButtonLarge {
width:100px;	
background:transparent url(../gfx/bg-button-large.png) no-repeat;
}

a.addLeft {float:left;}
a.addRight {float:right;}

    table.listTable {width:100%; border-collapse:collapse; border:0; margin-top:5px;}
	table.listTable th {text-align:left; font-weight:bold; padding:2px;}
	table.listTable td {vertical-align:top; padding:2px;}
	
    table.listTable .rowStrong:hover, 
	table.listTable .row1:hover, 
	table.listTable .row2:hover { background-color:#666; color:#fff;}
    table.listTable .rowStrong:hover a, 
	table.listTable .row1:hover a, 
	table.listTable .row2:hover a {color:#fff !important;}	
	
    table.listTable tr.rowStrong:hover, 
	table.listTable tr.row1:hover, 
	table.listTable tr.row2:hover { background-color:#666; color:#fff;}
    table.listTable tr.rowStrong:hover a, 
	table.listTable tr.row1:hover a, 
	table.listTable tr.row2:hover a {color:#fff !important;}
		.rowStrong {background-color:#ddd;}
		.row1 {background-color:#fafafa;}
		.row2 {background-color:#f6f6f6;}
		.row1 {background-color:#eee;} /*jool 071121: Tillfälligt för min skumma skärm i Jkpg*/			
		
	.paging {text-align:right; font-size:.8em; margin-top:10px;}
	.paging form { float:left; margin-left:20px;}
	.inputSearchbutton {font-size:12px;}
	.inputSearchbox {font-size:10px; height:12px;}
	table.listTable th.price,
	td.price {text-align:right;}
	table.listTable select {font-size:11px;}

/* FORM FORMATTING */
.sectionContainer {border:3px solid #f7f7f7; padding:10px; margin:5px 0px;}
.sectionContainer {border:3px solid #eee; padding:5px; margin:5px 0px;} /*jool 071121: Tillfälligt för min skumma skärm i Jkpg*/	
.sectionContainer h2 {margin:0 0 10px;}

label, .label {font-size:.8em; display:block; margin-top: 5px;}

.cols2 {width:50%; float:left;}
.subcols2 {width:45%; float:left;}


div.clearfloat {clear:both; visibility:hidden; font-size:1px;}

form.add_edit-form input[type=text],
form.add_edit-form textarea,
form.add_edit-form select {display:block; margin-bottom:5px;}

.inputLong { width:100%; background-color:#00FF99}
.inputMiddle {width:50%; background-color:#00FF99}
.inputShort {width:25%; background-color:#00FF99}

.inputW50px {width:50px;}
.inputW10 {width:10%;}
.inputW15 {width:15%;}
.inputW25 {width:25%;}
.inputW48 {width:48%;}
.inputW50 {width:50%;}
.inputW70 {width:70%;}
.inputW75 {width:75%;}
.inputW95 {width:95%;}
.inputW100 {width:100%;}
.inputH75px {height:75px;}

.calculateContainer input, .calculateContainer label {display:inline !important;}
.oldcalculateContainer input {font-size:10px; margin:0 10px 0 0 !important;}
.calculateContainer select {display:inline;  margin:0 15px 0 0;}
.calculateContainer label {display:block !important;}
.calculateContainer div {float:left; white-space:nowrap;}

/* TAB NAVIGATION */
ul#tabnav {
	list-style-type: none;
	padding:0 0 28px 0;
	border-bottom: 3px solid #f7f7f7;
	border-bottom: 3px solid #eee; /*jool 071121: Tillfälligt för min skumma skärm i Jkpg*/	
	margin: 20px 0 0;
	position:relative;
	}

ul#tabnav li {
	float: left;
	height: 23px;
	background-color: #ddd;
	margin: 2px 4px 0 0;
	border:3px solid #f7f7f7;	
	border: 3px solid #eee; /*jool 071121: Tillfälligt för min skumma skärm i Jkpg*/		
	}

body .tabSelected {
	border-bottom: 3px solid #fff !important;
	background-color: #fff !important;
	}

#tabnav a {
	float: left;
	display: block;
	color: #666;
	text-decoration: none;
	padding: 4px;
	}

#tabnav a:hover {
	background: #fff;
	}
.tabContainer {
	border:3px solid #f7f7f7;	
	border:3px solid #eee; /*jool 071121: Tillfälligt för min skumma skärm i Jkpg*/	
	padding:10px;
	border-top:none;
	}
	
/* TOGGLE TABS */
#tabToggle2,
#tabToggle3,
#tabToggle4,
#tabToggle5,
#tabToggle6 {display:none;}






/* JONAS */
.buttonColumn { width: 35px; }
.idColumn { width: 20px; }

.taskDdl { width: 100px;}
.overlib { width: 400px; background-color:#fff; padding: 10px; border: solid 1px #000; font-size: 12px;}
.overlib dt, .summary dt { float: left; margin-right: 0.3em; font-weight:bold;}
.overlib dd, .summary dd {margin-left: 25%; margin-bottom: 7px;}
.overlib dl, .summary dl {margin: 0px; padding: 0px;}

.summary { Z-INDEX: 2; POSITION: absolute; width: 400px; background-color:#fff; padding: 10px; border: solid 1px #000; font-size: 12px;}





.inputH53 {height:53px;}
.addLeft {float:left;}
.addRight {float:right; margin-left: 5px;}
.addLeft {float:left; margin-right: 5px;}

.right {float:right;}

.inputFlex input {width:90%;}
.inputFlex textarea {width:90%;}
.inputFlex select {width:90%;}

.attention{
		margin: 0 0 20px 0;
		padding: 8px;
		background-color: #fffbd5;
		border:3px solid #ffc000;
		min-width:200px; 
		text-align: center;
		color: Black !Important;
}

.attention .header{
	font-weight:bold;
}



.cols2_padright {width:49%; float:left; padding-right: 1%;}
.cols2_padleft {width:49%; float:left; padding-left: 1%;}

.HeadingCellText { text-align:left; font-weight:bold; padding:2px; color:#00a1ef; text-decoration: underline;}
.picker { width: 150px;}

#_ctl0_cph_ucExtraFields3_dlstExtraFields td { width: 50%;}



ul li{
	list-style:none;
}
.calendarLarge ul {margin:0; padding:0;}
.calendarLarge ul li {
    padding-left: 5px;
	margin-left:0;
	font-size: 10px;
	}

#printcontainer h2
{
    color:#000;
}

#ucExtraFields3_dlstExtraFields td, #_ctl0_cph_ucExtraFields3_dlstExtraFields td
{
    vertical-align: top;    
    width: 50%;
    padding-right: 20px;
}

.hidden
{
    visibility:hidden; 
    height: 0px;
}

.listTable { font-size: 12px;}
.listTable a { font-size: 12px;}

.chkPermission label {font-size: 12px; display:inline !important;}

.chkList label { float: left; margin-right: 7px; font-size:1.0em; margin-top: 4px; }
.chkList input { float: left }
.contactCategoryDiv { height: 125px; width: 65%; position: absolute; background-color:#fff; margin: 25px 0 0 33px; overflow: auto; }
.contactCategoryRow { height: 125px;}
.chk label {display:inline !important;}

.lblRecurrence { margin-left: 27px;}

.changeDate { font-size:.8em; float: right;}



#formareas #formarea2 ul 
{
	margin: 2px 0;
	display: block;
}

#formareas #formarea2 ul select 
{
	width: 48%;
	margin: 2px 0;
}





/* Popup-fönster */

#popupContent {
	border:1px solid #ccc;
	overflow:auto;
	background-color:#fff;
	height:400px;
	margin:0 20px 20px;
	padding:10px;
}

#popupContent table.listTable {
width: 820px;
}

.panPopup {
	position:absolute;
	top:50%;
	left:50%;
	width:900px;
	margin:-220px 0 0 -450px;
	background-color:#e0e2eb;
	border:2px outset #9a9ca6;
	z-index: 100;
	}
.panPopup #popupHeader {margin:5px 5px 5px 20px; height:10px;}

	#popupContent a:link, #popupContent a:visited {color:#00a1ef;}
	#popupContent a:hover {color:#C00;}
	#popupContent a:active {color:#C00;}
	












	
.greyish
{
	color: #aaa;
}	
	

.inputMini {width:20px;}
.inputMini input {width:20px;}

.inputSmall {width:42px;}
.inputSmall input {width:42px;}

.inputMedium {width:70px;}
.inputMedium input {width:70px;}

.inputDate {width:110px;}
.inputDate input {width:70px;}

.inputDateSmall {width:100px;}
.inputDateSmall input {width:65px;}


/* 080116 MAAX */
.rs 
{
	margin-left: 4px;
	margin-top: 4px;	
}

.pointer
{
	cursor: pointer;
}


fieldset
{
	margin-left: 10px; padding: 5px; float: left; border: solid 1px #999
}
legend
{
	font-size:.8em; font-weight: bold; 
}

.smallfieldset
{
	height:95px; 
	width:165px;
}



