﻿/*
* Exported CSS.
*/
body {
	font: normal 13px helvetica,tahoma,arial,sans-serif;
	margin: 0px;
	padding: 0px;
	color: #555;
	background: #FFF;
}

a {
	color: inherit;
	font-style: inherit;
	font-size: inherit;
	text-decoration: none;
}

	a:hover {
		text-decoration: underline;
	}

	a img {
		border-width: 0; /* suppress IE borders for images in hyperlinks */
	}

/*
* Vanilla button <button>, <div> and hyperlink <a> elements styled to look the same
*/
.vanillaButton,
.vanillaLink {
	width: 94px;
	height: 26px;
	margin: 4px 4px 5px 1px;
	color: #303030;
	text-shadow: 1px 1px 1px #fff;
	white-space: nowrap;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: none;
	background-color: #e5e5e5;
	background-image: linear-gradient(to bottom, #ededed 0%, #ddd 100%);
	box-shadow: inset -1px 1px 1px rgba(255, 255, 255, 0.7);
	cursor: pointer;
}

.vanillaLink,
div.vanillaButton {
	height: 19px;
	padding-top: 5px;
	position: relative;
	display: inline-block;
	text-align: center;
	overflow: hidden;
	vertical-align: bottom;
}

	.vanillaButton:hover,
	.vanillaLink:hover {
		box-shadow: inset -1px 1px 1px rgba(255, 255, 255, 0.7), inset 3px -2px 4px rgba(255, 255, 255, 0.5), -1px 1px 2px rgba(0, 0, 0, 0.4);
	}

	.vanillaButton:active,
	.vanillaLink:active {
		text-shadow: 1px 1px 1px #858585;
		background-color: #4f4f4f;
		background-image: linear-gradient(to bottom, #565656 0%, #454545 100%);
		box-shadow: inset -1px 1px 2px rgba(0, 0, 0, 0.4);
	}

	.vanillaButton[disabled],
	.vanillaLink[disabled],
	.vanillaButton[disabled]:hover,
	.vanillaLink[disabled]:hover,
	.vanillaButton[disabled]:active,
	.vanillaLink[disabled]:active {
		color: #b1b1b1;
		text-shadow: 1px 1px 1px #fff;
		border-color: #e5e5e5;
		background-color: #eeeeee;
		background-image: none;
		box-shadow: inset -1px 1px 1px rgba(255, 255, 255, 0.7);
		cursor: default;
	}

	#navigationButtons .brackenButton a:hover,
	.vanillaLink:hover {
		text-decoration: none;
	}

.vanillaButton > input[type=file] {
	position: absolute;
	right: 0;
	top: 0;
	opacity: 0;
	filter: alpha(opacity="0");
	font-size: 118px;
}

/*
* No Slide Transitions
*/

/*
#contentFrame #contentLayer {
	position: relative;
}

#contentFrame.transition,
#contentFrame.transitionOut {
	display: none;
}
*/

/*
* Print bar
*/

.brackenPrintBar {
	display: none;
	margin: 0 60px;
}
	.brackenPrintBar[data-show-bar="true"] {
		display: block;
	}

.headerBar {
	height: 2em;
	margin-top: 1em;
	padding: 0 60px;
}
.brackenPrintStart {
    border: none;
    background: none;
}

/*
* Hover menus.
*/
.hoverMenuAnchor > .hoverMenuPopup {
	display: none;
}

.hoverMenuAnchor[data-hover-menu-visible="true"] > .hoverMenuPopup {
	display: block;
}

/*
* Replace references for exported files.
*/

#blockLayer {
	background-image: url(../images/bg00000035.png);
}

.feedbackFloat .shadow_r1_c1 { /* nw */ background:url('../images/shadow_r1_c1.png'); } 
.feedbackFloat .shadow_r1_c2 { /* n  */ background:url('../images/shadow_r1_c2.png'); } 
.feedbackFloat .shadow_r1_c3 { /* ne */ background:url('../images/shadow_r1_c3.png'); } 
.feedbackFloat .shadow_r2_c1 { /* w  */ background:url('../images/shadow_r2_c1.png'); } 
.feedbackFloat .shadow_r2_c3 { /* e  */ background:url('../images/shadow_r2_c3.png'); } 
.feedbackFloat .shadow_r3_c2 { /* sw */ background:url('../images/shadow_r3_c1.png'); } 
.feedbackFloat .shadow_r3_c3 { /* s  */ background:url('../images/shadow_r3_c2.png'); } 
.feedbackFloat .shadow_r3_c4 { /* se */ background:url('../images/shadow_r3_c3.png'); }

.ac-timeline-container .ac-timeline-selection .ac-timeline-selection-anchor,
.ac-timeline-container .ac-timeline-thumb {
	background-image: url(../images/AnalysisTools/ac-timeline.png);
}

.ac-drawbar-sprite {
	background-image: url(../images/AnalysisTools/ac-drawbar.png);
}
