/* 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: absolute;
    background-color: #ffffff;
    color: #333;
    border: 1px solid black;
    overflow: hidden;
}
#jqmTitle { 
	display: block;
	margin: 10px;
	height: 20px;
	overflow: hidden;
}
.jqmOverlay { 
	background-color: #000; 
}
.jqmPrint{ 
	background: #000000; 
	border:1px solid #000000; 
	color:#ffffff; 
	float:right; 
	padding:0 5px; 
	cursor:pointer; 
	margin-right: 1px;
}
.jqmPrint:hover{ 
	background:#ffffff;
	color: #000000;
} 
.jqmClose{ 
	background: #000000; 
	border:1px solid #000000; 
	color:#ffffff; 
	float:right; 
	padding:0 5px; 
	cursor:pointer; 
}
.jqmClose:hover{ 
	background:#ffffff;
	color: #000000;
} 
#jqmContent{ 
	display: block; 
	margin:auto; 
	border: 0px; 
}
#jqmTitleText {
	font-size: 16px;
	font-weight: bold;
	color: #A22C24;
}
