/*
@import url(/css/reset.css);
*/

.hidden {
    display: none;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

th {
    font-weight: bold;
}

.overlayTitle {
    font-size: 15px;
}

.overlay table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid black;
	margin: 0;
}

.overlay input[type=text], .overlay textarea {
	width: 98%;
}

.overlay input.datePicker {
	width: 12em;
}

.overlay table tr:first-child th, .overlay table tr:first-child td {
	border-top: 1px solid #000;
}

/*
.overlay table tr:last-child th, .overlay table tr:last-child td {
	border-bottom: 1px solid #000;
}
*/

.overlay table th, .overlay table td {
	color: black;
	font-weight: normal;
	background-color: white;
	border-top: 1px solid #ccc;
	vertical-align: top;
	padding: 2px 4px;
}

.overlay table th {
	text-align: right;
	border-right: 1px solid #cccccc;
}

.overlay table td {
	text-align: left;
}

.overlay table td img {
	top: 4px;
}

.overlay table button {
    margin-right: 4px;
}

.overlay .buttonRow {
	text-align: right;
}

.overlay .datepicker {
    z-index: 1001;
}
