/*
    photocase - we love photography 
    All styles for displaying thumbnails, large images etc.
    Also containing specific classes for photoupload
    Handcrafted by vorderdeck. neue medien (www.vorderdeck.de)
    Created: 2006-08-24
    Last modified: 2006-10-17
    By: iw (iw@vorderdeck.de)
*/

/*** photobrowser ***/
.smallThumbnail {
	width: 104px;
	float: left;
	margin: 30px 10px 0 0;
	overflow: hidden;
}

.smallThumbnailLightbox {
	background: url(../images/smallthumblbbg.gif) no-repeat;
	width: 110px;
}

/* safari needs this */
.smallThumbnail a.user_f, .smallThumbnail a.user_m, .smallThumbnail a.staff_f, .smallThumbnail a.staff_m {
  display: table-caption;
  white-space: no-wrap;
}

.smallThumbnail .titel {
	margin: 5px 0 5px 0;
	clear: both;
	white-space: nowrap; /* reicht einfach das? */
	overflow: hidden;
}

.smallThumbnailLightbox .titel {
	margin-top: 10px;
}

.smallThumbnail .infoIcon {
	margin: -14px 6px 0 0;
	display: block;
}

.smallThumbnail ul.thumbnailInfo {
  width: 300px;  
  margin: 5px 0;
}

.smallThumbnail ul.thumbnailInfo li {
  background: 0;
  padding: 0 4px 0 0;
  margin: 0 4px 0 0;
  float: left;
  border-right: 1px dotted #BBBD9B;
  font-size: 10px;
}

.smallThumbnail ul.thumbnailInfo li.thumbnailInfoLightbox {  
}

.smallThumbnail ul.thumbnailInfo li.thumbnailInfoComment {
  padding-left: 18px;
  background: url(../images/icon_comments.gif) no-repeat 0 50%;
}

.smallThumbnail ul.thumbnailInfo li.thumbnailInfoVote {
  padding-left: 15px;
  background: url(../images/icon_rating.gif) no-repeat 0 50%;
  border: 0;
}


/* veraltet. kann weg wenn all smalltrhumbnails durch das entsprechende snippet ersetzt wurden */

.smallThumbnail .info {
	border-right: 1px dotted #BBBD9B;
	margin: 5px 4px 0 0;
	padding-right: 4px;
	font-size: 10px;
	float: left;
	height: 20px;
}

.smallThumbnail .info img {
	vertical-align: middle;
	margin-bottom: 1px
}

.info.firstInLine{
	padding: 0;
	margin: 0;
	padding-right: 4px;
}

.info.lastInLine{
	padding: 0;
	margin: 0;
	padding-left: 2px;
}

.smallThumbnail .info.lastInLine{
	border: 0;
	margin-top: 5px;
}

/* ende veraltet */



.smallThumbnail div.thumbnail {
	margin-bottom: 4px;
	width: 100px;
	height: 100px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	background-image: url(../images/smallthumbbg.gif);
}


.smallThumbnail div.thumbnail img {
	vertical-align: middle;
}



.smallThumbnail div.photoSelect {	
	background-color: #F1F2EB;
	text-align: center;
	padding: 2px;
}




.smallThumbnail a.user_f, .smallThumbnail a.user_m, .smallThumbnail a.staff_f, .smallThumbnail a.staff_m, .smallThumbnail a.head_f, .smallThumbnail a.head_m {
  width: 90px;}





.mediumThumbnail {
	width: 175px;
	float: left;
	margin: 22px 11px 0 0;
}

/* safari needs this */
.mediumThumbnail a.user_f, .mediumThumbnail a.user_m, .mediumThumbnail a.staff_f, .mediumThumbnail a.staff_m {
  display: table-caption;
  white-space: no-wrap;
}

.mediumThumbnail.singleElement {
  margin-right: 0;
  float: none;
}

.mediumThumbnail.lastInLine {
	margin-right: 0;
}

.mediumThumbnail .titel,
.largeThumbnail .titel {
	margin: 5px 0 5px 0;
	clear: both;
	white-space: nowrap; /* reicht einfach das? */
	overflow: hidden;
}

.mediumThumbnail .infoIcon,
.largeThumbnail .infoIcon {
	margin: -14px 4px 0 0;
	vertical-align: bottom;
}

.mediumThumbnail .info,
.largeThumbnail .info {
	border-right: 1px dotted #BBBD9B;
	margin-right: 8px;
	padding-right: 8px;
	float: left;
	height: 20px;
}

.mediumThumbnail .info img,
.largeThumbnail .info img {
	vertical-align: middle;
	margin-bottom: 1px;
}

.mediumThumbnail .thumbnail {
	width: 170px;
	height: 170px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	background-image: url(../images/mediumthumbbg.gif);
	padding: 0; 
	margin: 0;
}

.mediumThumbnail.redBg .thumbnail {
	background-image: url(../images/mediumthumbbgred.gif);
}

.mediumThumbnail .thumbnail img {
	vertical-align: middle;
}


.largeThumbnail {
	width: 346px;
	width: 365px;
	float: left;
	margin-top: 10px;
}

.largeThumbnail div.thumbnail {
	width: 346px;
	height: 346px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	background-Image: url(../images/largethumbbg.gif);
}

.largeThumbnail div.thumbnail img {
	vertical-align: middle;
}




div.watermark {
	position: absolute;
	z-index: 100;
	width: 346px;
	height: 346px;
	top: 0px;
	left: 0px;
	background-Image: url(../images/watermark.gif);
}


.largeThumbnailDetails {
	float: left;
	margin-top: 7px;
	width: 180px;
}

.largeThumbnailDetails p {
	margin: 0 0 3px 0;
}


.photographersComment {
  margin-top: 10px;
	padding: 1px 0 0 0;
}

.photoDownloadOptions {
  margin-top: 10px;
}

.photoDownloadOptions .download, .photoDownloadOptions .lightbox {
  float: left;
  margin-right: 1px;
}

.photoDownloadOptions .linklist {
  background-color: #eeeee6;
  margin: 0;
  float: left;
  width: 180px;
  height: 49px;
  padding: 8px 0 0 20px;
}


.PhotoLicenceSize {
	margin-top: 0px;}


	
.PhotoLicenceSize th {
  background-color: #ddddd4;
	padding: 5px 5px 5px 10px;
	font-weight: bold;
	border-bottom: 1px solid white;
  text-align: left;}

.PhotoLicenceSize td {
	border: 0;
  background-color: #eeeee6;
	padding: 7px 7px 7px 10px;
	text-align: left;
	border-bottom: 1px solid #d1d1cc;
	cursor: pointer;
	white-space:nowrap;}

.PhotoLicenceSize th.right, .PhotoLicenceSize td.right {
  text-align: right;
}
	

.PhotoLicenceSize td.SizeInfo, .PhotoLicenceSize td.ResolutionInfo, .PhotoLicenceSize td.PriceInfo {
	font-size: 1.2em;}

.PhotoLicenceSize td.SizeInfo, .PhotoLicenceSize td.PriceInfo {
	font-weight: bold;}
	
.PhotoLicenceSize td.SizeInfo span, .PhotoLicenceSize td.ResolutionInfo span, .PhotoLicenceSize td.PriceInfo span {
	font-size: .8em;
	font-weight: normal;}
	
.PhotoLicenceSize td.ExtendedLicenceInfo {
	font-size: 1em;}


.PhotoLicenceSize .Radiobutton {
	margin-right: 2px;
  width: 15px;
  height: 15px;}
  
  

.PhotoLicenceSizeSelect td, .PhotoLicenceSizeSelect td span {
	color: #58514e;}

.PhotoLicenceSizeSelectActive td, .PhotoLicenceSizeSelectActive td span, .PhotoLicenceSizeSelectActive td div {
	color: white;
	background-color: #2e9cc0;}





/*

.licenceSize {
  background-color: #eeeee6;
  padding: 8px;
  margin-top: 5px;
  cursor: pointer;
}

.licenceSize .Radiobutton {
  float: left;
  margin: 10px 10px 0 2px;
  width: 15px;
  height: 15px;
}

.licenceSize .sizename {
  font-size: 1.3em;
  font-weight: bold;
  display: block;
  color: #5d5e5e;
}

.licenceSize .sizeinfo {
  font-size: 0.8em;
  display: block;
  margin-top: 2px;
  color: #8d8d8d;
}

.licenceSize .sizeprice {
  font-size: 1.3em;
  font-weight: bold;
  float: right;
  display: block;
  color: #84ba3c;
}

.licenceSizeActive {
  background-color: #2e9cc0;
}

.licenceSizeActive .sizename {
  color: #fefefe;
}

.licenceSizeActive .sizeinfo {
   color: #abd7e6;
}

.licenceSizeActive .sizeprice {
   color: #fefefe;
}


.licenceSizeInactive .sizename {
  color: #a6a6a2;
}

.licenceSizeInactive .sizeinfo {
   color: #bebeba;
}

.licenceSizeInactive .sizeprice {
   color: #b5b5b1;
}


*/



.extendedLicence {
  background-color: #eeeee6;
  padding: 5px;
  margin-top: 5px;
  cursor: pointer;
}

.extendedLicence .Radiobutton {
  margin-right: 5px;
}

.extendedLicence span {  
  font-weight: bold;
  color: #84ba3c;
  /*float: right;    
  margin: -14px 5px 0 0;*/
  
  float: right;
  margin-right: 5px;
}


.extendedLicenceActive {
  background-color: #2e9cc0;
  color: #fefefe;
}

.extendedLicenceActive span {
  color: #fefefe;
}

.extendedLicenceInactive {
  color: #a6a6a2;
}

.extendedLicenceInactive span {
  color: #b5b5b1;
}






/* Comments */
.commentToolbar {
	float: right;
	padding-top: 25px;
}

.comment {
	padding: 20px 0 20px 0;
	border-bottom: 1px dotted #BBBD9B;
	background-color: #FFFFFF;
	line-height: normal;
}

.commentLastElement{
  border-bottom: 0px;
}

.comment .userImage {
	width: 60px;
	margin-top: 2px;
}

.comment .message {
	float: left;
	width: 470px;
	width: 420px;
	line-height: normal;
}

.comment p {
	margin: 0;
	padding-top: 5px;
}

.comment .toolbar {
	position: relative;
	float: right;
}

/*** add photo ***/
div.photoAddBadImage {
  clear: both;
}

div.photoAddBadImage .description {
  float: left;
  width: 295px;
  margin-top: 18px;
}

div.photoAddBadImage .description p {
  margin-top: 5px;
}

/*** collections ***/

.collection {
  border-bottom: 1px dotted #BBBD9B;
  padding-bottom: 30px;
  margin-top: 15px;
}

.collection.lastElement{
  border-bottom: 0;
}

.collection .userImage {
	margin-top: 21px;
	width: 60px;
}

.collection .data {
	width: 300px;
	height: 90px;
	float: left;
}

.collection .data h2 {
  margin-top: 18px;
}

.collection .data .linklist {
	margin-top: 5px;
}

.collection .smallThumbnail {
	margin: 0 12px 0 0;
}
