/* Common full display template */

.fullDisplay .title,
.FileDocument H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	margin: 16px 0;
}
.fullDisplay td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.fullDisplay .fieldList {
	width: 100%;
}
.fullDisplay .field td {
	border-top: 1px solid #F3F3F3;
  margin: 0px;
	padding: 5px;
	vertical-align: top;
}
.fullDisplay .label {
  font-weight: bold;
}
.fullDisplay .data {
}

.fullDisplay tr.field .editArea {
  margin-left: 2px;
	visibility: hidden;
}

.fullDisplay tr.field.focus .editArea {
   visibility: visible;
}

.fullDisplay .field .label {
	width: 150px;
	background-color: #F3F3F3;
  text-align: right;
}
.fullDisplay .field ul, .field ol {
	margin-top: 2px;
	margin-bottom: 2px;
}

.fullDisplay .commonFields {
	margin-top: 10px;
}

.fullDisplay .commonFields .label {
	color: #666666;
}
.fullDisplay .empty {
  display: none;
}

.unitFieldEdition .empty {
	/* for IE */
	display: block;
}
html > body .unitFieldEdition .empty {
	/* For CSS-2 browser (eg Firefox) */
	display: table-row;
}

/* Reviews full display */

.Review p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
}
.Review .title em {
  font-weight: normal;
}
.Review .title {
  font-size: medium;
  margin-bottom: 0;
}

/* WebPage full display */

.WebPage {
  font-family: Arial, Helvetica, sans-serif;
}
.WebPage p {
  font-size: small;
}

/* FileDocument full display */

.FileDocument {
  font-family: Arial, Helvetica, sans-serif;
}

.FileDocument H1 {
	margin-bottom: 10px;
}

.FileDocument .typeInfo {
  margin-bottom: 10px;
}
.FileDocument .description {
  margin-bottom: 10px;
}

.FileDocument .links {
  margin: 10px 0 10px 10px;
  padding: 6px;
	border: 1px solid #DDD;
  background-color: #F7F7F7;
}

.FileDocument .links UL {
	margin: 0;
  padding: 0px;
  list-style: none;
  font-weight: bold;
}

.FileDocument .links UL LI {
	margin: 8px 0;
}

.FileDocument .right-column {
  float: right;
}

.FileDocument .metadata {
  margin: 10px 0px 10px 10px;
	padding: 6px;
	background-color: #F7F7F7;
  border: 1px solid #DDDDDD;
}

.FileDocument .metadata TABLE {
  font-size: 12px;
}

.FileDocument .metadata TH {
	text-align: left;
}
