@font-face {
	font-family: Asap;
	src: url(AsapCondensed-MediumItalic.ttf);
}
*{
    	margin: 0px;
	padding: 0px;

}

html, body {
	height: 100%;
	font-family: "Asap";
	
}

a.title {
	font-family: "Asap";
	font-size: 22px;
	text-decoration: none;
	color: #F0FFFF;	
	margin: 0 auto;
	vertical-align: middle;
	line-height: 100%;
}

a.title:hover {
	color: red;
	text-decoration: underline;
}


a.img {
	border:  2px solid #fff;
	display:block;
}

a.img:hover {
	border:  5px solid red;
}



.clock {
	font-family: "Arial";
	font-size: 16px;
	text-align: center;	
}


.calth {
	font-family: "Arial";
	font-weight: bold;
	font-size: 17px;
	width: 50px;
}
.calbold {
	font-family: "Arial";
	font-weight: bold;
	font-size: 17px;
	text-align: center;
	width: 50px;
	height: 40px;
	color: #C1E1C1;
}
.calnormal {
	font-family: "Arial";
	font-weight: normal;
	font-size: 16px;
	text-align: center;
	width: 50px;
	height: 40px;
}



.WAVmain {
	position: absolute;
	top: 0px;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	display:block;
}

.WAVheader {
	background-image: linear-gradient(to bottom right, #ffffff, #b0c4de);
	background-repeat: no-repeat;
    	margin: 0px;
	padding: 10px;
	width: 100%;
	height: 105px;
	font-size: 42px;
  	font-weight: bold;
  	color:#264d71;
	display: inline-block;
	position: fixed;
}

.blankheader {
  height: 110px;
  text-decoration: none
}

.pagelink {
  text-decoration: none;
  color: #F0FFFF;
  cursor: default;
}
.pagelink:hover {
  text-decoration: underline;
  color: #b0c4de;
  cursor:pointer;
}

th, td {
  padding: 10px;
}

p.events {
    font-size: 20px;
} 

div.events {
    margin: 20px;
    text-align: center;
}

table.events {
   border-spacing: 0px;
}

th.events {
  border: 1px solid;
  vertical-align: middle;
  
}
td.events {
   background-image: linear-gradient(to bottom right, #b0c4de, #ffffff);
   border: 1px solid;
  vertical-align: middle;
}


.bannerlink {
  font-size: 17px;
  text-decoration: none;
  color:#264d71;
  cursor: default;
}
.bannerlink:hover {
  text-decoration: underline;
  color:#b22222;
  cursor:pointer;
}
.bannerlink:active {
  text-decoration: underline;
  color: #b0c4de;
  cursor:default;
}

.WAVbody {
	color: #ffffff;
	width: 100%;
	margin: 0px;
	padding: 0px;
	display:inline-block;
	background-image: linear-gradient(to bottom right, #264d71, #b0c4de);
	background-repeat: no-repeat;
	background-size:cover;


}

.WAVbanner {
	width: 100%;
	height: 150px;
	margin: 0px;
	font-size:30px;
	font-weight: bold;
	background-image: url("/images/WAVpraisebanner.png");
	background-size: contain;
	text-align: center;

}

.content {
	padding: 10px;

}


.WAVfooter {
	background-image: linear-gradient(to bottom right, #b0c4de, #ffffff);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 5px;
	width: 100%;
	text-align:center; 
}

.button {
	width: 350px;
	height: 55px;
	line-height: 55px;
	background-color: #264d71;
	border-radius: 5px;
	vertical-align: middle;
	display: inline-block;
}

.logo {
	height: 22px;
	line-height: 55px;
}