/*=========================================================================
Program:   MIDAS Server
Language:  PHP/HTML/Java/Javascript/SQL
Date:      $Date: 2010-01-27 17:13:07 -0500 (Wed, 27 Jan 2010) $
Version:   $Revision: 1274 $

Copyright (c) Kitware Inc. 28 Corporate Drive. All rights reserved.
Clifton Park, NY, 12065, USA.

See Copyright.txt for details.
This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.  See the above copyright notices for more information.
=========================================================================*/

#item-top .thumbnail    { width: 80px; height: 80px; float: right; margin-right: 16px; }
#item-top .handle       { text-align:center; clear:both; background:#999999; -moz-border-radius: 3px; -webkit-border-radius: 3px; padding: 2px; margin-top: 3px; margin-bottom: 3px; } 

.clickable              { font-size: 100%; cursor: pointer; text-decoration: underline; }

#list                   { width: 100%; clear: both; }
#list div.line          { background-color: #ccc; -moz-border-radius: 3px; -webkit-border-radius: 3px; padding: 2px; margin-top: 3px; margin-bottom: 3px; }
#list div.highlight     { background-color: #aaa; }

#list div table         { border: 0px solid black; }

.notification           { background-color: #aaa; -moz-border-radius: 3px; -webkit-border-radius: 3px; padding: 2px; margin-top: 3px; margin-bottom: 3px; }
.notification img.clickable { float: right; position:relative; top: 2px; }

#list td.thumbnail      { vertical-align: top; width: 50px;}
#list td.thumbnail img  { width: 60px; height: 60px;  border-style: none }

#list td.metadata       { vertical-align: top; }
#list td.metadata .name { text-decoration: none; font-size: 100%; font-weight: bold; line-height: 16px; color: #11A; }
#list td.metadata .name img { border: none; }

#list td.action         { vertical-align: top; width: 60px; }
#list td.action img     { cursor: pointer; }

#list .showbitstreams   { font-size: 80%; cursor: pointer; text-decoration: underline; }
.bitstreams             { display: none; font-size: 80%; list-style-type: none; padding-left: 0;}
