﻿body {
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../../Images/dialog_background.jpg);
  background-color: #1f4e78 !important;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11pt;
}
body.small {
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../../Images/dialog_background_small.jpg);
  background-color: #1f4e78 !important;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11pt;
}
.interiorContainer {
  border: 3px solid #bdbdbd;
  padding: 0px;
  background: white;
}
.dialogContainer {
  border: 3px solid #bdbdbd;
  padding: 0px;
  background: white;
}
.dialogTitle {
  color: #015595;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 16pt;
  text-align: left;
}
.dialogContentContainer {
  background: #ffffff;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RlZGVkZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  *background: #ffffff;
  background: -moz-linear-gradient(top, #dedede 0%, #f3f3f3 10%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dedede), color-stop(10%, #f3f3f3));
  background: -webkit-linear-gradient(top, #dedede 0%, #f3f3f3 10%);
  background: -o-linear-gradient(top, #dedede 0%, #f3f3f3 10%);
  background: -ms-linear-gradient(top, #dedede 0%, #f3f3f3 10%);
  background: linear-gradient(to bottom, #dedede 0%, #f3f3f3 10%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dedede', endColorstr='#f3f3f3', GradientType=0);
}
