/* General layout */

html {
	background-color: #e0e0e0;
}

body {
	background:#e0e0e0;
	color:#303030;
	margin:0;
	padding:15px 0 0;
	font-family: tahoma, verdana, sans-serif;
	font-size: 76%;
}


/* now establish the three column layout /*

/* first, the container for the three columns */

.colmask {
	width:100%;			/* need width of whole page */
	position:relative;	/* Fix IE7 overflow hidden bug */
	clear:both;
	float:left;
	overflow:hidden;	/* Chop off any overhanging divs */
}

/* values and settings common to all columns */
.colright, .colmid, .colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}
.col1, .col2, .col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, because can instead be made narrower */
	overflow:hidden;
}
/* then the three Column settings */
.threecol {
	background:#e0e0e0;		/* sets background colour of right column */
}
.threecol .colmid {
	right:20%;			/* sets width of right column */
	background:#ffffff;		/* sets background colour of center column */
}
.threecol .colleft {
	right:60%;			/* sets width of middle column */
	background:#e0e0e0;	/* sets background colour of left column */
}


/* now content of three column settings */

.threecol .col1 {
	width:56%;			/* width of center column content (column width minus padding on either side) */
	left:102%;			/* 100% plus left padding of center column */
}
.threecol .col2 {
	width:16%;			/* width of left column content (column width minus padding on either side) */
	left:26%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .col3 {
	width:16%;			/* Width of right column content (column width minus padding on either side) */
	left:90%;			/* Note brackets:
					(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}
/* done establishing columns */

/* Now do overall look and logo etc */
/* Site title */
#headercontainer
{
	margin : 0;
	padding : 0;
	background : #FFFFFF;
	position: relative;
}

#logo { 
	text-decoration: none;
	background-color: #ffffff;
	margin-top: 0px;
	margin-bottom: 5px;
	width: 100%;
	display: block;
} 

#logo h1, #logo h1 a { 
	border:none; 
	color: #240403; 
	text-align: center; 
	font-size: 1.6em; 
	background-color: inherit;
}

#logo h1 a:hover { 
	text-decoration: none;
}

#logo p, #logo p a { 
	text-decoration: none; 
	color : #240403; 
	text-align: center; 
	margin-top: 0px; 
	margin-bottom: 5px; 
	padding-top: 0px; 
	font-size: 1.1em; 
	background-color: inherit;
}

#logo p, #logo p a:hover { 
	text-decoration: none;
}

/* Done with overall look and logo */


/* Now establish some site-wide default HMTL Tags */

a {
	border-bottom-color: #505050;
	border-bottom-width: 1px;
	border-bottom-style:dotted;
	color:#303030;
	text-decoration:none;
}

a:hover {
	border-bottom-style: solid; 
	border-bottom-width: 1px;; 
	border-bottom-color: #505050; 
	color:#303030; 
	text-decoration:none;
}

a img {
	border:0;
}

h1 {
	font-size:2.2em; 
	font-weight:400; 
	margin:0 0 5px; 
	padding:0;
}

h2 {
	font-size:1.8em; 
	font-weight:400; 
	margin:0 0 12px;
}

h3 {
	font-size:1.4em; 
	font-weight:400; 
	margin:0 0 10px;
}

p {
	line-height:1.5em; 
	margin:0 0 15px; 
	text-align:left;
}

ul, ol {
	margin:0 0 15px 15px; 
	padding:0;
}

li {
	margin:0 0 3px 0;
}
/* Done with some site-wide default HMTL Tags */


/* Now the menuing system */
/* Main menu Toptabs menu */
#mainmenutabs {
	font-size: .8em; 
	margin:10px auto -13px;
}

#mainmenutabs p {
	color:gray; 
	text-align:center;
}

.mainmenutab {
	background:#f0f0f0 url(../images/corner2.gif) top right no-repeat; 
	border-bottom:1px solid #e0e0e0; 
	color:gray; 
	margin:0 0 0 4px; 
	padding:4px 5px 3px; 
	text-decoration:none;
}

.mainmenutab:hover {
	background:#fafafa url(../images/corner2.gif) top right no-repeat; 
	border-bottom:1px solid #eaeaea; 
	color:#505050; 
	text-decoration:none;
}

.activemainmenutab {
	background:#fff url(../images/corner2.gif) top right no-repeat; 
	border-bottom:1px solid #e0e0e0; 
	color:#505050; 
	margin:0 0 0 4px; 
	padding:4px 5px 3px; 
	text-decoration:none;
	background-color: #ffffff;
}

.activemainmenutab:hover {
	border-bottom:1px solid #fff; 
	text-decoration:none;
}

/* Page navigation navitabs menu */
#pagenavigationtabs { 
	clear:both; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-left-width: 1px; 
	border-top-style: solid; 
	border-right-style: solid; 
	border-left-style: solid; 
	border-top-color: #240403; 
	border-right-color: #240403; 
	border-left-color: #240403; 
	padding-top: 2px; 
	padding-right: 2px; 
	padding-left: 2px;
}

.pagenavigationtab {
	background:#e0e0e0 url(../viklund/andreas02/images/corner.gif) top right no-repeat; 
	border-bottom:1px solid #fff; 
	border-left:1px solid #fff; 
	font-size:1.1em;
	line-height: 2.2em; 
	margin:0 0 12px; 
	padding:4px 8px; 
	text-decoration:none;
}

.pagenavigationtab:hover {
	background:#d0d0d0 url(../viklund/andreas02/images/corner.gif) top right no-repeat; 
	border-bottom:1px solid #fff; 
	text-decoration:none;
}

.activepagenavigationtab {
	background:#505050 url(../viklund/andreas02/images/corner.gif) top right no-repeat; 
	color:#fff; 
	font-size:1.1em; 
	margin:0 0 5px; 
	padding:4px 8px 5px; 
	text-decoration:none;
}

.activepagenavigationtab:hover {
	color:#ffffff; 
	text-decoration:none;
	background-color: #505050;
}

#nextprevious { 
	border-bottom-width: 1px; 
	border-right-width: 1px; 
	border-left-width: 1px; 
	border-bottom-style: solid; 
	border-right-style: solid; 
	border-left-style: solid; 
	border-bottom-color: #240403; 
	border-right-color: #240403; 
	border-left-color: #240403; 
	padding-bottom: 2px;
	padding-right: 2px; 
	padding-left: 2px; 
	margin-bottom: 3px; 
	margin-left: 0; 
	padding-left: 0;
	 /* font-size:0.8em; line-height: 1.8em; */ 
}

.nextprevioustext { 
	color: #240403; 
	font-weight: bold;
	background-color:inherit;
}

/* Done with upper menuing system */


/* Now the header description area */
#desc {
	background:#505050 url(../viklund/andreas02/images/front.jpg) bottom left repeat-y; 
	clear:both; color:#fff; 
	/* height:200px; */ 
	margin:5px 0 15px; 
	padding:0 0 5px 0;
}

#desc p {
	font-size:1em; 
	line-height:1.3em; 
	padding:0 0 0 15px; 
	/* width:290px */ ;
}

#desc h2 {
	color:#fff; 
	padding:15px 15px 0;
	background-color:inherit;
}

#desc a {
	border-color:#fff; 
	color:#fff; 
	text-decoration:none;
	background-color:inherit;
}

/* Sidebar */
#sidebar {
	float:right; 
	width:150px;
}

#sidebar p {
	font-size:0.9em; 
	line-height:1.3em; 
	margin:0 0 15px;
}

#sidebar ul {
	margin:0 0 15px 0; 
	padding:0;
}

#sidebar li {
	list-style:none;
}

ul.sidelink li {
	list-style:none; 
	margin:0 0 3px; 
	padding:0;
}

ul.sidelink li a{
	background:#f0f0f0 url(../viklund/andreas02/images/corner.gif) top right no-repeat; 
	border:none; 
	display:block; 
	margin:5px 10px 5px 0; 
	padding:3px 4px 3px 8px; 
	text-align:left; width:140px;
}
ul.sidelink li a:hover {
	background:#e0e0e0 url(../viklund/andreas02/images/corner.gif) top right no-repeat; 
	border:none; 
	text-decoration:none;
}

/* Footer */
#footer, #footercopyright {
	/* width: 770px; */
	text-align: center;
	background:#fff;
	clear:both;
	margin: 0 auto;
	padding:0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e0e0e0;
	margin-bottom: 60px;
}
#footer a, #footercopyright a {
	color:gray; 
	text-decoration:none; 
}

#footer a:hover, #footercopyright a:hover {
	color:#303030;
}
#footer p, #footercopyright p {
	color:gray; 
	font-size:1.1em; 
	line-height:1.3em; 
	margin: 5px 0 0; 
	padding:0;
}
#footer img {
	margin: 0; border: 0;
}

.copyright, #footercopyright {
	text-align: center; 
}

#printheadercontainer, #printlogo, #printfooter {
	display:none; 
}

.rights { display: none;
}

#bottomnextprevious {
	background-color: #e0e0e0;
	color: #240403;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #e0e0e0;
	border-top-width: 4px;
	border-top-style: solid;
	/* border-top-color: #e0e0e0; */
	font-weight: bold;
	text-align: left;
	margin-left: 20%;
	margin-right: 20%;
	background-color:inherit;
}
#bottomnextprevious a {
	background-color: #ffffff;
	color: #240403;
	font-weight: normal;
}
/* done with footer */

/* Main content */
#main {
	border-right-color: #d8d8d8; 
	border-right-width: 1px; 
	border-right-style: solid;
	float:left; 
	margin:0; 
	padding:0 15px 0 0; 
	width:50px;
}

#container, .story {
	background:#fff; 
	margin:0 auto; 
	padding:5px 20px 20px;
}

/* Additional classes */
.photo {
	background-color:#f0f0f0;
	border-color: #d8d8d8;
	border-width: 1px;
	border-style: solid;
	margin:0 0 15px; 
	padding:2px;
}

.timestamp {
	font-size:1.2em; 
	color:#606060; 
	margin:-12px 0 12px 0;
}

.right {
	margin:-8px 0 8px 0; 
	text-align:right;
}

.block {
	background:#f0f0f0; 
	padding:10px;
}

.hide, .printhide {
	display:none;
}

.imageright {
	float:right;
}

.imageleft {
	float:left; 
}
.imagecenter, .imagecentre, .centreimage {
	margin-left: auto;
	margin-right: auto;
}

.picture { 
	border: 1px solid #CCCCCC; 
	padding: 3px;
	font-size: 11px;
	line-height: 1.4em;
	font-family:Arial, Helvetica, sans-serif; 
	text-align:center;
}

.picture img { 
	border: 1px solid #CCCCCC;
	vertical-align:middle; 
	margin-bottom: 3px;
} 

.rightimage { 
	margin: 0.5em 0pt 0.5em 0.8em; 
	float:right;
} 

.leftimage { 
	margin: 0.5em 0.8em 0.5em 0; 
	float:left;
}

.centerimage { 
	margin-left:auto;
	margin-right:auto;
}
.clearboth {
	clear:both;
}
.clearright {
	clear:right;
}
.clearleft {
	clear: left;
}

#frontpageaims, #synopsiscontainer {
	border: 1px solid #240403;
	padding-bottom: 2%;
	padding-top: 1%;
	background-color: #e0e0e0;
	margin-bottom: 1.5em;
}
#frontpageaims .threecol .colmid, #synopsiscontainer  .threecol .colmid {
	background:#e0e0e0;		/* sets background colour of center column */
}


#frontpageaims ol, #synopsiscontainer  ol {
	list-style-position: outside;
	list-style-type: upper-roman;
	margin-left: 20px;
	margin-right: 12px;
}

#frontpageaims li, #synopsiscontainer  li {
	margin-top: 0;
	padding-top:0;
}

#frontpageaims p, #synopsiscontainer  p {
	margin-left: 5px;
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 0;
	padding-top: 0;
	display: inline;
}

#frontpageaims ol ol, #synopsiscontainer  ol ol {
	list-style-position: outside;
	list-style-type: decimal;
	margin-left: 40px;
}

#frontpageaims li li, #synopsiscontainer  li li {
	border: none;
}


#synopsiscontainer a:hover {

}

#biologydefinition, #ecologydefinition,  #threeconstraints, #populationequations, #threeproperties, #questionsonyoga, #bookreview {
	border: 1px solid #240403;
	margin: 2%;
	padding: 0;
	padding-left: 2%;
	padding-top: 1%;
	background-color: #e0e0e0;
}
#biologydefinition h4, #ecologydefinition h4,  #threeconstraints h4, #populationequations h4,  #threeproperties h4, #questionsonyoga h4, #bookreview h4, #biologydefinition p, #ecologydefinition p,  #threeconstraints p, #populationequations p,  #threeproperties p, #questionsonyoga p, #bookreview p  {
	margin:0;
	padding:0;
	font-weight: normal;
	text-align:left;
}
#biologydefinition h2, #ecologydefinition h2, #threeconstraints h2, #populationequations h2, #threeproperties h2, #questionsonyoga h2, #biologydefinition h3, #ecologydefinition h3,  #threeconstraints h3, #populationequations h3, #threeproperties h3, #questionsonyoga h3  {
	margin:0;
	padding:0;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-align:center;
}
.equationsref {
	font-style: italic;
	font-size: 0.9em;
}

#threeproperties p  {
	margin:0;
	padding:0 .5em;
	text-align:center;
}

#ecologydefinition ul li a:hover {
	background-color: white;
	color: #240403;
}

#enterhere, #enterhere a {
	text-align:center;
	margin: 1em;
	margin-bottom: 1.2em;
	font-size: 1.4em;
	font-family: "Courier New", Courier, monospace;
	text-decoration: none;
	background-color: #240403;
	color: #ffffff;
	font-weight: bold;
}

#enterhere a:link {
	text-decoration: none;
}


/* Text formatting */
.body-text-continue, .body-text, .quotations-group-quotes, .quotes, .listing, .list1, .quotations-group-quotes-first-line-indent, .quotes-first-line-indent, .quotes-within-quotes, .quotations-group-quotes-within-quotes, .table-data, #biologydefinition, #ecologydefinition,  #threeconstraints, #populationequations, #threeproperties, .listings-listing-upper-roman-restart, .listings-listing-lower-alpha-restart, .listing-lower-alpha-restart, .listings-listing-numerical-restart, .quotes-listings-numbers, .quotations-group-quotes-listings-numbers, .listing-numerical-2-continuation, .listing-lower-alpha, .listing-upper-alpha, ul, li, .listing-upper-alpha-restart, .quotations-group-quotes-listings-bullets, .quotes-listings-bullets {
	margin-top: 0.7em;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
}
ol.quotes-listings-numbers, ol.quotations-group-quotes-listings-numbers {
	margin-left: 45px;
	padding-left: 45px;
}
.quotes-listings-bullets, .quotations-group-quotes-listings-bullets {
	margin-left: 15px;
	padding-left: 15px;
}

.smallcaps, .mysmallcaps {
	font-variant: small-caps;
}

#biologydefinition, #ecologydefinition, #threeconstraints, #populationequations, #fourlaws, #fourmaxims, #threeproperties, #frontpageaims h1, #frontpageaims h2, #frontpageaims h3, #frontpageaims p  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
}
#frontpageaims h1, #frontpageaims h2, #frontpageaims h3, #frontpageaims p  {
	text-align:center;
}
#frontpageaims h1  {
	font-size: 1.8em;
	font-weight: bold;
}
#frontpageaims h2  {
	font-size: 1.2em;
	font-weight: normal;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	margin-left: 25%;
	margin-right: 25%;
	
} 

#frontpageaims ul {
	list-style-type: none;
}
 
#statementsbox {
	padding: 0 10%;
}

#statementsbox h3  {
	font-size: 1.0em;
	font-weight: normal;
	margin-top: 1.5em;
	margin-bottom: 0.1em;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	
}  
#statementsbox h4  {
	font-size: 0.9em;
	font-weight: normal;
	margin-top: 1.0em;
	margin-bottom: 0.5em;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	
}  
#statementsbox h2  {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 0.9em;
	margin-bottom: 0.2em;
	margin-left: 15%;
	margin-right: 15%;
	text-align:center;
	
}
#statementsbox h5, #statementsbox h5 a, #statementsbox h5 a:link  {
	font-size: 1.0em;
	font-weight: normal;
	margin-top: 0.2em;
	margin-bottom: 0.1em;
	padding-bottom: 0.3em;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	font-family: "Courier New", Courier, monospace;
	text-decoration:underline;	
}
.statements p  {
	margin-left: 1%;
	margin-right: 1%;
}
  
.statements, #sitemapper, #pdfgetter {
	background-color: #e0e0e0;
	margin-left: auto;
	margin-right: auto;
}

#pdfgetter {
	padding-top: 3em;
}


#sitemapper ul, #sitemapper ul ul {
	line-height: 1.6em;
}

#pdfgetter ul  {
	list-style-type: none;
}


#pdfgetter  {
	line-height: 1.8em;
}
#pdfgetter li {
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	margin-right: 20em;
}

.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.subscript {
	vertical-align: baseline;
	font-size: 70%;
	line-height: 0;
	position: relative;
	top: 0.4em;
}
.subsubscript {
	vertical-align: baseline;
	font-size: 50%;
	line-height: 0;
	position: relative;
	top: 0.5em;
}

.superscript {
	vertical-align: baseline;
	position: relative;
	font-size: 70%;
	line-height: 0;
	top: -0.4em;
}

#nextprevious {
	border: 1px solid #000000;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
}

.largesigma {
	font-size: 160%;
}

.largesigmasubscript {
	vertical-align: sub;
}

.largeintegralsign {
	font-size: 190%;
}

.largeintegralsubscript {
	vertical-align: sub;
	font-size: 60%;
	margin-left: -3px;
}

ol.listing, ol.list1, ol.listings-listing-upper-roman-restart, ol.listings-listing-lower-alpha-restart, ol.listings-listing-numerical-restart, ol.listing-lower-alpha, ol.listing-upper-alpha-restart ol.listing-upper-alpha-restart, ol.listing-upper-alpha, ul, li, ol.listing-lower-alpha-restart {
	margin:0 40px 15px 45px;
	padding:0;
}

ol.listing li, ol.listing-numerical, ol.listings-listing-numerical li, ol.listings-listing-upper-roman-restart li, ol.listings-listing-lower-alpha-restart  li, ol.listings-listing-numerical-restart li, ol.listing-lower-alpha li, ol.listing-lower-alpha-restart li, ol.listing-upper-alpha li, ul li, ol.listing-upper-alpha-restart li, .listing-upper-alpha li {
	margin:0 0 0 0;
}

.listings-listing-upper-roman-restart {
	list-style-position: outside;
	list-style-type: upper-roman;
}
.listings-listing-lower-alpha-restart, .listing-lower-alpha, .listings-listing-lower-alpha, .listing-lower-alpha-restart {
	list-style-position: outside;
	list-style-type: lower-alpha;
}
.listings-listing-numerical-restart {
	list-style-position: outside;
	list-style-type: decimal;
}
.listings-listing-upper-alpha-restart, .listing-upper-alpha, .listing-upper-alpha-restart {
	list-style-position: outside;
	list-style-type: upper-alpha;
}
.listing-bulleted {
	list-style-type: disc;
}

.quotes, .quotes-first-line-indent, .quotes-within-quotes, .quotations-group-quotes, .quotations-group-quotes-first-line-indent, .quotations-group-quotes-within-quotes, .quotes-listings-numbers, .quotes-listings-numbers-restart, .quotes-listings-numbers-restart-bold, .quotes-listings-numbers-bold, .quotes-listings-roman {
	line-height: 1.2em;
	margin-top: 0;
	margin-right: 80px;
	margin-bottom: 0;
	margin-left: 45px;
}
.quotes-first-line-indent, .quotations-group-quotes-first-line-indent, .quotes-listings-numbers, .quotes-listings-numbers-restart, .quotes-listings-numbers-restart-bold, .quotes-listings-numbers-bold, .quotes-listings-roman {
	text-indent:15px;
}
.quotes-listings-numbers-restart-bold, .quotes-listings-numbers-bold {
	font-weight: bold;
}

.quotes-listings-roman {
	list-style-type: upper-roman;
}

.citations {
	text-decoration: underline;
}

.section-headers {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	margin-top: 1.8em;
}
.quotes .subscript {
	font-size: 30%;
}

/* Table on contents page */

#contents {
 width: 100%;
 border: 1px solid #240403;
}
 
#contents th, #contents td  {
	text-align: left;
	/* border: thin solid #240403; */
	border: 0;
	padding-left: 5px;
	padding-right: 5px;
}

#contents .number  {
	text-align:right;
	width: 20px;
}
#contents .pdf  {
	padding-left: 20px;
}
/* finish table on contents page */
 
.hamiltonian {
	font-family: "Courier New", Courier, monospace;
	font-style: italic;
	font-weight: bold;
}
.underline {
	text-decoration: underline;
}
.equations {
	margin-top: 0px;
	margin-bottom: 0px;
}
.onelineequation {
	text-align: center;
}

table  {
 width: 100%;
 border: 1px solid #240403;
}
 
table th, table td  {
	text-align: left;
	border: thin solid #240403;
	padding-left: 2px;
	padding-right: 5px;
}
table th {
font-weight: bold;
}
.gaussianinteger {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.listing-numerical-2-continuation {
}

.tablebodygroupa td, .tablebodygroupa th, .columngroupa, .pdfbackcolora {
	background-color: #e0e0e0;
}
.tablebodygroupb td, .tablebodygroupb th, .columngroupb, .pdfbackcolorb {
	background-color: #FFFFFF;
}

.pdfbackcolorb, .pdfcolora {
	height: 2.2em;
}



.tablesubhead {
	font-style:italic;
	text-align:right;
}

.tablecaption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	margin-top: 1.2em;
	margin-bottom: 1.0em;
	text-align:center;
}

.tablefromhere {
	font-size: 11px;
	line-height: 1.4em;
	font-family:Arial, Helvetica, sans-serif; 
	text-align:center;
}


.yearseason {
	font-style: italic;
}

.sub-section-headers {
	font-weight: bold;
	margin-left: 12px;
	list-style-type: none;
	margin-top: 30px;
	margin-bottom: 0;
}

.mathematical-laws {
	text-align: center;
	font-size: 1.1em;
	list-style-type: none;
}
.maxims-of-ecology-header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	text-align:center;
	margin-top: 1em;
}

.mathematical-laws-final-declaration, .constraints {
	text-align:center;
	font-size: 1.4em;
}
.maxims-of-ecology {
	margin-left: 45px;
	margin-right: 45px;
	font-size: 1.3em;	
}
.maxim-surround-box {
	border: thin solid #240403;	
}

/* Equations tables  */

.equationtable {
 width: 98%;
 border: none;
 margin-left:auto;
 margin-right: auto;
}
 
.equationtable th, .equationtable td  {
	text-align: center;
	border: none;
	padding-left: 2px;
	padding-right: 5px;
}
.equationtable p  {
	text-align: center;
}

.equationtable th {
font-weight: bold;
}

/* finish equations table  */
 
/* Stressenergytensor table  */

.stressenergytensortable {
 width: 98%;
 border: none;
 margin-left:auto;
 margin-right: auto;
}
 
.stressenergytensortable th {
	text-align: center;
	border: none;
	padding-left: 2px;
	padding-right: 5px;
}
.stressenergytensortable td {
	text-align: left;
	border: none;
	padding-left: 2px;
	padding-right: 5px;
}
.stressenergytensortable p  {
	text-align: center;
}

.stressenergytensortable th {
font-weight: bold;
}

/* finish stressenergytensor table  */

dl, .wp_comments
{
	margin: 2em 0;
	padding: 0;
	border: thin solid #240403;
	padding-bottom: .5em;	
}

dt, .wp_comments
{
	background-color: #e0e0e0;
	font-weight: bold;
	margin-bottom: 0em;
	padding: .5em;
	padding-left: 1em;
	padding-top: .5em;
}
.wp_comments {
	font-weight: normal;
}


dd
{
	margin-top: 0;
	padding-left: 2em;
	padding-top: .7em;
	font-style: normal;
}

.wp_excerpts {
	border: thin solid #240403;
	margin:0em;
	padding:0.5em 0.5em 0.7em 1em;
	margin-bottom: 0.5em;	
}

.wp_excerpts dt {
	margin: 0;
	padding:0;
}
.wp_excerpts dd, .wp_excerpts dd p, .wp_excerpts p  {
	margin: 0;
	padding:0;
	line-height: 1.2em;
}
.wp_excerpts dd  {
	padding-top: 0.1em;
	padding-left: 2.0em;
	
}
.wp_excerpts a  {
	position: relative;
	left: -2.5em;
	background-color: #240403;
	color:white; 
		
}
.wp_excerpts a:hover  {
	background-color: white;
	color: #240403;
		
}

.excerptsheader {
	color: #240403;
	text-align: center;
	background-color:white;
}

.wp_comments_text {
	margin: 0;
	line-height: 1.2em;
	padding-top: 0.1em;
	padding-left: 1.0em;
	margin-bottom: 1.0em;
}

.stButton {
		margin-right:0px;
		margin-left:0px;
}

	/* 2 Column (double page) settings */
	.doublepage {
		background:#eee;		/* right column background colour */
	}
	.doublepage .colleft {
		right:50%;			/* right column width */
		background:#fff;		/* left column background colour */
	}
	.doublepage .col1 {
		width:46%;			/* left column content width (column width minus left and right padding) */
		left:52%;			/* right column width plus left column left padding */
	}
	.doublepage .col2 {
		width:46%;			/* right column content width (column width minus left and right padding) */
		left:56%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
	}

.diagramsfileborder {
	/* margin-left: 4.8em;
	margin-right: 4.8em; */
	margin-bottom: 3.5em;
	padding-bottom: 2em;
	/* border-top-width: 0.1em; */
	border-bottom-width: 0.1em;
	/* border-top-style: solid; */
	border-bottom-style: solid;
	/* border-top-color: black; */
	border-bottom-color: black;
}

.herewith-laws-of-biology {
	font-weight: bold;
	text-align: center;
	margin-right: 22%;
	margin-left: 22%;
	margin-bottom: 30px;
}

.containequation
{
   text-align: right;
}

.containequation .label
{
   float: left;
   text-align: left;
   display: inline-table;
}

.div.outerclass {
  text-align: right;
}

.div.outerclass .label {
  float: left;
   text-align: left;
   display:inline;
}


.equationcontainer {
	width: 98%;
 	border: none;
 	margin-left:auto;
 	margin-right: auto;
	text-align: center;
	float: none;
	display: block;
}

.newequation {
font-size: inherit;
}
.continuenewequation {
display: inline;
font-size: inherit;
}

.holdequation {
float: left;
height: 2em;
padding: 0.75em 0 0.75em 0;
position:relative;
top: -0.75em;
}

.continueholdequation {
height: 2em;
padding: 0.75em 0 0.75em 0;
position:relative;
top: -0.75em;
}

.newfraction {
float: left; 
text-align: center;
}
.newnumerator {
border-bottom: 0.1em solid black;
}
.newdenominator {
border-top: 0.1em solid black;
}
.continueequation {
display: inline;
height: 2em;
padding: 0.75em 0 0.75em 0;
}
.postequation {
float: left;
height: 2em;
padding: 0.75em 0 0.75em 0;
position:relative;
top: 0;
}

#rightnavigationtabs { 
	clear:both; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-left-width: 1px; 
	border-bottom-width: 1px; 
	border-top-style: solid; 
	border-right-style: solid; 
	border-left-style: solid; 
	border-bottom-style: solid; 
	border-top-color: #240403; 
	border-right-color: #240403; 
	border-left-color: #240403; 
	border-left-color: #240403; 
	padding-top: 2px; 
	padding-right: 6px; 
	padding-left: 6px;
	padding-bottom: 6px;
	font-size: .9em;
	line-height: 1.1em;
	background-color:#e0e0e0;
}

#rightnavigationtab {
	background:#e0e0e0 url(../images/corner.gif) top right no-repeat; 
	border-bottom:1px solid #fff; 
	border-left:4px solid #fff; 
	font-size:1.1em;
	line-height: 2.2em; 
	margin:0 0 12px; 
	padding:4px 8px; 
	text-decoration:none;
}

.rightnavigationtab:hover {
	background:#ffffff url(../images/corner.gif) top right no-repeat; 
	border-bottom:1px solid #e0e0e0; 
	text-decoration:none;
}

.activerightnavigationtab {
	background:#505050 url(../images/corner.gif) top right no-repeat; 
	color:#fff; 
	font-size:1.1em; 
	margin:0 0 5px; 
	padding:4px 8px 5px; 
	text-decoration:none;
}

.activerightnavigationtab:hover {
	color:#fff; 
	text-decoration:none;
	background-color:inherit;
}
