body {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	overflow: hidden;
}

a {
	color:#52818C;
}

/* apply a natural box layout model to all elements */
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#reader {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url('../img/bg-body.png') repeat;
	overflow: hidden;
}

figcaption {
	padding-top: 0;
	color:#999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	line-height:150%;
}

.page {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.page p {
	line-height:150%;
}

a.figure_reference {

}

a.footnote-reference {
	vertical-align:super;
	font-size:10px;
	margin-right:0;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 0;
}

#section.oscitk_multi_column figure.html_figure .figure_content {
    overflow: auto;
}

/* figure tables */
.figure_content table {
	width:100%;
}
.figure_content table thead{

}
.figure_content table thead tr {

}
.figure_content table thead th {
	text-align:left;
	padding:5px;
}

.figure_content table tbody {

}
.figure_content table tbody tr {

}
.figure_content table tbody tr:nth-child(odd) {
	background: #eee;
}
.figure_content table tbody td {
	padding:5px;
}

/* tooltips */
.ui-tooltip-toolbar {
	background-color: #333;
	opacity: .75 !important;
	color: #fff;
	font-size: .75em;
	font-family: Helvetica;
	border: 1px solid #000;
	width: auto !important;
	border-radius: 3px;
}
.ui-tooltip-toolbar a,
.ui-tooltip-toolbar a:active,
.ui-tooltip-toolbar a:visited,
.ui-tooltip-toolbar a:hover,
.ui-tooltip-toolbar a:link {
	color: #fff;
}

/* drawers */
.drawer-handle {
	cursor: pointer;
}

/*drawer close*/
#closeDrawer {
	border-radius: 50%;
	width: 30px;
	height: 30px; 
	background:#A8C0C5;
	float:right;
	margin: 10px;
	cursor: pointer;
}

#closeDrawer:before {
    content: "x";
	position: relative;
	left: 11px;
	top: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	cursor: pointer;
}

/* misc */
.fancybox-opened .fancybox-skin {
	box-shadow: 0 0 5px 5px #000;
}

.fancybox-opened .fancybox-title {
	background-color: #000;
	color: #DDD;
	padding-left: 5px;
    font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 13px;
    line-height: 150%
}

.fancybox-opened .fancybox-title p {
	display: inline;
}

.fancybox-close {
    top: -25px!important;
    right: -25px!important;
    opacity: 1;
}
.fancybox-close:hover { opacity: 1; }

@-webkit-keyframes pulse {
	from {
	  -webkit-transform: scale(1.0);
	  animation-timing-function: ease-out;
	}
	75% {
	  -webkit-transform: scale(0);
	  animation-timing-function: ease-in;
	}
	to {
	  -webkit-transform: scale(1.0);
	  animation-timing-function: ease-out;
	}
}
#osci_linker {
	border-radius: 3px;
	-moz-border-radius: 3px!important;
	-webkit-border-radius: 3px!important;
	background-color: #cbcbcb;
	background: -moz-linear-gradient(100% 100% 90deg, #cbcbcb, #ffffff);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#cbcbcb));
	-moz-box-shadow: 0 -6px 6px #888;
	-webkit-box-shadow: 0 0 6px #888;
	box-shadow: 0 0 6px #888;
	height: 28px;
	width:100px;
}
#osci_linker a {
	width:18px;height:18px;
	overflow:hidden;
	display:block;
	padding:0;
	text-indent:-999px;
	position:absolute;
	top:5px;
	opacity:.7;
}
#osci_linker a:hover {
	opacity:1;
}
#osci_linker .next {
	background: url('../img/icon-figref-next.png') no-repeat left top;
	left:36px;
}
#osci_linker .prev {
	background: url('../img/icon-figref-prev.png') no-repeat left top;
	left:8px;
}
#osci_linker .close {
	background: url('../img/icon-figref-close.png') no-repeat left top;
	left:71px;
}
a {
	text-decoration: none;
}
.toggleCiteDialog, .toggleNoteDialog {
	font-family:Arial, Helvetica, sans-serif;
}