@font-face {
  font-family: 'MyTitleFont';
  src: url('BTTTRIAL.ttf') format('truetype');
}

body {  
	font-family: Tahoma; 
	font-size: 0.9em; 
	font-style: normal; 
	line-height: normal; 
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	background-color: #EFEFEF; 
	text-decoration: none;
	overflow-x: hidden;
}

table{  
	font-family: Tahoma; 
	font-size: 0.9em; 
	font-style: normal; 
	line-height: normal; 
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
}

#siteholder{
	position: absolute;
	top: 0px;
	left: 50%;
	height: 100%;
	width: 964px;
	margin-left: -482px;
	overflow:hidden;
}

/*PAGE PANNEL*/
#pagepannel{
	position: absolute;
	width: 640px;
	height: 100%;
	top: 0px;
	left: 0px;
	background-image: url(../sitePics/content.png);
}
#pagepannel #content {
	position: absolute;
	width: 530px;
	height: calc(100% - 166px);
	top: 156px;
	left: 50px;
	overflow-x: hidden;
	overflow-y: auto;
}

#pagepannel #contentlogo {
	position: absolute;
	width: 565px;
	height: 136px;
	top: 40px;
	left: 20px;
	background-image: url(../sitePics/logo.png);
}

#pagepannel #content h2 {font-size:250%; font-family:'MyTitleFont'; margin-top: 10px; margin-bottom: -10px;}

#pagepannel #content p {padding-right: 20px;}

#pagepannel .thumnailholder { position: relative; margin-top: 5px; margin-left: 5px; padding: 5px; width: 156px; height: 190px; border: 1px solid grey; border-radius: 3px; display: inline-block; background-color: #F5F5F5; }
#pagepannel .thumnailholder:hover { background-color: #E1E1E1; cursor: pointer; }
#pagepannel .thumnailholderactive { position: relative; margin-top: 5px; margin-left: 5px; margin-bottom: 5px; padding: 5px; width: 120px; height: 140px; border: 1px solid grey; border-radius: 3px; background-color: #DFFED0; display: inline-block; }   		


/*BUILDING MENU*/
#menupannel {
	position: absolute;
	width: 324px;
	height: 423px;
	top: 0px;
	right: 0px;
	background-image: url(../sitePics/menu.png);
	font-size: 0.7em;
}

#menupannel #languageswitch {
	position: absolute;
	width: 52px;
	height: 25px;
	bottom: 32px;
	left: 8px;
}

#menupannel #menuitems{
	position: absolute;
	width: 120px;
	top: 42px;
	left: 8px;
}

#menupannel #menuitems a.mnulink{
	color: #B2B2B2;
	font-size: 1.0em;	
	text-decoration: none;
}

#menupannel #menuitems a.mnulink:hover{
	color: #953950;
	text-decoration: none;
	font-size: 1.0em;
	font-weight:bold;
}

#menupannel #menuitems .ImOff2{
	color: #B2B2B2;
	display: block;
	width: auto;
	padding: 3px 0;
	text-decoration: none;
	font-size: 1.2em;
	text-align: left;
	cursor:pointer;
	border-bottom: 1px #DCDCDC solid;
}

#menupannel #menuitems .ImOff2:hover{
	color: #B2B2B2;
	display: block;
	width: auto;
	padding: 3px 0;
	text-decoration: none;
	font-size: 1.2em;
	text-align: left;
	cursor:pointer;
	border-bottom: 1px #DCDCDC solid;
	font-weight:bold;
}

#menupannel #menuitems .ImActive2{
	color: #953950;
	display: block;
	width: auto;
	padding: 3px 0;
	text-decoration: none;
	font-size: 1.2em;
	text-align: left;
	cursor:pointer;
	border-bottom: 1px #DCDCDC solid;
	font-weight:bold;	
}

/* CSS LOADER */
#cssload-loader {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 171px;
	height: 171px;
	margin: auto;
}
#cssload-loader .cssload-dot {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 85.5px;
	height: 100%;
	margin: auto;
}
#cssload-loader .cssload-dot:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 85.5px;
	height: 85.5px;
	border-radius: 100%;
	transform: scale(0);
		-o-transform: scale(0);
		-ms-transform: scale(0);
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
}
#cssload-loader .cssload-dot:nth-child(7n+1) {
	transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
}
#cssload-loader .cssload-dot:nth-child(7n+1):before {
	background: rgb(0,255,128);
	animation: cssload-load 0.92s linear 0.12s infinite;
		-o-animation: cssload-load 0.92s linear 0.12s infinite;
		-ms-animation: cssload-load 0.92s linear 0.12s infinite;
		-webkit-animation: cssload-load 0.92s linear 0.12s infinite;
		-moz-animation: cssload-load 0.92s linear 0.12s infinite;
}
#cssload-loader .cssload-dot:nth-child(7n+2) {
	transform: rotate(90deg);
		-o-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
}
#cssload-loader .cssload-dot:nth-child(7n+2):before {
	background: rgb(0,255,234);
	animation: cssload-load 0.92s linear 0.23s infinite;
		-o-animation: cssload-load 0.92s linear 0.23s infinite;
		-ms-animation: cssload-load 0.92s linear 0.23s infinite;
		-webkit-animation: cssload-load 0.92s linear 0.23s infinite;
		-moz-animation: cssload-load 0.92s linear 0.23s infinite;
}
#cssload-loader .cssload-dot:nth-child(7n+3) {
	transform: rotate(135deg);
		-o-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
}
#cssload-loader .cssload-dot:nth-child(7n+3):before {
	background: rgb(0,170,255);
	animation: cssload-load 0.92s linear 0.35s infinite;
		-o-animation: cssload-load 0.92s linear 0.35s infinite;
		-ms-animation: cssload-load 0.92s linear 0.35s infinite;
		-webkit-animation: cssload-load 0.92s linear 0.35s infinite;
		-moz-animation: cssload-load 0.92s linear 0.35s infinite;
}
#cssload-loader .cssload-dot:nth-child(7n+4) {
	transform: rotate(180deg);
		-o-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
}
#cssload-loader .cssload-dot:nth-child(7n+4):before {
	background: rgb(0,64,255);
	animation: cssload-load 0.92s linear 0.46s infinite;
		-o-animation: cssload-load 0.92s linear 0.46s infinite;
		-ms-animation: cssload-load 0.92s linear 0.46s infinite;
		-webkit-animation: cssload-load 0.92s linear 0.46s infinite;
		-moz-animation: cssload-load 0.92s linear 0.46s infinite;
}
#cssload-loader .cssload-dot:nth-child(7n+5) {
	transform: rotate(225deg);
		-o-transform: rotate(225deg);
		-ms-transform: rotate(225deg);
		-webkit-transform: rotate(225deg);
		-moz-transform: rotate(225deg);
}
#cssload-loader .cssload-dot:nth-child(7n+5):before {
	background: rgb(42,0,255);
	animation: cssload-load 0.92s linear 0.58s infinite;
		-o-animation: cssload-load 0.92s linear 0.58s infinite;
		-ms-animation: cssload-load 0.92s linear 0.58s infinite;
		-webkit-animation: cssload-load 0.92s linear 0.58s infinite;
		-moz-animation: cssload-load 0.92s linear 0.58s infinite;
}
#cssload-loader .cssload-dot:nth-child(7n+6) {
	transform: rotate(270deg);
		-o-transform: rotate(270deg);
		-ms-transform: rotate(270deg);
		-webkit-transform: rotate(270deg);
		-moz-transform: rotate(270deg);
}
#cssload-loader .cssload-dot:nth-child(7n+6):before {
	background: rgb(149,0,255);
	animation: cssload-load 0.92s linear 0.69s infinite;
		-o-animation: cssload-load 0.92s linear 0.69s infinite;
		-ms-animation: cssload-load 0.92s linear 0.69s infinite;
		-webkit-animation: cssload-load 0.92s linear 0.69s infinite;
		-moz-animation: cssload-load 0.92s linear 0.69s infinite;
}
#cssload-loader .cssload-dot:nth-child(7n+7) {
	transform: rotate(315deg);
}
#cssload-loader .cssload-dot:nth-child(7n+7):before {
	background: magenta;
	animation: cssload-load 0.92s linear 0.81s infinite;
		-o-animation: cssload-load 0.92s linear 0.81s infinite;
		-ms-animation: cssload-load 0.92s linear 0.81s infinite;
		-webkit-animation: cssload-load 0.92s linear 0.81s infinite;
		-moz-animation: cssload-load 0.92s linear 0.81s infinite;
}
#cssload-loader .cssload-dot:nth-child(7n+8) {
	transform: rotate(360deg);
		-o-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
}
#cssload-loader .cssload-dot:nth-child(7n+8):before {
	background: rgb(255,0,149);
	animation: cssload-load 0.92s linear 0.92s infinite;
		-o-animation: cssload-load 0.92s linear 0.92s infinite;
		-ms-animation: cssload-load 0.92s linear 0.92s infinite;
		-webkit-animation: cssload-load 0.92s linear 0.92s infinite;
		-moz-animation: cssload-load 0.92s linear 0.92s infinite;
}



@keyframes cssload-load {
	100% {
		opacity: 0;
		transform: scale(1);
	}
}

@-o-keyframes cssload-load {
	100% {
		opacity: 0;
		-o-transform: scale(1);
	}
}

@-ms-keyframes cssload-load {
	100% {
		opacity: 0;
		-ms-transform: scale(1);
	}
}

@-webkit-keyframes cssload-load {
	100% {
		opacity: 0;
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes cssload-load {
	100% {
		opacity: 0;
		-moz-transform: scale(1);
	}
}

.NWAmage_noborder{
	border: solid 1px rgba(0, 0, 0, 0.2); 
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
	border-radius: 4px;
	-webkit-border-radius: 4px;	
}

/* STYLING PAGER */
.pbtn {
  background: #fcfcfc;
  color: #222222;
  border: 1px solid #e3e3e3;
  vertical-align: middle;
  -moz-user-select: none;
  border-radius: 3px;
  text-decoration: none;
  white-space: nowrap;
  text-transform: none;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  height: 24px;
  line-height: 20px;
  padding: 0px 9px;
  margin-right: 4px;
}
.pbtn:hover {
  background: #f2f2f2;
  color: #333333;
  border: 1px solid #333333;
}

.pbtn_active {
  background: #f2f2f2;
  color: #953950;
  border: 1px solid #953950;
  vertical-align: middle;
  -moz-user-select: none;
  border-radius: 3px;
  text-decoration: none;
  white-space: nowrap;
  text-transform: none;
  box-sizing: border-box;
  display: inline-block;
  height: 24px;
  line-height: 20px;
  padding: 0px 9px;
  margin-right: 4px;
}

.pbtn_off {
  background: #fcfcfc;
  color: #e3e3e3;
  border: 1px solid #e3e3e3;
  vertical-align: middle;
  -moz-user-select: none;
  border-radius: 3px;
  text-decoration: none;
  white-space: nowrap;
  text-transform: none;
  box-sizing: border-box;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  padding: 0px 9px;
  margin-right: 4px;
}
.pbtn_off svg{
  margin-top: 4px;
  fill: #e3e3e3;
  height: 14px;
  width: 14px;
}

.pbtn svg{
  margin-top: 4px;
  fill: #222222;
  height: 14px;
  width: 14px;
}
.pbtn:hover svg{
  margin-top: 4px;
  fill: #333333;
  height: 14px;
  width: 14px;  
}

#webfader{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	display:none;
	opacity:.70;
	background-color: #958186;
}

#galleryfader{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	display:none;
	opacity:.70;
	background-color: #958186;
}

.photoframe {
  padding:10px;
  border:6px solid #0E121B;
  background-color: #F5F5F5;
  float:left;
  box-shadow: 5px 5px 5px #5F5F5F;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  cursor: default;  
}

.photoexplaincard {
  padding:10px;
  background-color: #F5F5F5;
  box-shadow: 5px 5px 5px #5F5F5F;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  cursor: default;  
}

.photoexplaincard h4 {font-size:180%; font-family:'MyTitleFont'; margin-top: -5px; margin-bottom: -4px;}

.textfieldnew {
	border: inset 1px rgba(0, 0, 0, 0.25); 
	border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-bottom: 8px;
	padding: 4px;
}
.textfieldnew:focus {
	border: inset 1px rgba(0, 0, 0, 0.25); 
	border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-bottom: 8px;
	padding: 4px;
	background-color: #FFFFE8;
	outline: none;
}

.textfieldnewalert {
	border: inset 1px rgba(212, 0, 0, 0.25); 
	border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-bottom: 8px;
	padding: 4px;
	background-color: #FFD6D6;
}
.textfieldnewalert:focus {
	border: inset 1px rgba(212, 0, 0, 0.25); 
	border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-bottom: 8px;
	padding: 4px;
	background-color: #FFD6D6;
	outline: none;
}

.btn {
  background: #fcfcfc;
  color: #953950;
  border: 1px solid #e3e3e3;
  vertical-align: middle;
  -moz-user-select: none;
  border-radius: 3px;
  text-decoration: none;
  white-space: nowrap;
  text-transform: none;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  height: 32px;
  line-height: 30px;
  padding: 0px 9px;
}
.btn:hover {
  background: #f2f2f2;
}

.msgbox {
	background: #fff;
	width: 50%;
	height: 75%;
	margin: auto;
	border: 1px solid #acacac;
	border-radius: 6px;
	box-shadow: 0px 0px 20px #acacac;
	position: fixed;
	left: 25%;
	top: 12.5%;
}

.msgbox .titlebar {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #e1dfe1, color-stop(1.0, #E2E1E2)));
  background: -webkit-linear-gradient(top, #e1dfe1, #E2E1E2);
  background: -moz-linear-gradient(top, #e1dfe1, #E2E1E2);
  background: -ms-linear-gradient(top, #e1dfe1, #E2E1E2);
  background: -o-linear-gradient(top, #e1dfe1, #E2E1E2);
  background: linear-gradient(top, #e1dfe1, #E2E1E2);
  color: #4d494d;
  font-size: 11pt;
  line-height: 27px;
  text-align: left;
  width: 100%;
  height: 27px;
  border-top: 1px solid #f2f1f2;
  border-bottom: 1px solid #b5b3b5;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  cursor: default;
}

.msgbox .titlebar_red {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #e1dfe1, color-stop(1.0, #E4ACAC)));
  background: -webkit-linear-gradient(top, #e1dfe1, #E4ACAC);
  background: -moz-linear-gradient(top, #e1dfe1, #E4ACAC);
  background: -ms-linear-gradient(top, #e1dfe1, #E4ACAC);
  background: -o-linear-gradient(top, #e1dfe1, #E4ACAC);
  background: linear-gradient(top, #e1dfe1, #E4ACAC);
  color: #4d494d;
  font-size: 11pt;
  line-height: 27px;
  text-align: left;
  width: 100%;
  height: 27px;
  border-top: 1px solid #f2f1f2;
  border-bottom: 1px solid #b5b3b5;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  cursor: default;
}
.msgbox .titletext{
  color: #4d494d;
  font-size: 10pt;
  line-height: 27px;
  text-align: left;
  width: 100%;
  height: 27px;
  padding-left: 10px;
}

.msgbox .contents {
	font-size: 10pt;
	padding: 10px;
	color: #585858;
}

.msgbox .closebutton_normal svg{
	position: absolute;
	top: 6px; 
	right: 6px; 	
	height: 18px;
	width: 18px;
	fill:#5F6061;
	cursor: pointer;
}
.msgbox .closebutton_normal svg{
	fill:#5F6061;
}
.msgbox .closebutton_hoover {
	position: absolute;
	top: 6px; 
	right: 6px; 	
	height: 18px;
	width: 18px;
	fill:#5F6061;
	cursor: pointer;
}
.msgbox .closebutton_hoover svg{
	fill:#B10000;
}