
/* Stylesheet screen.css for standard display */


#main { height:100% }

/* Header H1 - H6 */
h1 {
    color : #000000;
    font-family : Arial, Helvetica, sans-serif;
    font-size : 18px;
    font-style : normal;
    text-align : left;
  }


h2 {
    color : #000000;
    font-family : Arial, Helvetica, sans-serif;
    font-size : 16px;
    text-align : left;
  }


h3 {
    color : #336633;
    font-family : Arial, Helvetica, sans-serif;
    font-size : 12px;
    text-align : left;
  }


h4 {
    color : #6c7b8b;
    font-family : Arial, Helvetica, sans-serif;
    font-size : 12px;
    font-style : italic;
    text-align : left;
  }

/* Link coloring for not-visited, visited, hovering over it, active
   text-decoration is set to none, so no underlining for a link
 */


a:link {
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #004477;
  }


a:visited {
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #006699;
  }


a:hover {
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color:#CC3300;
    background-color:#ccc;
  }


a:active {
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color:#956839;
  }

/* Coloring for <tr> tags */


tr {
    font-family : Verdana, Arial, sans-serif;
    font-size : 12px;
    text-align : left;
    color : black ;
  }


/* Special css boxes
================================================*/
/* Basic styling, used when JavaScript is unsupported */
/* Normal styling */
/* Top corners and border */
.bt {
	height:17px;
	margin:0 0 0 18px;
	background:url({fileroot}/themes/default/images/box.png) no-repeat 100% 0;
}
.bt div {
	position:relative;
	left:-18px;
	width:18px;
	height:17px;
	background:url({fileroot}/themes/default/images/box.png) no-repeat 0 0;
	font-size:0;
	line-height:0;
}

	/* Bottom corners and border */
.bb {
	height:17px;
	margin:0 0 0 18px;
	background:url({fileroot}/themes/default/images/box.png) no-repeat 100% 100%;
}
.bb div {
	position:relative;
	left:-18px;
	width:18px;
	height:17px;
	background:url({fileroot}/themes/default/images/box.png) no-repeat 0 100%;
	font-size:0;
	line-height:0;
}

	/* Left border */
.i1 {
	padding:0 0 0 12px;
	background:url({fileroot}/themes/default/images/borders.png) repeat-y 0 0;
}
	/* Right border */
.i2 {
	padding:0 12px 0 0;
	background:url({fileroot}/themes/default/images/borders.png) repeat-y 100% 0;
}
	/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	display:block;
	margin:0;
	padding:1px 10px;
	background:#dddddd;
}
	/* Make the content wrapper auto clearing so it will contain floats (see http://positioniseverything.net/easyclearing.html). */
.i3:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.i3 {display:inline-block;}
.i3 {display:block;}
/* End special CSS boxes */

/* this is for the chapter pages.*/

.calibre1 {
    display: block;
    margin-bottom: 0%;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 0%;
    text-align: justify;
    text-indent: 4%
    }

