﻿/*** Modal Windows ***/
.ModalWindowContent {
    margin:0;
    padding:0;
}
.ModalWindowContent h1,
.ModalWindowContent h2,
.ModalWindowContent h3 {
	color:#004207;
	text-transform: uppercase;
	margin: 0.25em 0em 0.5em 0em;
}
.ModalWindowContent .Text {
    width:450px;
}
.ModalWindowContent .Image {
    display:inline;
    float:right;
    margin:0 0 0 10px;
    padding:0;
}
.ModalWindowContent p.Close {
	padding-top: 0.5em;
}

p.ImageQuality {
	text-align: center;
	font-size: 85%;
	color: #999;
}
p.ImageQuality a {
	color: #666;
	text-decoration: none;
}
p.ImageQuality a:hover {
	text-decoration: underline;
}