/*
CSS for media gallery pages:
galleries, gallery, detail
*/


/*

INDEX OF GALLERIES

*/
TABLE.galleries {
	clear: both;
	margin: 10px 0;
}
TABLE.galleries TD {
	background: #ededf0;
	border: 1px solid #e0e0e6;
	min-height: 95px;
}
TABLE.galleries TD:hover {
	border: 1px solid #c2c2cf;
}
TABLE.galleries TD.blank {
	background: none;
	border: none;
}
TABLE.galleries TD.blank:hover {
	border: none;
}
TABLE.galleries .box .info {
	float: left;
	color: #6e6e6e;
	font-size: 1.1em;
	margin: 10px 0;
	width: 165px;
}
TABLE.galleries .box .info .title {
	color: #1e2272;
	font-size: 1.4em;
	font-family: Georgia, "Times New Roman", serif;
	margin-bottom: 4px;
}
TABLE.galleries IMG {
	float: left;
	margin: 10px;
	border: 2px solid #fff;
}
TABLE.galleries A {
	font-weight: normal;
	cursor: pointer;
}


/*

INDEX OF A SINGLE GALLERY

*/
TABLE.photos {
	margin: 20px 0 0 0;
}
TABLE.photos .photo {
	width: 240px;
	margin: 0 0 40px 20px;
}
TABLE.photos .photo .title {
	color: #ac2f6b;
	font-size: 1.4em;
	font-weight: bold;
	margin: 5px 0 3px 0;
}
TABLE.photos .photo .details {
	color: #6e6e6e;
	font-size: 1.1em;
}
TABLE.photos .photo .details .date {
	font-weight: bold;
}

.download {
	background-color: #ffebcd;
	font-size: 1.1em;
	width: 195px;
	height: 20px;
	padding-top: 7px;
	padding-left: 7px;
}

/*

GALLERY DETAIL PAGE

*/
.team_galleries .container .main_photo_container {
	text-align: center;
}
.team_galleries .container .main_photo_container DIV {
	margin-bottom: 10px;
}
.team_galleries .container .main_photo {
	margin-top: 15px;
}
.team_galleries .container .main_photo_container .caption {
	text-align: left;
	font-size: 1.2em;
	color: #6e6e6e;
}
.team_galleries .container .main_photo_container .tags {
	text-align: left;
	color: #6e6e6e;
	margin-top: 15px;
	font-size: 1.1em;
}

/*

GENERIC

*/
.team_galleries {
	clear:both;
	background: #fff;
	margin: 0 20px 30px 20px;
}
.team_galleries .container {
	padding: 15px 25px;
	width: 885px;
}
.team_galleries .header {
	color: #a6185d;
	font-size: 2.6em;
	margin-bottom: 10px;
}
.team_galleries .header.dark {
	color: #1e2272;
}
.team_galleries .preheader {
	color: #ac2f6b;
	font-size: 1.3em;
	margin-top: 6px;
}
.team_galleries .preheader .link {
	display: inline;
	float: right;
}

.team_galleries .divider {
	border-bottom: 1px solid #c1c1c1;
	line-height: 1px; 
	font-size: 1px; 
	height: 1px;

}
.team_galleries .notes {
	position: relative;
	color: #6e6e6e;
	margin: 6px 0;
	font-size: 1.1em;
	width: 100%;
}
.team_galleries .notes .title {
	font-size: 1.3em;
}
.team_galleries .notes .pagination {
	position: absolute;
	margin:0;
	right: 0;
	top: 0;
}
.team_galleries .notes .pagination.with_title {
	top: 2px;
}
.team_galleries .notes .pagination A {
	padding: 0 4px;
}
.team_galleries .notes .pagination A.selected {
	color: #6e6e6e;
	font-weight: normal;
}