/* 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
----------------------------------------------------------------------------- */
body.layout-n1-p1-s1-gallery #primary-content {
	width: 356px;
	}
body.layout-n1-p1-s1-gallery #secondary-content {
	left: 542px;
	width: 190px;
	background-color: #FFF;
	}
.gallery {
	position: relative;
	}
.sc .gallery {
	position: relative;
	}
.gallery .gallery-top {
	}
.gallery form.gallery {
	}
.sc .gallery .gallery-control {
	height: 460px;
	margin-left: 10px;
	color: #0a2064;
	}
.gallery .gallery-directional {
	height: 18px;
	}
.gallery .gallery-directional span{
	width: 50%;
	display:block;
	float: left;
	}
#SI_galleryImgNext{
	text-align: right;
	}
	
.gallery .gallery-directional em {
	font-style: normal;
	}
.gallery .gallery-photo{
	margin: 0 auto;
	text-align: center;
	background: #f5f3f0;
	border: 1px solid #e6dfc8;
	padding: 6px 6px 20px 6px;
	width: auto;

	}
.gallery .gallery-photo dt {
	}
.gallery .gallery-photo dd {
	text-align: left;
	color: #0a2064;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	}
.gallery .gallery-photo dd #SI_galleryImgTitle {
	}
.gallery .gallery-photo dd #SI_galleryImgNumOf {
	float: right;
	}
#gallery-form {
	margin-top:0px;
	margin-bottom: 10px;
	position: relative;
	min-height: inherit;
	width: 200px;
	}
#gallery-form select{
	width: 200px;
	margin: 10px 0 0 8px;
	}
		
/* GALLERY THUMBNAILS
----------------------------------------------------------------------------- */
.gallery .gallery-thumbnails {
	margin-left:28px;
	}
.gallery .gallery-thumbnails ul {
	list-style: none;
	width: 213px;
	padding: 0;
	}
.gallery ul li {
	float: left;
	display: inline;
	margin: 0 11px 11px 0;
	padding: 5px;
	background: #f5f3f0;
	border: 1px solid #e6dfc8;

	}
.gallery ul li.active {
	border-color: #993900;
	}
/* IE MAC HACK */
/*\*/ .gallery ul li a {
	position: relative;
	overflow: hidden;
	width: 76px;
	height: 51px;
	display: block;
	margin: 0;
	} /**/
.gallery ul li img { display: block; }
.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
----------------------------------------------------------------------------- */
.gallery-thumblist {
	}
.gallery-thumblist .gallery {
	margin-bottom: 10px;
	}
.gallery-thumblist .gallery .picturebox {
	padding: 0;
	margin: 0;
	}
.gallery-thumblist .gallery .picturebox a,
.gallery-thumblist .gallery .picturebox img {
	margin: 0;
	padding: 0;
	}
.gallery-thumblist .gallery .picturebox a.file {
	/*text-indent: -9999px;
	padding: 0 !important;*/
	background-position: 50% 50%;
	height: 50px;
	width: 50px;
	}
	
.gallery-thumblist .gallery p {
	}

/* FILE-LIST
----------------------------------------------------------------------------- */
.gallery-file {
	}
.gallery-file dl.file-group {
	}
.gallery-file dl.file-list {
	margin: 0 0 0 0px;
	padding: 0;
	}
.sc .gallery-file dl.file-list {
	padding: 5px 18px 0 18px;
	}
.gallery-file dl.file-list dt {
	padding: 0;
	margin: 0;
	}	
.gallery-file dl.file-list dt ,
.gallery-file dl.file-list dt strong {
	font-size: 15px;
	color: #6d7bb5;
	margin-bottom: 10px;
	}
.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-left: 0;
	}
.gallery-file dl.file-list ul li a {
	}
.gallery-file dl.file-list ul li p {
	}
.gallery-file a.edit {
	}
	
/* TEASER GALLERY
----------------------------------------------------------------------------- */
.sc .gallery-teaser {
	}
.gallery-teaser a.image {
	}
.gallery-teaser a.image img {
	margin-left: 20px;
	padding: 6px 6px 10px 6px;
	background: #f5f3f0;
	border: 1px solid #e6dfc8;
	border-bottom: none;
	}
.gallery-teaser dl.image a.image img {/*fixing web part gallery teaser since it forces dl/dt*/
	margin-left: 11px;
	}
.gallery-teaser h2 {
	}
.gallery-teaser h3 {
	font-family: Arial, Helvetica, sans-serif;
	background: #f5f3f0;
	padding: 3px 6px 6px 6px;
	width: 192px;
	border: 1px solid #e6dfc8;
	border-top: none;
	margin: 0 0 10px 20px;
	font-weight: bold;
	font-size: 13px;
	color: #993900;
	}
.webpartzone .gallery-teaser dd {
	padding-top: 0;
	}
.webpartzone .gallery-teaser h3 {
	padding: 3px 6px 6px 6px;
	margin: 0 0 10px 9px;
	}
.gallery-teaser h4 {
	}
.gallery-teaser p {
	color: #052164;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	margin-bottom: 0;
	position: relative;
	}
.gallery-teaser p.no-content {
	float: none;
	}
.gallery-teaser a.more {
	}
.gallery-teaser a.edit {
	}
.gallery-teaser dl.image {/*fixing web part gallery teaser since it forces dl/dt*/
	background: none;
	border: none;
	padding: none;
	}
.mini-gallery dl{
	border: 1px solid #e6dfc8;
	padding: 6px;
	background: #f5f3f0;
	 width: 236px; margin-left: 3px;
	}
.mini-gallery dt{

	}
.mini-gallery dd{
	font-family: Tahoma, Arial, sans-serif;
	font-weight: bold;
	padding: 2px; 
	padding-top: 0px;
	font-size: 10px; 
	line-height: 1.1em; 
	color: #0a2165;  

	}
.mini-gallery dd h5{
	padding: 0;
	}
	
.mini-gallery .mini-directional{
	padding: 3px 10px;
	height: 15px;
	}
.mini-gallery .mini-directional #SI_miniPrev{
	float: left;
	width: 82px;
	}
.mini-gallery .mini-directional #SI_miniNext{
	display: inline;
	width: 82px;
	float: right;
	}
	
/* PORTAL GALLERY STYLES
*******************************************************************************

PORTAL FILE GALLERY
----------------------------------------------------------------------------- */
.portal-gallery-file {
	}
.sc .portal-gallery-file dl.file-group {
	padding: 0 12px;
	}
.sc .portal-gallery-file dl.file-group dl,
.sc .portal-gallery-file dl.file-group dd {
	padding:0;
	margin: 0;
	}
.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;
	font-size: 13px;
	}
.portal-gallery-file dl.file-list dd p {
	padding: 0;
	margin: 0 0 5px 0;
	font-size: 13px;
	}
.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 {
	}