@charset "ISO-8859-1";
body {
	margin:50px 0px;
	padding:0px;
	/*
	background-color: #dccfe7;
	*/
	background-color: #aaaaaa;
	font-family: Arial, Geneva, Helvetica, sans-serif;
}

body.works {
	/*
	background-color: transparent;
	*/
	background-image: url("images/cloud-works.png");
	background-repeat:no-repeat;
	background-position:130px 10px;
}

div.error {
	padding: 1cm;
}

.error {
	color: #333333;
	font-family: ‘Palatino Linotype’, ‘Book Antiqua’, Palatino, serif;
}

a {
	color: #890D41;
	/* color: #a32364; */
	text-decoration: none;
}

a:visited {
	/*
	color: #a17c82;
	*/
	color: #E982AD;
}

a:hover {
	color: #30bd54
}

a.low {
	color: black;
}

#content {
	width:auto;
	margin:4%;
	text-align:left;
	padding:1%;
	border:1px dashed #333333;
	background-color:transparent;
}

table {
	border-style: hidden;
	border-spacing: 0px;
}

tr {
	vertical-align:top;
	/*
	*/
	color: #1a222a;
	font-size: 12pt;
}

tr.low {
	font-size: 11pt;
}

tr.high {
	/* 
	bright green
	background-color: #30bd54; */
	background-color: transparrent; 
	color:#a32364; 
 	font-style: italic;
	font-weight: 500;
}

td {
	border:0px;
}

td.high {
	padding-top:10px;
	padding-bottom:2px;
	border-bottom: 1px solid gray;
}


.PrevYears {
	font-size: 8pt;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: right;
	padding-top: 6px;
}

a.thumbnail {
	/*
	color: rgb(72,161,253);
	*/
	color:  #00ad34;
}

a.high {
	color: black;
}

.thumbnail {
	position: relative;
	z-index: 0;
	color: rgb(72,161,253);
}

.thumbnail img {
	width: auto;
	height: auto;
	max-height: 90vh;
	max-width: 90vw;
}

.thumbnail span { /*CSS for enlarged image*/
	background-color: transparent;
	position: fixed;
	padding: 5px;
	border: 1px solid gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
	max-width: 76%;
}

.thumbnail:hover span { /* image version */
	background-color:  #20cd54;
	z-index: 50;
	visibility: visible;
	right: 10px ; /*position where enlarged image should offset horizontally */
	top: 10px; /*position where enlarged image should offset vertically */
	font-size: 10pt;
	max-width: 76%;
}

.navbar {
	color: #CC00CC;
	padding-left:2px;
	padding-right:2px;
	padding-bottom:3px;
	text-align: right;
}

.credit {
	text-align: right;
	font-size: small;
	color: #222;
}

a.credit {
	color: #222222;
}

.blog {
	font-size: small;

}

div.blog {
	text-align: right;
	padding: 3px;
	color: #dddddd;
}
