
body 
{
    font-family: Arial;
    font-size: 12px;
}

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,td,.input, input,select, textarea 
{
  font-family:Trebuchet MS, Arial, Verdana, Vectora, Helvetica, sans-serif;
  font-size:11px;
  COLOR: #333333;
}
.masterform {
background-color:#ffffff;
}
#contactform,  .default_layout .Section .Row {
width:525px;
}
.detailform .default_layout .Section .Row {
background:url("http://system.etrack1.com/FormBuilder/ShowImage.aspx?prid=105C0C1C-450C-477B-9C5A-8F912C6BA961") repeat-y scroll 0 0 transparent;
}
.default_layout .Section .LabelCell {
width:125px;
}
.default_layout .Section .ControlCell {
width:320px;
}
A, A:link, A:visited, .CategoryListLink, .CategoryListLink a  {
	FONT-WEIGHT: bold !important;
	COLOR: #000000 !important;
	FONT-FAMILY: Trebuchet MS, Arial, Verdana, Vectora, Helvetica, sans-serif !important;
	TEXT-DECORATION: underline !important;
}
A:hover, .CategoryListLink a:hover {
	COLOR: #dc1e37 !important;
}
.formCheckBox
{
 margin-left:-4px;
}
.ComboBoxInput_eTrack, .ComboBoxInputHover_eTrack, .InputText, .Required input 
{
 border: #7F9DB9 1px solid;
  WIDTH: 300px;
margin-bottom:0px;
}
.ComboBoxDropDown_eTrack
{
  border:0px! important;
  WIDTH: 300px !important;
}
.RequiredFieldLabel { FONT-WEIGHT: bold; COLOR: red }
.RequiredFieldValidator { FONT-WEIGHT: bold; COLOR: red}
.ValidationSummary { COLOR: red }
.ErrorMessage { FONT-WEIGHT: bold; COLOR: red }
.LabelCell 
{
  /*HEIGHT: 28px;*/
  vertical-align: middle;
  /*BACKGROUND-COLOR: #fae411;*/
  background:	url(http://system.etrack1.com/FormBuilder/ShowImage.aspx?prid=105C0C1C-450C-477B-9C5A-8F912C6BA961) no-repeat;
  padding:2px 5px 2px 65px;
}
.ControlCell 
{
  BACKGROUND-COLOR: #fae411;
  padding:5px;
  text-align:left;
}
.LabelCellBlank {
background-color:#FFFFFF;
width:530px !important;
padding-top:10px;
margin-top:0px !important;

}
.LabelCellMessage 
{
  background:	url(http://system.etrack1.com/FormBuilder/ShowImage.aspx?prid=105C0C1C-450C-477B-9C5A-8F912C6BA961) no-repeat;
  padding:5px;
  padding-left:65px;
width:455px !important;
}
.ControlCellMessage 
{
  background:	url(http://system.etrack1.com/FormBuilder/ShowImage.aspx?prid=105C0C1C-450C-477B-9C5A-8F912C6BA961) no-repeat;
  padding:5px;
  padding-left:65px;
  text-align:right;
width: 455px !important;
}
.ControlCellMessage textarea {
width:450px;
}
.SectionLabel { 
  DISPLAY:BLOCK; 
  FONT-WEIGHT:bold;
  MARGIN-TOP: 10px;
  PADDING-BOTTOM:5px;
  WIDTH: 450px;
  background:	url(http://system.etrack1.com/formbuilder/ShowImage.aspx?prid=BAE0A0EF-9581-49B1-A9AE-A4D59DF8308A) no-repeat;
  padding-left:65px;
  padding-top:10px;
  font-size:15px;
  height:60px;
 border-bottom:0px;
color:#000000;
}
.categorylabel { 
  DISPLAY:BLOCK; 
  FONT-WEIGHT:bold;
  MARGIN-TOP: 10px;
  PADDING-BOTTOM:5px;
  WIDTH: 450px;
  background:	url(http://system.etrack1.com/formbuilder/ShowImage.aspx?prid=ECE7CFF9-3D8F-4118-9BA6-5E58772B971C) no-repeat;
  padding-left:65px;
  padding-top:10px;
  font-size:15px;
  height:60px;
 border-bottom:0px;
color:#000000;
}
.CategorySelection { WIDTH: 300px}
.AddressTable {}
.AddressTable .LabelCell { }
.AddressTable .ControlCell {  }
.AddressTitle {}
.IntlAddressTable {}
.PopupLink {}
#ff_name_text, #ff_Telephone_text, #ff_mobile_text, #ff_emailAddress_text, #ff_subject { WIDTH: 300px }

#ff_message { WIDTH: 450px }
#lbIntroText { WIDTH: 450px }

#div_Note { BACKGROUND-COLOR: #fae411; padding:5px;}

#ff_Name_Input, #fc_Adresse_Textbox1_Input, #fc_Adresse_TextBox2, #ff_Telephone_Input, #ff_EmailAddress_Input, #fc_Brugernavn_Input, #fc_Fakturanummer_Input, #fc_Nytnavn_Input, #fc_Nyadresse_Textbox1_Input, #fc_Nyadresse_TextBox2, #fc_Nyttelefonnummer_Input, #ff_Mobile_Input, #fc_Domaenenavn_Input 
{
  WIDTH: 300px !important;
}

#fc_Adresse_TextBox4, #fc_Nyadresse_TextBox4 
{
  WIDTH: 235px !important;
}

.RadUploadTable { 
MARGIN: 0px; 
PADDING: 0px;
WIDTH: 450px; 
COLOR: black; 
BORDER(-COLLAPSE) : collapse()
}
.RadUploadTable TD { 
padding: 0px;
margin: 0px;
}
.RadUploadClearButton() {
font-size: 10px;
border: solid 1px #1a43b0;
height: 18px;
}
.RadUploadButton {
font-size: 10px;
border: solid 1px #1a43b0;
height: 18px;
}
.RadUploadButtonDisabled
{visibility: hidden;}
Input.NoSkinnedFileUnput
{
font-size: 10px;
border: solid 1px #1a43b0;
height: 18px;
}	
.NoSkinnedFileUnput
{
width: 300px !important;
}

.panelCategoryHolder, .CategoryList 
{
  width:550px;
  overflow: wrap;
}
.panelCategory, .catlistgroup0 
{
  width:260px;
  height: 200px;
  margin: 5px;
  display:inline-block;
  padding-bottom:10px! important;
  text-align:left;
  vertical-align:top;
}
.catlistgroup0 
{
margin:0px;
padding:0px;
}
.CategoryListTitle, catlistgrouptitle, .catlistgrouptitle0 
{
  font-weight:bold;
  margin-bottom: 5px;
  display:block;
  background:	url(http://system.etrack1.com/FormBuilder/ShowImage.aspx?prid=874CE959-6575-4D97-9F13-D279A6712528) no-repeat;
  padding-left:60px;
  padding-top:15px;
  font-size:15px;
  height:60px;
border:0px;
}
.CategoryListLink, .catlistlink 
{
  display:block;
  COLOR: #0066CC !important;
  background: url(http://system.etrack1.com/FormBuilder/ShowImage.aspx?prid=6BC870AA-3AFA-47A6-BF02-96A11DDECC1E) no-repeat;
  padding-left: 20px;
}
.ComboBoxDropDown_eTrack
{
  border:0px! important;
}
.Hidden 
{
  display:none;
}


#btnCloseCase {	WIDTH: 170px; }
#tbEmailAddress { WIDTH: 200px; }
#tbMessage 
{
  WIDTH: 200px;
  HEIGHT: 100px;
}

.FAQQuestion
{
background: url(http://system.etrack1.com/FormBuilder/ShowImage.aspx?prid=6BC870AA-3AFA-47A6-BF02-96A11DDECC1E) no-repeat;
padding-left: 20px;
text-align:left;
}

#lbQuestion
{
  background: url(http://system.etrack1.com/FormBuilder/ShowImage.aspx?prid=56043D23-EB91-4557-8465-F250BEBABE2D) no-repeat;
  height:80px !important;
  display:block;
  PADDING-LEFT: 90px;
  PADDING-TOP: 30px;
  /*background-color:#FFD800;*/
  font-weight:bold !important;
  font-size:13px;
}

#fl_faqlabel 
{
  font-weight:bold;
  margin-bottom: 15px;
  display:block;
  background:	url(http://system.etrack1.com/FormBuilder/ShowImage.aspx?prid=874CE959-6575-4D97-9F13-D279A6712528) no-repeat;
  padding-left:60px;
  padding-top:15px;
  font-size:15px;
  height:60px;
color:#000000;
}


.detailform .CategoryListSelected
{
  display:none;
  visibility: hidden;
}

.FAQControl {
border:0px;
background:none;
  background:	url(http://system.etrack1.com/FormBuilder/ShowImage.aspx?prid=105C0C1C-450C-477B-9C5A-8F912C6BA961) repeat-y;
  /*padding:2px 5px 2px 65px;*/
margin-bottom:5px !important;
}
.FAQControl .LabelCell {
padding-bottom:6px;
}

a.Button, a.Button:hover {
border:0px;
background: url("http://system.etrack1.com/formbuilder/ShowImage.aspx?prid=172F252E-7F70-49D7-A3F6-F7F78B3D09C5") no-repeat scroll 0 0 transparent;
width:75px;
height:30px;
text-align:center;
text-decoration:none  !important;
padding-top:7px;
}

.hasDatepicker {
width:280px !important;
}
.ui-datepicker-trigger {
padding:0px;
margin:0px;
float:right;
}

.ui-datepicker {
background-color:#FFFFFF;
}
.ui-datepicker table {
font-size:8pt;
}
.ui-widget-header {
background:none repeat-x scroll 50% 50% #dc1e37;
border:1px solid #dc1e37;
color:#FFFFFF;
font-weight:bold;
}
.ui-datepicker a:hover {
	COLOR: #000000 !important;
cursor:pointer;
}

.upFile {
width:230px !important;
}

