/*******************************************************************************************

	General layout and backgrounds 
	
/*******************************************************************************************/

body, iframe, div, img, ul, p, h1, h2, h3, h4, h5, h6, button, a
{
    margin: 0px;
    padding: 0px;
}

#contentBody
{
}

/*******************************************************************************************

	content: Bookchapters, Description & Controls, Bookpages

/*******************************************************************************************/
div#bookChapters
{
	position: relative;
	height: 34px; !important!
	white-space: nowrap;
	border-bottom: 2px solid black;
}
.chapter
{
	float: left;
	padding: 0px 10px 0px 0px;
	height: 48px;
}
.chapter a
{
	font-family: Jazzhotel;
	font-size: 18px;
	color: #aa9989;
	text-decoration: none;
	cursor: pointer;
}
.selectedChapter
{
	background: url('img/selectedChapterBackground.png') no-repeat center;
}
.selectedChapter a
{
	color: black;
}
.chapterSeparator
{
	float: left;
	position: relative;
	top: 7px;
	padding: 0px 10px 0px 0px;
	height: 14px;
	border-left: 2px solid #aa9989;
}

div#chapterDescriptionAndVideoButtons
{
	padding: 10px 0px 0px 0px;
	position: relative;
	height: 50px;
}
div#chapterDescription
{
	position: absolute;
	top: 20px;
	left: 0px;
	height: 80%;
	width:50%;
	text-align: left;
}
div#videoButtons
{
	position: absolute;
	height: 100%;
	width: 50%;
	right: 0px;
	text-align: right;
}

div#bookContent
{
	position: relative;
}

.openPlayerDialogButton
{
	font-family: Jazzhotel;
	border: none;
	cursor: pointer;
	background-color: transparent;
}
.openPlayerDialogButton > *
{ 
	vertical-align: middle;
}
.bookPage
{
	cursor: pointer;
}

.chapterPage
{
	background: url('img/chapterPageBackground.png');
	width: 100%;
	height: 100%;
}
.subChapterTable
{
	position: absolute;
    left: 15px;
    top: 20px;
	width: 450px;
	font-family: Jazzhotel;
	font-size: 15px;
	border-collapse:  collapse;
}
.subChapterHeader
{
	border-bottom: 1px solid black;
}
.subChapterHeaderSpace
{
	height: 10px;
}
.subChapterSpace
{
	height: 3px;
}
.subChapterTitle.linked, .subChapterBookPage.linked
{
	color: red;
}
.subChapterBookPage
{
	width: 65px;
}
.subChapterTitle
{
	width: 285px;
}
.subChapterLink a
{
	color: red;
	text-decoration: none;
}
.subChapterLink img
{
	border-left: 2px solid red;
    vertical-align: middle;
    height: 12px;
	border: none;
}
span#zoomTooltip
{
	display: none;
	position: absolute;
	top: -18px;
	left: 46%;
	z-index: 200;
	
	background: #f4cd8c;
	border-right: 2px solid gray;
	border-bottom: 2px solid gray;
	padding: 2px 7px;
	border-radius: 5px;	
	
	text-align:center;
	font-size: 13px;
}

.helperField
{
	display: none;
}
/*******************************************************************************************

	Debug

/*******************************************************************************************/


