/* CSS Document */

body {
	background-color: #eee;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	overflow-x: hidden;
}

hr {
	width:100%;
	height: 1px;
	size: 1px;
	color: #333;
}

div#modal {
	border: 1px solid #fff;
	background-color:#aaa;
	padding:40px;
	font-family: Georgia, Times, Helvetica, Arial;
	font-size: 16px;
	color: #444;
	text-align:left;
	opacity: .85;
	-moz-opacity: .85;
	filter: alpha(opacity=85);
}

div#modal a {
	font-family: Georgia, Times, Helvetica, Arial;
	font-size: 12px;
	color: #444;
	text-decoration: none;
}

div#modal a:hover {
	font-family: Georgia, Times, Helvetica, Arial;
	font-size: 12px;
	color: #111;
	text-decoration: none;
}

div#container {
	width: 100%;
}

div#header {
	text-align: right;
	font-family: Georgia, Times, Helvetica, Arial;
	font-size: 54px;
	color: #777;
	background-color: #eee;
}

div#header a {
	font-family: Georgia, Times, Helvetica, Arial;
	font-size: 54px;
	color: #777;
	text-decoration: none;
}

div#header a:hover {
	font-family: Georgia, Times, Helvetica, Arial;
	font-size: 54px;
	color: #444;
	text-decoration: none;
}

div#completeStatus {
	width:75%;
	border: 1px solid #fff;
	background-color:#aaa;
	padding:40px;
	font-family: Georgia, Times, Helvetica, Arial;
	font-size: 16px;
	color: #444;
	text-align:left;
	opacity: .85;
	-moz-opacity: .85;
	filter: alpha(opacity=85);
}

div#completeStatus a {
	font-family: Georgia, Times, Helvetica, Arial;
	font-size: 12px;
	color: #444;
	text-decoration: none;
}

div#completeStatus a:hover {
	font-family: Georgia, Times, Helvetica, Arial;
	font-size: 12px;
	color: #111;
	text-decoration: none;
}

div#span {
	width: 100%;
	height: 10px;
	background-color: #eee;
}

div#newestPhoto {
	text-align: center;
	font-family: Georgia, Times, Helvetica, Arial;
	font-size: 16px;
	color: #777;
}

div#newestPhoto img {
	padding: 2px;
	border: 1px solid #777;
	background-color: #eee;
}

div#newestPhoto a {
	font-family: Georgia, Times, Helvetica, Arial;
	font-size: 32px;
	color: #777;
	text-decoration: none;
	font-weight: strong;
}

div#newestPhoto a:hover {
	font-family: Georgia, Times, Helvetica, Arial;
	font-size: 32px;
	color: #444;
	text-decoration: none;
	font-weight: strong;
}

.selectedImage {
	background-color: #ddd;
	padding-top: 10px;
	padding-bottom: 10px;
}

.unselectedImage {
	background-color: #eee;
	padding-top: 10px;
	padding-bottom: 10px;
}

div#olderPhotos {
	text-align: center;
	font-family: Georgia, Times, Helvetica, Arial;
	font-size: 16px;
	color: #777;
}

div#olderPhotos img {
	padding: 2px;
	border: 1px dotted #777;
	background-color: #eee;
}