﻿body {  
	background: #cccccc;
	margin:0px;
}

@font-face {
  font-family: "ProximaNova";
  src: url("/css/fonts/proximanova/alt/proximanova-reg.eot");
  src: url("/css/fonts/proximanova/alt/proximanova-reg.eot?#iefix") format("embedded-opentype"), 
        url("/css/fonts/proximanova/alt/proximanova-reg.woff") format("woff"), 
        url("/css/fonts/proximanova/alt/proximanova-reg.ttf") format("truetype"), 
        url("/css/fonts/proximanova/alt/proximanova-reg.svg#ProximaNovaRgRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ProximaNova Bold";
  src: url("/css/fonts/proximanova/alt/proximanova-bold.eot");
  src: url("/css/fonts/proximanova/alt/proximanova-bold.eot?#iefix") format("embedded-opentype"), 
        url("/css/fonts/proximanova/alt/proximanova-bold.woff") format("woff"), 
        url("/css/fonts/proximanova/alt/proximanova-bold.ttf") format("truetype"), 
        url("/css/fonts/proximanova/alt/proximanova-bold.svg#ProximaNovaRgBold") format("svg");
  font-weight: normal;
  font-style: normal;
}

.boxshad {
background:#ffffff;

}

.baseline {
	text-align: left;
	border-bottom: 1px solid #DDDDDD;
}
.infobox {
	border: 1px solid #9F6000;
	background: #FEEFB3;
}
.infoboxgrey {
	border: 1px solid #cccccc;
	background: #e2e2e2;
}
.formfieldL2 {
	font-family: 'ProximaNova', Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #000;
	border: 1px solid #ccc;
	background-image: url(/css/cssimages/formshadow.jpg);
	background-repeat: no-repeat;
}
.formerr {
	font-family: 'ProximaNova', Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #ffffff;
	border: 1px solid #333;
	background:#900;
}
.formfield {
	font-family: 'ProximaNova', Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
	border: 1px solid #ccc;
	background-image: url(/css/cssimages/formshadow.jpg);
	background-repeat: no-repeat;
	line-height: 20px;
	padding: 3px;
}
.formfieldL {
	font-family: 'ProximaNova', Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #333333;
	border: 1px solid #ccc;
	background-image: url(/css/cssimages/formshadow.jpg);
	background-repeat: no-repeat;
}

.vid {
	border:1px solid #cccccc;
}

A {
	color: #00F;
	text-decoration: none;
	font-family: 'ProximaNova', Arial;
	line-height: 24px;
	font-size: 17px;
}
A:hover {
	color: #00F;
	text-decoration: underline;
	font-family: 'ProximaNova', Arial;
	line-height: 24px;
	font-size: 17px;
}
.RegTxt {
	font-family: 'ProximaNova', Arial, Helvetica, sans-serif !important;
	font-size: 17px;
	color: #222222;
	line-height: 24px;
}
.RegTxt2 {
	font-family: 'ProximaNova', Arial, Helvetica, sans-serif !important;
	font-size: 14px;
	color: #222222;
	line-height: 22px;
}
.HeaderTxt {
	font-family: 'ProximaNova', arial !important;
	font-size: 23px;
	color: #333333;
	line-height: 35px;
	text-decoration: none;
	font-weight:bold;
}
input.red {
	-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
	-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
	box-shadow: inset 0px 1px 0px 0px #ffffff;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e0e0e0), color-stop(1, #b3b3b3) );
	background: -webkit-linear-gradient( center top, #e0e0e0 5%, #b3b3b3 100% );
	background: -moz-linear-gradient( center top, #e0e0e0 5%, #b3b3b3 100% );
	background: -o-linear-gradient( center top, #e0e0e0 5%, #b3b3b3 100% );
	background: -ms-linear-gradient( center top, #e0e0e0 5%, #b3b3b3 100% );
	background: linear-gradient( center top, #e0e0e0 5%, #b3b3b3 100% );
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0e0e0', endColorstr='#b3b3b3');
	background-color: #e0e0e0;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border: 1px solid #d1d1d1;
	display: inline-block;
	color: #424242;
	font-family: 'ProximaNova', arial;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 8px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #ffffff;
	overflow: visible;
}
input.red:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b3b3b3), color-stop(1, #e0e0e0) );
	background: -webkit-linear-gradient( center top, #b3b3b3 5%, #e0e0e0 100% );
	background: -moz-linear-gradient( center top, #b3b3b3 5%, #e0e0e0 100% );
	background: -o-linear-gradient( center top, #b3b3b3 5%, #e0e0e0 100% );
	background: -ms-linear-gradient( center top, #b3b3b3 5%, #e0e0e0 100% );
	background: linear-gradient( center top, #b3b3b3 5%, #e0e0e0 100% );
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#e0e0e0');
	background-color: #b3b3b3;
}
input.red:active {
	position: relative;
	top: 1px;
}
.fancybox-tmp iframe, .fancybox-tmp object {
	vertical-align: top;
	padding: 0;
	margin: 0;
}
.fancybox-wrap {
	position: absolute !important;
	top: 0;
	left: 0;
	z-index: 8020;
}
.fancybox-skin {
	position: relative;
	padding: 0;
	margin: 0;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.fancybox-opened {
	z-index: 8030;
}
.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner {
	padding: 0;
	margin: 0;
	position: relative;
	outline: none;
}
.fancybox-inner {
	overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}
.fancybox-error {
	color: #444;
	font: 14px/20px "ProximaNova", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 10px;
}
.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: top;
}
.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}
#fancybox-loading, .fancybox-prev span, .fancybox-next span {
	background-image: url('/css/cssimages/fancybox_sprite.png');
}
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8020;
}
#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/css/cssimages/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
	position: absolute !important;
	top: 1px;
	right: 1px;
	height: 30px;
	width: 30px;
	background: url('/css/cssimages/fancy_closebox4.png') top left no-repeat;
	cursor: pointer;
	z-index: 28050;
}
.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	background: transparent url('/css/cssimages/blank.gif');
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}
.fancybox-prev {
	left: 0;
}
.fancybox-next {
	right: 0;
}
.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}
.fancybox-prev span {
	left: 20px;
	background-position: 0 -36px;
}
.fancybox-next span {
	right: 20px;
	background-position: 0 -72px;
}
.fancybox-nav:hover span {
	visibility: visible;
}
.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	padding: 0;
	overflow: visible;
	visibility: hidden;
}
#fancybox-overlay {
	position: absolute !important;
	top: 0;
	left: 0;
	height: 5000;
	width: 100%;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: #333333;
}
#fancybox-overlay.overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}
.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "ProximaNova", "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}
.fancybox-opened .fancybox-title {
	visibility: visible;
}
.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8030;
	text-align: center;
}
.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}
.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}
.fancybox-title-inside-wrap {
	margin-top: 10px;
}
.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
