/* New Silva theme for OLD presentations */

div.header {
  margin : 1.5em 2.1em 0 0;  
}

div.header a.icon {
  max-width: 140px;
}

div.titlepoints {
  padding : 0 2em 0 140px;
}

td.back-next-first-last {
  font: 95% Trebuchet MS, Verdana, Helvetica, sans-serif;
  padding: 0 1.5em;
  text-decoration : none;
}

td.back-next-first-last a {
  text-decoration: none;
}

a:link {
  color : #0000aa;
  text-decoration : underline;
}

a:visited {
/*  color : #4a00b2; */
  color : #0000aa;
  text-decoration : underline;
}

a:hover {
  color: #00f;
  text-decoration: none;
}

a img {
  border : none;
}

h1, h2, h3, h4, h5 {
  font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
  color : #455885;
  margin : 0.2em 0em 0.5em 0em;
  padding: 0;
}

h1, h2 {
  font-size : 160%;
}

li {
  margin-top: 0.5em;
}

/* niu */
span.breadcrumb {
  font-size : 80%;
  line-height : 270%;
}

body {
  font: 95% Verdana, Helvetica, Arial, sans-serif;
  background-image: url(atmospheric.gif); 
  background-repeat: repeat-x;
  background-color: #dde5ee;
  color: #2d374c;
  margin: 0;
}

/* _________________________________________________________ typography _____ */

h3 {
  font-size : 135%;
}

h4 {
  font-size : 120%;
}

h5 {
  font-size : 105%;
  margin-bottom : 1em;
}

h6 {
  font-size : 90%;
  color : #676767;
}

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

.subhead {
  font-weight : bold;  
  font-family : verdana, arial, helvetica, sans-serif;
  color: #333767;
  line-height : 1.6em;
} 

p {
  margin : 0.5em 0em;
  text-align: left;
}

p.lead {
  font-weight : bold;
}

p.annotation {
  font-style : italic;
}

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

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.author {
  font-size : 90%;
  font-weight : bold;
  margin-bottom : 0;
}

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

.error {
  color : #cc0000;
  background: transparent;
}


/* _________________________________________________ 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;
} 
table.silvatable td {
  border-right: none ! important;
} 
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.plain {
  border-style: none;
} 
table.plain td {
  border-right: none ! important;
}
 
table.list td {
  border-bottom: 1px solid #444444;
} 
  table.list tr.rowheading td {
  border-bottom: 2px solid #444444;
} 
  
table.grid td {
  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;  
} 

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


/* __________________________________________________ silva list styles _____ */

ul {
  list-style-image: none; 
}

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.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;
}

/* ______________________________________________________ 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;
}


/* ____________________________________________________________ links _____ */

span.breadcrumb a {
  text-decoration : none;
}  
span.breadcrumb a:hover {
  text-decoration : underline;
}  

/* highlighting index links */
a.index-element {
  background-color : transparent;
  text-decoration : none;
}

div.public a:link {
  color : #0000aa;
  text-decoration : underline;
}
div.public a:visited {
/*  color : #4a00b2; */
  color : #0000aa;
  text-decoration : underline;
}
div.public a:active {
  color : #3399cc;
}
div.public a:hover {
  color : #0000ff;
  text-decoration : none;
}


/* ______________________________________________ silva frontend layout _____ */

div.header a.icon {
  float : left;
  display : block;
  width : 7.8em;
  min-width: 130px;
  text-align : center;
}



/* ****************************************** */
/* this is to keep buttons back/next to the bottom */

#infraepresent1stgen-bottom table {
    width: 100%;
    position: absolute;
    bottom: 10px;
}

/* ****************************************** */

/* end cascade */



