/* ------------------- Logindelen och Innehållsdelen ------------------- */

.slideOutTip{
	/* The main wrapping div of the slideout tips */
	position:absolute;
	color:white;
}

.tipVisible { cursor:pointer; height:0px; padding:0; position:absolute; top:0px; right:-26px;}

.innehallPlaceholderImage { position:absolute; top:130px; right:-26px; width:26px; height:71px; background-image:url('/gfx/BTN_innehall.jpg');}
.loginPlaceholderImage { position:absolute; top:202px; right:-26px; width:26px; height:71px; background-image:url('/gfx/BTN_logga_in.jpg');}

.tipTitle{
	float:right;
}

.slideOutTip.isOpened{ z-index:10000; }

.openLeft {margin:0; padding:0;}
.openLeft .tipIcon{
	/* Floating the title and the icon to the right */
	margin:0;
	float:right;
}
.openLeft .tipTitle{ float:right; padding:0; }
.openLeft .slideOutContent{ margin-top:0; }
.openLeft.openTop .slideOutContent{	margin-top:0; }

.slideOutContent{
	/* Hiding the div with the slide out content: */
	display:none;
	padding:20px 10px 0 10px;
	font-size:11px;
	margin-right:30px;
	width:959px;
}

/* innehåll content */
.innehallContentItem {
	float:left;
	margin:20px 0 0 33px; 
	width:200px;
	height: 150px;
}

.innehallContentItem table{

}

.innehallContentItem TD.first {
	background-image:url('/gfx/ICN_orange-arrow.png');
	background-position:left 4px;
	background-repeat: no-repeat;
	display:block;
	width:8px;
}

.innehallContentItem TD.second {
	height:20px;
}

.innehallContentItem h2 {
	font-weight:bold;
}

.innehallContentItem a {
	color:#fff;
}

.innehallContentItem a:hover {
	color:#000;
	background-color:#fff;
}


/* login content */
.loginContentItem {
	float:left;
	margin:10px 0 0 250px; 
}

.loginContentItem .create { padding-right:10px;margin-right:10px;border-right:1px solid #fff;text-align:right;}
.loginContentItem .create a { color:#fff;}
.loginContentItem .former { padding-top:4px; }

input.loginSlider { border: 1px solid #000; color:#323232; padding:0 0 0 5px; margin:0 5px 0 0; width:135px; height:22px; font-family: Georgia; font-size:12px; }






























