/* 
================================
Skin styles for DotNetNuke
================================
*/

FORM
{ 
	margin: 0; 
	padding: 0;
	display: inline;
}

P { margin: 0 0 0 0; padding: 0 0 0 0; }

.pagemaster
{
	width: 100%;
	height: 100%;
	background-color: #EDEDED;
	text-align: center;
	
}
.skinmasterframe
{
	background: url(images/bg.gif) no-repeat 0 -10px;
	text-align: left;
	width: 989px;
	height: 505px;
	margin: 0 auto;
	padding: 0 10px 10px 10px;
}
.skinmaster
{
	width: 989px;
	height: 505px;
	border: 0;
	overflow: hidden;
	background-color: #FFFFFF;
}
.basic { position: relative; top: 0px; left: 0px; }


.Normal, .Normal P, .Normal TD
{
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	font-style: normal;
}

.Normal A			{ color: #FFFFFF; }
.Normal A:visited	{ color: #FFFFFF; }
.Normal A:hover		{ color: #FFFFFF; text-decoration: underline; }

.TitleHead
{
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 22px;
	font-style: normal;
	white-space: nowrap;
}


/*
----------------
   INDEX PAGE
----------------
*/

.index_topleft_topLayer  { z-index: 10; position: absolute; }
.index_topright_topLayer { z-index: 5; position: absolute; }
.index_ScrollLogoLayer, .index_infoLayer, .index_rightLayer { z-index: 5; position: absolute; }

.index_topleft_topLayer
{
	top:10px;
	left:10px;
	padding-left: 0px;
	padding-bottom: 10px;
}
  .index_topleftcorner .Normal  , .index_topleftcorner .text
, .index_topleftcorner .Normal P, .index_topleftcorner .text P
{
	font-size: 12px;
	font-style: italic;
	color: #333333;
}

.index_topright_topLayer
{
	top: 20px;
	right: 10px;
	padding-left: 0px;
	padding-bottom: 10px;
}
  .index_toprightcorner .Normal  , .index_toprightcorner .text
, .index_toprightcorner .Normal P, .index_toprightcorner .text P
{
	font-size: 12px;
	font-style: italic;
	color: #333333;
}

.index_ScrollLogoLayer
{
	top: 77px;
	right: 0px;
	width: 163px;
}
.index_ScrollLogo, .index_ScrollLogo A
{
}
.index_ScrollLogo A
{
	position: absolute;
	width: 108px;
	height: 130px;
	left: 0px;
	top: 0px;
}

.index_infoLayer
{ 
	top: 207px;
	left: 247px;
	width: 356px;
}

.index_contentarea
{
	position: relative;
	top: 20px;
	height: 465px;
	background-image: url(images/start_background.jpg);
	background-repeat: no-repeat;	
}
.index_contentareaAdjust
{
	position: absolute;
	top: 346px;
	padding-left: 15px;
	padding-right: 10px;
}

.index_infopane .Normal, .index_infopane .text, .index_infopane TD
{
	font-size: 15px;
	color: #333333;
	font-weight: normal;
	line-height: 26px;
}
.index_infopane .subheader
{
	font-size: 17px;
	color: #333333;
	font-weight: bold;
}

.index_rightLayer
{ 
	top: 214px;
	right: 0px;
	width: 164px;
}
.index_rightpane
{	
	margin-top: 40px;
	margin-left: 46px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 150%;
}
.index_rightpane .subheader
{
	font-size: 16px;
	line-height: 23px;
}
.index_rightPromotion
{
	background-image: url(images/spray.gif);
	background-repeat: no-repeat;
	width: 154px;
	height: 146px;
	position: relative;
}

.promotion, .promotionGuarantee
{
	background-image: url(images/promo_box.gif);
	background-repeat: no-repeat;
	width: 240px;
	height: 91px;
	position: relative;
	margin-right: -3px;
}
.promotionGuarantee
{
	background-image: url(images/promo_box_5_years.gif);
	background-repeat: no-repeat;
}
.promotionpane .DNN_HTMLContent
{
	margin-top: 15px;
	margin-left: 26px;
	margin-right: 23px;
	margin-bottom: 0px;
	line-height: 16px;
}
.promotionpane .DNN_HTMLContent A
{
	position: absolute;
	right: 11px;
	bottom: 0px;
	height: 17px;
	width: 70px;
}
.promotionpane .Normal, .promotionpane .text, .promotionpane TD
{
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	font-style: italic;
}
.promotionpane .subheader
{
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	font-style: italic;
	line-height: 16px;
}
.promotionpane IMG
{
	position: absolute;
	top: 0px;
	left: 0px;
}
.index_contentpane
{
	padding-top: 50px;
	height: 200px;
}

/*
----------------
   LOGIN PAGE
----------------
*/
.kinnanloginpane
{
	padding-top: 10px;
	padding-bottom: 0px;
}

.kinnanloginform TABLE	{ padding: 0 0 0 0; margin: 0 0 0 0; }
.kinnanloginform TR		{ padding: 0 0 0 0; margin: 2 0 2 0; }
.kinnanloginform TD		{ padding: 0 5 0 0; margin: 0 5 0 5; }

.kinnanloginformKEYVALUES { font-weight: bold; }
.kinnanloginformINPUT { border: solid 1px #333333; width: 100px; }
.kinnanloginformREMEMBER
{
}
.kinnanloginformCHECKBOX
{
   	padding: 0px;
	outline: 0;
}
.kinnanloginformSUBMIT
{
	text-align: right;
}

/*
----------------
   NORMAL PAGES
----------------
*/

.topleft_topLayer { z-index: 10; position: absolute; }
.topright_topLayer { z-index: 5; position: absolute; }

.topleft_topLayer
{
	top:20px;
	left:20px;
	padding-left: 0px;
	padding-bottom: 10px;
}
.topright_topLayer
{
	top: 20px;
	right: 20px;
	padding-left: 0px;
	padding-bottom: 10px;
}

.contentarea { width: 989px; padding: 10px 20px 10px 20px;}
.contentarea_withTopMargin { width: 989px; padding: 50px 20px 10px 20px; }
.contentarea_noMargins { width: 989px; padding: 0px 0px 0px 0px; }

.hightguard
{ 
	height: 465px; /* Total height (505) - Footer (40) */
	width: 1px;
}

.leftrightspacer { width: 20px; }

  .right_contentpane_fixedWidth
, .left_contentpane_fixedWidth
{
	/* width = half of  989px - 2*20px - 20px (contentarea left- & right padding + leftrightspacer) */
	width: 465px;
}
  .right_contentpane_fixedWidth_noMargins
, .left_contentpane_fixedWidth_noMargins
{
	/* width = half of  989px */
	width: 495px;
}
  .right_contentpane
, .left_contentpane
{
	/* width = half of  989px - 2*20px (contentarea left- & right padding + leftrightspacer) */
	width: 50%;
}

.footerarea
{
	background-image: url(images/footer.gif);
	background-repeat: repeat-x;
	background-position: top left;
	width: 989px;
	height: 40px;

	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 40px;
	vertical-align: middle;
}
.footerpane .Normal, .footerpane .text
{
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 40px;	
	vertical-align: middle;
}
.footerpane .subheader
{
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 40px;
	vertical-align: middle;
}
.footerpane .header
{
	font-size: 26px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 40px;
	vertical-align: middle;
}

.onlyAtHemmaStores
{
	background-image: url(images/hemma_butiker.gif);
	background-repeat: no-repeat;
	width: 195px;
	height: 40px;
	padding: 0px 0px 0px 0px;
}


.sparkalkyl TR
{
	height: 30px;
}
.sparkalkyl .bigtext
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	font-weight: bold;
	line-height: normal;
}
.sparkalkyl .subheader
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	font-weight: normal;
}
.sparkalkyl INPUT
{
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	color: #333333;
}


.sverigekartan H2
{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #333333;
}
.sverigekartan .ortslista
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #333333;
	padding-left: 0px;
	padding-right: 9px;
}
.sverigekartan .ortseparator
{
	width: 325px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #333333;
	border-bottom: 1px solid black;
	padding-bottom: 2px;
	padding-top: 13px;
	margin-bottom: 1px;
}
.sverigekartan .afseparator
{
	width: 325px;
	border-bottom: 1px solid black;
	line-height: 2px;
}
/* Små odekorerade länkar i ÅF-listan. Sätt class=aflistlink */
.sverigekartan A.aflistlink:link
{
    font-family: Arial, Helvetica, sans-serif;
    background-color: Transparent;
    color: #333333;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
}
.sverigekartan A.aflistlink:visited
{
    font-family: Arial, Helvetica, sans-serif;
    background-color: Transparent;
    color: #333333;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
}
.sverigekartan A.aflistlink:hover
{
    font-family: Arial, Helvetica, sans-serif;
    background-color: Transparent;
    color: #333333;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
}
.sverigekartan A.aflistlink:active
{
    font-family: Arial, Helvetica, sans-serif;
    background-color: Transparent;
    color: #333333;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
}
.sverigekartan .af-description
{
    font-family: Arial, Helvetica, sans-serif;
	padding:10px;
	line-height:1.75;
	font-size:13px;
}
.sverigekartan .af-picture
{
	padding-top:10px;
}
.sverigekartan .af-name
{
    font-family: Arial, Helvetica, sans-serif;
	padding-top:7px;
	font-weight:bold;
	font-size:11px;
}

/*
--------------------
   RadEditor Styles
--------------------
*/

/* RadEditor Style */
.header
{
	font-size: 22px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

/* RadEditor Style */
.subheader
{
	font-size: 19px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

/* RadEditor Style */
.bigtext
{
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 150%;
}

/* RadEditor Style */
.text
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

