/* _________ Stylesheet for Silva version 1.0b frontend _______________ */
/* _________ Silva users can insert their own frontend styles _________ */
/* _________ Styles modified here will affect the Silva preview  ______ */
/*
**  Instructions to set caching headers. Inside comments area to play nicer with CSS editors.
** ** 
** 
** 
** 
*/

body {
  font-size: 10pt;
  font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
  background-color: #ffffff;
  color: black
}

/* _________________________________________________________ typography _____ */

h1, h2, h3, h4, h5, h6 {
  font-weight : bold;
  margin-top : 0px
}


h2 {
  font-size : 130%;
  margin-bottom : 0.7em;
}

h3 {
  font-size : 120%;
  margin-bottom : 0.6em;
}

h4 {
  font-size : 110%;
}

h5 {
  font-size : 105%;
}

h6 {
  font-size : 90%;
  color : black;
}

h6.minor {
  font-size : 90%;
  font-weight : normal;
  color : black;
}

.subhead {
  font-weight : bold;  
  color: black;
  line-height : 1.6em;
} 

p {
  text-align: left;
  margin-top : 0px
}

pre {
  font-size: 120%;
  color: #444466;
  background: transparent;
  padding: 0;
  border: none;
}


/* ____________________________________________ silva specific styles _____ */

p.lead {
  font-weight : bold;
}

p.annotation {
  font-style : italic;
}

div.citation {
  font-size : 110%;
  color : #426061;
  background : #F4F3DB;
  margin : 1em 3em;
  padding : 0.4em 2em 1.2em 2em;
  border : 1px solid #426061;
}

div.citation p {
  margin : 0.5em 0em;
}

div.citation p.author {
  font-size : 90%;
  font-weight : bold;
  margin-bottom : 0;
}

div.citation p.source {
  font-size : 90%;
  margin-top: 0;
  margin-bottom : 0;
}


/* ______________________________________________________ align/float _____ */

.image-left {
  text-align: left;
}

.image-center {
  text-align: center;
}

.image-right {
  text-align: right;
}

.float-left {
  float: left;
  margin-right: 1em;
  clear: none;
}

.float-right {
  float: right;
  margin-left: 1em;
  clear: none;
}


/* __________________________________________________ silva list styles _____ */

ul {
  margin : 0.5em 0em;
  /* override default indent */
  padding-left: 1.4em; 
}

ul.disc {
  list-style-type : disc;
}
  
ul.square {
  list-style-type : square ! important;
} 

ul.circle {
  list-style-type : circle;
} 

ul.nobullet {    
  list-style-type: none;   
}

ol {
  margin : 0.5em 0em;
  /* override default indent */
  padding-left: 1.9em; 
}

ol.decimal {
  list-style-type : decimal;
} 

ol.upper-roman {
  list-style-type : upper-roman;
}

ol.lower-roman {
  list-style-type : lower-roman;
}

ol.upper-alpha {
  list-style-type : upper-alpha;
}

ol.lower-alpha {
  list-style-type : lower-alpha;
}

dt {
  background : transparent;
}

dd {
  background : transparent;
  margin-left : 2.5em;
}



/* _________________________________________________ silva table styles _____ */

table.silvatable {
  empty-cells: show;
  border-collapse: collapse;
  margin-bottom: 1em;
}
table.silvatable tr {
  vertical-align: top;
} 
table.silvatable tr.rowheading {
  font-weight: bold;
  background-color: white
} 
table.silvatable td {
  border-right: none ! important;
  padding:3px;
} 
table.silvatable th.align-left, table.silvatable td.align-left {
  text-align: left;
}
table.silvatable th.align-center, table.silvatable td.align-center {
  text-align: center;
}
table.silvatable th.align-right, table.silvatable td.align-right {
  text-align: right;
}

table.datagrid, table.plain, table.list, table.grid {
  width: 100%;
}

table.plain {
/*  border-style: none; */
  border: solid 1px black
} 
table.plain td {
/*  border-right: none ! important; */
}
 
table.list td {
  border-bottom: 1px solid #444444;
} 

table.list tr.rowheading td, table.list thead th {
  border-bottom: 2px solid #444444;
} 
  
table.grid td, table.grid thead th {
  border: 2px solid #444444;
  border-right: 2px solid #444444 ! important;
} 
  
table.datagrid td {
  border: 2px solid #444444;
  border-right: 2px solid #444444 ! important;
} 
table.datagrid tr.rowheading td {
  border-top-style: none;
  border-left-style: none;
  border-right-style: none ! important;  
} 

table.simple {
  border-style: none;
}

table.simple thead th {
  font-weight: normal;
}

td.even table td {
  border-right: none ! important;
}


/*___________________________________________ various table layouts _____ */ 

table.black_border td,
table.black1 td,
table.red td, 
table.green td {
  padding: 0 5px;
}

table.black_border { 
  border: 1px solid black;
}

table.black_border td { 
  border: 1px solid black;
}

table.black_border tr.odd td { 
  background-color: #c1c1c1; 
}

table.black1 tbody { 
  border-right: 1px solid black; 
}

table.black1 td {
  border: 1px solid black;
}

table.red { 
  border: 1px solid darkred;
}

table.red td {
  border: 1px solid darkred;
}

table.red tr.odd td {
  background-color: #d0bbbb;
}

table.green {
  border: 1px solid darkgreen;
}

table.green td {
  border: 1px solid darkgreen;
}

table.green tr.odd td {
  background-color: #b3c99c;
}

/* definitions for batching */
div.listingBar {
  width: 60em;
  margin: 2em 0;
}

div.listingBar .next {
  margin-left: 5em;
} 

div.listingBar .previous {
  margin-right: 5em;
}


/* ______________________________________________ silva frontend layout _____ */


/* defines the width of the text in the preview/public layout */
/* duplicated from silva.css */
.public {
  /* for IE5 */
  width : 620;
}

/* this selector works only for standards compatible browsers like mozilla */
/* IE ignores this definition below */
body>div.public {
  width : 44em;
}


/* ____________________________________________________________ links _____ */

a:link {
  color : #000066;
  text-decoration : underline;
}
a:visited {
  color : #000066;
  text-decoration : underline;
}
a:active {
  color : orange;
}
a:hover {
  color : orange;
  text-decoration : none;
}

a img {
  border: 0;
}


/* ____________________________________________________________ custom _____ */

a.menuitem:link, a.menuitem:visited, a.menuitem:active, a.menuitem:hover, .menuitem_h {
  font-weight: bold;
  text-decoration: none
}

a.menuitem:link, a.menuitem:visited {
  color: white;
}

a.menuitem:active, a.menuitem:hover, .menuitem_h {
  color: orange;
}

a.smalltext_w, .smalltext_w {
  color: white;
  font-size: 8pt
}

a.info {
	position: relative;
	z-index: 24;
	color: black;
	text-decoration: none
}

a.info:hover {
	z-index: 25
}

a.info span {
	display: none
}

a.info:hover span {
	display: block;
	position: absolute;
	top: -1em;
	left: 1em;
	width: 15em;
	border: 1px solid black;
	background-color: white;
	color: black;
	text-align: left
}

.tableborder {
  border: solid 1px black
}

.expandable {

}

.red {
  color: red
}

#help {
  display : None;
}
  

/* end cascade */
