﻿.EditPhoto 
{
}

.EditPhoto .Preview 
{
	float: left;
	background-image: url(images/polaroid.jpg);
	width: 188px;
	height: 187px;
}

.EditPhoto .Preview .Image 
{
	margin: 12px 0 0 12px;
}

.EditPhoto .Fields
{
	float: left;
}
.EditPhoto .Fields .FieldValue 
{
	font-weight: bold;
}
.EditPhoto .Fields .TextBox 
{
	width: 345px;
}


.PhotoList .PagerBody 
{
	background-color:Black;
}
/*   Multiselect Photos */
.PhotoList .Thumb 
{
	width: 75px;
	height: 75px;
	float: left;
}
.PhotoList .ThumbUnselected
{
	width: 75px;
	height: 75px;
	float: left;
	filter:alpha(opacity=50);
	opacity:0.5;
}
.PhotoList .ThumbSelected 
{
	width: 75px;
	height: 75px;
	float: left;
	background-color: #6B7D00;
}
.PhotoList .SelectionBar 
{
	height: 25px;
	background-color: #434343;
	background-image: url(images/MVPSSubMenuBG.gif);
	background-repeat: repeat-x;
	border-left: solid 1px #aeaeae;
	border-right: solid 1px #4d4d4d;

}
.PhotoList .SelectionBar .SelectMultiple 
{
	height: 25px;
	float: left;
	font-size: 11px;
	margin-left: 3px;
	font-weight: normal;
}
.PhotoList .SelectionBar .SelectAllNone
{	
	float: right;
	font-size: 11px;
	padding-top: 5px;
	margin-left: 30px;
	margin-right: 8px;
	font-weight: normal;
}
.PhotoList .SelectionBar .SelectAllNone a {
	color: black;
	text-decoration:underline;
}
.PhotoList .SelectionBar .SelectAllNone a:hover 
{
	color: #6B7D00;
	text-decoration:underline;
}

/* For PhotosThumbsPagelet */
.PhotoList #PhotoContainer a 
{
	width: 75px;
	height: 75px;
	3margin: 15px 8px 0px 8px;
}