/* -----    Home, Download, Email, etc. text --------------------------------- */
a.eebanner-link:link,
a.eebanner-link:visited,
a.eebanner-link:hover { color:#fff; font-size:9px; }
td.eebanner-link-separator { background-color:#000000; }

/* -----    Right Hand column  ------------------------------------------------ */

#globalRC { background-color: #fff !important; }
tr.rc_title_row { background-color: #fff !important; }

/* -----    RSS item titles    ------------------------------------------------ */
td.rc_title { color:#182B49; }


/* -----    Navigation/Search Bar ---------------------------------------------- */

td.nav-headings  {
	color: #182B49;
	background: #fff;  /* Navigation bar (typically light gray/white) */
}

/* -------- TOC ---------------------------------------------------------------- */
.tundra .dijitMenuItem {
	background-color: #f7f7f7; /* Default is an off-white/light blue */
}
.tundra .dijitMenuItemHover {  
	background-color: #3559ac;  /* highlighted bar - default is deep blue  */
	color:#fff;                 /* font color when highlighted - default is white  */
}

.rc_desc {
	color: #182B49;
}

/* AST links */
a.AST_link:link,
a.AST_link:visited { color:#182B49; text-decoration:none; }
a.AST_link:hover { color:#182B49; text-decoration:underline; }

a.rc_link:link,
a.rc_link:visited { color:#182B49; text-decoration:none; }
a.rc_link:hover { color:#182B49; text-decoration:underline; }

/* custom color for links on ekitcover */
a.cover_letter_link:link,
a.cover_letter_link:visited { color:#0000FF; text-decoration:none; }
a.cover_letter_link:hover { color:#0000FF; text-decoration:underline; }