/*
 * dialog stuff
 */

#dialog-enclosure, div.video-enclosure, div.dialog-enclosure {
	background: rgba(0, 0, 0, .75);
	display: none;
	height: 100%;
	left: 0;
	overflow: auto;
	position: fixed;
	top: 0;
	width: 100%;
}

#dialog-block, div.dialog-block {
	background-color: ghostwhite;
	border-color: royalblue;
	border-radius: 4pt;
	border-style: solid;
	border-width: 2pt;
	font-family: sans-serif;
	margin: 80pt auto 0;
	padding: 15pt 3pt 0;
	text-align: center;
	width: 90%;
	z-index: 500;
}

div.video-block {
	background-color: ghostwhite;
	border-color: royalblue;
	border-radius: 4pt;
	border-style: solid;
	border-width: 2pt;
	font-family: sans-serif;
	margin: 24pt auto;
	padding: 15pt 3pt 0;
	text-align: center;
	width: 90%;
	z-index: 500;
}

div.dialog-controls {
	margin: 16pt auto 32pt;
	text-align: center;
}

h1.dialog-heading {
	font-size: 13pt;
}

p.dialog-address {
	text-align: center;
}

p.dialog-assistance {
	font-style: italic;
}

p.dialog-title {
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
}

p.dialog-master-data {
	font-size: 12pt;
	font-weight: bold;
}

p.video-close {
	font-size: 14pt;
	font-weight: normal;
	padding: 0 8pt;
	text-align: right;
	width: 20%;
}

p.video-title {
	font-size: 14pt;
	font-weight: bold;
	padding: 0 8pt;
	text-align: left;
	width: 80%;
}

span.dialog-master-data {
	
}

span.dialog-master-data-label {
	color: gray;
	font-size: 10pt;
}

table.dialog-listing {
	margin: 4pt auto 12pt;
	width: 85%;
}

td.dialog-listing {
	background-color: beige;
	padding: 6pt;
}

th.dialog-listing-topleft {
	background-color: black;
	border-radius: 3pt 0 0 0;
	color: whitesmoke;
	padding: 6pt;
}

th.dialog-listing {
	background-color: black;
	color: whitesmoke;
	padding: 6pt;
}

th.dialog-listing-sole {
	background-color: black;
	border-radius: 3pt 3pt 0 0;
	color: whitesmoke;
	padding: 6pt;
}

th.dialog-listing-topright {
	background-color: black;
	border-radius: 0 3pt 0 0;
	color: whitesmoke;
	padding: 6pt;
}

table.dialog {
	font-size: 10pt;
	margin: auto;
	width: 85%;
}

td.dialog {
	background-color: bisque;
	padding: 6pt 10pt;
	text-align: left;
}

th.dialog {
	background-color: darkred;
	color: khaki;
	padding: 6pt 10pt;
	text-align: right;
}
