@import url("fonts.css");

a.ui-link-inherit {
	font-size: 14px;
	font-weight: normal;
	text-shadow: none;
	}

DIV.itemDetailSheet p {
	padding-left:40px;
	padding-right:20px;
	line-height: 140%;
}
DIV.itemDetailSheet .social a {
	padding-right:10px;
}


DIV#loader360 {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	text-align: center;
	color: #FFF;
	z-index: 2000;
}

DIV#loader360 DIV.pageMask {
/*
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
*/
	position: absolute;
	top: 0;
	left: 0;
	background-color: #FFF;
	z-index: 1;
}
DIV#loader360 DIV.swipePanel {
	background: transparent;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
DIV#loader360 a.close {
	display: block;
	position: absolute;
	background-color: #000;
	width: 38px;
	height: 38px;
	top: 0;
	right: 0;
	background: no-repeat top left url(../images/close.png);
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	z-index: 5000;
}

DIV#loader360 DIV.imagePanel {
	position: absolute;
	background-color: #FFF;
	top: 0;
	left: 0;
	z-index: 1;
	text-align: center;
	overflow: hidden;
}
DIV#loader360 DIV img.rotate {
	/* for firefox, safari, chrome, etc. */
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	/* for ie */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}


BODY {
	background: #8f201b !important;
	font-family: AboriginalSans, Helvetica, Arial, sans-serif;
	color: #000;
	font-size: 100%;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
.main-pages {
	background: top center no-repeat #8f201b url(../images/bg-welcome-page.jpg) !important;
}
A.acciBackButton {
	display: block;
	position: absolute;
	left: 6px !important;
	top: 50% !important;
	margin: -12px 0 0 0 !important;
	background: no-repeat top left url(images/back-button.png);
	color: #000;
	padding: 5px 10px 5px 10px !important;
	height: 24px !important;
	width: 40px !important;
	font-size: 14px !important;
	text-align: center;
	border: none;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	text-shadow: none;
}
A.acciBackButton span {
	border: none;
	padding: 0 !important;
}

DIV.tabNavigation {
	border-bottom: 3px solid #c13832;
	height: 35px;
}
DIV.tabNavigation A, DIV.tabNavigation A:active, DIV.tabNavigation A:focus, DIV.tabNavigation A:hover {
	display: block;
	padding: 8px 15px;
	float: left;
	background-image: -moz-linear-gradient(top, #e1dddd, #f8f8f8);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#e1dddd),color-stop(1,#f8f8f8));
  	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#e1dddd', EndColorStr='#f8f8f8')";
	border: none;
	margin: 0 5px 0 0px;
	font-family: AboriginalSans, Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #000;
	text-shadow: none;
	text-decoration: none;
}
DIV.tabNavigation A.onPage {
	background-image: -moz-linear-gradient(top, #73787d, #414950);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#73787d),color-stop(1,#414950));
  	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#73787d', EndColorStr='#414950')";
	border: none;
	color: #fff;
	border-top: 0px solid #c13832;
	border-bottom: 1px solid #c13832;
	border-left: 0px solid #c13832;
	border-right: 0px solid #c13832;
}


DIV.fbCommentGroup {
	background-color: #eee;
	margin: 2px;
}
DIV.fbComment {
	padding-left: 10px;
}
UL.audioGroup {
	list-style: none;
	margin:0;
	padding: 0;
}
UL.audioGroup LI {
	margin:0;
	padding: 0;
}
UL.audioGroup LI A {
	display: block;
	color: #820000;
	padding: .5em 0 .5em 80px;
	background: no-repeat 20px center url(../images/ico-audio.png);
	text-decoration: none;
}
UL.audioGroup LI A SPAN {
	color: #222;
}



DIV.collapsibleGroup > H3 {
	background-image: -moz-linear-gradient(top, #be3731, #8e201b);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#be3731),color-stop(1,#8e201b));
  	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#be3731', EndColorStr='#8e201b')";
	background-color: #a62b26;
	font-family: AboriginalSans, Helvetica, Arial, sans-serif;
	font-size:16px;
	font-weight: normal;
/*	-moz-box-shadow: 2px 2px 4px #aaa;
	-webkit-box-shadow: 2px 2px 4px #aaa;
*/	box-shadow: 2px 2px 4px #aaa;
	color: #fff;
	margin: 0;
	padding: 10px 10px 10px 50px;
	position: relative;
	cursor: pointer;
	font-weight: normal !important;
}
DIV.collapsibleGroup > DIV {
	display: none;
}
DIV.collapsibleGroup > H3 > SPAN.open, DIV.collapsibleGroup > H3 > SPAN.closed {
	position: absolute;
	left: 6px;
	top: 50%;
	margin: -12px 0 0 0;
	width: 24px;
	height: 24px;
	background: no-repeat center center url(images/chevron-up.png);
}
DIV.collapsibleGroup > H3 > SPAN.open {
	background: no-repeat center center url(images/chevron-down.png);
}
DIV.itemList DIV.item { height: 120px; width: auto; height: 150px; position: relative; cursor: pointer; /*-webkit-border-radius: 0px; -moz-border-radius: 0px; 
	border-radius: 0px;
	-moz-box-shadow: 0px 0px 20px #BBB;
	-webkit-box-shadow: 0px 0px 20px #BBB;
	box-shadow: 0px 0px 20px #BBB;
*/ background: no-repeat bottom center url(images/sep.png); margin-top: 15px; margin-right: auto; margin-bottom: 0px; margin-left: auto; padding-bottom: 30px; }
DIV.item DIV.img a, DIV.item DIV.img A:active {
	border: none;
}
DIV.item DIV.img {
	width: 160px;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
}
DIV.item DIV.title {
	font-family: AboriginalSans;
	font-weight: normal;
/*	text-overflow: ellipsis;
*/	margin-left: 160px;
	margin-bottom: 10px;
/*	white-space: nowrap;
	overflow: auto;
*/	font-size: 13pt;
	color: #c13832;
}

DIV.item DIV.vidimg {
	width: 210px;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
}
DIV.item DIV.vidtitle {
	font-family: AboriginalSans;
	font-weight: normal;
/*	text-overflow: ellipsis;
*/	margin-left: 210px;
	margin-bottom: 10px;
/*	white-space: nowrap;
	overflow: auto;
*/	font-size: 13pt;
	color: #c13832;
}
DIV.item DIV.origin {
	margin-left: 160px;
	font-weight: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 10pt;
	color: #c13832;
}
DIV.item DIV.desc {
	margin-left: 160px;
	font-weight: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 8pt;
	color: #414950;
	
}

DIV.item DIV.desc img {
	padding-top:15px;
	padding-left:0px;
	width:65px; 
	height:23px;
}

DIV.item DIV.onexhibit {
	margin-left: 160px;
	text-align: right;
	font-family: AboriginalSansMedium;
	font-weight: bold;
	font-size: 7pt;
	color: #eabf03;
}


DIV.itemDetailSheet {
	font-family: AboriginalSans, Helvetica, Arial, sans-serif;
	margin-left: 0;
}
DIV.itemDetailSheet H2 {
	margin: 20px 20px 0px 40px;
	font-family: AboriginalSans;
	font-size: 14pt;
	font-weight: normal;
	color: #c13832;
}
DIV.itemDetailSheet DIV.img {
	background: center no-repeat url(images/ajax-loader.png);
	position: relative;
	height: 240px;
	text-align: center;
}
DIV.itemDetailSheet .social {
	background: no-repeat top center url(images/sep-artefact.png); height:50px; margin-top: 0px; margin-right: auto; margin-bottom: 0px; margin-left: auto; padding-top: 20px; padding-bottom: 10px; }

DIV.itemDetailSheet H3 {
	font-family: AboriginalSans, Arial, Helvetica, sans-serif;
}
DIV.itemDetailSheet DIV.video {
	float: left;
	margin: 5px;
	width: 100px;
	height: 80px;
	position: relative;
	margin: 5px;
	background-color: #666;
	border: 1px solid #ccc;
/*
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 0px 0px 10px #aaa;
	-webkit-box-shadow: 0px 0px 10px #aaa;
	box-shadow: 3px 3px 10px #aaa;
*/
}
DIV.itemDetailSheet DIV.video img {
	width: 100px;
	height: 80px;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}
DIV.itemDetailSheet DIV.video span.vrset {
	position: absolute;
	z-index: 1;
	bottom: 5px;
	right: 5px;
	width: 30px;
	height: 20px;
	display: block;
	background: center center no-repeat url(../images/360-view-icon.png);
}
DIV.itemDetailSheet TABLE * {
	padding: 10px 5px;
}
DIV.itemDetailSheet TABLE {
	padding-bottom: 30px ;
	padding-left: 30px ;
	padding-right: 30px ;
}
DIV.itemDetailSheet INPUT, DIV.itemDetailSheet TEXTAREA {
	width: 100%;
	font-size: 13pt;
	border: 1px solid #999;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 2px 2px 3px #AAA;
	-webkit-box-shadow: 2px 2px 3px #AAA;
	box-shadow: 2px 2px 3px #AAA;
}
DIV.itemDetailSheet TABLE TBODY TR {
	vertical-align: top;
	padding-top: 5px;
}
DIV.itemDetailSheet TABLE TBODY TH {
	font-family: AboriginalSans, Arial, AboriginalSans, Helvetica, sans-serif;
	font-weight: normal;
	color: #edc200;
	text-align: left;
}
DIV.itemDetailSheet div.recordSection {
	position: relative;
	height: 80px;
	background: #333 -webkit-gradient(linear, left top, left bottom, from(#a97e47), to(#cd9956));
}
DIV.itemDetailSheet div.recordSection img {
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -32px;
}
DIV.itemDetailSheet div.recordSection div.desc {
	font-size: 18px;
	margin-left: 90px;
	padding: 10px;
	color: #fff;
	text-shadow: none;
	font-weight: normal;
}
DIV.itemDetailSheet input[type="button"] {
	background: #333 -webkit-gradient(linear, left top, left bottom, from(#eee), to(#bbb));
	border: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width: auto;
	color: #333;
	font-weight: bold;
	padding: .5em;
}
DIV.itemDetailSheet input[type="button"]:hover, DIV.itemDetailSheet DIV#accordion DIV.section input[type="button"]:active {
	background: #666 -webkit-gradient(linear, left top, left bottom, from(#bbb), to(#eee));
}

a, a:link, a:visited, a:hover, a:active {
	border: none !important;
}


/* Top Header Bar and Buttons*/
.ui-title {	font-size:16px !important; font-weight:	normal;
	}

.ui-bar-a {
	border: 0px;
	color: #ffffff; font-weight: normal; text-shadow: 0 -1px 1px #8f1e00;
	background: #8f201b -webkit-gradient(linear, left top, left bottom, from(#be3731), to(#8f201b));
	background-image: -moz-linear-gradient(center bottom, #be3731 0%, #8f201b 100%);
  	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#be3731', EndColorStr='#8f201b')";
	background-color: #8f201b;
}
.ui-bar-a, .ui-bar-a input, .ui-bar-a select, .ui-bar-a textarea, .ui-bar-a button {font-family: AboriginalSans, Helvetica, Arial, sans-serif; font-weight: bold;}
.ui-bar-a .ui-link-inherit {color: #333;}
.ui-bar-a .ui-link {color: #333; font-weight: bold;}

.ui-btn-up-a {border: 1px solid #600; background: #9a0000; font-weight: bold; color: #fff; cursor: pointer; /*  text-shadow: 0 1px 1px #600  */ text-decoration: none; background-image: -moz-linear-gradient(top, #9a0000, #6e0000); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #9a0000), color-stop(1, #6e0000)); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#9a0000', EndColorStr='#6e0000')";}
.ui-btn-up-a a.ui-link-inherit {color: #fff;}
.ui-btn-hover-a {border: 1px solid #600; background: #a00; font-weight: bold; color: #fff; text-decoration: none; /*  text-shadow: 0 1px 1px #600  */ background-image: -moz-linear-gradient(top, #a00, #6e0000); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #a00), color-stop(1, #6e0000)); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#a00', EndColorStr='#6e0000')";}
.ui-btn-hover-a a.ui-link-inherit {color: #fff;}
.ui-btn-down-a {border: 1px solid #600; background: #820000; font-weight: bold; color: #fff; /*  text-shadow: 0 1px 1px #600  */ background-image: -moz-linear-gradient(top, #820000, #a00); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #820000), color-stop(1, #a00)); -msfilter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#820000', EndColorStr='#a00')";}
.ui-btn-down-a a.ui-link-inherit {color: #fff;}
.ui-btn-up-a, .ui-btn-hover-a, .ui-btn-down-a {font-family: AboriginalSans, Helvetica, Arial, sans-serif; font-weight: normal;}

/* Secondary Header Bars */
.ui-bar-b {border: 0px; background: #e1dddd; color: #ffffff; font-weight: bold; text-shadow: 0 -1px 1px #999; background-image: -moz-linear-gradient(top, #e1dddd, #9d9573); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e1dddd), color-stop(1, #9d9573)); -msfilter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#e1dddd', EndColorStr='#9d9573')";}
.ui-bar-b, .ui-bar-b input, .ui-bar-b select, .ui-bar-b textarea, .ui-bar-b button {font-family: AboriginalSans, Helvetica, Arial, sans-serif;}
.ui-bar-b .ui-link-inherit {color: #333;}
.ui-bar-b .ui-link {color: #820000; font-weight: bold;}

.ui-btn-up-b {border: 1px solid #B6B6B6; background: #f6f3e5; font-weight: bold; color: #555555; cursor: pointer; /*  	text-shadow: 0 1px 1px #ffffff;
  */ text-decoration: none; background-image: -moz-linear-gradient(top, #f6f3e5, #f8f8f8); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f6f3e5), color-stop(1, #f8f8f8)); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f6f3e5', EndColorStr='#f8f8f8')";}
.ui-btn-up-b a.ui-link-inherit {color: #555555;}
.ui-btn-hover-b {border: 1px solid #B6B6B6; background: #f8f8f8; font-weight: bold; color: #555555; text-decoration: none; /*  	text-shadow: 0 1px 1px #ffffff;
  */ background-image: -moz-linear-gradient(top, #f8f8f8, #B6B6B6); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f8f8f8), color-stop(1, #B6B6B6)); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f8f8f8', EndColorStr='#B6B6B6')";}
.ui-btn-hover-b a.ui-link-inherit {color: #555555;}
.ui-btn-down-b {border: 1px solid #B6B6B6; background: #B6B6B6; font-weight: bold; color: #555555; /*  	text-shadow: 0 1px 1px #ffffff;
  */ background-image: -moz-linear-gradient(top, #B6B6B6, #f8f8f8); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #B6B6B6), color-stop(1, #f8f8f8)); -msfilter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#B6B6B6', EndColorStr='#f8f8f8')";}
.ui-btn-down-b a.ui-link-inherit {color: #555555;}
.ui-btn-up-b, .ui-btn-hover-b, .ui-btn-down-b {font-family: AboriginalSans, Helvetica, Arial, sans-serif;}

/* Content Background and Buttons */
.ui-body-c {color: #333333; background: #fff;}
.ui-body-c, .ui-body-c input, .ui-body-c select, .ui-body-c textarea, .ui-body-c button {font-family: AboriginalSans, Helvetica, Arial, sans-serif;}
.ui-body-c .ui-link-inherit {color: #555555;}
.ui-body-c .ui-link {color: #555555; font-weight: normal; text-decoration: none; border-bottom: 1px dotted #555555;}
.ui-body-c .ui-link:hover {color: #999; border-bottom: 1px dotted #820000;}
.ui-btn-up-c {border: 0px solid #ddd; background: #f6f3e5; font-weight: bold; color: #555555; cursor: pointer; /*  	text-shadow: 0 1px 1px #ffffff;
  */ text-decoration: none; background-image: -moz-linear-gradient(top, #e5e5e5, #fff); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e5e5e5), color-stop(1, #fff)); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#e5e5e5', EndColorStr='#fff')";}
.ui-btn-up-c a.ui-link-inherit {color: #555555;}
.ui-btn-hover-c {border: 0px solid #ddd; background: #f8f8f8; font-weight: bold; color: #555555; text-decoration: none; /*  	text-shadow: 0 1px 1px #ffffff;
  */ background-image: -moz-linear-gradient(top, #f8f8f8, #B6B6B6); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f8f8f8), color-stop(1, #B6B6B6)); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f8f8f8', EndColorStr='#ddd')";}
.ui-btn-hover-c a.ui-link-inherit {color: #555555;}
.ui-btn-down-c {border: 0px solid #ddd; background: #ddd; font-weight: bold; color: #555555; /*  	text-shadow: 0 1px 1px #ffffff;
  */ background-image: -moz-linear-gradient(top, #B6B6B6, #f8f8f8); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #B6B6B6), color-stop(1, #f8f8f8)); -msfilter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ddd', EndColorStr='#f8f8f8')";}
.ui-btn-down-c a.ui-link-inherit {color: #555555;}
.ui-btn-up-c, .ui-btn-hover-c, .ui-btn-down-c {font-family: AboriginalSans, Helvetica, Arial, sans-serif;}

/* Active class used as the "on" state across all themes */
.ui-btn-active {border: 1px solid #333333; background: #555555; font-weight: bold; color: #fff; cursor: pointer; text-shadow: 0 -1px 1px #555555; text-decoration: none; background-image: -moz-linear-gradient(top,#333333,#555555); background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #333333),color-stop(1, #555555)); -msfilter: "progid:DXImageTransform.Microsoft.gradient(startColorStr=' #333333', EndColorStr='#555555')"; outline: none;}
.ui-btn-active a.ui-link-inherit {color: #fff;}

/* Focus state - set here for specificity */
.ui-focus {-moz-box-shadow: 0px 0px 12px #f00; -webkit-box-shadow: 0px 0px 12px #555555;	box-shadow: 0px 0px 12px #555555;}

/* Search Icon */
.ui-icon-searchfield.ui-body-a, .ui-icon-searchfield.ui-body-b,.ui-icon-searchfield.ui-body-c {background-image: url(images/icon-search-black.png); background-size: 16px 16px; background-repeat:no-repeat; background-position: 8px 8px;}

/* Field Contain */
.ui-field-contain {border: none; padding: 0px 0px 0.5em 0px;}

/* General Styles */
h2 {color: #820000;}

a.ui-link-inherit {
	font-size: 16px;
	font-weight: normal;
	text-shadow: none;
	}
span.ui-btn-text {
	font-size: 16px;
	font-weight: normal;
	text-shadow: none;
	}
	
.ui-header span.ui-btn-text
{
	font-size: 12px;
	font-weight: normal;
	text-shadow: none;
	}
	
.closeLayer {
	position: relative!important;
	width: 100%!important;
	height: 100%!important;
}

.videoEmbed {
	background: top center no-repeat #8f201b url(../images/bg-welcome-page.jpg) !important;
}

.videoSource {
	padding-top: 20px;
}

		.rotationHolder {
			width:100%;
			height:700px;
			overflow: hidden;
		}

	
		.rotationViewer {
			position:relative;
			width:310px;
			height:221px;
/*
			width:420px;
			height:300px;
			border-style:solid;
			border-width:1px;
*/
			margin:auto;
/* 			margin-bottom:10px; */
			cursor:pointer;
		}
		.rotationViewer img {
			position:absolute;
			visibility:hidden;
			left:0;
			top:0;
			width:100%;
			height:100%;
		}
		
