/* 
	<Album list>
*/

table.album_list{
/*	border-collapse: collapse;*/
	border: black solid 1px;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}

.album_list_row{
	
}


/* this is the div the ENTIRE gallery lives in */
#gallery{
 background-color:transparent;
 margin-top:15px;

}
table.album_list_new_admin{
	border: black solid 1px;
	margin: 10px auto 10px auto;
}

table.album_list_new_admin a{
	color:red;
}

.not-published{
	background-color: #E0E0EF;/*#FFF9DF;  light orange */
}

.album_list_thumbnail{
	border: 1px solid #E0EAEF;  /* blue-grey */
}

.album_list_details{
	vertical-align: top;
	padding: 5px;
}

.album_list_title{
font-weight: bold;
}

.album_list_description{
}

.album_list_controls{
}

/* 
	</Album list>
*/

/* EDIT ALBUM */
.edit_album_table{
	border: #CCCCCC solid 1px;
	width: 100%;
	border-collapse: collapse;	
}

.edit_album_table th, .gallery_th{
	color:#001D57;
	border:1px solid #CCCCCC;
	background-color:#FDCC05;
	padding: 0.5em;
}
.edit_album_table td{
	border:1px solid #CCCCCC;
	padding:0.1em 0.3em;
}

.album_table{
	border:1px solid #CCCCCC;
	border-collapse: collapse;
}

.gallery_textbox{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

.brief_album_title {
	margin: 0px 0px 0px 0px;
}

.ablum_description_td, .ablum_title_td{
	padding: 5px 0px 5px 5px;
}

.edit_album_info_bar table.album_table{
	border: 1px solid #E0EAEF;
	background-color:transparent; /*#FFFFDF;  yellow-cream */
	margin: 0px 0px 0px 0px;
}

.row_highlight{
    background-color:#E0DFFF;
}

th{
	padding:0px !important;

}

.photo_data{
	padding:0px;
	margin:0px;
}
.fake_link{color:blue;}
.fake_link:hover{color:red;text-decoration:underline;}


/* END EDIT ALBUM */

/* 
	<album view>
*/
.brief_album_info_bar{
	/*border: 1px solid #E0EAEF;*/
	background-color: transparent; /*#FFFFDF ;  yellow-cream */
	padding: 5px;
	margin: 5px 0px 5px 0px;
}

.brief_album_photo_list{
	text-align:center;
}

.brief_album_photo_list_table{
}

.brief_album_photo_list_table td{
	text-align:center;
	
}

.brief_thumb_div{
	vertical-align:top;
	text-align:center;
	/*line-height: 100px;
	background-color: #E0EAEF;*/
}
.brief_thumb_div img{
	border: 1px solid black;
}

.photo_message, .album_message{
	background-color: #FFFFDF;
	border: #CCCCCC solid 1px;
	width: 95%;	
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}

.album_message{
	margin-top: 5px;
	margin-bottom: 5px;
	
}

#album_edit_controls{
	padding: 0px 0px 10px 0px; 
	text-align:right;
}

.detail_album_info_bar{
	/*border: 1px solid #E0EAEF;*/
	background-color: transparent; /*#FFFFDF ;  yellow-cream */
	padding: 5px;
	margin: 5px 0px 5px 0px;
}

.detail_album_photo_list{
	text-align:center;
}

.detail_album_photo_list_table{
}

.detail_album_photo_list_table td{
	/*border: 1px solid #7EA4F5;*/
	
}

.detail_thumb_div{
	vertical-align: top;
	padding:0px 15px 15px 0px;
}
.thumb_div{
	vertical-align: top;

}

.thumb_div img{
	border: 1px solid black;
}

.detail_gallery_thumb_title{
}
.detail_gallery_thumb_caption{
	font-size:small;
}



/* Lightbox CSS */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0px;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0px;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/gem_plugins/gallery/assets/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/gem_plugins/gallery/assets/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/gem_plugins/gallery/assets/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	


/* END Lightbox CSS */
