noscript div {
	background-color: orange;
	text-align: center;
	font-weight: bold;
}

table {	
	border-collapse: collapse;
	margin-left: 30px;
	
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
table tr td {
	width: 50px;
	height: 35px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid black;
	border-collapse: collapse;

	cursor: pointer;
}
table tr td.selected {
	background: #0B6161;
	color: white;
}
table tr:nth-child(even), table tr.shaded { 
	background: #CCC;
}

form { 
	margin-top: 20px;
	margin-left: 30px;
}
form label {
	font-weight: bold;
	display: inline-block;
	width: 150px;
}
form input {
	width: auto;
	margin-right: 15px;
}


section#photoEntriesSection {
	display: none;
}