/* _________ Stylesheet for Silva 1.0 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 {
	background-color: #DBEDED;
	background-image: url("images/bg.gif"/*tpa=http://www.amphiltech.com/images/bg.gif*/);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	font: 11px/120% "Lucida Sans", Helvetica, Arial, sans-serif;
	color: #333333;
}
div.spacer {
	clear: both;
}
img.btn-print {
	vertical-align: middle;
}
a:link, a:active {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #993333;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
h2.heading {
	font-size: 130%;
	margin-top: 0;
	margin-bottom: 20px;
	color: #000000;
}
h3.heading {
	font-size: 120%;
	color: #339999;
	margin-top: 20px;
	clear: both;
}
h4.heading {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h5.heading {
	font-size: 110%;
	font-weight: bold;
}
h6.heading {
	font-size: 100%;
	font-weight: bold;
}
#sitelogo-container {
	margin: 10px 0px 10px 12px;
	float: left;
	width: 137px;
}
#sitelogo {
	margin: 0px;
	padding: 0px;
}
#sitelogo a {
	background: url("images/logo_ati_new.gif"/*tpa=http://www.amphiltech.com/images/logo_ati_new.gif*/) top left no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	height: 56px;
	width: 258px;
}
#sitelogo a span {
	display: none;
}
#container {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	text-align: center;
}
#header {
	width: 680px;
	_width: 681px;
	margin: 0px auto 10px;
	background: url("images/bg_header_new.gif"/*tpa=http://www.amphiltech.com/images/bg_header_new.gif*/) no-repeat bottom;
	height: 71px;
}
#pagebody {
	width: 680px;
	margin: 0px auto;
	text-align: left;
}
#topnav {
	margin: 25px 0 0;
	padding: 0;
	float: right;
}

#topnav ul, #topnav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#topnav a:link, #topnav a:visited {
	float: left;
	line-height: 14px;
	font-weight: bold;
	margin: 0 18px 0 10px;
	padding: 0 2px;
	text-decoration: none;
	color: #990000;
}

#topnav a:link#current, #topnav a:visited#current, #topnav a:hover {
	border-bottom: 4px solid #999999;
	padding-bottom: 0;
	background: transparent;
	color: #990000;
}

#topnav a:hover {
	color: #000;
}
#main {
	float: left;
	width: 458px;
	padding: 0px 10px 0px 12px;
	margin-bottom: 30px;
}
#sidebar {
	float: left;
	width: 180px;
	padding: 0px;
	font-size: 11px;
	border-left: 1px solid #CCCCCC;
	padding-left: 10px;
}
#content {
	margin-top: 20px;
}
#footer {
	margin: 40px auto 10px;
	padding-top: 5px; 
	width: 680px;
	border-top: 1px solid #CCCCCC;
	font-size: 11px;
}
#footer p {
	float: left;
	margin: 0;
}
#footer ul {
	float: right;
	margin: 0;
}
#footer ul li {
	list-style: url("none"/*tpa=http://www.amphiltech.com/none*/) none;
	display: inline;
	padding-left: 10px;
}
h2#pagehead {
	background: url("images/bg_pagehead.jpg"/*tpa=http://www.amphiltech.com/images/bg_pagehead.jpg*/) no-repeat;
	margin: 0px auto 10px;
	width: 680px;
	/* padding: 14px 12px; */
	clear: both;
	height: 41px;
	color: #990000;
	font-size: 20px;
	font-weight: normal;
}
h2#pagehead span {
	padding: 13px 12px;
	display: block;
}
h2#pagehead span a {
	text-decoration: none;
	color: #990000;
}
#sidenav {
	margin-top: 0;
	margin-bottom: 50px;
	padding-left: 0;
	margin-left: 0;
	border-bottom: 1px solid #CCCCCC;
	width: 100%;
}
#sidenav li {
	list-style: none;
	margin: 0;
	padding: 4px;
	border-top: 1px solid #CCCCCC;
}
#sidenav li a {
	text-decoration: none;
}
#sidenav ul {
	margin-bottom: 0;
}
#sidenav ul li {
	margin-bottom: 0;
	padding: 2px;
	border-top: 1px solid #CCCCCC;
}
#contact-info p {
	margin-top: 0;
}
#breadcrumbs {
	font-size: 11px;
	margin: 0px auto 10px;
	padding: 0 12px;
}
#siteutils {
	margin-top: 50px;
	font-size: 11px;
}
#siteutils a {
	color: #333333;
}
span.selected a {
	color: #000000;
}
/* ____________________________________________ 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;
  margin-bottom: 0.5em;
  clear: none;
  border: 0;
}

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

}

a img {
  border: 0;
}

/* __________________________________________________ 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 {
  font-weight: bold;
  background : transparent;
}

dd {
  background : transparent;
  margin-left : 1.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;
} 
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.datagrid, table.plain, table.list, table.grid {
  width: 100%;
}

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, 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 _____ */

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

div.header a.icon {
  float : left;
  display : block;
  width : 7em;
  text-align : center;
}

/* defines the width of the text in the preview/public layout */
/* duplicated from silva.css */
.public {
  margin-left : 7em;
  padding-top : 2.3em;
  max-width : 44em;
  /* for IE5 */
  width : 512px;
}

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






/* end cascade */
