.photo_container {
	border: 1px solid #000000;
}

.photo_header {
	padding: 3px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	background: #000000;
	border-bottom: 1px solid black;
}

.photo_edit {
        float:right;
}

.photo_text {
	padding: 5px;
	background: #FFFFFF;
}
	.photo_text ul {
		list-style: none;
		margin: 0px;
		padding: 0px;
	}

	.photo_text li {
		list-style: none;
		margin: 0px;
		padding: 0px;
	}

	.photo_text a {
		color: #085af2;
	}

.photo_body {
        padding: 10px;
        background-color: #e1e1e1;
}

.photo_row {
	width: 100%;
	clear: both;
	}

.photo_box {
	float: left;
	text-align: center;
	width: 25%;
        height: 160px;
}

.photo_footer {
	padding: 2px;
        background-color: #000000;
}

.photo_nav {
	padding:2px;
}
	.photo_nav a {
		color: #085af2;
		font-weight:bold;
	}

.popup { 
	position: absolute;
	font-size:8pt;
        width: 450px;
	padding: 5px; 
	border: 1px solid black; 
	background: #eee; 
	left: 0px; 
	top: 0px; 
	visibility: hidden; 
}
	.popup table {
		font-size: 8pt;
	}
