@charset "UTF-8";




/* Start of /ap/overseasremoval/content.css.vm */

div#contentPanel p {
	margin-top: 10px;
}

div#contentPanel hr {
	color: #FE9900;
}

div#contentPanel td {
	padding: 2px;
	vertical-align: middle;
}

div#contentPanel td.goodsForRemoval {
	text-align: center;
	padding-bottom: 10px;
}

div#contentPanel td.outerTable {
	vertical-align: top;
}

div#contentPanel ul {
	list-style-type: none;
	margin: 0;
}

div#contentPanel div#thisTab div table.tabTable {
	margin-left: auto;
	margin-right: auto;
}

div#contentPanel td#checkboxes {
	text-align: center;
}

/* located in demo.css and creates a little calendar icon
 * instead of a text link for "Choose date"
 */
div#contentPanel a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(calendar.png) no-repeat; 
}
div#contentPanel a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
div#contentPanel input.dp-applied {
	width: 140px;
	float: left;
}

.invalid {
	background-color: red;
	color: white;
}

