/* CSS Document */

.grid {
}

.picture_table {
	width: 150px;
	border:1px dashed #CCCCCC;
}

.photographer_picture {
	vertical-align: top;
	text-align: center;
	font-size: 8px;
}

.picture_small {
	padding: 6px 6px 2px 6px;
	background-image: url(/images/photos/polaroid_small.gif);
	background-repeat: no-repeat;
	width: 56px;
	height: 56px;
	vertical-align: top;
}

.picture_small_top {
	text-align: center;
	border: 0px;
}
 
.picture_small_left {
	text-align: right;
	border: 0px;
}	

.picture_large {
/*	background-image: url(/images/photos/polaroid_large.jpg); */
	background-repeat: no-repeat;
	width: 508px;
	height: 508px;
	vertical-align: top;
	background-color: white;
}

.picture_large_top {
	padding: 14px 14px 14px 14px;
	text-align: left;
	vertical-align: top;
	border: 0px;
}

.picture_large_left {
	padding: 14px 0px 14px 14px;
	text-align: left;
	border: 0px;
}	

.vote_area {
	padding: 0px 14px 14px 14px;
	text-align: left;
	vertical-align: bottom;
}

.vote_area img {
	padding-bottom: 0px;
}

.side {
	border-right: 0;
}

code {
	display: block;
	clear: both;
}

.entry table th {
	border: 0;
}