@charset "utf-8";
/* CSS Document

Author: Dhakshina Murthy
Company: Impelsys India Ltd.
Creation Date: 03-11-11, 6:00 P.M

*/

/*************** RESET ELEMENTS **************/

body, html {
	margin:0;
	padding:0;
}
body {
	font:small/1.5em Verdana, Arial, Helvetica, sans-serif;
	color:#333;
}
div, h1, h2, h3, h4, h5, h6, p, ul, ol, ul li, ol li, form, fielset {
	margin:0;
	padding:0;
}
img {
	border: 0;
}
p {
	padding:10px;
	text-align:justify;
}
ul, ol {
	list-style:none;
}


/***** Global Classes *****/

.spacer {
	clear:both;
	font-size:1px;
	height:1px;
	background: none;
	border:none;
}
.clearboth {
	clear:both;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.textleft {
	text-align:left;
}
.textright {
	text-align:right;
}
.textcenter {
	text-align:center !important;
}
.textjustify {
	text-align:justify;
}
.underline {
	border-bottom:1px solid;
}
a:link {
	text-decoration:none;
	color:#333;
}
a:visited {
	text-decoration:underline;
	/*color:#06f;*/
	color:#333;
}
a:hover {
	text-decoration:underline;
	color:#333;
}
a:active {
	text-decoration:underline;
	color:#333;
}

/***************** TEMPLATE SPECIFIC ******************/

#epubWrapper {
	margin:0 auto;
	padding:0;
	position:relative;
	background:#fff;
}
.innerWrapper {
	width: 85%;
	height: 450px;
	overflow: hidden;
	margin:0px auto;
}

#slider {
	width:95%;
	margin:0px auto;
}
#header {
	padding:5px;
}
	#header h1 {
		width:64%;
		float:left;
		margin:5px;
		font-size:130%;
	}
	#header ul {
		/*width:34%;*/
		float:right;
		font-size:90%;
		margin:0px;
		text-align:right;
	}
	#header ul li {
		float:left;
		padding:7px 3px;
		text-align:right;
	}
	#header ul li a {
		padding:0px 14px 0px 12px;
		border-right:1px solid #666;
	}
	#header ul li.last a {
		padding:0px 12px;
		border-right:0px solid #666;
	}

#toolBar {
	background:url(../images/epub_images/header-bg.jpg) top left repeat-x;
	height: 22px; /*Height of top section*/
	clear:both;
	border-top:1px solid #454545;
	padding:3px;
}
	#toolBar a img {
		margin:0px 7px;
		vertical-align:top;
	}
	#toolBar .search {
		width:49%;
		float:left;
	}
	#toolBar input {
		color:#666;
		padding:1px;
		vertical-align:top;
		height:16px;
	}
	#toolBar .links {
		width:49%;
		float:right;
		text-align:right;
	}
	#toolBar .links a {
		text-decoration:none;
	}
	#toolBar .links .popupBox .arrow {
		position:absolute;
		top:-14px;
		right:200px;
		background:url(../images/epub_images/arrow-popup.png) top left no-repeat;
		width:70px;
		height:14px;
	}
	#toolBar .links a:hover .popupBox {
		display:block;
	}

#content {
	/*height:auto !important;*/
	line-height:25px;
	margin:10px auto;
}
#slider {
	text-align:center;
	padding:10px;
}
#paging {
	padding:0px;
	z-index:99;
}
#paging :hover{
	/*background: #f0f0f0;*/
}

#paging .back {
	position:absolute;
	display:block;
	left:34px;
	top:15%;
	height:75%;
}
#paging .forward {
	position:absolute;
	display:block;
	right:34px;
	top:15%;
	height:75%;
}
.popupBox {
	z-index:199;
	position:absolute;
    border:1px solid #808080;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    -webkit-border-radius: 6px;
	width:250px;
	background:#fff;
	margin-top:13px;
	display:none;
	text-align:left;
}
/*
a.listing {
	text-decoration:none;
}*/
#footer {
	clear: left;
	background:#7d7e82;
}
#footer a {
	color:#fff;
}


/***************** POPUP SPECIFIC ******************/

#popup-box {
	position:absolute;
	display:none;
}

#popup-body {
	/*width:260px;*/
	/*background:url(../images/epub_images/shareit.png);*/
	border-radius: 6px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border:1px solid #909090;
	margin-top:18px;
	-webkit-margin-top-collapse: collapse;
	background-color:#fff;
	box-shadow:0px 0px 5px #999;
	-webkit-box-shadow:0px 0px 5px #999;
	-moz-box-shadow: 0px 0px 5px #999;
	/*behavior: url(border-radius.htc);*/
}

.arrow {
	/*height:20px;*/
	position:absolute;
	top:5px;
	left:50px;
	background:url(../images/epub_images/arrow-popup.png) top left no-repeat;
	width:70px;
	height:14px;

}

#popup-body .title {
	background:#ddd;
	margin:0px;
	padding:5px 12px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	font-size:100%;
	/*behavior: url(border-radius.htc);*/
}

#popup-body .content {
	padding:5px 12px 12px;
	line-height:20px;
	overflow: scroll;
}

#popup-body ul,ol {
	padding:5px 5px 5px;
}

#popup-body ul {
	background: #f0f0f0;
}

.highlight { background-color: orange; }

#frms { width: 95%; height: 95%; overflow: hidden; margin:5px 0px; }

#frms  body, #frms  html  { overflow: hidden;}

.pgTitle { text-align:center; font-weight: bold; }

.myanchor { text-decoration:none; }

#mbkmark { display:none;}

#bmark { display:none;}

.myhilite { text-decoration: none; }

.mynotes { text-decoration: none; }

.sphidden { display:none; }

#vert-slider {
  top : 15%;
  left: 88%;
  width: 6px;
  height: 78%;
  margin: 5px;
  background: #e0e0e0;
  position: absolute;
}

#vert-slider .ui-slider-handle {
  width: 14px;
  height: 18px;
  position: absolute;
  right: -5px;
  background: #a0a0a0;
  border: solid 1px black;
  cursor: hand;
   	-webkit-overflow-scrolling: touch;
}

#horiz-slider {
  left: 10%;
  width: 75%;
  height: 6px;
  margin: 5px;
  background: #e0e0e0;
  position: relative;
}

#horiz-slider .ui-slider-handle {
  width: 18px;
  height: 14px;
  position: absolute;
  top: -4px;
  background: #a0a0a0;
  border: solid 1px black;
  cursor: hand;
  	-webkit-overflow-scrolling: touch;
}

.ipc-reg-error-message,
.ipc-error-message,
.ipc-reg-error-message1,
.ipc-error-message1
.ipc-reg-success-message,
.ipc-success-message {
	padding:5px 5px 5px 30px;
	background-color:#FEFCE0;
	border:2px solid #D90000;
	margin:10px 0;
	color:#ff0000;
	}
/* Page No Display */

.pageNoDisplay {
	visibility:hidden;
}
