/* ** OVERRIDES FOR STANDARD MANAKIN STYLES ** */
/*
   These set the display properties for the gallery itself, controllng size, font, etc to allow for
  a grid display
 */
.ds-artifact-list li {
	display: inline;
	list-style-type: none;
	float:left;
/* border:1px #ccc solid; */
	margin:5px;
	padding:5px;
	height:155px;
}
.ds-artifact-list li img {
    max-width: 90%;
    max-height: 90%;
    //display:table-cell;
    vertical-align: middle;
    text-align:center;
    //left: 50%; position: relative;
}
.ds-artifact-list li h4 {
	padding:0px;
	margin-top:8px;
}
.ds-artifact-item {
	font-size:85%;
	width:140px;
	text-align:center;
}
.ds-artifact-item p {
	padding:0px;
	margin-top:4px;
	margin-bottom:8px;
}
p.ds-artifact-title {
    margin:0px;
    overflow: hidden;
    display: inline-block;
    //text-overflow:ellipsis;
    word-wrap: break-word;
    //white-space: nowrap;
    width:130%;
    height:42px;
    //margin-left:-25px;
    //margin-right:-25px;
    text-align:center;
margin-left:-15px;
}

/*p.ds-artifact-title:hover {
  position:relative;
  height:20px;
  overflow:visible;
  z-index:999;
  white-space: nowrap;
  //height:100px;
  background-color: #FFF2CE;
  text-align:left;
  width: auto;
  //min-width:102px;
}*/

/* PMBMD - 2010-05-06
 * Gives things like sub collections a floating seperate appearance.
 * Useful for places with many items, less usefull when there are only three subcollections or less.
 */
li.ds-artifact-item {
    height: 100px;
    width: 100px;
    text-align: center;
    float: left;
    list-style: none;
    padding: 25px;
    //margin-top:10px;
}

.artifact-preview{
  width:100px;
  height:100px;
  //margin-left: 50%;
  //position: relative;
  //float: left;
  //overflow: visible;
  //vertical-align: middle;
  //display:table;
}
/* Make smaller and surround with a border */
.intro-text {
	//border:1px solid #ccc;
	//background-color:#eee;
  background-color:#e6e6e2;
	padding:2px;
	font-style:italic;
	margin:2px;
}
div#about-notice {
	background-color:#ddd;
	margin-left:50px;
	margin-right:50px;
	border:1px solid #666;
	padding:5px;
	margin-top:10px;
	font-size:85%;
}

/* Make the search box smaller and less prominent */
/*div.search-browse {
	padding:2px 2px 2px 10px;
	margin:2px;
	font-size:75%
}*/

h3.ds-list-head {
    clear:both;
}

/* ** NEW CLASSES ** */
/* classes for the detail popup window */
img.detail {
	max-width:250px;
  max-height: 250px;
	border:1px solid #ccc;
	margin-right:5px;
	margin-left:5px;
}
img.thumbnail {
	padding:5px;
	border:1px solid #999;
}
a.detail-link {
	font-weight: bold;
	color: #333;
	text-decoration: none;
	background-color: #ccc;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fff;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #fff;
	background-image: none;
}
a.detail-link:hover {
	background-color: #ddd;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #666;
	background-image: none;
}

.detail-title {
	font-size:120%;
	color:#69c;
	padding-left:5px;
	padding-top:5px;
	line-height:20px;
}
.detail-author, .detail-date {
	padding-left:10px;
        text-align: left;
        text-indent: 10px;
}

.detail-desc{
  padding-left:10px;
  text-align: left;
}

.detail-link {
	padding-left:5px;
	text-align:center;
        clear: both;
        position: relative;
        top: 5px;
}
.detail-link a {
	color:#69c;
	font-size:120%;
	text-decoration:none;
}
.detail-link a:hover {
	text-decoration:underline;
}
#puzzle {
}

.ds-includeSet-table {
    float:left;
    margin:10px;
}

.bitstreams {
    /*float:left;*/
    width:100%;
}

#BookReader {
    height:500px;
    width:99%;
    min-width: 500px;
    position:relative;
    float:left;
}

#ds-options-wrapper {
  float: right;
  width: 249px;
  padding-top:10px;
}

#ds-options {
      padding: 0;
}

.ds-table .tr {
  width:0px;
  height:0px;
}

p.hidden-title{display:none;}
li.ds-artifact-item.collection, li.ds-artifact-item.community{text-align:left;}
