@charset "utf-8";
/* CSS Document */
body {
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-size: 14px;
}
.font_12 {
	color: #000000;
	font-size: 12px;
}
.font_12_red {
	color: #FF0000;
	font-size: 12px;
	font-style: italic;	
}
.font_10 {
	color: #000000;
	font-size: 10px;
}
.form-field {
	font-size: 1em;
	color: #999;
	border-radius: 6px;
	padding: 4px;
}
.outline { 
border-collapse: collapse; 
	border: 1px solid #CCCCCC;
}

/* crop photos on results pages*/
.crop_photo_results {
  position: relative;
  width: 100%;
  height: 426px;
  overflow: hidden;
}
.crop_photo_results img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.crop_photo_results img.portrait {
  width: 100%;
  height: auto;
}


.crop_photo_results_print {
  position: relative;
  width: 100%;
  height: 150px;
  overflow: hidden;
}
.crop_photo_results_print img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.crop_photo_results_print img.portrait {
  width: 100%;
  height: auto;
}

.crop_tn {
  position: relative;
  width: 150px;
  height: 113px;
  overflow: hidden;
}
.crop_tn img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.crop_tn img.portrait {
  width: 100%;
  height: auto;
}

.cms-print-container { 
    width: 100%; 
    height: 450px; 
    overflow: hidden; 
}
.cms-print-container img { 
    width: 100%;
}

.border-1 {
	border: thin solid #AAAAAA;
	padding:2px;
}
.border-2 {
	border: thin solid #AAAAAA;
	padding:3px;
}
.spacer-5,
.spacer-10,
.spacer-20,
.spacer-30,
.spacer-40,
.spacer-50,
.spacer-60,
.spacer-70,
.spacer-80,
.spacer-90,
.spacer-100 {
    display: block;
    clear: both;
    overflow: hidden;
}

.spacer-5 {
    height: 5px
}

.spacer-10 {
    height: 10px
}

.spacer-20 {
    height: 20px
}

.spacer-30 {
    height: 30px
}

@media all {
	.page-break	{ display: none; }
}

@media print {
	.page-break	{ display: block; page-break-after: always; }
}