* {
  margin: 0;
  padding: 0;
}  

body {
  background: #cccccc;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: black;
  text-align: center;
}

body * {
  font-size: 100.01%;
}

img, fieldset {
  border: 0;
}

ul {
  list-style: none;
}

/* forms */

input, textarea, select {
  font-family: Arial, Helvetica, sans-serif;
  color: black;
  font-size: 13px;
  vertical-align: middle;
}

input.text, textarea {
  padding: 1px;
}

#content input.text, #content  select, #content textarea {
  margin: 0 3px 0 1px;
}

.textxsmall {
  width: 50px;
}

.textsmall {
  width: 140px;
}

.textmedium {
  width: 240px;
}

.textlarge {
  width: 545px;
}

label.bold {
  font-weight: bold;
}

fieldset {
  padding: 0 0 1.75em 0;
}

input.button {
  font-weight: bold;
}

button.button {
  font-weight: bold;
}

p.buttons {
  width: 100%;
  overflow: hidden;
  padding-top: 10px;
}

p.buttons .left {
  width: 13%;
}

p.buttons .middle {
  float: left;
  width: 74%;
  text-align: center;
}

p.buttons .right {
  text-align: right;
  width: 13%;
}

.nocss {
  display: none;
}

.left {
  float: left;
}

.right {
  float: right;
}

#wrapper {
  width: 998px;
  margin: 0 auto;
  text-align: left;
  border: 1px solid #999999;
  border-top: none;
  background: white;
}


/* HEADER */

#header {
  width: 100%;
  overflow: hidden;
  background: #9B0014 url("img/unipd/bg_header_unipd.gif") 0 0 no-repeat;
  text-align: right;
  height: 100px;
}

#header h1 {
  margin: 20px 38px 0 0;
}

/* METANAVIGATION */

#metanavigation {
  width: 100%;
  overflow: hidden;
  background: #d2d5db url("img/unipd/bg_metanavigation.gif") left bottom repeat-x;
  color: #333333;
  line-height: 1.65em;
  font-size: 0.75em;
}

#metanavigation h2 {
  width: 110px;
  float: left;
  padding: 5px 0 7px 9px;
}

#metanavigation #language {
  width: 140px;
  float: left;
  margin: 8px 0 0 97px;
  font-size: 0.8333em;
}

#metanavigation #language li {
  display: inline;
  padding: 0 10px 0 0;
}

#metanavigation #language a {
  color: #999999;
}

#metanavigation #login {
  width: 655px;
  float: right;
  padding: 3px 14px 0 0;
  text-align: right;
}

#metanavigation #login input {
  margin: 0 5px 0 0;
}


/* PAGEBODY */

#pagebody {
  width: 979px;
  overflow: hidden;
  padding: 0px 0 30px 0;
  background: url("img/unipd/bg_pagebody.gif") 0 0 repeat-y;
}

#leftbar {
  float: left;
  width: 200px;
  color: #333333;
  overflow: hidden;
  line-height: 1.65em;
  font-size: 0.75em;
}

#content {
  float: right;
  width: 763px;
  overflow: hidden;
  line-height: 1.65em;
  font-size: 0.6875em;
  position: relative;
}

#msgbox {
  float: right;
  width: 769px ;
  overflow: hidden;
  line-height: 1.65em;
  font-size: 0.8em;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  background-color: #FF6600;
  text-align:center;
}

#content a {
  color: #b40014;
}

#content a:hover {
  text-decoration: none;
}

/* LEFTBAR */

#leftbar #menu li {
  display: inline;
}

#leftbar #menu a {
  display: block;
  color: #b40014;
  font-weight: bold;
  text-decoration: none;
  background: #f4f5f6;
  margin: 0 0 2px 0;
  padding: 1px 9px 1px 9px;
}

#leftbar #menu a:hover, #leftbar #menu a.active {
  background: white;
}

/* search */

#leftbar #menu li.search {
  background: #f4f5f6;
  display: block;
  margin: 0 0 2px 0;
  padding: 1px 9px 5px 9px;
  color: #333333;
}

#leftbar #menu li.search input, #leftbar #menu li.search select {
  margin: 3px 0 3px 0;
}

#leftbar #menu li.search select {
  width: 178px;
}


/* CONTENT */

#content h1 {
  font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 1.5455em;
  font-weight: normal;
  margin: 0 0 1.75em 0;
  line-height: 1.25em !important;
}

#content h3 {
  font-size: 1.0909em;
  margin: 0 0 0.35em 0;
}

#content h4, #content h5 {
  width: 100%;
  overflow: hidden;
  padding: 2px 0 0 0;
  line-height: normal !important;
}

#content h4 {
  font-size: 1.1818em;
  margin: 0 0 0.75em 0;
  background: #ecedee;
  color: #b40014;
  border-top: 1px solid #aaacae;
}

#content h5 {
  background: #f4f5f6;
  border-top: 1px solid #c1c4c8;
}

#content h4 span.left {
  padding: 0 0 4px 8px;
}

#content h5 span.left {
  padding: 2px 0 5px 7px;
}

#content span.tasks img {
  vertical-align: middle;
}

#content h4 span.tasks {
  float: right;
  padding: 2px 8px 0 0;
}

#content h5 span.tasks {
  float: right;
  width: 20px;
  padding: 2px 0 0 0;
}

#content h4 span.tasks img, #content h5 span.tasks img {
  vertical-align: top;
}

#content h5 span.tasks a {
  position: absolute;
}

#content p, #content ul {
  margin: 0 0 1em 0;
}

/* paginator */

#content .paginator {
  text-align: center;
  color: #666666;

}

#content .paginator a {
  color: #666666;
}

#content .paginator .active {
  font-weight: bold;
  color: #b40014;
}

#content .paginator a.prevnext {
  font-size: 1.4545em;
  text-decoration: none;
  color: #333333;
  font-weight: bold;
  padding: 0 5px 2px 5px;
  vertical-align: middle;
}


/* SEARCH-RESULTS */

#search-results {
  width: 100%;
  overflow: hidden;
}

/* search-results-header */

#search-results .search-results-header {
  border: 1px solid #c1c4c8;
  background: #f4f5f6;
  padding: 15px 0 8px 0;
  margin: 0 0 2.5em 0;
  width: 761px;
  overflow: hidden;
}

#search-results .search-results-header .left {
  padding: 0 0 0 12px;
  width: 360px;
}

#search-results .search-results-header .right {
  padding: 0 12px 0 0;
  white-space: nowrap;
}

#search-results .search-results-header .right p, #search-results .search-results-header .right form {
  float: left;
  margin: 0 !important;
}

#search-results .search-results-header .right form {
  padding: 0 6px 0 14px;
}

#search-results .search-results-header .right select {
  width: 145px;
}

/* search-results-body */

#search-results .search-results-body {
  width: 100%;
  overflow: hidden;
}


/* search-result-listitem, search-result-thumbnailitem */

#search-results .search-result-listitem {
  width: 100%;
  overflow: hidden;
  margin: 0 0 1em 0;
  height: 9em;
}

#search-results .search-result-thumbnailitem {
  width: 160px;
  float: left;
  padding: 0 30px 50px 0;
  height: 22.5em;
  margin: 0 0 1em 0;
  overflow: hidden;
  position: relative;
}

#search-results .search-result-listitem p, #search-results .search-result-thumbnailitem p {
  margin: 0 !important;
}

#search-results .search-result-listitem-left {
  width: 62px;
  float: left;
  padding: 4px 0 0 0;
}

#search-results .search-result-listitem-left img, #search-results .search-result-thumbnailitem img {
  border: 1px solid #c1c4c8;
}

#search-results .search-result-listitem-left .unet-label, #search-results .search-result-thumbnailitem .unet-label {
  background: #006699;
  font-weight: bold;
  color: white;
  text-align: right;
  padding: 0 4px 2px 0;
  line-height: normal !important;
}

#search-results .search-result-thumbnailitem .unet-label {
  position: absolute;
  padding: 0 4px 2px 4px;
  right: 69px;
  top: 1px;
}

#search-results .search-result-thumbnailitem h3 {
  padding: 0.45em 0 0 0 !important;
}

#search-results .search-result-listitem-right {
  float: right;
  width: 688px;
}

#search-results .search-result-listitem-right .meta-daten, #search-results .search-result-thumbnailitem .meta-daten {
  float: left;
  background: #f4f5f6;
  border: 1px solid #c4c4c4;
  padding: 0 4px 3px 4px;
  display: none;
  margin: 0.55em 0 0 0 !important; 
}

#search-results .search-result-thumbnailitem .meta-daten {
  margin: 0.15em 0 0 0 !important;
  width: 114px;
  padding: 3px 4px 7px 4px;
}

#search-results .search-result-listitem-right .meta-daten a, #search-results .search-result-thumbnailitem .meta-daten a {
  padding: 0 2px 0 2px;
}

#search-results .search-result-thumbnailitem .meta-daten a {
  display: block;
  white-space: nowrap; 
}

/* DETAIL */

#detail-wrapper {
  width: 100%;
  overflow: hidden;
  margin: 0 0 2.5em 0;
}

#detail-wrapper #detail-content {
  float: left;
  width: 482px;
}

#detail-wrapper #detail-sidebar {
  float: right;
  width: 220px;
}

/* detail-content */

#detail-wrapper .detail-item {
  width: 480px;
  /* height: 480px; */
  border: 1px solid #ecedee;
  background: #ecedee;
  text-align: center;
  margin: 0 0 1.75em 0;
}

#detail-wrapper .detail-item-desc {
  width: 100%;
  overflow: hidden;
}

#detail-wrapper .detail-item-desc .left {
  width: 110px;
}

#detail-wrapper .detail-item-desc .right {
  width: 360px;
}

/* detail-sidebar */

#detail-wrapper #detail-sidebar .back {
  margin: 0 0 2.35em 0 !important;
}

#detail-wrapper .sidebar-item {
  margin: 0 0 1em 0;
}

#detail-wrapper .sidebar-item-objectlinks {
  margin: 0 0 1em 0;
}

#detail-wrapper .sidebar-item h3 {
  background: #b40014;
  color: white;
  font-size: 1em;
  padding: 2px 10px 3px 10px;
  margin: 0 !important;
}

#detail-wrapper .sidebar-item-object h3 {
  background: #666666;
}

#detail-wrapper .sidebar-item-objectlinks h3 {
  background: #ecedee;
  color: #b40014;
  border: 1px solid #c1c4c8;
  border-bottom: none;
  padding: 2px 9px 3px 9px;
}

#detail-wrapper .sidebar-item-body {
  padding: 6px 9px 0 9px;
  background: #ecedee;
  overflow: hidden;
  width: 200px;
  border: 1px solid #ecedee;
  border-top: none;
}

#detail-wrapper .sidebar-item-objectlinks .sidebar-item-body {
  background: white;
  border: 1px solid #c1c4c8;
  border-top: none;
}

#detail-wrapper .sidebar-item-body form select {
  margin: 4px 0 0 0;
}


/* SEARCH-MASK */

#search-mask {
  width: 100%;
  overflow: hidden;
  margin: 0 0 1.75em 0;
}

#search-mask .addedCombination, #search-mask .addCombination {
  text-align: center;
  font-size: 1.0909em;
}

#search-mask .addedCombination {
  color: #b40014;
  font-weight: bold;
}

#search-mask .addCombination span.tasks {
  padding: 0 0 0 2px;
}

#search-mask .search-mask-item {
  border: 1px solid #c1c4c8;
  padding: 15px 0 0 12px;
  margin: 0 0 1em 0;
}

/* MD-EDITOR */

#md-editor {
  width: 100%;
  overflow: hidden;
  margin: 0 0 1.75em 0;
}

/* md-editor-menu */

.md-editor-menu {
  text-transform: uppercase;
  color: #a2a1a1;
  font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
  border-top: 1px solid #d2d5db;
  background: #d2d5db url("img/unipd/bg_metanavigation.gif") left bottom repeat-x; 
}

.md-editor-menu ul {
  width: 100%;
  overflow: hidden;
  margin: 0 !important;
}

.md-editor-menu li {
  float: left;
  padding: 2px 6px 4px 5px;
}

.md-editor-menu a {
  text-decoration: underline;
  color: #403f3f !important;
}

.md-editor-menu a:hover {
  text-decoration: none;
}

.md-editor-menu li.active {
  background: white;
  color: #b40014;
}

/* md-editor-body */

.md-editor-body {
  border: 2px solid #d2d5db;
  border-top: none;
  padding: 1.5em 13px 0 13px;
}

.md-editor-body .md-editor-body-entity {
  border: 1px solid #c1c4c8;
  border-top: none;
  margin: 0 0 1.25em 0;
}

.md-editor-body .md-editor-body-entity-body {
  padding: 1em 7px 0 7px;
}

.md-editor-body .md-editor-body-entity-body span.tasks img {
  vertical-align: middle;
}

/* chooseEntity */

#chooseEntity {
  display: none;
  position: absolute;
  background: #f4f5f6;
  width: 135px;
  height: 155px;
  border: 1px solid #848484;
}

.chooseEntityHeader {
  background: #aaacae;
  color: white;
  font-weight: bold;
  padding: 5px 0 7px 18px;
}

.chooseEntityBody {
  padding: 8px 0 0 18px;
}

/* FOOTER */

#footer {
  width: 100%;
  overflow: hidden;
  background: #999999;
  color: #dddddd;
  line-height: 1.65em;
  font-size: 0.6875em;
}

#footer a, #footer span {
  color: white;
}

#footer p {
  padding: 2px 0 2px 12px;
}

#footer_lang{
	z-index:5;
	float:right;
}

#footer_flag{
	width: 20px;
	height: 13px;
	padding: 5px 12px 5px 5px;
}

/* PRINT */


@media print {

body {
  background: white;
  text-align: left;
}

#wrapper {
  border: none;
  margin: 0;
}

#wrapper, #pagebody {
  width: 100%;
  background: none;
}

#header, #metanavigation, #footer, #leftbar, #detail-sidebar {
  display: none;
}

#content, #detail-content {
  float: none;

}

}

.EXIFheader{
	color:#b40014;
}
.EXIFtable{
	margin-bottom: 20px;
}
.EXIFtable_col{
	padding: 3px 3px 3px 3px;
}

.insertLink{
	font-weight: bold;
	color: #b40014;
	cursor: pointer;
}

#changeLanguage{
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 10px;
}

/* PADUA - PADOVA */

table.vertical {
    background-color: White;
}

table.listing, .stx table {
    border-bottom: 1px solid #8CACBB;
    border-collapse: collapse;
    border-left: 1px solid #8CACBB;
    border-spacing: 0;
    font-size: 85%;
    margin: 1em 0;
}

table.listing td, .stx table td {
    border-right: 1px solid #8CACBB;
    padding: 0.25em 0.5em;
}


table.vertical td {
    border-top: 1px solid #8CACBB;
    padding: 0.5em;
}


