@media only screen and (max-width: 750px)
{
	.full {
		display: block;
		width: 100%;
	}
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu {
  border-bottom: 3px solid #e6e6fa;
  padding: 0 3px;
  width: auto;
  font-family: Helvetica, Arial, sans-serif;
  background: #e6e6fa;
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}
#cssmenu:after,
#cssmenu ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu ul li {
  display: inline-block;
}
#cssmenu.align-right ul li {
  float: right;
}
#cssmenu.align-center ul {
  text-align: center;
}
#cssmenu ul li a {
  font-size: 14px;
  padding: 10px;
  text-decoration: none;
  color: #000000;
}
#cssmenu ul li:hover a,
#cssmenu ul li a:hover,
#cssmenu ul li.active a {
  color: #228b22;
}


.thumb {
  cursor: pointer;
  transition: 0.3s;
}

.thumb:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
	width: 100%;
  }
}


.subhead { 
  display: block;
  font-size: 1.1em;
  margin-top: .2em;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

.centered {
	text-align: center;
	margin: auto;
	position: relative;
}


table.b0w750 {
	max-width: 750px;
	width: 100%;
	border-width: 0 0 0 0;
	text-align: center;
	margin: auto;
}

table.b0lw1000 {
	max-width: 1000px;
	width: 100%;
	border-width: 0 0 0 0;
	text-align: center;
	margin: auto;
}

table.b0lw450, .b0lw450 td {
	max-width: 450px;
	width: 100%;
	border: none !important;
	border-width: 0 0 0 0;
	border-collapse: collapse;
	text-align: left;
}

table.b1cw1000, .b1cw1000 td {
	max-width: 1000px;
	width: 100%;
	border: 1px solid black;
	border-collapse: collapse;
	text-align: center;
	margin: auto;
}

table.b1cw800, .b1cw800 td {
	max-width: 800px;
	width: 100%;
	border: 1px solid black;
	border-collapse: collapse;
	text-align: center;
	margin: auto;
}

table.b1cw500 {
	max-width: 500px;
	width: 100%;
	border: 1px solid black;
	border-collapse: collapse;
	text-align: center;
	margin: auto;
}

.b1cw500 th, .b1cw500 td {
	border: 1px solid black;
}

table.b1cw750 {
	max-width: 750px;
	width: 100%;
	border: 1px solid black;
	border-collapse: collapse;
	text-align: center;
	margin: auto;
}
.b1cw750 th , .b1cw750 td {
	border: 1px solid black;
}

.attribution {
  position: relative;
}

.attribution span.lolcats {
  /*visiblity: hidden; */
  
  display: none;
  position: absolute;
  top: 0;
  left:100%;
  margin-top: 1px; /* approx adjustment for arrow */
  margin-left: 25px; /* approx adjustment for arrow */
}

.attribution span:hover + span.lolcats {
  cursor: pointer;
  display: block;
  /*visibility: visible; */
  width: 300px;
  line-height: 18px;
  padding: 6px;
  font-size: 14px;
  text-align: center;
  z-index: 999;
  color: rgb(113, 157, 171);
  background: rgb(255, 255, 255);
  border: 4px solid rgb(255, 255, 255);
  border-radius: 5px;
  text-shadow: rgba(0, 0, 0, 0.0980392) 1px 1px 1px;
  box-shadow: #333 -4px 4px 16px 2px;
  -webkit-transition: opacity 100ms ease-in;
  -o-transition: opacity 100ms ease-in;
  -moz-transition: opacity 100ms ease-in;
  transition: opacity 100ms ease-in;
}

.attribution span.lolcats:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: transparent #FFFFFF transparent transparent;
  top: -1px;
  left: -23px;
}

.creative {
	float: left;
	margin-left: 0;
	margin-right: 10px;
}

br.clear {
	clear: both;
}

td.lavender {
	background-color:	Lavender;
}

td.topleft {
	text-align: left;
	vertical-align: top;
}

td.middleleft {
	text-align: left;
	vertical-align: middle;
}

td.backtop {
	text-align: right;
	vertical-align: middle;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

td.middleright {
	text-align: right;
	vertical-align: middle;
}

td.middle {
	vertical-align: middle;
}

td.middle11pc {
	vertical-align:middle;
	width: 11%;
}

td.middle20pc {
	vertical-align:middle;
	width: 20%;
}

td.middle25pc {
	vertical-align:middle;
	width: 25%;
}

td.top {
	vertical-align: top;
}

td.topleft50pc {
	text-align: left;
	vertical-align: top;
	width: 50%;
}

td.topleft33pc {
	text-align: left;
	vertical-align: top;
	max-width: 33%;
	width: 100%;
}

td.topleft89pc {
	text-align: left;
	vertical-align: top;
	width: 89%;
}

td.topcenter10pc {
	text-align: center;
	vertical-align: top;
	width: 10%;
	border: none;
}

td.books1 {
	text-align: center;
	vertical-align: top;
	width: 20%;
	margin: auto;
}

td.topcenter20pc {
	text-align: center;
	vertical-align: top;
	width: 20%;
}

td.bottomleft {
	text-align: left;
	vertical-align: top;
	border-right-style: none;
}

td.bottomleft11 {
	width: 11%;
	vertical-align: top;
	border-right-style: none;
}

td.bottomright {
	text-align: right;
	vertical-align: top;
	border-left-style: none;
}

td.bottom15clear {
	width: 15%;
	border-left-style: none;
	border-right-style: none;
}

td.bottom23clear {
	width: 23%;
	border-left-style: none;
	border-right-style: none;
}

td.bottom33clear {
	width: 33%;
	border-left-style: none;
	border-right-style: none;
}

td.bottom40clear {
	width: 40%;
	border-left-style: none;
	border-right-style: none;
}

th.lavender {
	background-color:	Lavender;
}

th.left20 {
	width: 20%;
	text-align: center;
	vertical-align: top;
	background-color:	Lavender;
}

th.right80 {
	width: 80%;
	text-align: center;
	vertical-align: top;
	background-color:	Lavender;
}

th.left24 {
	width: 24%;
	text-align: center;
	vertical-align: top;
	background-color:	Lavender;
}

th.right76 {
	width: 76%;
	text-align: center;
	vertical-align: top;
	background-color:	Lavender;
}

th.left265 {
	width: 26.5%;
	text-align: center;
	vertical-align: top;
	background-color:	Lavender;
}

th.right735 {
	width: 73.5%;
	text-align: center;
	vertical-align: top;
	background-color:	Lavender;
}

th.left70 {
	width:70%;
	text-align:left;
}

th.width25 {
	width: 25%;
	border-style: hidden hidden solid hidden;
}

th.right30 {
	width: 30%;
	text-align: right;
}

iframe.iframe1 {
	width: 120px;
	height: 240px;
	border: 0;
	overflow: hidden;
}

img.b0rightwrap {
	float: right;
	margin: 0px 0px 0px 0px;
}

.errormessage
{
	color: Red;
	font-weight: bold;
	text-align: center;
}
.successmessage
{
	color: Green;
	font-weight: bold;
	text-align: center;
}



