
body 
{
    font-family: Verdana;
    font-size: 10pt;
}

a, a:visited, a:active {
	color:#000;
	text-decoration: underline;
}
a:hover {
	color:#999;
	text-decoration: underline;
}

#validationMessages {
	float:left;
	clear:both;
}

.simpleform {
	margin-top: 10px;
}

.InputText 
{
 WIDTH: 260px /*!important*/;
 height: 18px /*!important*/;
 border: #999 1px solid /*!important*/;
 margin-bottom:3px;
}
.ControlCellMessage textarea 
{
	border: #999 1px solid /*!important*/;   
}

.hidden 
{
    visibility: hidden;
}

#contactform
{

}

#intro
{
    margin-bottom: 10px;
}

#fields
{
    
}

#buttons
{

}

#subscribe
{

}

#confirmation
{

}

.categorylabel
{
    font-weight: bold;
    margin-bottom: 10px;
    color: #666;
}

/* Default layout
 * 
 */
.default_layout 
{
    display: block;
    clear: both; 
}

.default_layout .Section 
{
    clear:both;
}

.default_layout .Section .Row
{
	width:480px;
	float:left;
	clear:both;
}

.default_layout .Section .LabelCell {
    width:150px;
    float:left;
    clear:left;
}

.default_layout .Section .ControlCell 
{
	width:330px;
	float:right;
	clear:right;
}

.default_layout .Section .LabelCellBlank 
{
	width:480px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.default_layout .Section .LabelCellMessage 
{
 	width:480px;
	float:left;
	clear:both;   
}

.default_layout .Section .ControlCellMessage 
{
	width:480px;
	float:left;
	clear:both;  
}

/* 2 column layout
 *
 */
.column2_layout 
{
    display: block;
    clear: both;
}

.column2_layout .Section
{       
  width:220px;
  min-width:220px;
  margin: 5px;
  display:inline-block;
  padding-bottom:10px /*!important*/;
  text-align:left;
  vertical-align:top;
}

.column2_layout .Section .Row
{
	width:220px;
	float:left;
	clear:both;
}

.column2_layout .Section .LabelCell {
    width:60px;
    float:left;
    clear:left;
}

.column2_layout .Section .ControlCell 
{
	width:150px;
	float:right;
	clear:right;
}

.column2_layout .Section .LabelCellBlank 
{
	width:220px;   
}

.column2_layout .Section .LabelCellMessage 
{
	width:220px;
	float:left;
	clear:both;   
}

.column2_layout .Section .ControlCellMessage 
{
	width:220px;
	float:left;
	clear:both; 
}

/* Label Above layout
 * 
 */
.above_layout 
{
    display: block;
    clear: both;
}
 
.above_layout .Section
{
    padding-bottom: 10px;
}

.above_layout .Section .Row
{
	width:480px;
	float:left;
	clear:both;
}

.above_layout .Section .LabelCell {
    width:150px;
    float:left;
    clear:left;
}

.above_layout .Section .ControlCell 
{
    width :330px;
    float:left;
    clear:left;
}

.above_layout .Section .LabelCellBlank 
{
	width:480px;  
}

.above_layout .Section .LabelCellMessage 
{
	width:480px;
	float:left;
	clear:both;  
}

.above_layout .Section .ControlCellMessage 
{
	width:480px;
	float:left;
	clear:both;
}


/*
 * Category Selection
 */ 
.CategorySelect SELECT
{
    width: 260px;
    border: #999 1px solid /*!important*/;
    margin-bottom:5px;
}

#categorySelect_btnChoose
{
    padding-right: 10px;
}

#categorySelect_btnChooseCancel
{
  
}


.Required LABEL
{
    color: #000;
}

.Required INPUT
{
    border: 1px solid #000;
}

.FAQTitle { MARGIN-TOP: 5px; FONT-WEIGHT: bold; FONT-SIZE: 16pt }
.FAQLinkMore A { FONT-WEIGHT: normal; TEXT-DECORATION: none }
#pnlDetail { FONT-WEIGHT: normal }
#lbQuestion { MARGIN-TOP: 5px; FONT-WEIGHT: bold; CURSOR: pointer }

.FAQControl
{
	background: #f9f9f9;
	margin-bottom:15px;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
}
.FAQQuestion 
{ 
    MARGIN-TOP: 5px;
    MARGIN-BOTTOM: 5px;
    font-weight: bold;  
    CURSOR: pointer;
}

.FAQShortAnswer 
{ 
    FONT-WEIGHT: normal;
}

.FAQSeperator 
{ 
    MARGIN-BOTTOM: 5px; 
    PADDING-BOTTOM: 2px; 
    PADDING-TOP: 2px; 
    BORDER-BOTTOM: #999999 1px dashed;
}

.SectionLabel
{
    font-weight: bold;
    border-bottom: 1px solid black;
}

A.Button 
{
    /*width: 140px !important;
    height: 20px; */
    
    color: black;
    TEXT-DECORATION: none;
    margin-top: 20px;
    margin-right: 10px;
    margin-bottom: 10px;

    text-align: middle; 
    padding: 4px;
  
    border: 1px solid black;
    float: left;
}
A.Button:hover 
{
    background:#eee;
}

.popuplink
{
    cursor: help;
    text-decoration: underline;
}

/*
 * Category List Display
 */
.catlistgroup0
{
    padding: 5px;
    /*border: 1px solid black;*/
    margin-bottom: 5px;
}

.catlistgroup1
{
    /*padding: 5px;*/
    margin-left: 10px;
    /*border: 1px solid black;*/
    margin-bottom: 5px;
}

.catlistgrouptitle
{
    /*background-color: #f4f4f4;*/
    color: #000000;
    font-weight: bold;
    border-bottom: 1px dotted #000;
    margin-bottom: 2px;
    padding: 5px;
}

.catlistgroupitems
{
    padding-bottom: 10px;
    padding-left: 10px;
}

A.catlistlink, A:visited.catlistlink
{
    color: #000000;
    text-decoration: none;
    display: block;
}

A:hover.catlistlink
{
    color: #666;
    text-decoration: underline;
    display: block;
}
/*
 * Used with Form Submission.
 */
#simplemodal-overlay {background-color:#000; cursor:wait;}
#simplemodal-container { background-color:#ccc; border:1px solid #000;}

/* ------------- */
/* JQUERY STYLES */
/* ------------- */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }

/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 1.1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 1em; }
.ui-widget-content { color: #000; padding-left:30px; padding-top:5px; }
.ui-widget-content a { color: #000; padding:0px 0px 0px 15px; }
.ui-widget-header { border: 1px solid #4297d7; background: #5c9ccc 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }

/* Datepicker
----------------------------------*/
.ui-datepicker { width: 17em; padding: .2em .2em 0; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { float:left; font-size:11pt; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year { float: right; }
.ui-datepicker table {width: 100%; font-size: 11pt; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* FILE UPLOAD */
#progress
{
	clear: both;
	display: block;
}
.upProgressContainer
{
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}

.upOuterBar
{
    /*width: 570px;*/
    height: 32px;
    border: solid 1px #8a8a8a;
    background-color: #f00; /*#fff;*/
    overflow: hidden;
}

.upInnerBar
{
    width: 0;
    height: 32px;
    background-color: #cccccc;
    position: relative;
}

.upLabel
{
    width: 100%;
    background-color: Transparent;
    color: #000000;
    text-align: center;
    z-index: 9999;
    position: relative;
    top: -32px;
    font-family: Arial;
    font-size: 9pt;
    font-weight: bold;
}

div.upFileInputs 
{
    position: relative;
}

.upButtons
{
	clear: both;
}

div.upFakeFile 
{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.upFile 
{
    position: relative;
    text-align: right;
    opacity: 0;
    -moz-opacity:0 ;
    filter:alpha(opacity: 0);
    zoom: 1;
    z-index: 2;
    cursor: hand;
    width: 150px;
    border:none;
    zoom:1;
    height: 22px;
}

.upFileBox
{
	position: absolute;
    top: 0px;
    left: 0px;
	height: 16px;
	border: solid 1px #8a8a8a;
	font-size: x-small;
	width: 150px;
}

.upUploadBox
{
	/*background-color: #ffffff;*/
	/*width: 295px;*/
	/*padding: 10px;*/
	/*border: solid 1px #8a8a8a;*/
}

.upRemoveButton
{
	position:absolute;
	left: 230px;
	top: 0px;
}

.upSelectButton
{
	position:absolute;
	left: 155px;
	top: 0px;
}

.upButtons
{
	position:relative;
	top: 5px;
}

.upFileNormal
{
	width: 295px;
}

.upButtonNormal, .upFileNormal
{
	height: 16px;
}

.upButtonNormal
{
	width: 60px;
	margin-left: 5px;
}

.upShowDynamic
{
	display: inline;
}

.upHiddenDynamic
{
    display: none;
}

/*
 * mouseover help from "popup" 
 */ 
.helpavailable
{
    background:transparent url(images/help2_small.png) no-repeat scroll right center;
	padding:5px 20px 5px 0;
    
}

#showCFHelp
{
    position: absolute;
    left: 0px;
    top: 0px;
    visibility: hidden;
    padding: 7px;
    color: black;
    background-color: #fff;
    border: 1px solid #000;
    width: 300px;
    height: auto;
}

.ChatAvailable
{
    background-color: green;
    color: white;    
}

.ChatUnavailable
{
    display: none;
}

body 
{
  margin: 0px;
  padding: 0px;
}

body,td,.input, input,select, textarea 
{
 /* font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;*/
 /* font-size: 12px;*/
}

.Required input, .InputText {
  height: 18px !important;
 /* padding-left: 3px ;*/
  vertical-align: middle ; 
  font-family: Arial, Verdana ;
  margin-bottom: 3px ;
/*  font-size: 11px ;*/
 /*WIDTH: 329px !important*/
}

select {
  height: 21px;
  padding-left: 3px;
  vertical-align: middle; 
  font-family: Arial, Verdana;
  margin-bottom: 3px;
  font-size: 11px;
  margin-right: 2px;
WIDTH: 329px !important
}

A:link {
	COLOR: #00789f;
	TEXT-DECORATION: none;
	outline: none;
}
A:visited {
	COLOR: #00789f;
	TEXT-DECORATION: none;
	outline: none:
}
A:hover {
	TEXT-DECORATION: underline;
}
A:active {
	COLOR: #ff0000;
}



.formCheckBox
{
 margin-left:-4px;
}

.formCheckBox INPUT
{
 border: none; 
}

.formCheckBox label
{
 font-size: 11px;
 height: 20px;
 padding-top: 1px;
 vertical-align: middle;
}

/*.Required input, .InputText, .Address input*/
.InputText, .Address input
{
  height: 18px !important;
 margin-bottom: 3px;
 /*margin-right: -3px;*/
 border: solid 1px #7F9DB9 !important;
WIDTH: 329px !important
}


.RequiredFieldLabel { FONT-WEIGHT: bold; }
.RequiredFieldValidator { FONT-WEIGHT: bold; COLOR: #cc3333}
.ValidationSummary { COLOR: #cc3333}
.ErrorMessage { FONT-WEIGHT: bold; COLOR: #cc3333}
.LabelCell {width:250px !important;}
.ControlCell {width:350px !important;}
.LabelCellBlank {
width:600px !important; 
}
.LabelCellMessage {
padding-top:20px;
}
.ControlCellMessage {}
.SectionLabel { 
  DISPLAY:BLOCK;
  color: #cc3333;
  FONT-SIZE: Larger;
  font-weight: bold;
  PADDING-LEFT: 0px;
  MARGIN-TOP: 5px;
  PADDING-TOP:5px;
  PADDING-BOTTOM:2px;
  MARGIN-BOTTOM: 8px;
  border-bottom: #cc3333 1px solid;
}
.CategorySelection { WIDTH: 346px }

.AddressTable {}
.AddressTable .LabelCell { }
.AddressTable .ControlCell {  }
.AddressTitle {}
.IntlAddressTable {}

#fc_Adresse_TextBox2, #fc_Altlevadr_TextBox2, #fc_Nyadresse_TextBox2, #fc_Evtaltadr_TextBox2 { 
  width: 329px;
}

#fc_Adresse_TextBox4, #fc_Altlevadr_TextBox4, #fc_Nyadresse_TextBox4, #fc_Evtaltadr_TextBox4 { 
  width: 242px;
}

#ff_Message, .ControlCellMessage textarea {
border:1px solid #7F9DB9 !important;
width:590px;
}

.PopupLink {}

.paragraph {
 padding-bottom: 3px; 
}


#contactform, .Row {
width:600px !important;
}
.FAQControl {
background:none;
border:0px;
margin:0px !important;
}
.FAQQuestion {
margin-bottom:0px !important;
}
.Required, .Required label {
color:#000;
}
#cf1_s__Section1_fc_Adresse_Textbox3, #cf1_s__ctl9_fc_Adresse_Textbox3 {
width:50px !important;
}
#cf1_s__Section1_fc_Adresse_Textbox4, #cf1_s__ctl9_fc_Adresse_Textbox4 {
width:272px !important;
}
.simpleform {
/*margin:0px;*/
}
#cf1_s__Section1_fc_Oensketlev {
width:200px !important;
}

/*
.Check .ControlCell label {
float:left;
padding-top:3px;
}
.Check .ControlCell input{
border:0px !important;
float:right;
margin-right:30px;
}*/

.Check .LabelCell {
display:none !important;
}
.Check .ControlCell {
float:left !important;
}
.Check .ControlCell label {
float:left;
padding-top:3px;
}
.Check .ControlCell input{
border:0px !important;
float:right;
}

