
/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */
	
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -300px;
    width: 600px;
    
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

.jqmOverlay { background-color: #000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}


/* CSS til andet jqModal */



div.jqmConfirm input[type="submit"] { padding: 4px; margin: 10px 30px; background: #00FF00; color: #FFF; border: 1px solid #AAA; }

/* jqModal confirm CSS courtesy of;
   Alexandre Plennevaux <alexandre@pixeline.be>,
   Brice Burgess <bhb@iceburg.net> */

div.jqmConfirm { /* contains + positions the alert window */
  display: none;
  
  position: fixed;
  top: 17%;
  width: 100%;
}


div.jqmDialogTitleTermometeretColors
{
	border:1px solid #8fff8f;
	background-color:#cdffcd;
}

div.jqmDialogWindowTermometeretColors
{
  border:3px solid #8fff8f;
  background-color:#FFFFFF;
}

.jqmDialogButtonTermometeret
{
	border: 1px solid #BBBBBB;
	height: 22px;
	color: #000000;
}

div.jqmDialogWindowDefaultColors
{
  background-color:#ffffff;
  border:3px solid #FF8700;
}

div.jqmDialogTitleDefaultColors
{
	border:1px solid #FF8700;	
	background-color:#FFBA6D;
}

div.jqmDialogTitle
{
	font-weight:bold;
	line-height:35px;
	margin:1px;
	height:35px;
	text-align:center;
}

div.jqmDialog { /* contains + positions the dialog window */
  position: fixed;
  position:absolute;
  margin-left:auto;
  margin-right:auto;
  top: 17%;
  /*width: 100%;*/
}

div.jqmDialogWindow {
  margin: auto;
  min-height:1px;
  padding: 2px;
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html div.jqmConfirm {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

.jqmDialogWorkingTermometeret
{
	background-image:url(../images/loadingbart2style.gif);
	width:220px;
	height:19px;
}

.jqmDialogWorking
{
	background-image:url(../images/loadingbart2style.gif);
	width:220px;
	height:19px;
}

div.jqmConfirmWindow {
  /*height:auto;*/
  width: auto;
  margin: auto;
  
  max-width:400px;
  
  background-color:#ffffff;
  border:3px solid #FF8700;
  padding: 3px;
}

.jqmConfirmTitle{
  height:35px;
  background-color:#FFBA6D;
border:1px solid #FF8700;
color:Black;
font-weight:bold;
text-align:center;
/*line-height:12px;*/
}

.jqmTitleMsg 
{
	line-height:35px;
}

.jqmConfirmTitle h1{
  margin:5px 2px;
  padding-left:5px;
  padding:0;
  font-size:14px;
  text-transform:capitalize;
  letter-spacing:-1px;
  font-weight:bold;
  color:#000;

  float:left;
  height:20px;
}

div.jqmConfirm .jqmClose em{display:none;}
div.jqmConfirm .jqmClose {
  width:20px;
  height:20px;
  display:block;
  float:right;
  clear:right;
  background-color:Blue;
  /*background:transparent url(confirm/close_icon_double.png) 0 0 no-repeat;*/
}

div.jqmConfirm a.jqmClose:hover{ background-position: 0 -20px; }

div.jqmConfirmContent{
  border-top:px;
  color:#000;
  font:11px/14pt arial;
  /*padding:5px 20px 5px;*/
  margin:5px;
  letter-spacing:0px;
  background-color:white;
  /*background:#FFF url(confirm/darkgrid.png);*/
}

/*°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°
  clearing a float without additional markup
   http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

