﻿
/* 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;
    color: #333;
    padding: 0;
}

.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');
}

/*========================================================*/
/*  5. Text                                               */
/*========================================================*/

table, tr, td						{ font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: normal; color: #222; line-height: 150%; }
p, div, ul, li						{ font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: normal; color: #222; line-height: 150%; }
p									{ display: block; margin:0; padding: 0 0 15px 0; line-height: 150%;}

ul									{ padding-left:30px; }
ol li								{ list-style: decimal; }
li									{ margin: 5px 0; }
img                                 { border:0;}
td                                  { vertical-align:top;}


.Normal,
.normal								{ font-family: Arial, Helvetica, sans-serif; font-size: 100%; font-weight: normal; color: #222; line-height: 120%; text-align:left; }
strong,
b,
.NormalBold							{ font-family: Arial, Helvetica, sans-serif; font-size: 100%; font-weight: bold; color: #222; line-height: 120%; text-align:left; }
.NormalRed							{ font-family: Arial, Helvetica, sans-serif; font-size: 100%; font-weight: bold; color: #C00; line-height: 120%; text-align:left; }
.Head								{ font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: 700; line-height: 130%; color: #247bb3; border: none; margin-top:0; margin-bottom:5px; text-transform:uppercase; }
.SubHead							{ font-family: Arial, Helvetica, sans-serif; font-size: 100%; font-weight: bold; color: #222; line-height: 120%; text-align:left; }
.font-family						{ font-family: Arial, Helvetica, sans-serif; font-size: 100%; font-weight: bold; color: #777; line-height: 120%; background: transparent; }

blockquote							{ color:#777; font-family: Georgia, Times, Serif; font-size:100%; font-style:italic; }
hr									{ background:#ddd; border:none; clear:both; height:1px; }

.ContentPane p                      { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #333333; line-height: 150%;}
.red                                { color:#d63213;}
.BottomPane p                       { font-family: Arial,Helvetica,sans-serif; font-size:11px;text-align:center; padding:0;margin:0;line-height: 150%;}
.RightPane p                        { padding:0;margin:0;line-height: 150%;}


/* Headings */
h1									{ font-family: Arial, Helvetica, sans-serif;	font-size: 19px; font-weight: 700; line-height: 120%; color: #d63213; border: none; vertical-align: top; width: 100%; margin:0;padding:0; }
h1 strong						    { color: #d63213;}
h2									{ font-family: Arial, Helvetica, sans-serif;	font-size: 13px; font-weight: normal; line-height: 150%; color: #999999; border: none; margin:0; padding:0 0 11px 0; }
h3									{ font-family: Arial, Helvetica, sans-serif;	font-size: 13px; font-weight: 500; line-height: 130%; color: #d63213; border: none; margin-top:0;}
h4									{ font-family: Arial, Helvetica, sans-serif;	font-size: 16px; font-weight: normal; line-height: 120%; color: #d63213; border: none; margin:0;padding:0;}
h4 strong						    { color: #d63213;}
h5									{ font-family: Arial, Helvetica, sans-serif;	font-size: 115%; font-weight: 700; line-height: 130%; color: #000000; border: none; margin-top:0; margin-bottom:5px; }
h6									{ font-family: Arial, Helvetica, sans-serif;    font-size: 115%; font-weight: 700; line-height: 130%; color: #000000; border: none; margin-top:0; margin-bottom:5px; font-style:italic; }

span.rot                            {color:#d63213;}
span.gruen                          {color:#009900;}
p.noindent  						{ text-indent: 0;}
p.indent  						    { text-indent: 13px;}
