@viewport {
    zoom: 1.0;
    width: extend-to-zoom;
}

header {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 10px;
}

nav {
	background-color: #993333;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
}
nav ul {
	margin: 0px;
	padding: 0px;
}
nav ul li {
	list-style: none;
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
}
nav ul li a {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
nav ul li a:hover {
	text-decoration: underline;
}
nav.subnav {
	background: #ffffff;
	border-top: 0px;
	border-bottom: 2px solid #000000;
}
nav.subnav ul li a {
	color: #000000;
}
.maincontent {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}
label {
	display: inline-block;
	width: 150px;
	text-align: right;
	vertical-align: top;
}
.formnote {
	font-size: 8pt;
	margin-left: 154px;
	font-style: italic;
	display: inline-block;
	width: 359px;
	text-align: left;
}
.errormsg {
	color: #ff0000;
}
.feedbackmsg {
	color: #006600;
	font-weight: bold;
}
.theme {
	width: 700px;
	text-align: left;
	margin: 10px auto;
}
.theme h2 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.themeup {
	width: 700px;
	text-align: left;
	margin: 10px auto 20px auto;
	border-bottom: 1px dotted #888888;
}
.themeup h2 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.themedesc {
	margin-top: 0px;
	font-size: 9pt;
	color: #888888;
}
.themeday {
	margin-left: 50px;
	margin-bottom: 5px;
	width: 500px;
	height: 25px;
}
.themedate {
	font-size: 12pt;
	font-family: monospace;
	font-weight: bold;
}
.themeday a {
	font-size: 8pt;
	color: #0000ff;
}
.confirm {
	display: inline-block;
	background-color: #993333;
	padding: 10px;
	border: 2px solid #000000;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}
.confirm:hover {
	background-color: #ffffff;
	color: #000000;
}
a {
	color: #0000ff;
}
p.form {
	text-align: left;
	width: 600px;
	margin: 0 auto;
}
p.form .formbutton {
	margin-left: 150px;
}
.upload_progress {
	display: none;
	visibility: hidden;
}
.ytembed {
	width: 560px;
	height: 315px;
}
footer {
	margin-bottom: 50px;
}
.videosm {
	display: inline-block;
	width: 178px;
	height: 180px;
	vertical-align: top;
	margin-left: 5px;
	margin-right: 5px;
}
.videosm img {
	height: 100px;
}
.videosm span {
	font-size: 8pt;
}
.vid-desc {
	margin: 0 auto;
	width: 560px;
	text-align: left;
}
.claimmess {
	font-size: 8pt;
	color: #009933;
}

/*////////////////////////////////////////////////////////////////////////////*/

.modal {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	visibility: hidden;
	transform: scale(1.1);
	transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}
.modal-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: white;
	padding: 1rem 1.5rem;
	width: 300px;
	border-radius: 0.5rem;
}
.modal-content h1 {
	color: #cc0000;
}
.close-button {
	float: right;
	width: 1.5rem;
	line-height: 1.5rem;
	text-align: center;
	cursor: pointer;
	border-radius: 0.25rem;
	background-color: lightgray;
}
.close-button:hover {
	background-color: darkgray;
}
.show-modal {
	opacity: 1;
	visibility: visible;
	transform: scale(1.0);
	transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

/*////////////////////////////////////////////////////////////////////////////*/
