﻿body.Article {
	font: 100% Calibri, Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	color: #000000;
	padding: 8pt!important;
}

.Article table.Versions
{
	border: solid 1px #FFD020;
	padding: 0;
	margin: 0 0 10pt 0;
	table-layout: fixed;
}

.Article table.Versions th
{
	background-color: #FFE080;
	padding: 3pt;
	margin: 0;
	color: black;
	text-align: center;
	border-left: solid 1px #FFD020;
	border-bottom: solid 1px #FFD020;
}
.Article table.Versions th:first-child
{
	border-left-style: none;
}

.Article table.Versions td
{
	border-top: solid 1px #FFD020;
	empty-cells: show;
	vertical-align: top;
	padding: 1pt 3pt;
}
.Article table.Versions tr:first-child td
{
	border-top-width: 0px;
}
.Article table.Versions thead + tr td
{
	border-top-width: 1px;
}

.Article a[href]
{
	color: #008000;
	text-decoration: none;
	font-style:italic;
	padding-right: 18px;
	background-image: url(/images/link.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.Article a:hover
{
	text-decoration: underline;
}
.Article a[href^="/DownFile.aspx?fileid="]
{
    background-image: url(/images/download.png);
	background-position: right center;
}
