
#container {
    width: 960px;
    margin: 0px auto;
}

#titles {
    padding:5px 10px 0px 15px;
    border-top: 1px solid #CCC;
}

#titles p {
    color:#444;
}

#titles strong {
	font-size:larger;
}

#main {
    margin-top:25px;
    width: 640px;
    float: right;
    margin-left:15px;
	font-size: 0.95em; 
}

#main a {
	color: #0088cc;
	text-decoration: none;
}

#main a:hover {
	text-decoration: underline;
}


body, div, dl, dt, dd, ul, ol, li, p, pre, code, blockquote {
	margin:0;
	padding:0;
	border-width:0;
	color: #444444;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

td, th {
	border-style:solid;
	border-width:1px;
}

table {
	border-collapse:collapse;
}

body {
	font-size:12px; 
	-epub-hyphens:auto;
}

table.No-Table-Style {
	font-family:arial;
	border-style:solid;
	border-width:1px;
	border-color: #cccccc;
	margin-bottom:-4px;
	margin-top:10px;
	margin-bottom: 5px;
	margin-left: 50px;
	width: 85%;
}

table.No-Table-Style td {
	padding: 5px;

}

#endspace {
	height: 750px;
	clear: both;
}

#otherlinks {
	width: 280px;
	max-height: 95%;
	overflow-y: auto;
	margin-bottom: 20px;
}

#leftside {
	position:fixed;
}

#otherlinkstop {
	background-color: #0088CC;
	border: 1px solid #ccc;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	margin-left: 2%;
	overflow-y: auto;
	max-height: 95%;
}

#otherlinksbottom {
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-color: #ccc;
	border-style: solid;
	border-width: 0 1px 1px;
	margin-left: 2%;
	overflow-y: auto;
	max-height: 95%;
}

.titleArea {
	color: #2B5F87;
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
	color: #fff;
}

/****** nav styling *********************/

#nav {
                padding: 0px 0px 0px 15px;
                border-bottom: 1px dotted #ccc;
                border-top: 1px dotted #ccc;
                font-weight: bold;
                background-color: #0088cc;
}
.navchapterheading {
list-style-type:none;
}
.ui-dialog .ui-dialog-title {
	float:none !important;
	text-align:center;
}

#nav a {
        color: #fff;
}

#pre {
       padding-right: 25px;
}

#post {
      padding-left: 25px;
}

/* UI Dialog styling */

.ui-dialog {position:fixed;}
.ui-widget-content { border: 1px solid #a6c9e2; background: #fcfdfd; color: #222222; }
.ui-widget-header { border: 1px solid #0088CC; background: #2191c0; color: #eaf5f7; font-weight: bold; }


/********** added for Local InDesign 6 epbub export *********************/
/********** added by JT *************************************************/
.chapter_heading {
	font-size : 1em;
	font-weight: bold;
	text-decoration : none;
	font-variant : normal;
	line-height : 1.3;
	margin : 12px 0px 12px 0px;
	border-left: 2px solid #F04F23;
	border-bottom: 1px solid #F04F23;
	padding: 5px;
}

.side_quote, .sidequote {
	border: 1px dotted #ccc;
	font-size: 0.9em;
/*	margin-left: 25px; */
	padding: 5px 15px 5px 25px;
	font-style: italic;
}

.char-style-override-5 {
	font-style: normal;
}

.char-style-override-4 {
	font-style: normal;
}

.para-style-override-5, .quote, .Boxed-Text-Start, .Boxed-Text {
	margin-top: 10px;
	padding: 5px 15px 5px 25px;
	background-color: #EEEEEE;	
	margin-bottom: 0px !important;
}

.quote + .quote, .Boxed-Text-Start + .Boxed-Text-Start, .Boxed-Text + .Boxed-Text {
	margin-top: 0px !important;
}

.quote + :not(.quote), .Boxed-Text-Start + :not(.Boxed-Text-Start), .Boxed-Text + :not(.Boxed-Text) {
	margin-top: 10px !important;
}


.para-style-override-6, .Boxed-Text-Start-End{
	text-align: right;
	margin-bottom: 10px;
	border: 0px;
	background-color: #ffffff;

}

#main ul, #main ol {
	list-style-type: none;
	padding-bottom: 10px;
}

li.Boxed-Bullet-Point, .bullet, .firstlevelbulletbody {
	line-height:1.444;
	margin-bottom:10px;
	margin-left:25px;
	margin-right:14px;
	text-align:left;
	text-decoration:none;
	text-indent:-14px;
	list-style-type: none;
}

li.numbered_list, li.firstlevelnumerical, .Boxed-numerical-list {
	line-height:1.444;
	margin-bottom:10px;
	margin-left:25px;
	margin-right:14px;
	text-align:left;
	text-decoration:none;
	text-indent:-14px;
	list-style-type: none;
}

li.roman_list {
	line-height:1.444;
	margin-bottom:10px;
	margin-left:25px;
	margin-right:14px;
	text-align:left;
	text-decoration:none;
	text-indent:-14px;
	list-style-type: none;
}

table.No-Table-Style .head p {
	font-weight: bold;
	padding: 5px;
	color: #ffffff;
}

table.No-Table-Style .head {
	background-color: #0088CC;
	padding: 2px;
}

table.No-Table-Style .odd {
	background-color: #EEEEEE;
}

table.No-Table-Style .even{
    background-color: #ffffff;
}

table.Basic-Table {
    border-color:#666666;
    border-style:solid;
    border-width:1px;
    margin-bottom:-4px;
    margin-top:4px;
}

table.Basic-Table td {
	padding: 0 0 0 5px;
}

.booklist_start, .booklist_end, .booklist {
	margin-left: 15px;
}

.Booklist-Start, .Booklist-End, .Booklist {
	margin-left: 15px;
}

.Boxed-Bullet-NO-BULLET {
	margin-left: 30px;
}

.Boxed-Bullet-SUB-ALPHA-LIST {
	margin-left: 30px;
	padding: 5px;
}

.subheading {
	font-weight:bold;
	padding: 5px 0px 5px 0px;
}

div.sgc-toc-title {
    font-size: 1em !important;
    font-weight:bold;
    margin-bottom: 10px !important;

}

span.strong {
	font-style: normal;
	font-weight: bold;
}

span.em {
	font-style: italic;
	font-weight: normal;
}

/************** added as part of Islam and Epistemology ************/

.no_bullet_list {
	-epub-hyphens:none;
	-epub-ruby-position:over;
	-webkit-hyphens:none;
	font-size:0.833em;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.3;
	margin-bottom:4px;
	margin-left:57px;
	margin-right:0px;
	text-align:left;
	text-decoration:none;
	text-indent:0px;
	padding: 5px 0px 5px 0px;
}

.no_bullet_list_sub {
	-epub-hyphens:none;
	-epub-ruby-position:over;
	-webkit-hyphens:none;
	font-size:0.833em;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.3;
	margin-bottom:4px;
	margin-left:75px;
	margin-right:0px;
	text-align:left;
	text-decoration:none;
	text-indent:0px;
	padding: 5px 0px 5px 0px;
}

.bullet_list {
	-epub-hyphens:none;
	-epub-ruby-position:over;
	-webkit-hyphens:none;
	font-size:0.833em;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.3;
	margin-bottom:4px;
	margin-left:57px;
	margin-right:0px;
	text-align:left;
	text-decoration:none;
	padding: 5px 0px 5px 0px;	
	list-style-type: square;
}

.activity_bullet, .activitybullet, .activitybulletend {
	line-height:1.444;
	margin-bottom:10px;
	margin-left:25px;
	margin-right:14px;
	text-align:left;
	text-decoration:none;
	text-indent:-14px;
	list-style-type: none;
}


.bullet_list_sub, .secondlevelbulletbody {
	-epub-hyphens:none;
	-epub-ruby-position:over;
	-webkit-hyphens:none;
	font-size:0.833em;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.3;
	margin-bottom:4px;
	margin-left:75px;
	margin-right:0px;
	text-align:left;
	text-decoration:none;
	padding: 5px 0px 5px 0px;	
	list-style-type: circle;
}

.secondlevelbulletbody {
	-epub-hyphens:none;
	-epub-ruby-position:over;
	-webkit-hyphens:none;
	font-size:0.833em;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.3;
	margin-bottom:4px;
	margin-left:75px;
	margin-right:0px;
	text-align:left;
	text-decoration:none;
	padding: 5px 0px 5px 0px;	
	list-style-type: none;
}

.sub_bullet {
	line-height:1.444;
	margin-bottom:10px;
	margin-left:35px;
	margin-right:14px;
	text-align:left;
	text-decoration:none;
	text-indent:-14px;
	list-style-type: none;
}


.activity_top, .activity_head, .activityhead {
/*	font-size:0.833em; */
	font-size: 1.1em;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:1.3;
	margin-bottom:5px;
	margin-left:15px;
	margin-right:25px;
	text-align:left;
	text-decoration:none;
	padding: 5px 0px 2px 0px;	
}

.activity_bottom, .activity_text, .activitytext, .activity_lineend, .activitytext_lineend {
/*	font-size:0.833em; */
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.3;
	margin-bottom:10px;
	margin-left:15px;
	margin-right:25px;
	text-align:left;
	text-decoration:none;
	padding: 5px 0px 5px 0px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.indented {
	font-size:0.833em;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.3;
	margin-bottom:4px;
	margin-left:75px;
	margin-right:0px;
	text-align:left;
	text-decoration:none;
	padding: 5px 0px 5px 0px;
}

.feedback {
	font-size:0.833em;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.3;
	margin-bottom:4px;
	margin-left:57px;
	margin-right:0px;
	text-align:left;
	text-decoration:none;
	padding: 5px 0px 5px 0px;
}

.alphalist {
	-epub-hyphens:none;
	-epub-ruby-position:over;
	-webkit-hyphens:none;
	font-size:0.833em;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.3;
	margin-bottom:4px;
	margin-left:57px;
	margin-right:0px;
	text-align:left;
	text-decoration:none;
	padding: 5px 0px 5px 0px;	
}

.now_read, .now_read1 {
	font-size:0.833em;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:1.3;
	margin-bottom:10px;
	margin-left:15px;
	margin-right:25px;
	padding: 10px;
	border: 1px dotted #666666;
	background-color: #fff;
}

.activity_text_line_end {
	font-size:0.833em;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.3;
	margin-bottom:10px;
	margin-left:25px;
	margin-right:25px;
	text-align:left;
	padding: 5px 0px 10px 0px;
}

.activity_numbered_list, .w-Activity-numbered-list {
	font-size:0.833em;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.3;
	margin-bottom:4px;
	margin-left:57px;
	margin-right:0px;
	text-align:left;
	text-decoration:none;
	padding: 5px 0px 5px 0px;	
	list-style-type: none;	
}
.quote_ref {
	font-size:0.833em;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.3;
	margin-bottom:4px;
	margin-left:57px;
	margin-right:57px;
	text-align: right;
	padding: 5px 0px 5px 0px;
}

.Boxed-Text-End {
	text-align: right;
	font-style: italic;
}

.weeks_style {
	font-weight: bold;
} 

.smallcaps {
	font-variant: small-caps;
}