/* keyframes */
@-webkit-keyframes slideIn { from { left:-2000px; } to { left:1px; } }
@-moz-keyframes slideIn { from { left:-2000px; } to { left:1px; } }
@keyframes slideIn { from { left:-2000px; } to { left:1px; } }

@-webkit-keyframes slideOut { from { left:1px; } to { left:-2000px; } }
@-moz-keyframes slideOut { from { left:1px; } to { left:-2000px; } }
@keyframes slideOut { from { left:1px; } to { left:-2000px; } }

@-webkit-keyframes slideLeft { from { width:1px; } to { width:350px; } }
@-moz-keyframes slideLeft { from { width:1px; } to { width:350px; } }
@keyframes slideLeft { from { width:1px; } to { width:350px; } }

@-webkit-keyframes slideLeftOut { from { width:350px; } to { width:1px; } }
@-moz-keyframes slideLeftOut { from { width:350px; } to { width:1px; } }
@keyframes slideLeftOut { from { width:350px; } to { width:1px; } }

body {
  margin:0px;
  font-family:Verdana, Tahoma;
  background-image:url('Images/cream.png');
  text-align:center;
	
  background: rgb(246,248,249);
  background: -moz-linear-gradient(top,  rgb(246,248,249) 0%, rgb(229,235,238) 50%, rgb(215,222,227) 51%, rgb(245,247,249) 100%);
  background: -webkit-linear-gradient(top,  rgb(246,248,249) 0%,rgb(229,235,238) 50%,rgb(215,222,227) 51%,rgb(245,247,249) 100%);
  background: linear-gradient(to bottom,  rgb(246,248,249) 0%,rgb(229,235,238) 50%,rgb(215,222,227) 51%,rgb(245,247,249) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 );
}
.metro_container_in{
  animation:slideIn ease-in-out 1s;
  animation-fill-mode:forwards;
  animation-duration:1.0s;
  animation-delay: 0.0s;
  ___transition: width .35s ease-in-out;
}
.metro_container_out{
	animation:slideOut ease-in-out 1s;
	animation-fill-mode:forwards;
	animation-duration:1s;
	animation-delay: 0.1s;
	___transition: width .35s ease-in-out;
}
.metro_btn_in{
	animation:slideLeft ease-out 1.0s;
	animation-fill-mode:forwards;
	animation-duration:1.0s;
	animation-delay: 0.1s;
	___transition: width .35s ease-in-out;
}
.metro_btn_out{
	animation:slideLeftOut ease-out 1.0s;
	animation-fill-mode:forwards;
	animation-duration:1.0s;
	animation-delay: 0.1s;
	___transition: width .35s ease-in-out;
}

.clear { clear:both; }
.center { text-align:center;}

.page-title{
  color:Navy;
  text-align:center;
  height: 40px;
  padding-top:10px;
  text-align:center;
 
  background: rgb(235,241,246); /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ViZjFmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ2JSIgc3RvcC1jb2xvcj0iI2FiZDNlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUzJSIgc3RvcC1jb2xvcj0iIzg5YzNlYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNWViZmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  rgba(235,241,246,1) 0%, rgba(171,211,238,1) 46%, rgba(137,195,235,1) 53%, rgba(213,235,251,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(235,241,246,1)), color-stop(46%,rgba(171,211,238,1)), color-stop(53%,rgba(137,195,235,1)), color-stop(100%,rgba(213,235,251,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(235,241,246,1) 0%,rgba(171,211,238,1) 46%,rgba(137,195,235,1) 53%,rgba(213,235,251,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(235,241,246,1) 0%,rgba(171,211,238,1) 46%,rgba(137,195,235,1) 53%,rgba(213,235,251,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(235,241,246,1) 0%,rgba(171,211,238,1) 46%,rgba(137,195,235,1) 53%,rgba(213,235,251,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(235,241,246,1) 0%,rgba(171,211,238,1) 46%,rgba(137,195,235,1) 53%,rgba(213,235,251,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf1f6', endColorstr='#d5ebfb',GradientType=0 ); /* IE6-8 */ 
}
