/************************/
/* GLOBAL               */
/************************/
body
{
	background: #fff url(/Images/main_bg.gif) left top repeat-y;
	margin: 0;
}

body.MasterPagePlain
{
    background:none;
    background-color:#fff;
}


body form
{
	/*margin-left: 5px;*/
	display: block;
	width: 780px;
	margin: 0 0 0 5px;
}

body.MasterPagePlain form
{
    width: 450px;
}

#Page 
{
	position: relative;
	background: url(/Images/main_bg.gif) repeat-y right top;
	padding: 0 0.5em;
}

body, form, h1, h2, h3, h4, h5, h6, h6, p, img, blockquote, dl, dt, dd
{
	margin: 0;
	padding: 0;
}

html, body, td, th
{
	font-size: 11px;
	font-family: Verdana, Arial, Sans-Serif;
	color: #333;
	line-height: 1.5;
}

p
{
	margin-bottom: 1em;
}

object
{
	display: block;
	margin-bottom: 1em;
}

.Ingress
{
	display: block;
	font-weight: bold;
	margin-bottom: 1em;
}

a
{
	color: #333;
}

a:hover
{
	color: #666;
}

img
{
	border-style: none;
}



.DateLabel
{
	color: #999;
	font-size: .9em;
}
.HighlightNew
{
	font-family:Verdana;
	font-weight:bold;
	color:#136da9;
}

/******************************************************
/* SPECIAL ITEMS
/*****************************************************/
.Unit
{
	display: block;
	margin-bottom: 1em;
}

.UnitBL
{
	display: block;
	margin-bottom: .7em;
}

.UnitFB
{
	display: block;
	text-decoration: none;
}

.UnitSL
{
	display: block;
	text-decoration: none;
}

.UnitFBTeaser2
{
	display: block;
	text-decoration: none;
	cursor:pointer;
}

.UnitTeaser
{
	display: block;
	text-decoration: none;
	cursor:pointer;
	padding-left: 5px;
	margin-left: 5px;
}

.UnitSubMenu
{
	display: block;
	margin-bottom: 1em;
	margin-top: 1em;
	background: #f6f5f5 url(/Images/Fullbricka/undermeny_bg.gif) repeat-y left top;
}

.UnitSubMenuSL
{
	display: block;
	margin-bottom: 1em;
	margin-top: 1em;
	background-color: #fff;
}

.ContentHeader
{
	display: block;
	margin-bottom: 1em;
	clear: both;
}

.TextIcon
{
	vertical-align: middle;
	margin: 0 3px;
}

.hr
{
	border-bottom: solid 1px #d3f0af;
	margin: 1em 0;
}

.hr hr
{
	display: none;
}

.ListItem
{
	display: block;
	margin-top: 5px;
	border-top: solid 1px #d3f0af;
	padding-top: 5px;
}

.ListItemRecipe
{
	display: block;
	margin-top: 5px;
	padding-top: 5px;
	text-decoration: none;
}

.ListItemRegion
{
	display: block;
	margin-top: 6px;
	padding-top: 6px;
	text-decoration: none;
}

/**************
* Facebook LikeBox
***************/

.FacebookLikeBox
{
    margin-top:-8px;
}

/**************
* Supportline image
***************/
*html .supportline
{
	position:absolute;
	bottom: 11px;
	left: -200px;
	z-index: -1;
}

.supportline
{
	position:absolute;
	bottom: 11px;
	left: -200px;
}
.supportlinelink
{
    position:relative;
    top:10px;
}

/******************************************************
/* HEADING STYLES
/*****************************************************/
h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Sans-Serif;
	margin-bottom: .3em;
	line-height: normal;
}

h1
{
	font-size: 1.6em;
}

h2
{
	font-size: 1.2em;
}

h3
{
	font-size: 1.1em;
}

h4, h5, h6
{
	font-size: 1em;
}

/*************************/
/* ACCORDION           */
/*************************/
.accordionHeader
{
	background-color:White;
	font-weight:bold;
	line-height:20px;
	border-top: solid 1px #603745;
	cursor:pointer;
}
.accordionHeaderSelected
{
	background-color:White;
	font-weight:bold;
	line-height:20px;
	border-top: solid 1px #603745;
	cursor:pointer;
}

.accordionContent
{
	padding-left:1em;
}


/******************************************************
/* FORMS
/*****************************************************/
input, textarea, select, option
{
	font-size: 11px;
	font-family: Verdana, Arial, Sans-Serif;
	color: #603745;
}

input
{
	vertical-align: middle;
}

.InputBlock
{
	clear: both;
	margin-bottom: .5em;
}

.TextBox
{
	border: solid 1px #aaa;
	width: 160px;
}

.TextBox2
{
	border: solid 1px #aaa;
	width: 185px;
}

.ButtonBlock
{
	clear: both;
	margin-top: 1em;
	text-align: right;
	background: #eee url(/images/buttonblock.gif);
	height: 40px;
	overflow: hidden;
	width: 100%;
}

.ButtonBlock .Button
{
	margin: 10px;
}

.Button img
{
	vertical-align: middle;
}

.ButtonOnForm
{
	width: 75px;
	height: 22px;
	background-image: url(/images/Buttons/skicka.gif);
	float:right;
	border: 5px;
}



label
{
	float: left;
	width: 150px;
	line-height: 18px; /* TextBox height */
	vertical-align: middle;
}

.CheckBox label
{
	float: none;
}

.xform label
{
	float: none;
}

.Required
{
	color: #f00;
	margin: 0 3px;
}

.FormHelp
{
	vertical-align: middle;
}

.FormHelpToolTip
{
	position: absolute;
	display: none;
	font-size: .8em;
	background-color: #ffa;
	border: solid 1px #ccc;
	padding: 5px;
	width: 300px;
	left: 10px;
}

* html .FormHelpToolTip
{
	margin-top: 20px;
}


.ErrorSummary
{
	border: solid 1px #C00;
	background-color: #fff;
	margin-bottom: 1em;
	padding: 5px 10px;
	font-size: .9em;
	color: Red;
	display: block;
	height: 1%;
}

.ErrorSummary ul
{
	list-style: none none;
	margin: 0;
	padding: 0;
}

.InfoSummary
{
	border: solid 1px #CCC;
	background-color: #fff;
	margin-bottom: 1em;
	padding: 5px 10px;
	font-size: 1.2em;
	font-weight: bold;
	color: black;
	display: block;
	height: 1%;
}

.InfoSummary .InfoSummarylink
{
	font-size: 11px;
	font-weight:normal;
}

/******************************************************
/* LISTS
/*****************************************************/
ul, ol
{
	margin: 0 0 1em 0;
	padding: 0 0 0 2em;
}

ul
{
	list-style-image: url(/Images/icons/list_bullet.gif);
}

ul li, ol li
{
	margin: 0 0 .5em 0;
	padding: 0;
	vertical-align: middle;
}

dl
{
	margin-bottom: 1em;
}

dl dt
{
	font-weight: bold;
	margin-bottom: .3em;
}

dl dd
{
	margin-bottom: 1em;
}

/******************************************************
/* FRAMEWORK UNITS
/*****************************************************/
.TopMenu a,
.TreeMenu a
{
	font-size: 10px;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}

.TopMenu
{
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 200px;
	bottom: 0;
}

.TopMenu li
{
	list-style: none none;
	float: left;
	margin: 0;
	padding: 0 3px;
}

.TopMenu li a
{
	padding:0 0 0 10px;
	background: transparent url(images/topmenu_left.png) no-repeat left top;
	float:left;
}

.TopMenu li a span
{
	display:block;
	float:left;	
	background: transparent url(images/topmenu_right.png) no-repeat right top;
	padding-right:10px;
    height:18px;
    padding-top:4px;
	color:#fff;
	letter-spacing:0px;
	font-weight:bold;
	font-size:12px;
	cursor:hand;
	font-family:Arial;
}

.TopMenu li.Selected a,
.TopMenu li.SelectedParent a
{
	background: transparent url(images/topmenu_selected_left.png) no-repeat left top;
}

.TopMenu li.Selected span,
.TopMenu li.SelectedParent span
{
	background: transparent url(images/topmenu_selected_right.png) no-repeat right top;
	color:#fff !important;
}
.TopMenu li a:hover span
{
	color:#dfd4e7;
}

.TreeMenu
{
	list-style: none none;
	margin: 3px 0 0 0;
	padding: 3px 0 0 0;
}

.TreeMenu li
{
	list-style: none none;
	border-bottom: solid 1px #ddd9da;
	margin: 0;
	padding: 0;
}

.TreeMenu li.LastItem
{
	border-style: none;
}

.TreeMenu a
{
	padding: 5px 10px 5px 13px;
	color: #603745;
}

.TreeMenu a:hover
{
	background-color: #d7d7e3;
	color: #603745;
}

.TreeMenu .Selected a,
.TreeMenu .SelectedParent a
{
	background: #d7d7e3 url(/Images/menu_arrow.gif) left center no-repeat;
}

/************************/
/* HEADER               */
/************************/
#HeaderArea
{
	position: relative;
	background: #fff url(/images/pageheader_bg.jpg) right 39px no-repeat;
	width: 765px;
	height: 128px;
}

#Logotype
{
	float: left;
	margin: 18px 0px 0px 18px;
}
.PageTop
{
	background-image:url(/images/folkspel_top_lightblue.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	height:39px;
	width:766px;
}
div.Header div.PageTop a img
{
    width:440px !important;
    height:32px;
    display:block;
    position:absolute;
    left:135px;
    top:0px;    
}

div.Header a img.BlockImage
{
    width:125px;
    height:115px;
	display: block;
	line-height: 0;
    position:absolute;
    left:0px;
    top:0px;
}
/*************************/
/* CONTENTAREA           */
/*************************/

.TopContent
{
	margin-bottom: 10px;
}

.LeftContent
{
	float: left;
	width: 360px;
}

.RightContent
{
	float: right;
	width: 175px;
	margin-right: 10px;
}

* html .RightContent { display: inline; }


#RegionHeader
{
	position: relative;
	margin: 10px 0 1em 4px;
	background: #fff url(/images/pageheader_bg.jpg) left top no-repeat;
	width: 765px;
	height: 128px;
}

#RegionLeft
{
	float: left;
	width: 190px;
	padding-top: 10px;
	margin: 0 0 0 5px;
	background-image: url(/images/left_top.gif);
	background-repeat: no-repeat;
}
* html #RegionLeft { display: inline; }

#RegionContent
{
	position: relative;
	float: right;
	width: 570px;
	/*margin-bottom: 20px;*/
}

body.MasterPagePlain #RegionContent
{
	float: none;
	width: 410px;
}

#RegionMain
{
	float: left;
	width: 404px;
}


.ContentFullWidth #RegionMain
{
	float: none;
	width: 560px;
}

#RegionRight
{
	float: right;
	width: 150px;
}


#RegionFooter
{
	margin-bottom: 20px;
}

#RegionBanners
{
	position: absolute;
	left: 802px;
	top: 10px;
	overflow: visible;
}

/*************************/
/* LOGIN PAGE            */
/*************************/
.loginArea 
{
    width: 100%;
}

.loginArea label 
{
    display: block;
    line-height: 1em;
    width: 35%;
}

.loginArea input
{
    margin: 0.3em 0 1em 0;
}

/*************************/
/* REGISTER PAGE         */
/*************************/
.registerArea 
{
    width: 100%;
}

.registerArea label 
{
    display: block;
    line-height: 1em;
}

.registerArea input
{
    margin: 0.3em 0 1em 0;
}

/*************************/
/* SUBSCRIPTION PAGE     */
/*************************/
.subscriptionArea 
{
    width: 100%;
}

.subscriptionArea label.topLabel 
{
    display: block;
    line-height: 1em;
}

.subscriptionArea input, .subscriptionArea select
{
    margin: 0.3em 0 1.5em 0;
}

.subscriptionListArea input
{
    margin: 0 0.3em 0 0;
}

.subscriptionListArea td 
{
    vertical-align: text-bottom;
    padding: 0.3em 0;
}

/*************************/
/* DOCUMENTS             */
/*************************/
#MainBody.documentList ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#MainBody.documentList li
{
    clear: both;
}

#MainBody.documentList .download 
{
    float: right;
}

#MainBody.documentList a
{
    padding: 0 0 2px 20px;
}

a.bmpExtension {background: url(images/extensions/bmp.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.docExtension, a.docxExtension {background: url(images/extensions/doc.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.gifExtension {background: url(images/extensions/gif.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.htmExtension, a.htmlExtension {background: url(images/extensions/htm.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.jpgExtension, a.jpegExtension {background: url(images/extensions/jpg.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.mp3Extension {background: url(images/extensions/mp3.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.mpgExtension {background: url(images/extensions/mpg.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.pdfExtension {background: url(images/extensions/pdf.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.pngExtension {background: url(images/extensions/png.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.pptExtension, a.pptxExtension {background: url(images/extensions/ppt.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.tifExtension, a.tiffExtension {background: url(images/extensions/tif.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.txtExtension {background: url(images/extensions/txt.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.wavExtension {background: url(images/extensions/wav.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.xlsExtension, a.xlsxExtension {background: url(images/extensions/xls.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.zipExtension {background: url(images/extensions/zip.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}

/*************************/
/* PAGELIST              */
/*************************/
.pageList ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.pageList li
{
    padding-bottom: 0.2em;
	list-style-type: none;
}

.pageList h2
{
	margin: 0;
}

/*************************/
/* FORMS                 */
/*************************/
.xForm {}

.xForm h2
{
	padding: 1em 0;
	margin: 0;
}

.xForm legend 
{
    color: Black;
}

.xForm input 
{
    float: left;
}

.xForm .heading
{
    font-weight: bold; 
    font-size: 1em; 
    padding: 0; 
    margin: 0.4em 0em;
}

.xForm #id_matrix
{
    width: 100%;
	margin: 0;
	padding: 0;
}

.xForm #id_matrix td
{
	border:0;
	margin: 0;
	padding: 0.2em 0;
}

span.xformvalidator
{
    color: Red;
}

.xForm .options 
{
    float: left;
}

.xForm label 
{
    margin-right: 0.5em;
    float: left;
}

#id_matrix br 
{
    clear: both;
}

.thankyoumessage
{
	padding: 1em 0;
	margin: 0;
	font-weight: bold;
}

/*************************/
/* FOOTERAREA            */
/*************************/
#FooterArea
{
	margin-bottom: 20px;
}

/*
#Footer 
{
	height: 30px;
	background: url(images/FooterCornerLeft.png) bottom left no-repeat;
}

#FooterArea ul
{
	margin: 8px 0 0 0;
	padding: 0;
	list-style-type: none;
	float: right;
}

#FooterArea ul li
{
	display: block;
	float: left;
	color: White;
	border-left: solid 1px White;
	padding: 0 0.8em;
	font-size: 0.8em;
}

#FooterArea ul li.first
{
	border: 0;
}

#FooterArea a
{
	text-decoration: none;
	color: White;
}

#FooterArea a:hover
{
	text-decoration: underline;
}
*/

/**********************************/
/*    Table classes for content   */
/**********************************/
table.classic
{
	border-collapse: collapse;
	border: solid 0.1em #777777;
}

table.classic th
{
	border: solid 0.1em #777777;
	background-color: #DADADA;
	padding: 0.4em;
}

table.classic td
{
	border: solid 0.1em #777777;
	padding: 0.2em 0.4em;
}

table.color
{
	border-collapse: collapse;
	border: solid 0.1em #275569;
}

table.color th
{
	border: solid 0.1em #275569;
	background-color: #4495b9;
	color: White;
	padding: 0.4em;
}

table.color td
{
	border: solid 0.1em #275569;
	padding: 0.2em 0.4em;
}

th.highlighted, td.highlighted {}

table.classic th.highlighted
{
	background-color: #AAAAAA;
}

table.classic td.highlighted
{
	background-color: #F0F0F0;
}

table.color th.highlighted
{
	background-color: #377995;
}

table.color td.highlighted
{
	background-color: #d1e6ef;
}

th.leftalignedcontent, td.leftalignedcontent
{
	text-align: left;
}

th.rightalignedcontent, td.rightalignedcontent
{
	text-align: right;
}

/**********************************/
/*   Image  classes for content    */
/**********************************/
img.topleftfloatingimage
{
    margin-right: 1em;
    margin-bottom: 1em;
	float: left;
}

img.toprightfloatingimage
{
	float: right;
	vertical-align: top;
    margin-left: 1em;
    margin-bottom: 1em;
}

/******************************************************
/* CLEAR SPACER
/*****************************************************/
.FloatContainer:after, 
.Region:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* IE Bugfix - This hides from IE-mac \*/
* html .Region 
{
	height: 1px;
}
/* End hide from IE-mac */

/* IE Bugfix - This hides from IE-mac \*/
* html .FloatContainer
{
	height: 1px;
}
/* End hide from IE-mac */

* html .TeaserFloatContainer
{
	height: 102px;
}

* .TeaserFloatContainer
{
	min-height: 102px;
}

* html .Newsfeed
{
	margin-bottom:1em;
	height:1px;
}

* .Newsfeed
{
	clear:both;
	margin-bottom:1em;
	height:22px;
}

.ProductFloatContainer:after 
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.TeaserContainerMiddle .TeaserImage
{	padding: 0;
	margin: 0;
	line-height: 0;
	display: block;
}

.TeaserContainerMiddle
{
	width: 100%;
	float: left;
	display:block;
	height: 200px;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
}
*html .TeaserContainerMiddle
{
	width: 100%;
	float: left;
	display:block;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
}

#colmiddle 
{
	float: left;
	cursor:pointer;
	margin: 0;
}

/******************************************************
/* SPECIAL ITEMS
/*****************************************************/
.Unit
{
	display: block;
	margin-bottom: 1em;
}

.UnitMiddleTeaser
{
	display: block;
	text-decoration: none;
	cursor:pointer;
}

.UnitBL
{
	display: block;
	margin-bottom: .7em;
}

/******************************************************
/* LotCorrectFB
/*****************************************************/
.LotCorrectFB .Left
{
	float: left;
	width: 200px;
}

.LotCorrectFB .Right
{
	float: right;
}

.LotCorrectFB .Description
{
	float: left;
	width: 160px;
}

.LotCorrectFB .InputBlock
{
	float: left;
	clear: none;
	width: 55px;
}

.LotCorrectFB .InputBlock label
{
	width: auto;
}

.LotCorrectFB .TextBox
{
	width: 45px;
}

.LotCorrectFB .Result
{
	margin-top: 1em;
	text-align: center;
	font-size: 11px;
}

.LotCorrectFB .InputBlockSerie
{
	float: left;
	clear: none;
	width: 42px;
	margin: auto auto 0.5em;
}

.LotCorrectFB .InputBlockSerie label
{
	width: auto;
	line-height: 18px;
	float:left;
	vertical-align:middle;
}

.LotCorrectFB .TextBoxSerie
{
	width: 30px;
	border: solid 1px #aaa;
	background-color: #ffffff;
	color: #603745;
	padding: 1px;
}


/******************************************************
/* TeaserButton
/*****************************************************/

.TeaserButton
{
	text-decoration: none;
	display:block;
	cursor:pointer;
	width:190px;
	height:30px;
	text-indent:-2000px;
}

/******************************************************
/* Teaser
/*****************************************************/
.Teaser
{
	text-decoration: none;
	background: #fff url(/Images/Teaser/bl_teaser_bottom.gif) left bottom no-repeat;
	color: #333333;
}

.Teaser .TeaserHeader
{
	display: block;
	line-height: 0;
	border-bottom: solid 3px #fff;
}

.TeaserHeader
{
	display: block;
	line-height: 0;
}

.Teaser .TeaserText
{
	padding: 10px 19px 27px 19px;
	color: #fff;
	font-weight:bold;
}

.Teaser .TeaserImage
{
	padding-left: 0;
	margin-left: 0;
	line-height: 0;
	display: block;
}

.Teaser .TeaserContainer
{
	/*padding-left: 1px;
	padding-right: 1px;*/
}

/******************************************************
/* Article
/*****************************************************/
.Article .LeftImage
{
	float: left;
	margin: 0 1em .5em 0;
}

.Article .RightImage
{
	float: right;
	margin: 0 0 .5em 1em;
}

/******************************************************
/* NewsList
/*****************************************************/
ul.NewsList { margin:0;padding:0;list-style:none;margin-top:-10px;list-style-image:none; }
ul.NewsList li { margin:0;padding:7px 0 10px 0;list-style:none;clear:both;border-top:#d3f0af 1px solid;list-style-image:none; }
ul.NewsList li.FirstItem {border-top-style:none; }
ul.NewsList span.DateLabel { display:block;padding-left:60px;}
ul.NewsList a { text-decoration:none;}
ul.NewsList a.NewsImage { float:left; }
ul.NewsList a.NewsHeading{display:block;padding-left:60px;}
ul.NewsList a.NewsHeading h3 {margin:0}
ul.NewsList p.ingress { margin:0;padding-left:60px; font-size:10px; }


/******************************************************
/* ContactList
/*****************************************************/
.ContactList .ListItem
{
	text-decoration: none;
}

.ContactList .ListImage
{
	float: left;
	margin: 5px;
	border: 1px solid;
	border-color: #002f67;
}

.ContactList .Label
{
	color: #002f67;
	font-weight:bold;
}

/******************************************************
/* ImageGallery
/*****************************************************/
.ImageGallery .ListImage
{
	float: right;
}

/******************************************************
/* Recipe
/*****************************************************/
.Recipe .TextBox { width: 180px }
.Recipe .Image { }
.Recipe .DropDown { width: 180px }
.Recipe .BothCols { width: 100%; }
.Recipe .LeftCol { float: left; width: 50%; clear:left; }
.Recipe .RightCol { float: right; width: 50% }
.Recipe .Row { line-height: 2em }
.Recipe .Required { color: red }
.Recipe .Organisation { width: 100% }
.Recipe .Organization INPUT { float: left }
.Recipe .Organization LABEL { float: left; white-space: nowrap }
.Recipe .help { margin:10px; position:absolute; z-index:99; width:75%; border:1 solid black; background-color:white; cursor:pointer; }
.Recipe .LeftImage { float: left; margin: 0 1em .5em 0; }
.Recipe .RightImage { float: right; margin: 0 0 .5em 1em; }
.CheckBoxList label { width:70px; }
.CheckBoxList td { width:110px; }

.Recipe .ListImage
{
	float: left;
	margin: 0 10px 0 0;
}
/******************************************************
/* Premieweb
/*****************************************************/
.PremieWeb .TextBox 
{ 
	width: 180px 
}
.PremieWeb .Image { }
.PremieWeb .DropDown 
{ 
	width: 180px 
}
.PremieWeb .BothCols 
{ 
	width: 100%; margin: 0 1em .5em 0; 
}
.PremieWeb .LeftCol 
{
	float: left; width: 35%; clear:left; 
}
.PremieWeb .RightCol 
{ 
	float: right; width: 65% 
}
.PremieWeb .Row 
{ 
	line-height: 2em 
}
.PremieWeb .Required 
{ 
	color: red 
}
.PremieWeb .Organisation 
{ 
	width: 100% 
}
.PremieWeb .Organization INPUT 
{ 
	float: left 
}
.PremieWeb .Organization LABEL 
{ 
	float: left; 
	white-space: nowrap 
}
.PremieWeb .help 
{ 
	margin:10px; 
	position:absolute; 
	z-index:99; 
	width:75%; 
	border:1 solid black; 
	background-color:white; 
	cursor:pointer; 
}
.PremieWeb .LeftImage 
{ 
	float: left; 
	margin: 0 1em .5em 0; 
}
.PremieWeb .RightImage 
{ 
	float: right; 
	margin: 0 0 .5em 1em; 
}

.resdiv 
{ 
	height:120px;
	width:180px;
	position:absolute;
	z-index:999;
	border:1px solid black; 
	background-color:white; 
	cursor:pointer;
}
.frmcls
{ 
	position:absolute;
	z-index:998;
	border-style: none;
	height:0px;
	width:180px;
}
.frmcls2
{ 
	position:absolute;
	z-index:998;
	border-style: none;
	height:0px;
	width:180px;
}
.frmcls3
{ 
	position:absolute;
	z-index:998;
	border-style: none;
	height:0px;
	width:180px;
}

.frameborderOrg 
{ 
	height:95px;
	width:320px;
	position:absolute;
	z-index:999;
	border:1px solid black; 
	background-color:white; 
	cursor:pointer;
}

.frameOrg
{ 
	position:absolute;
	z-index:998;
	border-style: none;
	height:0px;
	width:320;
}

/******************************************************
/* Julkalendern
/*****************************************************/

.christmascalendar .custnr
{
    width:200px;
    font-style:italic;
}

.christmascalendar .zipcode
{
    width:90px;
}

.christmascalendar .frame
{
    background-color:#eee;
    padding:10px;
}
.christmascalendar .custinfo input
{
    margin-top:10px;
    
}
.christmascalendar .custinfo dt
{
    width:30%;
    float:left;
    margin: 2px 0;
}        
.christmascalendar .custinfo dd
{
    width:60%;
    float:left;
    margin: 2px 0;
}        

.christmascalendar .error
{
    font-weight:bold;
    color:Red;
}

/******************************************************
/* Pren get free lot
/*****************************************************/


.PrenGetFreeLotForm .Step1 .yestopren
{
    padding-bottom:10px;
}
.PrenGetFreeLotForm .Step1 .yestopren label
{
    float: none;
    width: 200px;
    
}
.PrenGetFreeLotForm .Step1 .ssn
{
    width: 60px;
}
.PrenGetFreeLotForm .Step1 .controlnr
{
    width: 35px;
}
.PrenGetFreeLotForm .Step1 .campaigncode
{
    width: 60px;
}
.PrenGetFreeLotForm .Step1 .InputBlock label
{
    width: 120px;
}
.PrenGetFreeLotForm .Step2 h2,
.PrenGetFreeLotForm .Step3 h2,
.PrenGetFreeLotForm .Step5 h2
{
    background-color:yellow;
}
.PrenGetFreeLotForm
{
    padding:10px 40px 10px 10px;
     
    text-align: left;
}
.PrenGetFreeLotForm .PrenGetFreeLotWizard
{
    margin: auto;
    border: 1px solid #ccc;
    text-align: left;
    padding:20px;
}
.PrenGetFreeLotForm .PrenGetFreeLotWizard table
{
    width: 405px;
}
.PrenGetFreeLotForm .wizardstepintro
{
    font-weight: bold;
}
.PrenGetFreeLotForm .ButtonBlock
{
    margin-top: 20px;
}
.PrenGetFreeLotForm .ErrorSummary ul, .ErrorSummary ul li
{
    list-style-type: none;
    list-style-image: none;
}

.PrenGetFreeLotForm .conditions
{
    margin-bottom:10px;
}

/******************************************************
/* Nyx Login
/*****************************************************/
 .NyxLogin
{
    width:557px;
    height:64px;
    background: #fff url('/images/nyxlogin.png') no-repeat left top;
    position:relative;
    margin-left:4px;
    margin-top:-4px;
    margin-bottom:7px;
}

.NyxLogin TextBox 
{
    width:94px;
}
.NyxLogin label
{
    margin-left:-1000px;  
}
.NyxLogin a
{
    display:block;
    text-indent:-1999px;
    position:absolute;
}

.NyxLogin a.Login
{
    width:90px;
    height:41px;
    top:13px;
    left:262px;
}

.NyxLogin a.ResetPassword
{
    width:114px;
    height:17px;
    top:39px;
    left:135px;
}

.NyxLogin a.ToGameClient
{
    width:172px;
    height:32px;
    top:23px;
    left:370px;
}

.NyxLogin .InputBlock input
{
    width:98px;
    position:absolute;
    top:15px;
    border:none;
    background-color:Transparent;
}

.NyxLogin .InputBlock input.Watermarked
{
    color:#969696;
}

.NyxLogin .InputBlock input.invalid
{
    color:#d92b2b;
    font-weight:bold;
}

.NyxLogin .Password input.Watermarked
{
    background: transparent url('/images/nyxloginpasswordwatermark.png') no-repeat 1px 2px;
}

.NyxLogin .Password input.invalid
{
    background: transparent url('/images/nyxloginpasswordwatermark.png') no-repeat 1px -14px;
}

.NyxLogin .UserName input
{
    left:17px;
} 
.NyxLogin .Password input
{
    left:141px;
} 
.NyxLogin .SaveUserName
{
    margin:0;
    padding:0;
    display:block;
    width:108px;
    height:15px;
    position:absolute;
    top:39px;
    left:13px;
    cursor:pointer;
}
.NyxLogin .SaveUserName input
{
    margin-left:-1000px;
}
.NyxLogin .checked
{
    background: transparent url('/images/nyxloginchecked.png') no-repeat 2px 4px;
}
