#semcontent {
	background: #FFF;
	text-align: left;
	width: 1024px;
	height: 100%;
	overflow: auto;
	margin: 0 0;
}

td {
	border-bottom: 1px dotted;
	border-color: #888;
	padding: 1pt 4pt 1pt 4pt; 
	font-weight: bold;
	vertical-align: text-top;
}

td.noLine {
	border-bottom: 0;
}

.name { color: #c9302c; }

.no_seminar { color: #070; }

.no_seminar .name { color: #070; }

p { font-family: Palatino, serif; }

.editButton p { padding-left: 4pt; }

th {text-align: left}

#top {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 15pt;
	font-weight: bold;
}

#topPrint {
	display: none;
}

#seminars {
	width: 98%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	font-family: "Lucida Grande", "Lucida Sans", "Verdana", sans-serif;
	font-size: 10pt;
}

.scrolling {
	height: 580px;
	overflow: scroll;
}


.info {
	font-size:12pt;
	font-weight:normal;
}

@font-face {
  font-family: "space_age";
  src: url("/static/nasalization-rg.ttf"); /*https://dl.static.1001fonts.net/niceid/n/a/nasalization-free.zip*/
}

.menumiddle {
	width: 1024px;
	margin: -1px 0 -1px 0;
	padding-bottom: 8px;
	text-align:center;
	font-family: space_age, Monaco, serif;
	font-size: 36pt;
	background-color:#CCC;
	color:#AC0F11
}

/* menu code from http://www.webdesignerwall.com/demo/css3-dropdown-menu/css-gradient-dropdown.html */
.menu {
	margin: 0;
	width: 1012px;
	padding: 3px 6px 0;

	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);

	background: #8b8b8b; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#a9a9a9', endColorstr='#7a7a7a'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#a9a9a9), to(#7a7a7a)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #a9a9a9,  #7a7a7a); /* for firefox 3.6+ */

/* 	border: solid 1px #6d6d6d; */
}
.menu li {
	line-height: 24px;
	margin: 0 1.5%;
	padding: 0 0 2px;
	width: 162px;
	float: left;
	position: relative;
	list-style: none;
	text-align:center;
}
/* main level link */
.menu li a {
	font-weight: normal;
	font-size: 12pt;
	font-family: Helvetica, sans-serif;
	color: #e7e5e5;
	text-decoration: none;
	display: block;
	margin: 0;
	-webkit-border-radius: 1.6em;
	-moz-border-radius: 1.6em;
	border-radius: 1.6em;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
img {
	display: block;
}
/* main level link hover */
.menu .current a, .menu li:hover > a {
	background: #d1d1d1; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#a1a1a1'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#a1a1a1)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ebebeb,  #a1a1a1); /* for firefox 3.6+ */

	color: #444;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
}

.next_seminar {
	background-color: #fdfddd;
}

.flex-row-0em, .flex-row {
	display: flex;
	list-style-type: none;
	justify-content: flex-start;
}

.flex-row {
	padding-bottom: 0.5em;
}

.flex-row-0em > input,
.flex-row > input,
.flex-row > textarea{
	flex: 1;
	margin-right: 5em;
}

.flex-row-0em > input,
.flex-row > input {
	margin-left: 0.5em;
}
/* clearfix */
.menu:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .menu {
	display: block;
}
* html .menu {
	height: 1%;
}
