/* 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 {
	background-color: #fff;
    border: 1px solid black;
    display: none;
    left: 50%;
    padding: 22px 22px 34px 22px;
    position: fixed;
    margin-left: -288px;
    top: 174px;    
    width: 576px;
}

.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');
}

#closeButton {
	background:url(images/dot.png) repeat-x bottom left;
	margin-bottom:15px;
	padding: 0 2px 7px 0;
	text-align:right;
}

#closeButton a, 
#closeButton a:visited,
#closeButton a:active,
#closeButton a:hover {
	color: #000;
	margin:0;
	text-decoration:none;
}

#closeButton span {
	float:left;
	font-weight:normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}

.jqmWindow a{
	margin-right:16px;
	line-height: 1.1em;
}

.micro {
	font-size:11px;	
}

.klein {
	font-size:14px;	
}

.medium {
	font-size:17px;	
}

.gross {
	font-size:22px;	
}

.micro a,
.micro a:visited, 
.klein a,
.klein a:visited,
.medium a,
.medium a:visited,
.gross a,
.gross a:visited {
	font-family:Arial, Helvetica, sans-serif;
	line-height:24px;
	text-decoration:underline;
}

.micro a:hover, 
.klein a:hover,
.medium a:hover,
.gross a:hover {
	color:#e7000f;
}

.micro a:active, 
.klein a:active,
.medium a:active,
.gross a:active {
	font-style:normal !important;
	text-decoration:none;
}

.jqmWindow .selected {
	color:#e7000f;
	}
