/* Common full display template */

.fullDisplay .title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}
.fullDisplay td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.fullDisplay .fieldList {
	border-collapse: collapse;
  border-bottom: 1px solid black;
	width: 100%;
}
.fullDisplay .field td {
	border-top: 1px solid #000000;
  margin: 0px;
	padding: 5px;
	vertical-align: top;
}
.fullDisplay .label {
  font-weight: bold;
  border-right: 1px solid #000000;
  border-left: 1px solid #000000;
}
.fullDisplay .data {
    border-right: 1px solid #000000;
}
.fullDisplay .field .label {
	width: 150px;
	background-color: #EEEEEE;
  text-align: right;
}
.fullDisplay .field ul, .field ol {
	margin-top: 2px;
	margin-bottom: 2px;
}

.fullDisplay .commonFields {
	background-color: #FFFFCC;
	margin-top: 10px;
}

.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;
}

/* Poll Vote */

.poll {
  background-color: #F5F5F5;
  border: 1px solid gray;
  padding: 6px;
}
.pollBarFG {
  background-color: #0066B3;
}
.pollBarBG {
  background-color: #CFE8FF;
}

.allPolls {
  width: 100%;
  border: 0;
  border-spacing: 5px;
}
