﻿@font-face {
  font-family: 'Nunito Bold'; /*a name to be used later*/
  src: url('fonts/Nunito-Bold.ttf'); /*URL to font*/
}
@font-face {
  font-family: 'Nunito Regular'; /*a name to be used later*/
  src: url('fonts/Nunito-Regular.ttf'); /*URL to font*/
}
.menuNormal {
	background-color: #eee;
  color: #333;
  cursor:default;
}
.menuMouseover {
	background-color: white;
	color: #005abe;
  cursor:pointer;
}
.modalBackground {
	background-color: #eee;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.modalPopup {
	background-color: white;
	border: 3px solid lightgrey;
	padding: 3px;
	width: 300px;
}
.modalPopup2 {
	background-color: white;
	border: 3px solid lightgrey;
	/*position: relative;*/
	padding: 15px;
	width: 640px;
}
.modalPopup3 {
	background-color: white;
	color: #333;
	border: 3px solid lightgrey;
	position: relative;
	/*padding: 3px;*/
	width: 380px;
}
.modalPopup4 {
	background-color: white;
	border: 3px solid lightgrey;
	/*position: relative;*/
	padding: 15px;
	width: 640px;
}
.modalPopup5 {
	background-color: white;
	border: 3px solid lightgrey;
	color: #005abe;
	padding: 0px;
	width: 330px;
	height: 500px;
	font-size: 12px;
}
.modalPopup6 {
	background-color: white;
	border: 3px solid lightgrey;
	color: #005abe;
	padding: 0px;
	width: 290px;
	height: 240px;
	font-size: 12px;
}
.red {
	background-color: #ff6464;
	text-align: center;
}
.green {
	background-color: #a9d08e;
	text-align: center;
}
.yellow {
	background-color: #ffe699;
	text-align: center;
}
.blue {
	background-color: #bdd7ee;
	text-align: center;
}
.seethrough {
	background-color: Transparent;
	text-align: center;
}
.fullwidth {
	width:100%
}
