.publication {
	color: #333;
	width: 100%;
	overflow: hidden;
	zoom: 1;
	margin-bottom: 32px;
	padding-right: 1px;
}

.publication h2,
.publication h3 {
	font-size: 1.143em;
	line-height: 1.375;
	color: #000;
	font-weight: bold;
	overflow: hidden;
	zoom: 1;
}

.publication h2 {
	margin-bottom: 20px;
}

.publication h3 {
	margin-bottom: 10px;
	padding-top: 15px;
}

.publication h4,
.publication h5 {
	font-weight: bold;
	font-size: 1em;
	line-height: 1.571;
	color: #000;
	margin-bottom: 10px;
	padding-top: 15px;
}

.publication p,
.contest .section-summary p {
	margin-bottom: .714em;
}

p.text-center {
	text-align: center;
}

.publication p p {
	margin: 0;
	padding: 0;
}

/*ul, ol*/
.publication ol li,
.publication ul li {
	margin-bottom: .7143em;
}

.publication ol {
	margin-left: 40px;
}

.publication ul {
	margin-left: 0;
	list-style: none;
	overflow: hidden
}

.publication ul li{
	background: transparent url(../images/bullet.gif) no-repeat 28px 9px;
	padding-left: 40px;
}

.publication-footnote ul li{
	padding-left: 15px;
	background: transparent url(../images/bullet.gif) no-repeat 4px 9px;
}

/*publication_illustration*/
.publication_illustration {
	float: right;
	padding: .53em 0 10px 15px;
	width: 200px;
}

.publication_illustration-left {
	float: left;
	text-align: left;
	padding: .53em 15px 10px 0;
	width: auto;
}

.publication_illustration-right {
	float: right;
	text-align: right;
	padding: .53em 0 10px 15px;
	width: auto;
}

.publication_illustration-center {
	float: none;
	text-align: center;
	padding-bottom: 15px;
}

.publication_illustration-full {
	float: none;
	width: auto;
	padding-bottom: 15px;
}

.publication_illustration span {
	color: #777;
	font-size: .8571em;
	font-style: italic;
	display: block;
	margin-top: .2em;
	line-height: 1.333;
}

/*table*/
.publication table {
	width: 100%;
	margin-bottom: 11px;
}

.publication table caption {
	font-weight: bold;
	font-size: 1.14286;
	line-height: 1.375;
	color: #000;
	padding-bottom: 6px;
	padding-top: 20px;
	font-size: 1.1428em;
}

.publication table p {
	margin-bottom: 0;
}

.publication td,
.publication th {
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
}

.publication table.bordered,
.publication table.table-bordered  {
	margin-left: 1px;
}

.publication .bordered td,
.publication .bordered th,
.publication .table-bordered td,
.publication .table-bordered th {
	border: 1px solid #777;
}

.publication td {
	font-size: .857em;
	line-height: 1.2;
	padding: 8px 4px 8px 7px;
}

.publication td.cell-reference {
	border: none;
	font-size: .714em;
	padding-top: 0;
	padding-bottom: 5px;
}

.publication td.cell-reference p {
	padding-top: 9px;
	margin-bottom: 5px;
}

.publication th {
	padding: 6px 7px 8px 7px;
	vertical-align: middle;
	font-weight: bold;
	line-height: 1.2;
	background: #d1d1d1;
}

.publication th.mini,
.publication th.cell-mini {
	font-size: .714em;
	line-height: 1.6;
	font-weight: normal;
}

.publication table.mini th,
.publication table td.mini,
.publication table.mini td,
.publication table.table-mini th,
.publication table td.cell-mini,
.publication table.table-mini td {
	font-size: .714em;
	line-height: 1.2;
	font-weight: normal;
}

.publication table.mini td,
.publication table.table-mini td {
	padding-top: 9px;
}

.publication table.mini th,
.publication table.table-mini th {
	padding-top: 4px;
	padding-bottom: 2px;
}

.publication_table_source {
	margin-bottom: 47px;
	text-align: right;
	padding-top: 2px;
}

.publication td.cell-up p {
	background: transparent url(../images/up.gif) no-repeat 0 3px;
	padding-left: 15px;
}

.publication td.cell-down p {
	background: transparent url(../images/down.gif) no-repeat 0 3px;
	padding-left: 15px;
}
