/* 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 (in jqModal.js). You
	can change this value by either;
	  a) supplying one via CSS
	  b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */
	
/* Window Assistent */
.jqmAssiWindow {
    display: none;
    position: absolute;
	overflow: hidden;

	background-color: transparent;
	background-image: url(assibg.png);
	background-repeat: no-repeat;
	border: 0px none;

	padding: 15px;
    margin-left: -245px;
	left: 50%;
    top: 15%;
	width: 460px;
	height: 388px;
}
* html .jqmAssiWindow {
    margin-left: -235px;
	background-position: -9px -9px;
	padding: 6px;
}

#assipw {
    top: 25%;
	background-image: url(assipwbg.png);
	background-repeat: no-repeat;
	border: 0px none;
	height: 188px;
}

.jqmWaitWindow {
    display: none;
    position: fixed;
	overflow: hidden;

	background-color: transparent;
	background-image: url(infobox-trans.png);
	background-repeat: no-repeat;
	border: 0px none;

	padding: 15px;
    margin-left: -160px;
	left: 50%;
    top: 33%;
	width: 320px;
	height: 80px;
}
.jqmWaitWindow .loading {
	margin: 7px !important;
	line-height: 18px;
	color: #ffffff;
	width: 270px;
	text-align: left;
}

.jqmIntroWindow {
	display: none;
    position: absolute;

	top: 5%;
    margin-left: -415px;
	left: 50%;
    width: 800px;
	height: 500px;

	background-color: transparent;
	background-image: url(introbg.png);
	background-repeat: no-repeat;
	border: 0px;
	padding: 16px;
	font-size: 11px;
	line-height: 15px;
}
* html .jqmIntroWindow {
    margin-left: -401px;
    width: 800px;
	height: 505px;
	background-position: -14px -14px;
	padding: 1px;
}
.jqmIntroWindow .jqmClose {
	display: block;
	position: absolute;
	left: 766px;
	top: -9px;
	background-image: url(closebox.png);
	background-repeat: no-repeat;
	width: 56px;
	height: 25px;
	z-index: 5000;
}
* html .jqmIntroWindow .jqmClose {
	left: 756px;
	top: -11px;
	background-position: -8px -8px;
	width: 40px;
	height: 17px;
}
.jqmIntroWindow .jqmClose em {
	display: none;
}

/* Window Textvorschau */
.jqmWindow {
	display: none;
    position: fixed;

	top: 5%;
    margin-left: -410px;
	left: 50%;
    width: 780px;
	height: 405px;

	background-color: transparent;
	background-image: url(prevbg.png);
	background-repeat: no-repeat;
	border: 0px;
	padding: 25px;
	padding-top: 120px;
}
* html .jqmWindow {
    margin-left: -400px;
	background-position: -10px -10px;
	padding: 10px;
	padding-top: 105px;
}
.jqmWindow .jqmClose {
	display: block;
	position: absolute;
	left: 762px;
	top: -14px;
	background-image: url(closebox.png);
	background-repeat: no-repeat;
	width: 56px;
	height: 25px;
	z-index: 5000;
}
* html .jqmWindow .jqmClose {
	left: 760px;
	top: -16px;
	background-position: -8px -8px;
	width: 40px;
	height: 17px;
}
.jqmWindow .jqmClose em {
	display: none;
}
* html .jqmWindow .buttonbottom .jqmClose {
	top: 488px !important;
	left: 708px !important;
}
.jqmWindow .Content {
	position: absolute;
	top: 100px;
	left: 21px;
	width: 778px;
	height: 388px;
	padding: 0px;
	padding-right: 10px;
	margin: 0px;
	overflow: auto;
	font-size: 11px;
	color: 333;
	line-height: 15px;
}
*html .jqmWindow .Content {
	left: 10px;
	top: 85px;
}
#WindowContent p
{
	margin: 0px 0px 6px 0px;
	padding: 0px;
}
#WindowContent h2
{
	margin: 0px 0px 6px 0px;
	padding: 0px;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	line-height: 18px;
}
#WindowContent h3
{
	margin: 6px 0px 6px 0px;
	padding: 0px;
	font-size: 12px;
	color: #333;
	font-weight: bold;
	line-height: 15px;
}


/* Window Design-Vorschau */
.jqmDesignWindow {
	display: none;
    position: fixed;

	top: 5%;
    margin-left: -415px;
	left: 50%;
    width: 800px;
	height: 500px;

	background-color: transparent;
	background-image: url(designbg.png);
	background-repeat: no-repeat;
	border: 0px;
	padding: 15px;
}
* html .jqmDesignWindow {
    margin-left: -401px;
    width: 800px;
	height: 505px;
	background-position: -14px -14px;
	padding: 1px;
}
.jqmDesignWindow .jqmClose {
	display: block;
	position: absolute;
	left: 768px;
	top: -11px;
	background-image: url(closebox.png);
	background-repeat: no-repeat;
	width: 56px;
	height: 25px;
	z-index: 5000;
}
* html .jqmDesignWindow .jqmClose {
	left: 762px;
	top: -16px;
	background-position: -8px -8px;
	width: 40px;
	height: 17px;
}
.jqmDesignWindow .jqmClose em {
	display: none;
}

/* Window Hilfe */
.jqmHelpWindow {
	display: none;
    position: fixed;

	top: 5%;
	left: 50%;
    margin-left: -415px;
    width: 780px;
	height: 390px;

	background-color: transparent;
	background-image: url(helpbg.png);
	background-repeat: no-repeat;
	border: 0px;
	padding: 25px;
	padding-top: 120px;
	z-index: 10000;
}
* html .jqmHelpWindow {
	left: 50%;
    margin-left: -400px;
    width: 780px;
	height: 395px;
	background-position: -15px -15px;
	padding: 10px;
	padding-top: 105px;
}
.jqmHelpWindow .jqmClose {
	display: block;
	position: absolute;
	left: 766px;
	top: -9px;
	background-image: url(closebox.png);
	background-repeat: no-repeat;
	width: 56px;
	height: 25px;
}
* html .jqmHelpWindow .jqmClose {
	left: 760px;
	top: -16px;
	background-position: -8px -8px;
	width: 40px;
	height: 17px;
}
.jqmHelpWindow .jqmClose em {
	display: none;
}
.jqmHelpWindow .btBack {
	display: block;
	position: absolute;
	top: 476px;
	left: 3px;
}
.jqmHelpWindow .captionbottom {
	display: block;
	position: absolute;
	top: 484px;
	left: 100px;
	width: 505px;
	color: #333333;
	text-align: center;
}
.jqmHelpWindow .Content {
	position: absolute;
	top: 16px;
	left: 16px;
	width: 798px;
	height: 478px;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	line-height: 17px;
	color: #333333;
}
*html .jqmHelpWindow .Content {
	top: 1px;
	left: 1px;
}

.jqmHelpWindow .Content p {
	margin: 0px 0px 6px 0px;
	padding: 0px;
}
.jqmHelpWindow .Content ul {
	margin: 10px 0px 10px 5px;
	padding: 0px;
}
.jqmHelpWindow .Content li {
	margin: 0px 0px 6px 20px;
	padding: 0px;
	list-style: square;
}

.loading {
	width: 100%;
	text-align: center;
	margin: 100px 0px;
}

.jqmAssiWindow h1 {
	font-size: 14px;
	line-height: 18px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	font-weight: bold;
	text-decoration: none;
	color: #68153A;	
}

.jqmAssiWindow p {
	padding: 0px;
	margin: 0px 0px 6px 0px;
	line-height: 17px;
	font-size: 12px;
}



.jqmOverlay {
	background-color: #fff;
}

/* 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(5 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
* html .jqmHelpWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(5 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
* html .jqmAssiWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(15 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
* html .jqmDesignWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(5 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}


/* jqModal alert CSS courtesy of;
	 Alexandre Plennevaux <alexandre@pixeline.be>,
	 Brice Burgess <bhb@iceburg.net> */


div.jqmAlert { /* contains + positions the alert window */
	display: none;
	position: fixed;

	top: 33%;
	left: 50%;
	width: 400px;
	margin-left: -200px;
}

.jqmAlert input, .jqmConfirm input, .jqmDesignWindow input, .jqmHelpWindow input
{
	width: 60px;
	padding: 3px;
	margin: 2px;
	border: 1px solid #BDBCB2;
	background-image: url(../../content/images/bt_background.gif);
	background-color: #BDBCB2;
	background-repeat: repeat-x;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
}
    
/* 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.jqmAlert {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

div.jqmAlertWindow {
	height:auto;
	width: auto;
	margin: auto;
	
	width:400px;
	padding: 0px 0px 10px 0px;
	
	background:#f4f4f4;
	border:1px solid #BDBCB2;
	border-top: 0px none;
}

.jqmAlertTitle{
	margin:0px;
	color:#fff;
	background-image: url(topbox.jpg);
	background-repeat: repeat-x;
	padding: 4px 5px 5px 5px;
}
.jqmAlertTitle h1{
	margin:0px;
	padding-top: 1px;
	font-size:14px;
	line-height: 18px;
	font-weight:bold;
	color:#fff;

	float:left;
}

div.jqmAlert .jqmClose em{display:none;}
div.jqmAlert .jqmClose {
	width:20px;
	height:20px;
	display:block;
	float:right;
	clear:right;
	background:transparent url(../../include/jquery/close_icon_double.png) 0 0 no-repeat;
}

div.jqmAlert a.jqmClose:hover,div.jqmAlert a.jqmCloseHover{ background-position: 0 -20px; }

div.jqmAlert p {
	margin: 0px 0px 6px 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 17px;
}

div.jqmAlertContent{
	border: 0px none;
	color:#333;
	font:12px;
	padding:0px 0px 5px 0px;
	margin:5px;
	letter-spacing:0px;
	background:#f4f4f4;
}

div.buttonbottom .jqmClose {
	float: none;
	height: auto;
	width: 60px;
	padding: 3px;
	margin: auto;
	border: 1px solid #BDBCB2;
	background-image: url(../../content/images/bt_background.gif);
	background-color: #BDBCB2;
	background-repeat: repeat-x;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
}

/*°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°
  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 */


/* 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: 25%;

	left: 50%;
	width: 400px;
	margin-left: -200px;
}
    
/* 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');
}

div.jqmConfirmWindow {
	height:auto;
	width: auto;
	margin: auto;
	
	width:400px;
	padding: 0px 0px 10px 0px;
	
	background:#f4f4f4;
	border:1px solid #BDBCB2;
	border-top: 0px none;

}

.jqmConfirmTitle{
	margin:0px;
	color:#fff;
	background-image: url(topbox.jpg);
	background-repeat: repeat-x;
	padding: 4px 5px 5px 5px;

}
.jqmConfirmTitle h1{
	margin:0px;
	padding-top: 1px;
	font-size:14px;
	line-height: 18px;
	font-weight:bold;
	color:#fff;

	float:left;
}

div.jqmConfirm .jqmClose em{display:none;}
div.jqmConfirm .jqmClose {
	width:20px;
	height:20px;
	display:block;
	float:right;
	clear:right;
	background:transparent url(../../include/jquery/close_icon_double.png) 0 0 no-repeat;
}

div.jqmConfirm a.jqmClose:hover{ background-position: 0 -20px; }

div.jqmConfirm p {
	margin: 0px 0px 6px 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 17px;
}

div.jqmConfirmContent{
	border: 0px none;
	color:#333;
	font:12px;
	padding:0px 0px 5px 0px;
	margin:5px;
	letter-spacing:0px;
	background:#f4f4f4;
}

/*°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°
  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 */


.jqmAlert .icon, .jqmConfirm .icon {
	float: left;
	padding: 0px 5px 5px 2px;
}
.jqmAlert .content, .jqmConfirm .content {
	float: right;
	text-align: left;
	width: 330px;
}


#firsthelpDemo {
	position: absolute;
	top: 63px;
	margin: 0px 0px 0px 833px;
	padding: 0px;
	display: none;
	z-index: 5000;
}
* html #firsthelpDemo {
	margin: 0px 0px 0px -112px;
}
*+html #firsthelpDemo {
	margin: 0px 0px 0px -110px;
}

.firsthelpBottom {
	display: block;
	position: absolute;
	width: 780px;
	top: 494px;
	margin: 0px;
	padding: 0px;
	left: 25px;
}
* html .firsthelpBottom {
	top: 484px;
}

