﻿/* Widget: MyPhotos */

.WidgetPhotos_FeaturedPhotoBox { width: 200px; height: 200px; overflow: hidden; margin: 0px auto 0px auto; }
.WidgetPhotos_RotatingImg
{
	max-width: 180px; 
	max-height: 180px; 
	width:  expression(this.width  > 180 ? 180 : true); 
	height: expression(this.height > 180 ? 180 : true);
	margin: 0px auto 0px auto;
}

.WidgetPhotos_ThumbImg
{
	max-width: 65px; 
	max-height: 65px; 
	width:  expression(this.width  > 65 ? 65 : true); 
	height: expression(this.height > 65 ? 65 : true);
	margin: 2px;
	border: solid 2px #FFF;
}
.WidgetPhotos_SelectedThumbImg
{
	max-width: 65px; 
	max-height: 65px; 
	width:  expression(this.width  > 65 ? 65 : true); 
	height: expression(this.height > 65 ? 65 : true);
	margin: 2px;
	border: solid 2px #8ED6E5;
}

.WidgetPhotos_PageTbl { width: 100%; }
.WidgetPhotos_PageInfoCell { width: 135px; text-align: center; }
.WidgetPhotos_PageLinkCell { width: 75px; text-align: center; }


.PhotoDialog_TextAreaComment
{
	width: 340px;
	height: 50px;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	border-top: solid 1px #8BA8C2;
	border-right: solid 1px #8BA8C2;
	border-bottom: solid 1px #8BA8C2;
	border-left: solid 1px #8BA8C2;
	background-color: #FFFCF4;
}

#PhotoDialog_MostRecentCommentOuterBox { width: 160px; height: 100px; background-color: #CBECF5; }
#PhotoDialog_MostRecentCommentBox
{
	width: 155px;
	height: 100px;
	overflow: auto;
	background-color: Transparent;
	margin: 0px 0px 0px 5px;
	color: #000;
	font-weight: normal;
	font-size: 11px;
	background-color: Transparent;
}