
@media print {
	div#header { display: none; }
	div#menu { display: none; }
	div#sidebar { display: none; }
	div#footer-wrapper { display: none; }
	div#contentQueryDiv { display: none; }
}

td.actionButtonRow {
	text-align: right;
}

div.dialog {
	background-color: #EEEEEE; 
	position: absolute; 
	/* left: 50%; */ 
	top: 50%; 
	width: 300px; 
	height: 120px; 
	margin-top: -100px; 
	margin-left: auto;
	margin-right: auto; 
	float: center; 
	display: block; 
	visibility: visible; 
	padding: 10px; 
	border: 5px inset;
}

.error {
	color: red;
	font-weight: bold;
}

input.vTimeField {
	width: 75px;
}

div.errorBanner {
	width: 100%;
	background-color: #DD2222;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}

table.dialog {
	width: 100%;
	height: 100%;
}

table.payoutRequest td {
	width: 100%;
	vertical-align: top;
}

tr.statusBar td {
	height: 100%;
	vertical-align: bottom;
}

table.dataTable {
	border: 1px solid black;
	border-collapse: collapse;
	background-color: #EEEEEE;
}

table.dataTable th {
	background-color: #CCCCCC;
}

table.dataTable td {
	font-weight: bold;
	vertical-align: top;
	text-align: left;
}

table.dataTable tr:hover {
	background-color: #F2CC9B;
}

table.dataTable td.itemFirstLine {
	border-top: 1px dotted grey;
}

table.formTable td {
	vertical-align: top;
}

table.eventEditForm ul#id_eventType {
	padding-left: 0px;
}

table.eventEditForm ul#id_eventType li {
	list-style: none;
}

table.eventEditForm input[type='text'], table.eventEditForm input[type='number'] {
	width: 200px;
}

table.eventEditForm textarea {
	width: 213px;
}

div.dialogRow {
	display: flex;
	flex-direction: row;
	padding-bottom: 8px;
}

div.post > input {
	width: 60px;
}

div#footer {
    height: 60px;
}
