table#list thead {
	margin: 13px 0 0 0;
	background: #194971;
	color: white;
	font-weight: bold;
}

table#list th {
	padding: 2px 0 2px 3px;
}

table#list {
	border: 1px solid #194971;
}

table#list .item {
	clear: both;
	height: 16px;
	cursor: pointer;
	overflow-y: hidden;
}

table#list .item td {
	border-bottom: 1px solid #eee;
	padding: 3px 0 2px 3px;
}

div.photos div.item {
	clear: none;
	float: left;
	height: auto;
	width: 140px;
	text-align: center;
	font-size: 11px;
}

div.item img {
	width: 140px;
}

#list td:hover, #list tbody tr:hover {
	background: #eee;
}

.selected {
	color: black;
	background: darkgray;
}

p.message {
	color: blue;
	background: white;
}

p.error {
	color: red;
	background: white;
}

#defaultPhotos {
	width: 100%;
	overflow-x: scroll;
}

.defaultPhoto {
	padding: 4px;
}

.defaultPhoto:hover {
	cursor: pointer;
	background: lightgray;
}

div.photos {
	padding: 15px 0 0 0;
}

div.photos div.item {
	margin: 0 15px 15px 0;
	border: 1px solid #ddd;
}

