@import url(everMap.css);

/** HTML global tag styles **************************/
body { font-family: Frutiger, Arial, Verdana, Helvetica, sans-serif; }
a { color: #000; }
a:link { color: #976420; text-decoration: none; }
a:visited { color: #976420; text-decoration: none; }
a:hover { color: #006633; text-decoration: underline; }
h1, h2 { color: #b07726; }

#banner { background-color: #000; color: #fff; }
#banner a {color: #fff; text-decoration: none; }
#banner a:hover {text-decoration: underline;}
ul.doi a:link {color:  #fff; text-decoration: none;}
ul.doi a:hover {color:  #fff; /*text-decoration: none;*/ }
ul.doi a:visited {color:  #fff;}

#NSsectionBar { background-color: #b07726; color: #fff; }
#NSsectionMenu ul li a { color: #fff; }
#NSsectionMenu ul li a:hover { color: #90f0ff; }
#NSsectionBar a:hover { color: #90f0ff; }

div.menu { color: #000; background-color: #f5f0dd; }

#navBar2 li {border-bottom: 1px solid #eee; }
#sectionLinks2 { border-right: 1px solid #e7c08d; border-bottom: 1px solid #e7c08d; border-left: 1px solid #e7c08d; }
#sectionLinks2 h3{ color: #063; background-color: #f1dcc0; }
#sectionLinks2 a { border-top: 1px solid #cccccc; text-decoration: none; color: #976420; }
#sectionLinks2 a:hover { background-color: #f7ecdd; color: #000; }
.date { color: #000; }
.footer { color: #000; background-color: #d6d5d0; }
.footer:link { color: #000; background-color: #d6d5d0; text-decoration: none; }
.footer a:visited {color: #060;}
.footer a:hover {color: #660; text-decoration: overline underline blink; }

/******************* even/odd highlighting in yui data tables **************/
.yui-skin-sam tr.yui-dt-even { background-color: #fff; }
.yui-skin-sam tr.yui-dt-odd { background-color: #f5f0dd; }
.yui-skin-sam tr.yui-dt-even td.yui-dt-asc,.yui-skin-sam tr.yui-dt-even td.yui-dt-desc { background-color: #f5f0dd; }
.yui-skin-sam tr.yui-dt-odd td.yui-dt-asc,.yui-skin-sam tr.yui-dt-odd td.yui-dt-desc { background-color: #f1dcc0; }
.yui-skin-sam .yui-dt-list tr.yui-dt-even td.yui-dt-asc,.yui-skin-sam .yui-dt-list tr.yui-dt-even td.yui-dt-desc { background-color: #f5f0dd; }
.yui-skin-sam .yui-dt-list tr.yui-dt-odd td.yui-dt-asc,.yui-skin-sam .yui-dt-list tr.yui-dt-odd td.yui-dt-desc { background-color: #f5f0dd; }
