#jqDialog_box {
	background: #eee;
	position: absolute;
	width: 265px;
	min-height: 150px;
	font-family: Arial;
	
	border-width: 3px 1px 1px 1px;
	border-style: solid; 
	border-color: #ccc;

	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	
	z-index: 9999;
}

/*IE 6 selector (does not support min-height)
***Remove with 10.2***
*/
* html #jqDialog_box {
	height: 150px;
}

#jqDialog_content {
	margin: 10px;
	font-weight: bold;
	font-size: 12px;
	min-height: 90px;
}

/*IE 6 selector (does not support min-height)
***Remove with 10.2***
*/
* html #jqDialog_content {
	height: 90px;
}

#jqDialog_content ul {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 16px;
}

#jqDialog_options {
	margin: 10px;
	text-align: center;
}
#jqDialog_options button {
	font-family: Arial;
	margin-right: 5px;
	background: #666;
	border: 0px;

	font-size: 1.0em;
	color: #fff;
	width: auto;
}

#jqDialog_input {
	padding: 4px;
	width: 350px; 
}
#jqDialog_close {
	background: none;
	border: none;
	float: right;
	font-weight: bold;
	font-size: 10px;
	color: #cc0000;
}
#clearCurtain {
	display: none;
	position: absolute;
	background-image: intial;
	background-attachment: inital;
	background-origin: initial;
	background-clip: inital;
	background-color: #000;
	filter: alpha(opacity = 50);
	left: 0px;
	top: 0px;
	z-index: 99;
	opacity: 0.5;
	cursor: default;
	height: 100%;
	width: 100%;
	background-position: initial initial;
	background-repeat: initial initial;
}

#clearCurtain {
	display: inline;
	background-color: #FFF;
	z-index: 100;
}

.mask {
	background-color: #CCC;
    filter:alpha(opacity=50); /* IE */
    opacity: 0.5; /* Safari, Opera */
    -moz-opacity:0.50; /* FireFox */
}


/* Modal Window
	Release: 10.2 - MPN Submit
	Usage: Create hidden div.modalWindow#myHiddenDiv. 
	Use in conjuction with jmpopups (http://plugins.jquery.com/project/jmpopups)

	$.openPopupLayer({
	    name: "contactForm",
	    width: 300,
	    target: "myHiddenDiv"
	});
	
 *****************************************************************************/

/* container to position pop-up; automatically applied in popup.js */
.modalWindowContainer {
	/*background: url('../images/transparentPixel.png');*/
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 999;
}


.modalWindow {
	margin: 20px auto;
	font-size: 12px;
	font-family: verdana, tahoma, sans-serif;
	/* CSS 3 - not compatible with IE */
	-moz-border-radius: 4px;
 	-webkit-border-radius: 4px;
	border-radius: 4px;
}

/* gives the border effect; only used when wrapped with modalWindowContainer */
.modalWindowContainer .modalWindow {
	background: url('../images/transparentPixel.png');
	padding: 6px;
}

/* reset */
.modalWindow p {			
	margin: 0;
	padding: 0;
	line-height: 1em;
}
/* /reset */

.modalWindow h2 {
	margin: 0px;  /* reset */
	height: 17px;
	padding: 5px 10px 5px 30px;
	font-size: 16px;
	font-weight: normal;
	color: #f0f0f0;
	background: url('../images/modalWindow_bg.png');
	border-bottom: 1px solid #444;
}
.modalWindow h2.spanish {
	font-size: 13px;
}

.modalWindow div h2 {
	background: black		/*hacky*/
}

.modalWindow h2:first-child {
	-moz-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
}

.modalWindow .content {
	background: white;
	padding: 0px;	/* take out padding; each child element should have its own padding/margin 
						this will allow us to have elements that are flush up against the edges
						of this contianer.
						
						All immediate children of .content should have a padding-left */
	border: 1px solid #444;
	}
	


	.modalWindowContainer .modalWindow .content {
		border: 0;
	}


/* theme out your content panels here */
.modalWindow .content.gray {
	background-color: #f5f5f5;
	border-top: 1px solid white;
	border-bottom: 1px solid #eee;
	}
	

.modalWindow .content.last {
	border-bottom: 1px solid #444;
	-moz-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
	
	

.modalWindow .content p {
	line-height: 1.5em;		/* good typography practice */
	margin: .75em 0em;		/* leading should be 75% of line-height */	
	padding-left: 10px;
	}

.modalWindow .content p.message {
	font-size: 20px;
	margin: 8px 0px 0px;
	color: #274d72;
	text-shadow: 0px 1px 1px #FFF; /* fancy letterpress */
	}




.modalWindow .largeDocumentContainer {
	background: white;
	margin: 15px 10px;
	overflow: auto;		/* enable scroll bars */
	
	border: 1px solid #999;
	border-right: 1px solid #666;
	border-bottom: 1px solid #333;
	}

.modalWindow .buttonContainer {
	text-align: center;
	padding-bottom: 10px;
}

.modalWindow p.warningContainer {
	color: #c00;
	padding: 10px;
	}

	
/* tooltips
 -----------------------------------------------------------------------------*/
.terminology,
.static-terminology,
.tellMeMore-link {
	cursor: help;
	color: #034790;
	text-decoration: underline;
}

.terminology:hover,
.static-terminology:hover,
.tellMeMore-link:hover {
	color: #034790;
}

.terminology img,
.static-terminology img {
	vertical-align: middle;
}

.tellMeMore-link {
	display: inline-block;
	height: 16px;
	/*background: url(../images/icons/icons-shadowless/application--arrow.png) no-repeat right ;*/
	background: url(../images/icons/icons-shadowless/external.png) no-repeat right bottom;
	padding-right: 18px;
}

.tipContainer,
.tipContainerWide {
	width: 179px;
	padding: 5px;
	margin-top: 10px;
	font-size: 11px;
	cursor: default;
	font-family: Arial, sans-serif;
	z-index: 1000;
	background-color: #d8d8d8;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#fcfcfc), to(#d8d8d8));
	background-image: -moz-linear-gradient(top, #fcfcfc, #d8d8d8);
	background-image: -ms-linear-gradient(top, #fcfcfc, #d8d8d8);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #d8d8d8));
	background-image: -webkit-linear-gradient(top, #fcfcfc, #d8d8d8);
	background-image: -o-linear-gradient(top, #fcfcfc, #d8d8d8);
	background-image: linear-gradient(top, #fcfcfc, #d8d8d8);
	border: 1px solid #d8d8d8;
	-moz-border-radius: 4px;
 	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0px 0px 10px 1px black;
	-webkit-box-shadow: 0px 0px 10px 1px black;
	box-shadow: 0px 0px 10px 1px black;
}


.moreContainer {
	width: 500px;
	padding: 5px;
	margin-top: 10px;
	font-size: 11px;
	cursor: default;
	font-family: Arial, sans-serif;
	z-index: 1000;
	background-color: #d8d8d8;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#E0F0FF), to(#C8E4FF));
	background-image: -moz-linear-gradient(top, #E0F0FF, #C8E4FF);
	background-image: -ms-linear-gradient(top, #E0F0FF, #C8E4FF);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E0F0FF), color-stop(100%, #C8E4FF));
	background-image: -webkit-linear-gradient(top, #E0F0FF, #C8E4FF);
	background-image: -o-linear-gradient(top, #E0F0FF, #C8E4FF);
	background-image: linear-gradient(top, #E0F0FF, #C8E4FF);
	border: 1px solid #d8d8d8;
	-moz-border-radius: 4px;
 	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0px 0px 10px 1px black;
	-webkit-box-shadow: 0px 0px 10px 1px black;
	box-shadow: 0px 0px 10px 1px black;
}

.tipContainer a,
.tipContainerWide a {
	clear: both;
	display: block;
	margin: 3px 0px;
	font-size: 9px;
	color: #555;
}

.tipContainer:hover a,
.tipContainerWide:hover a {
	text-decoration: underline;
}
	