/*** Float container fix ***/
.fc:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
}

.fc {
	display: inline-block;
}
.fc {
	display: block;
}

/*** Box ***/
.box {
}

.bHead {
	background: transparent url(/Elements/Box/bg.png) no-repeat 100% 0;
	height: 15px;
	margin: 0 0 0 15px;
}
.bHead div {
	position: relative;
	left: -15px;
	background: transparent url(/Elements/Box/bg.png) no-repeat 0 0;
	height: 15px;
	width: 15px;
	font-size: 0;
	line-height: 0;
}
.bFoot {
	background: transparent url(/Elements/Box/bg.png) no-repeat 100% 100%;
	height: 15px;
	margin: 0 0 0 15px;
}
.bFoot div {
	background: transparent url(/Elements/Box/bg.png) no-repeat 0 100%;
	position: relative;
	left: -15px;
	width: 15px;
	height: 15px;
	font-size: 0;
	line-height: 0;
}

.bBody1 {
	background: transparent url(/Elements/Box/borders.png) repeat-y 0;
	padding: 0 0 0 10px;
}

.bBody2 {
	background: transparent url(/Elements/Box/borders.png) repeat-y 100% 0;
	padding: 0 10px 0 0;
}

.bBody3 {
	background-color: #fff;
	padding: 0 5px;
}

.subscribe 
{
	border: solid 1px #999;
}

/*** Box-Grey ***/
.box-Grey .bHead, .box-Grey .bHead div, .box-Grey .bFoot, .box-Grey .bFoot div {
	background-image: url(/Elements/Box/grey_bg.png);
}
.box-Grey .bBody1, .box-Grey .bBody2 {
	background-image: url(/Elements/Box/grey_borders.png);
}
.box-Grey .bBody3 {
	background-color: #ebebeb;
}


/*** TabStrip ***/
.tabStrip {
}


/*** Expandable box ***/
.expandable-box {
	width: 192px;
	background: url(/graphics/bg-top.gif) no-repeat 0 0;
	padding-top: 12px;
	margin: 2px 0 8px;
}
.expandable-box .box-bottom {
	background: url(/graphics/bg-bottom.gif) no-repeat 0 bottom;
	padding-bottom: 12px;
}
.expandable-box .box-header, .expandable-box .expandable-box-body {
	background: url(/graphics/bg-borders.gif) repeat-y 0 0;
	padding: 2px 12px 0;
	min-height: 1px;
	clear: both;
	/*overflow-x: hidden;  DETTA GÖR NÅGOT KONSTIGT I F.F Behövs den?*/
}
.expandable-box h2 {
	margin: 0;
	padding: 0 0 9px;
}
.expandable-box h2:hover {
	cursor: pointer;
}
.expandable-box img.expandImg {
	float: left;
	margin: 2px 3px 0 0;
}
.expandable-box h2, .expandable-box .box-facts {
	border-bottom: solid 1px #cfcfcf;
}
.expandable-box .box-content 
{
	padding-top: 4px;
	padding-bottom: 4px;
}
.expandable-box .box-content p {
	margin: 5px 0;
}
.expandable-box .box-more {
	padding-top: 5px;
	border-top: solid 1px #cfcfcf;
	text-align: right;
}
.expandable-box .box-facts {
	padding: 5px 0;
}
.expandable-box-body {
	background-color: #fff;
}

/*** Left/Right aligned href ***/
a.right-aligned, a.left-aligned {
	display: block;
	padding-top: 2px;
	text-decoration: none;
}
a.left-aligned {
	text-align: left;
}
a.right-aligned {
	text-align: right;
}
a.right-aligned:hover, a.left-aligned:hover {
	text-decoration: underline;
}

/*** Notes, startsida ***/
.note {
	background: url(/Elements/Notes/notes-top-bg.gif) no-repeat 0 0;
	width: 297px;
	float: left;
}
.note-bottom {
	background: url(/Elements/Notes/notes-bottom-bg.gif) no-repeat 0 bottom;
	width: 297px;
	padding-bottom: 1px;
	float: left;
	height: 131px;
	min-height: 131px;
}
.note h2, .note p {
	float: left;
	clear: left;
	margin: 6px 0 0 15px;
	width: 137px; /* Öka? */ 
}
.note th h2 {
	margin: 0;
}
.note a.left-aligned, .note a.right-aligned {
	padding-bottom: 6px;
}

.img-right {
	float: right;
	margin: 4px 7px 4px 14px;
}
.img-left {
	float: left;
	margin: 4px 14px 4px 5px;
}

#note-middle, #note-right {
	margin-left: 24px;
}

#ContentPanel .note .Caption { margin-left: 13px; margin-top: 10px; }
#ContentPanel #note-left #Note-Left-Container { padding:3px 17px 0px 17px; }
#ContentPanel #note-left #Note-Left-Container-Wrapper { padding:2px 0px 0px 0px; }
#ContentPanel #note-middle #Note-Middle-Container { padding: 3px 17px 0px 17px; }
#ContentPanel #note-middle #Note-Middle-Container-Wrapper { padding: 2px 0px 0px 0px; }
#ContentPanel #note-right #Note-Right-Caption { margin-top: 10px; }
#ContentPanel #note-right .Note-Right-PressRelease-Date { margin-left: 4px; }

#ContentPanel #note-left .note-bottom,
#ContentPanel #note-middle .note-bottom,
#ContentPanel #note-right .note-bottom
{
	float:none;
	height:111px;
	min-height:111px;
	width:auto;
	padding:10px 10px 10px 15px;
	margin:0;
	text-align:justify;
}
#ContentPanel #note-left .note-bottom h2,
#ContentPanel #note-middle .note-bottom h2,
#ContentPanel #note-right .note-bottom h2
{
	font-size:1.82em;
	font-weight:normal;
	line-height:24px;
	margin:0 0 10px;
	padding:0;
	clear:none;
	float:none;
	width:auto;
}
#ContentPanel #note-left .note-bottom a,
#ContentPanel #note-middle .note-bottom a { padding-bottom:11px; }
#ContentPanel #note-right .note-bottom .press-notes { margin:0; }

/*** Lista pressmeddelanden, startsida ***/
table.press-notes {
	width: 293px;
}
table.press-notes th {
	font-weight: normal;
	font-family: "Gill Sans MT" , Arial, sans-serif;
	text-align: left;
	padding: 6px 0 2px;
}
table.press-notes td {
}
table.press-notes td h2 {
	padding: 0 0 0;
	margin: 0;
}
table.press-notes td span.date {
	display: block;
	padding-top: 3px;
}
table.press-notes td a:hover {
	text-decoration: underline;
}
table.press-notes tr.pager td {
	text-align: right;
}
table.press-notes tr.pager td table {
	float: right;
}

/*** Listing, with icons ***/
ul.icon-list {
	margin: 5px 0 0 0;
	padding: 0;
	list-style-type: none;
}
li a.doc, li a.ppt, li a.xls {
	display: block;
	padding: 3px 0 3px 22px;
}
li a.doc {
	background: url(/graphics/doc.gif) no-repeat left 1px;
}
li a.ppt {
	background: url(/graphics/ppt.gif) no-repeat left 1px;
}
li a.xls {
	background: url(/graphics/xls.gif) no-repeat left 1px;
}

/*** Listing, alternate bg-color ***/
li.uneven, li.even {
	padding: 2px 3px 3px;
}
li.even {
	background-color: #fff;
}
li.uneven {
	background-color: #e9e7e7;
}

/*** Listing, news and job-ad's ***/
ul.note-list {
	list-style-type: none;
	margin: 0;
	padding: 5px 0 0 0;
}
ul.note-list li span {
	display: block;
	color: #666;
}
ul.note-list li span.list-header {
	font-weight: bold;
	color: #333;
}
.expandable-box .box-content ul.note-list li p {
	margin-top: 0px;
	margin-bottom: 12px;
}

/* recruit contactform */
label#lbl-firstname {
	padding-right: 16px;
}
label#lbl-lastname {
	padding: 0 5px 0 10px;
}
label#lbl-email {
	padding-right: 27px;
}
label#lbl-message {
	float: left;
	padding-right: 3px;
}

/*** Searchresult items ***/
table.searchresult tr.options th {
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 10px;
}
table.searchresult tr.options th.whitebg {
	width: 0px;
}
table.searchresult tr#pagedhits th {
	padding-top: 10px;
	padding-bottom: 10px;
}
table.searchresult th select, table.searchresult th input {
	font-size: 85%;
}
table.searchresult tr.options th div.fRight {
	margin-top: 2px;
}


/*** Compareresult table ***/
table.compareresult {
	width: 802px;
}
table.compareresult th, table.compareresult td {
	text-align: left;
	padding: 3px 5px;
	color: #333;
}


/*** Modal popup ***/
.modalBackground {
	background-color: #eee;
	opacity: 0.7;
}
.modalpopup {
	background-color: #fefefe;
	border: ridge 5px #999;
	width: 772px;
	overflow: scroll;
}
.modalpopup #header {
	padding: 6px 12px;
	cursor: move;
}
.modalpopup #content {
	padding: 12px;
}

/*** Grid ***/
.grid {
	empty-cells: show;
	border-collapse: collapse;
	width: 804px;
}
.grid td {
	padding: 5px;
}
.grid .data a {
	color: #666;
	text-decoration: none;
}

.grid .data td {
	background-color: #f4f4f4;
}

.grid .alt td {
	background-color: #ebebeb;
}

.grid .sel td, .grid .sel a, .grid .sel td.pad {
	background-color: #9a9a9a;
	font-weight: bold;
	color: #fff;
}

/* seniorgården på jm */
.grid .sel .sg img,
.grid .hover .sg img { visibility: hidden; }
.grid .sel .sg,
.grid .hover .sg { background: #9a9a9a url(/graphics/Seniorgarden_icon_hover.gif) no-repeat 5px 45% scroll; }

.grid tr.exp td {
	padding: 0;
}
.grid .exp td {
	/*border: solid 1px #ccc;  Temp style */
	border-top-style: none;
}

.grid .header
{
	margin-top: 5px;
}

.grid .header th {
	background: url(/graphics/gridheader_bg.gif) bottom left repeat-x;	
	border-bottom: 1px solid #fff;
	border-top: 1px solid #ccc;	
	text-align: left;
	padding: 5px;
}
.grid .header a {
	color: #000;
	text-decoration: none;
}

.grid .group td {
	padding: 0;
	background-color: #fff;
	font-weight: bold;
}

.grid .group td .groupHeader 
{
/*	background-color: #eaf4d1;*/
	background: url(/graphics/groupheader_bg.gif) bottom left repeat-x;	
	margin: 20px 0 0 0;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #eaf4d1;
	padding: 5px 5px 5px; 
}

.grid .group td .groupHeaderLink
{
	float: right;
}

.grid .pager td {
	text-align: center;
	padding: 5px;
	vertical-align: middle;
	line-height: 2;
}

.grid .pager a {
	padding: 3px 6px;
	text-decoration: none;
	color: #333;
	font-weight: bold;
}

.grid .pager a:hover {
	padding: 4px 5px;
	border: 1px solid #ccc;
}

.grid .pager a[disabled],
.grid .pager a[disabled]:hover 
{
	color: #aaa;
	cursor: default;
	padding: 3px 6px;
	border: none;
}


.grid .pager span {
	padding: 0 3px;
	margin: 0 2px;
}
.grid .pager .current {
	font-weight: bold;
	background-color: #ebebeb;
}
.grid td.pad, .grid th.pad {
	width: 5px;
	padding: 0;
	background-color: Transparent;
}
.grid-rowSel .data {
	cursor: pointer;
}
.grid-rowSel .hover td, .grid-rowSel .hover a, .grid-rowSel .hover td.pad {
	color: #fff;
	background-color: #9a9a9a;
}
.grid .empty {
	font-style: italic;
	text-align: center;
}

/*** DH ***/
.fRight {
	float: right;
}
.fLeft {
	float: left;
}
.block {
	display: block;
}


/**** Generic button ******/
.button {
	cursor: pointer;
}

.buttonLeft {
	height: 19px;
	background-image: url(/Elements/Button/Img/Left.gif);
	background-position: left;
	background-repeat: no-repeat;
}
.buttonRight {
	height: 19px;
	padding: 0px 2px 0px 2px;
	background-image: url(/Elements/Button/Img/Right.gif);
	background-position: right;
	background-repeat: no-repeat;
}

.buttonBackground {
	height: 19px;
	background-image: url(/Elements/Button/Img/Background.gif);
	background-repeat: repeat-x;
}
.buttonContent {
	font-family: Arial;
	font-weight: bold;
	color: #333;
	display: block;
	height: 15px;
	margin: 2px 10px 2px 10px;
}

/*** CardStack ***/
.js .stackObject {
	display: none;
}

.js .initialStackObject {
	display: block;
}
.viewerHeader
{
    margin-left: 5px;
    vertical-align: middle;
}




/*
 * MODAL POPUP
 */
.modalPopup 
{	
/*	z-index: 65532;*/
}

.modalPopup .title 
{
	padding: 0;
	margin: 0;
	background: url(/Elements/ModalPopup/popup_head_left.gif) top left no-repeat;
	padding: 8px 0 0 11px;
	height: 23px;
}
.modalPopup .title,
.ModalPopupWidth
{
 width:200px;	
}

.modalPopup .title h1,
.modalPopup .title h2,
.modalPopup .title h3,
.modalPopup .title h4,
.modalPopup .title h5,
.modalPopup .title h6
{
	color: #000;
	padding: 0 0 7px 0px;
	margin: 0;
}

.modalPopup .closeButton,
.modalPopup .closeButton:active,
.modalPopup .closeButton:visited,
.modalPopup .closeButton:hover
{
	display: block;
	background: url(/Elements/ModalPopup/popup_head_right.gif) top left no-repeat;
	width: 31px;
	height: 31px;
	position: absolute;
	top: 0;
	right: 0;
	text-decoration: none;
}

.modalPopup .content 
{
	background: #fff;
	padding: 0 11px;
/*	border-left: 11px solid #fff;
	border-right: 11px solid #fff;*/
	text-align:center;
}


.modalPopup .bottom
{
	padding: 0;
	margin: 0;
	margin-right: 11px;
	background: url(/Elements/ModalPopup/popup_bottom_left.gif) bottom left no-repeat;
	line-height: 11px;
}

.modalPopup .right
{
	background: url(/Elements/ModalPopup/popup_bottom_right.gif) bottom right no-repeat;
	width: 11px;
	height: 11px;
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 1px;
	height: 11px;
}
/*
.modalPopup .bottom
{
	padding: 0;
	margin: 0;
	margin-left: 11px;
	margin-right: 11px;
	font-size: 1em;
	height: 11px;
	background: #fff;
}

.modalPopup .left
{
	padding: 0;
	margin: 0;
	background: url(ModalPopup/popup_bottom_left.gif) bottom left no-repeat;
	width: 11px;
	height: 11px;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 1px;
	height: 11px;
}


.modalPopup .right
{
	background: url(ModalPopup/popup_bottom_right.gif) bottom right no-repeat;
	width: 11px;
	height: 11px;
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 1px;
	height: 11px;
}
*/



.modalBackground {
	background-color: #000;
	opacity: 0.7;
	filter: alpha(opacity=70);	
	position: absolute;
}


/*
 * Scrollable modal popup
 */
.scrollPopup
{
	width: 700px;
}

.scrollPopup .content 
{
	overflow: scroll;
	height: 300px;
}



/*
 * Three Column Layout
 *
 */

/*** Three column layout ***/
.three-column-layout {
	width: 804px;
	float: left;
	clear: both;
}
.three-column-layout .left-column,
.three-column-layout .right-column 
{
	width: 192px;
}
.three-column-layout .middle-column 
{
	width: 380px;
	margin-left: 20px;
	padding-top: 0px; /* 4px */
}
.three-column-layout .left-column,
.three-column-layout .middle-column 
{
	float: left;
}
* html .three-column-layout .middle-column 
{
	display: inline;
}
.three-column-layout .right-column 
{
	float: right;	
}


.text-page .left-column
{
	display: none;
}

.text-page .middle-column 
{
	/*width: 505px;*/
	/*margin-left: 20px;/*
	/*margin-right: 67px;*/
	font-size: 1.09em;
}

.ViewerBigSizeImage
{
	margin: 10px auto 10px auto;
	border: 1px solid #000;
	padding: 7px;
	background-color: #fff;
}

.text-page .middle-column p.ingress
{
	font-size: 1.17em;
	margin: 0 0 5px 0;
}

.text-page .middle-column .big-image	
{
	margin: 0 0 12px 0;
}

.text-page .middle-column h2
{
	font-size: 1.33em;
	font-family: Arial, sans-serif;
	margin-bottom: 5px;
}

.text-page .middle-column h3
{
	font-family: Arial, sans-serif;
	margin-bottom: 5px;
}
.text-page .middle-column p
{
	margin: 0 0 12px 0;
}


.full-page .left-column
{
	display: none;
}

.full-page .middle-column
{
	width: 552px;
	margin-left: 20px;
	margin-right: 20px;
}
/* Validation... */
.multiselectbox_normal
{
    border:solid 1px #666;
    overflow:auto;
    width:188px;
    height:60px;
}
/*Register VIP*/
.registeruser
{
 /*padding-left:80px;	*/
}
.registeruser .Asterisk
{
 color:#CC0000;	
}
.registeruser .SectionWrapper,
.registeruser .SectionWrapper-left
{
 	width:33%; 
 	float:left; 
 	margin-top:20px;
  
}
.registeruser .SectionWrapper .slider
{
 display:block;
height:40px;
margin:0;
overflow:hidden;
position:relative;
width:190px;	
}
.registeruser .SectionWrapper .slider .Background
{
 	-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(/graphics/Search/slider-background.gif) no-repeat scroll 0 2px;
float:left;
height:26px;
width:190px;
z-index:1;
}
.registeruser .SectionWrapper .slider .CoverLeft
{
  background-color:#E1C09F;
height:16px;
opacity:0.68;
position:absolute;
top:5px;
z-index:5;	
}
.registeruser .SectionWrapper .slider .CoverRight
{
 background-color:#E1C09F;
height:16px;
opacity:0.68;
position:absolute;
top:5px;	
}
.registeruser .SectionWrapper .slider .MinHandle
{
  -moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(/graphics/Search/lefthandle.png) repeat scroll 0 0;
cursor:w-resize;
height:26px;
left:50px;
position:absolute;
top:0;
width:14px;
z-index:200;	
}
.registeruser .SectionWrapper .slider .MaxHandle
{
 -moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(/graphics/Search/righthandle.png) repeat scroll 0 0;
cursor:w-resize;
height:26px;
left:183px;
position:absolute;
top:0;
width:14px;
z-index:200;	
}
.registeruser .SectionWrapper .slider .MaxValueField
{
 -moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent none repeat scroll 0 0;
border:0 none;
left:110px;
position:absolute;
text-align:right;
top:26px;
width:80px;
z-index:71;	
}
.registeruser .SectionWrapper-left
{
 width:66%;
 float:left;	
}
.registeruser .ResidenceMuncipality
{
 margin-bottom:7px;	
}
.registeruser .SectionWrapper-middle
{
 border-top:solid 1px #E9E9E9;	
}
.registeruser .Step2Wrapper
{
	width:804px; 
	margin-top:15px;
	
}
.registeruser fieldset
{
 border:none;
 padding:0;
 margin:0;
}
.RadioButtonList
{
  margin-bottom:7px;
	}
.RadioButtonList tr td,
.RadioButtonList tr td input
{
 margin-top:0px;
 margin-left:0px;
 padding-left:0px;
 padding-right:0px;
}
.RadioButtonList tr td label
{
 display:inline-block;
 margin-right:3px;	
}
.RadioButtonLabel
{
display:block;
 margin-top:5px;
 clear:left;	
}
.registeruser p
{
 font-size:11px;		
 clear:left;
 margin:0;
 padding:0;
 padding-top:5px;
 padding-bottom:5px;
}
.registeruser p label
{
  display:block;
}
.registeruser .ListBox
{
 height:54px;
 margin:18px 0 0 0px;
 padding:0;	
 width:190px;
}

.PanelChildren 
{

}
.FullContent-div
{
 width:100%;
 clear:left;
 padding-top:20px;
 margin-top:20px;
 border-top:solid 1px #ececec;	
}
.LabelWrapper
{
 clear:left;
}
.LabelWrapper label
{
 float:left;
 width:35%;	
}
 .DropDown
{
 margin-bottom:13px;	
}
.ButtonWrapper
{
 float:left;
 width:35%;	
 clear:left;
}
 .Add-remove-button
{
 margin:18px 0 0 4px;
 clear:left;	
}
.Add-remove-button2
{
 clear:left;
 margin-top:10px;
 margin-left:4px;	
}
.CheckBoxWrapper
{
 clear:left;	
}

/* Checkbox-list */

.checkbox-list
{
	overflow-y: scroll;
	overflow-x: hidden;
	width: 210px;
	height: 75px;
	border: 1px solid #999;
	background-color: #FFF;
}

.checkbox-list .item
{
	width: 400px;
}

.BigImagePopup 
{
	width: 671px;
}

.BigImagePopup .content
{
	height: 500px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.BigImagePopup img
{
	width: 633px;
	margin: 0px 5px 20px 5px;
}

/* My Profile Teaser */

.teaserLabel
{
    clear:left;
    width: 90px;
    display:block;
    float:left;
    margin: 0px 10px 0px 0px;
}
.teaserData
{
    display:block;
    float:left;
}





