/* General style sheet for the ORC site */

body { color: #000000; background: #FFFFF0; font-family: Georgia, "New York", "Times New Roman", Times, Palatino, serif; margin-left: 3%; margin-right: 7%; max-width: 55em; }
body.wide { color: #000000; background: #FFFFF0; font-family: Georgia, "New York", "Times New Roman", Times, Palatino, serif; margin-left: 3%; margin-right: 7%; max-width: 100em; }

a:link { color: blue; }  /* for unvisited links */
a:visited { color: purple; } /* for visited links */
a:hover { color: green; } /* when mouse is over link */
a[name]:hover {text-decoration: inherit; color: inherit; background: inherit}
a:active { color: red; } /* when link is clicked */

h1, h2, h3 { font-family: Verdana, Geneva, Arial, Helvetica, Helv, sans-serif; color: #000000; background: #FFFFF0; }

h4, h5 { font-family: Georgia, "New York", "Times New Roman", Times, Palatino, serif; color: #000000; background: #FFFFF0; }

tt { font-family: "Courier New", Courier, monospace; color: #000000; background: #FFFFF0; }

pre { font-family: "Courier New", Courier, monospace; color: #000000; background: #FFFFF0; }

p { color: #000000; background: #FFFFF0; font-family: Georgia, "New York", "Times New Roman", Times, Palatino, serif; }
p.section { font-family: Verdana, Geneva, Arial, Helvetica, Helv, sans-serif; font-size: 110%; }
p.navlink { font-family: Verdana, Geneva, Arial, Helvetica, Helv, sans-serif; font-size: 90%; }
p.bar { color: #000000; background: white; font-family: Verdana, Geneva, Arial, Helvetica, Helv, sans-serif; vertical-align: top; }

ol, ul, dl { color: #000000; background: #FFFFF0; font-family: Georgia, "New York", "Times New Roman", Times, Palatino, serif; }
ol li { color: #000000; background: #FFFFF0; font-family: Georgia, "New York", "Times New Roman", Times, Palatino, serif; }
ul li { color: #000000; background: #FFFFF0; font-family: Georgia, "New York", "Times New Roman", Times, Palatino, serif; }

thead, th { color: black; background: aqua; font-family: Georgia, "New York", "Times New Roman", Times, Palatino, serif; vertical-align: top; }

tbody, td { font-family: Georgia, "New York", "Times New Roman", Times, Palatino, serif; vertical-align: top; }
td.bar { color: #000000; background: white; font-family: Verdana, Geneva, Arial, Helvetica, Helv, sans-serif; font-size: 80%; vertical-align: top; }
td.resource { color: #000000; background: #FFFFF0; font-family: Verdana, Geneva, Arial, Helvetica, Helv, sans-serif; font-size: 80%; }
td.header { color: #FFFFFF; background: white; font-family: Verdana, Geneva, Arial, Helvetica, Helv, sans-serif; font-weight: bold; vertical-align: top; }

th.mag { font-family: Verdana, Geneva, Arial, Helvetica, Helv, sans-serif; font-size: 75%; }
td.mag { font-family: Verdana, Geneva, Arial, Helvetica, Helv, sans-serif; font-size: 70%; }
tr.alternate { color: #000000; background: white; font-family: Verdana, Geneva, Arial, Helvetica, Helv, sans-serif; }
td.alternate { color: #000000; background: white; font-family: Verdana, Geneva, Arial, Helvetica, Helv, sans-serif; }
select.table-autofilter {	font-size: smaller; margin-left: 11px; }
th.table-sortable { background-image: none; }
th.table-sorted-asc { background-image: url("../images/08_ascending.gif");	background-position: bottom left;	background-repeat: no-repeat; }
th.table-sorted-desc { background-image: url("../images/08_descending.gif");	background-position: bottom left;	background-repeat: no-repeat; }

caption { color: #000000; background: #FFFFF0; font-family: Georgia, "New York", "Times New Roman", Times, Palatino, serif; font-size: 75%; }

div { color: #000000; background: #FFFFF0; font-family: Georgia, "New York", "Times New Roman", Times, Palatino, serif; }

span.small { font-family: Verdana, Geneva, Arial, Helvetica, Helv, sans-serif; font-size: 75%; }
span.tiny { font-family: Verdana, Geneva, Arial, Helvetica, Helv, sans-serif; font-size: 60%; }

form { color: #000000; background: #FFFFF0; font-family: Georgia, "New York", "Times New Roman", Times, Palatino, serif; }

hr { color: silver; background-color: silver; }

/* Styles for Randex feed */

div.feedburnerFeedBlock { font-family: Verdana, Geneva, Arial, Helvetica, Helv, sans-serif; }
p.feedTitle { font-family: Verdana, Geneva, Arial, Helvetica, Helv, sans-serif; font-size: 110%; text-align: center; }
div#creditfooter { text-align: center; }