/* VERSIONS
/* 4_5: Initial css version, with most recent production improvements
/* 4_6: Added empty teaser gallery css, renamed to teaser-gallery, and added portal teaser/file gallery css as seperate styles

/* GALLERY AND FILE-LIST STYLES
*******************************************************************************/

/* MAIN GALLERY
----------------------------------------------------------------------------- */

.gallery {
	position: relative;
	}
.gallery .gallery-top {
	}
.gallery form.gallery {
	margin-left: 10px;
	}
.gallery .gallery-control {
	padding-top: 4px;
	}
.gallery .gallery-directional #SI_galleryImgPrev .button,
.gallery .gallery-directional #SI_galleryImgNext .button {
	margin-left: 8px;
	}
.gallery .gallery-directional #SI_galleryImgPrev a:hover,
.gallery .gallery-directional #SI_galleryImgNext a:hover {
	text-decoration: none;
	}
		
.gallery #SI_gallerySets {
	display: block;
	width: 212px;
	margin-left: 8px;
	clear: both;
	padding: 1em 0;
	}
.gallery .gallery-photo {
	border-top: 5px solid #7a1d42;
	}
.gallery .gallery-photo dd #SI_galleryImgTitle {
	font-size: 1em;
	color: #666;
	}
.gallery .gallery-photo dd #SI_galleryImgDesc {
	}
.gallery .gallery-photo dd #SI_galleryImgPrev,
.gallery .gallery-photo dd #SI_galleryImgNext {
	}
#gallery-form {
	display: inline;
	float: right;
	}
		
/* GALLERY THUMBNAILS
----------------------------------------------------------------------------- */
.gallery .gallery-thumbnails {
	}
.gallery .gallery-thumbnails ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0 8px;
	background-color: #FFF;
	}
.gallery ul li {
	float: left;
	display: inline;
	margin: 0 8px 8px 0;
	padding: 1px;
	border: 3px solid #7a1d42;
	background-color: #FFF;
	}
.gallery ul li:hover {
	border-color: #ef9c00;
	}
/* IE MAC HACK */
/*\*/ .gallery ul li a {
	position: relative;
	overflow: hidden;
	width: 90px;
	height: 61px;
	display: block;
	margin: 0;
	} /**/
.gallery ul li img {
	display: block;
	/*margin: -30% 0% 0% -50%;*/
	}
.gallery .empty {
	margin-left: 20px;
	}
.gallery ul li a.file {
	text-indent: -9999px;
	padding: 0 !important;
	background-position: 50% 50%;
	}


/* GRID GALLERY
----------------------------------------------------------------------------- */
.gallery-grid {
	position: relative;
	}
.select-paging {
	width: 30%;
	}	
.gallery-grid .paging-container:after,
.column-container:after {
	content: ".";
	display: list-item;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.column-container div {
	float: left;
	}
.column-container .col-1 {
	margin-right: 24px;
	}
.gallery-grid dl.gallery-image { 
	border: 1px solid #DDD;
	background-color: #EEE; 
	padding: 8px;
	}
.gallery-grid dl.gallery-image img {
	background-color: #FFF;
	padding: 3px;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	} 
.gallery-grid dl.gallery-image p {
	margin: 4px 0 0;
	}
.gallery-grid .paging-container {
	position: relative;
	padding: 0 30px 0 32px;
	float: left;
	}
.gallery-grid .paging-container span {
	color: #999;
	}
.gallery-grid .paging-container .prev-btn,
.gallery-grid .paging-container .next-btn {
	position: absolute;
	top: 0;
	width: 28px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	border: 1px solid #DDD;
	background-color: #EEE;
	}
.gallery-grid .paging-container .prev-btn {
	left: 0;
	}
.gallery-grid .paging-container .next-btn {
	right: 0;
	}
.gallery-grid .paging-container ul {
	list-style: none;
	padding: 0;
	}
.gallery-grid .paging-container li {
	float: left;
	display: block;
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	
	border: 1px solid #DDD;
	background-color: #EEE; 
	margin-right: 2px;
	}
.gallery-grid .paging-container li.active {
	background-color: #999;
	}
.gallery-grid .paging-container li.active a {
	color: #FFF;
	}
.gallery-grid .gallery-desc {
	clear: both;
	padding-top: 0.6em;
	}

/* GALLERY LIST WITH THUMBS
----------------------------------------------------------------------------- */
div.columns { }
div.gallery-thumblist { 
	margin: 0 0 10px 0; 
	padding: 0; 
	}
div.gallery-thumblist div.gallery {  
	width: 215px;
	float: left;
	height: 200px;
	margin: 0 15px 15px 0; 
	}
div.gallery-thumblist div.gallery div.picturebox {
	border-top: 5px solid #403e4d;
	padding: 0;
	height: 130px;
	}
div.gallery-thumblist div.gallery p a { display: block; font-weight: bold;}

/* IE MAC HACK */
/*\*/ div.gallery-thumblist div.gallery div.picturebox a {
	position: relative;
	overflow: hidden;
	width: auto;
	height: 130px;
	display: block;
	margin: 0 0 10px 0;
	} /**/
div.gallery-thumblist div.gallery div.picturebox a img { 
	display: block; 
	position: relative; 
	margin-left: -5px;
	}


/* FILE-LIST
----------------------------------------------------------------------------- */
.gallery-file {
	}
.gallery-file dl.file-group {
	}
.gallery-file dl.file-list {
	margin: 0 0 0 10px;
	padding: 0;
	}
.gallery-file dl.file-list dt {
	padding: .5em 0;
	margin: 0;
	}	
.gallery-file dl.file-list dt ,
.gallery-file dl.file-list dt strong {
	color: #440022;
	margin-top: .5em;
	}
.gallery-file dl.file-list dd p {
	padding: 0;
	margin: 0 0 5px 0;
	}
.gallery-file dl.file-list dd p p {
	padding: 0;
	margin: 0;
	}
.gallery-file dl.file-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
	}
.gallery-file dl.file-list ul li {
	background: none;
	padding: 6px 0 0 0;
	}
.gallery-file dl.file-list ul li a {
	}
.gallery-file dl.file-list ul li p {
	}
.gallery-file a.edit {
	}
a#ViewAllButton1 { display: block; font-weight: bold; margin-top: 1em; }
	
/* TEASER GALLERY
----------------------------------------------------------------------------- */
.gallery-teaser {

	}
.gallery-teaser a.image {
	}
.gallery-teaser a img {
	}
.gallery-teaser h2 {
	margin-bottom: 0 !important;
	}
.gallery-teaser h3 {
	font-size: 1.1em;
	padding-bottom: 0;
	border: 0;
	margin-bottom: 0;
	}
#alumni .gallery-teaser h3,
#parents .gallery-teaser h3,
#students .gallery-teaser h3,
#facultystaff .gallery-teaser h3 {
	font-size: 1.1em;
	color: #fff;
	padding: 0 10px;
	}
.gallery-teaser p {
	display: block;
	clear: both;
	}
#alumni .gallery-teaser p,
#parents .gallery-teaser p,
#students .gallery-teaser p,
#facultystaff .gallery-teaser p {
	color: #CCCCCC;
	padding: 2px 10px;
	line-height: 1.3em;
	}
#students .gallery-teaser p { color: #333333; }
.gallery-teaser p a {
	display: block;
	clear: both;
	font-size: 1.1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
	}
.gallery-teaser a.more {
	}
.gallery-teaser a.edit {
	}
.gallery-teaser select {
 width: 230px; 
 clear: both;
 margin: 0;
 }	

.gallery-teaser dl.image dt { border: 0; }

	
/* PORTAL GALLERY STYLES
*******************************************************************************

PORTAL FILE GALLERY
----------------------------------------------------------------------------- */
.portal-gallery-file {
	}
.portal-gallery-file dl.file-group {
	}
.portal-gallery-file dl.file-list {
	margin: 0 0 0 10px;
	padding: 0;
	}
.portal-gallery-file dl.file-list dt {
	padding: 0;
	margin: 0;
	}	
.portal-gallery-file dl.file-list dt ,
.portal-gallery-file dl.file-list dt strong {
	color: #440022;
	}
.portal-gallery-file dl.file-list dd p {
	padding: 0;
	margin: 0 0 5px 0;
	}
.portal-gallery-file dl.file-list dd p p {
	padding: 0;
	margin: 0;
	}
.portal-gallery-file dl.file-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
	}
.portal-gallery-file dl.file-list ul li {
	background: none;
	padding-left: 0;
	}
.portal-gallery-file dl.file-list ul li a {
	}
.portal-gallery-file dl.file-list ul li p {
	}
.portal-gallery-file a.edit {
	}
.portal-gallery-file p.login-link {
	}

/* PORTAL TEASER GALLERY
----------------------------------------------------------------------------- */
.portal-gallery-teaser{
	}
.portal-gallery-teaser a.image {
	}
.portal-gallery-teaser a img {
	}
.portal-gallery-teaser h2 {
	}
.portal-gallery-teaser h3 {
	}
.portal-gallery-teaser h4 {
	}
.portal-gallery-teaser p {
	}
.portal-gallery-teaser a.more {
	}
.portal-gallery-teaser a.edit {
	}
.portal-gallery-teaser p.login-link {
	}