@charset "utf-8";
/* CSS Document */

#myCanvas {
  width: 1050px;
  height: 150px;
  display: block;
  z-index: 1500;
}


#myiframe {
  width: 1050px;
  height: 150px;
  display: block;
  z-index: 1500;
  border:none;
  padding:none;
  margin:none;
  overflow:hidden;
}

.imgcentrealign {
	text-align: center;
	vertical-align: top;
}
.imgcentrealign2 {
	overflow: visible;
	height: 162px;
	width: 800px;
	position: relative;
	top: 23px;
}
.imgcentrealign3 {
	overflow: hidden;
	height: 162px;
	width: 800px;
	position: relative;
	top: auto;
	margin-right: auto;
	margin-left: auto;
}



#CookieWarning {
	position: fixed;
	z-index: 1200;
	align: center;
	left: 10%;
	right: 10%;
	top: auto;
	width: 80%;
	bottom: 0%;
	background-image: url(/Images/PERFECT%20PAPER.jpg);
	display: none;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}


.navTitle {
	font-family: "Times New Roman";
	font-size: 24px;
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.pagetitle {
	font-family: "Times New Roman";
	text-align: center;
	text-decoration: underline;
	color: #000000;
	background-color: #FFFFFF;
	vertical-align: top;
	font-size: 18pt;
}


.UpdatePosition {
	position: absolute;
	z-index: 250;
	left: 25px;
	top: 100px;
}
.LexSelect {
	position: absolute;
	z-index: 250;
	left: 25px;
	top: 130px;
	background-color: #FFFFFF;
	border: thin solid #000000;
}
#manage_cookies {
	position: absolute;
	z-index: 250;
	left: 15px;
	top: 125px;
	width: 70px;
	height: 50px;
	white-space: normal;
	word-wrap: break-word;
	background-color: transparent;
	border: thin solid #FFFFFF;
	color: #FFF;
}
.lex_history_back {
	position: absolute;
	height: 20px;
	width: 20px;
	top: 5px;
	right: 30px;
}
.lexentry {
	color: #000000;
}
font a.lexentry {
	color: #000000;
	font-weight: normal;
}
.lex_history_pinned {
	position: absolute;
	height: 20px;
	width: 20px;
	top: 5px;
	right: 5px;
	z-index:1500;
}
.lex_history_unpinned {
	position: absolute;
	height: 20px;
	width: 20px;
	top: 5px;
	right: 5px;
	z-index:2550;
}
font a.lexentry:link {
	color: #03C;
	font-weight: normal;
}

font a.lexentry:visited {
	color: #036;
	font-weight: normal;
}

font a.lexentry:hover {
	color: #09F;
	font-weight: normal;
}

font a.lexentry:active {
	color: #0CF;
	font-weight: normal;
}

.transparent {
	/* Theoretically for IE 8 & 9 (more valid) */
  /* ...but not required as filter works too */
  /* should come BEFORE filter */
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=10)"; // IE8

  /* This works in IE 8 & 9 too */
  /* ... but also 5, 6, 7 */
  filter: alpha(opacity=10); // IE 5-7
  
  /* Modern Browsers */
  opacity: 0.1;
}

.TaDah {
	font-family: "Times New Roman", Times, serif;
}

.BulletListSpaced li
{
	padding: 10px;
}
.BulletListSpacedGaps {
	padding: 10px;
	z-index: 1500;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: square;
}
.BoldArialText {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.Solved {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 125pt;
	color: #D00;
	opacity: 15%;
	position: relative;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	white-space: normal;
	width: 100%;
	height: 0px;
	overflow: visible;
	top: 60px;
	z-index: 1000;
	text-align: center;
	transform: rotate(-15deg);
}
