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



.fancybox-inner {
	font-family: 'Arial',sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #E2F0D2;
	border-color: #991A31;
	border-style: dashed;
	outline-color: #E2F0D2;
	text-align: left;
}

.fancybox-inner h1{
	text-align: center;
	color: #002C6B;
}

.fancybox-inner a:hover{
	color: #0046AA;
	text-decoration: underline;
}

.fancybox-inner a:link{
	color: #0046AA;
	text-decoration: none;
}

.fancybox-inner a:visited{
	color: #0046AA;
	text-decoration: none;
}

/* Change border colour of fancybox. This overides the white 'border' in the fancybox css settings */
.fancybox-skin {
	background: #E2F0D2 !important;
}

/*
#wrapper {
	position: relative;
	margin: 0 auto;
	width: 600px;
}
*/


.menu {
  font-family: 'Arial',sans-serif;
  font-size: 12px;
  color: #FFFFFF;
  outline: none;
  border: 1px solid #AAAAAA;
  border-radius: 3px;  
  height: 20px;
  width: 100px;
  background: #5281B3;
  line-height: 1;

  float: left;
  margin-right: 25px;
}

#menus {
	padding: 10px 25px 45px 25px;
}

#dataviz {
	background: #274E76;
}
