/*********************************************************
                ABOUT: graphic.css
**********************************************************/
  /* This stylesheet is used to assign styles to all graphic elements except for:
- menu.css, which is used to structure and style menus
- form.css, which is used to structure and style forms
- layout.css, which is used to structure and style the physical page layout */


/*********************************************************
                GENERAL TEXT STYLING
**********************************************************/

/* sub-lists in the UI translation list */
.translationList ul {
  padding: 0;
  margin: 0 0 10px 20px;
}

/* Giving hovered-over anchors a solid background does not play nice with YUI's
 * menu because YUI does not override our hovered-over anchor style.  Instead
 * it styles a .yuimenuitem-selected class.  So make an exception for YUI menu
 * items.  Ideally we would make an exception in the above selector, but CSS
 * does not support a "parent" selector.  See discussion on css-discuss list. */
.yuimenuitem a:hover {
  background: transparent;
}

/*disabled element*/
.disabled {
  background-color: #CCC;
  color: #666;
}

button.delete-small {
  background: transparent url('../images/delete.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  width: 16px;
  height: 16px;
  border: none;
  vertical-align: top;
}

/*********************************************************
                SEARCH FORM - ADVANCED
**********************************************************/
#search-form table {
  border: 0;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
}

#search-form td {
  border: 0;
  vertical-align: center;
}

#search-form .textbox {
  background-color: #FFFFFF;
  border: 2px solid #a3a3a3;
  width: 500px;
  padding: 0 3px 3px 3px;
  margin: 0 0 0 10px;
  font: bold 20px Verdana, Arial, Sans-Serif;
  float: left;
}

#search-form .form-submit {
  height: 30px;
  font: 15px Verdana, Arial, Sans-Serif;
  margin: 0 5px 0 5px;
  width: 100px;
}

#search-form .form-submit:hover {
  height: 30px;
  font: 15px Verdana, Arial, Sans-Serif;
  margin: 0 0 0 5px;
  width: 100px;
}

/*********************************************************
              INLINE TABLES
**********************************************************/
table.inline {
  width: 100%;
  border: 0;
  margin: 0;
}

table.inline caption {
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-align: left;
}

table.inline td.headerCell,
table.inline th {
  border: none;
  background-color: #cccccc;
  color: #ffffff;
  font: bold 10px verdana, lucida, sans-serif;
  font-weight: bold;
  text-align: left;
  width: 15%;
}

table.inline td.headerCell label,
table.inline th label
{
  color: #ffffff;
}

table.inline thead tr {
  vertical-align: bottom;
}

table.inline tr {
  vertical-align: top;
  border: none;
}

table.inline td {
  border: none;
  border-top: 1px solid #cccccc;
  text-align: left;
}

table.inline td.noline {
  border: none;
}

table.inlineClear {
  width: 100%;
  border: none;
  margin: 0;
  padding: 0;
}

table.inlineClear tr {
  vertical-align: top;
  margin: 0;
  padding: 0;
}

table.inlineClear th {
  text-align: left;
  border: none;
  width: 30%;
  background: transparent;
}

table.inlineClear td {
  width: 70%;
  text-align: left;
  border: none;
  background: transparent;
}

/*********************************************************
              NOTE SPAN
**********************************************************/
span.note {
  font-size: 9px;
  font-style: italic;
  margin-left: 10px;
}

span.note2 {
  color: #999;
}

/*********************************************************
               TABLE FILTER
**********************************************************/

div.table-control {
  border: 1px #aaa solid;
  margin: 3px 0px;
  padding: 3px;
  background: #eee;
}

/*********************************************************
             DIGITAL OBJECT THUMBS
**********************************************************/
.digitalobject.browse #content tbody
{
  background: #eee;
  border: 1px solid #000;
}

div.digitalObject {
  float: left;
  margin: 5px;
  padding: 5px;
  height: auto;
  width: 102px;
  text-align: center;
  color: black;
  display: table-cell;
  background-color: #eee;
}

div.digitalObjectRep {
  height: 102px;
  width: 102px;
  vertical-align: middle;
  text-align: center;
  background-color: white;
  border: 1px black solid;
  display: table-cell;
}

.digitalObjectDesc {
  height: auto;
}

div.digitalObjectDesc img {
  float: right;
}


div.multiFileUpload {
}

div.multiFileUploadItem {
  border: 1px solid #bbb;
  padding: 2px;
  margin: 2px 2px 12px 2px;
  overflow: auto;
}

div.multiFileUploadWarning {
  color: #222200;
  background-color: #FFFFDD;
}

div.multiFileUploadWarning p {
  margin: 5px 8px;
}

div.multiFileUploadThumbItem {
  float: left;
  margin: 5px;
  padding: 5px;
  height: auto;
  text-align: center;
  display: table-cell;
  background-color: #eee;
}

div.multiFileUploadInfo {
  float: left;
  margin: 0 0 0 5px;
  height: auto;
}

div.multiFileUploadInfo .title {
  font-weight: bold;
  margin: 0 4px 0 0;
}

div.multiFileUploadInfo .value {

}

div.multiFileUploadInfoActions a {
  margin-right: 6px;
}

div.digitalObjectInfo {
}

/*********************************************************
             PAGER
**********************************************************/
.result-count {
  text-align: center;
  color: #999999;
  margin-top: 10px;
}

/* Style modifications for compound digital object pager */
.pager.compound_digiobj {
  margin-top: 0;
}

.result-count.compound_digiobj {
  margin: 0 0 5px 0;
}

/* Modifications to pager for display in context menus */
.contextMenu .pager
{
  border-top: 1px dotted #999;
  margin: 0;
  padding: 10px 2px;
  font-size: 10px;
}

/*********************************************************
             COMPOUND DIGITAL OBJECT TABLE
**********************************************************/

table.compound_digiobj {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px;
}

table.compound_digiobj td {
  border: 1px solid black;
  width: 50%;
  padding: 0;
  vertical-align: middle;
  text-align: center;
  background: #666;
}

table.compound_digiobj td.download_link {
  border: none;
  background: white;
  padding: 2px;
}

/*********************************************************
             LOGOS
**********************************************************/

#footer a
{
  bottom: 1em;
  position: fixed;
  right: 1em;
}
