/* WAM!NET Corporate styles - for increased accessibility */

/* DO NOT CHANGE THIS STYLE SHEET...it is used across multiple service user interfaces! */
/* Please add service specific styles to a separate style sheet */
/* Ident: $Id: accessible.css 28957 2004-10-04 21:01:40Z rabrahamson $ */

body { color: #000; }

a.title, a.title:hover, a.option, a.option:hover, a.nestedTitle, a.nestedTitle:hover, a.nestedOption, a.nestedOption:hover { color: #000; }

.hide { display: none; }
#head span.hide { display: inline; } /* Helps unsupported Netscape 4 users when an identical selector that sets the display to none is not loaded from navigation.css */
p.hide { display: block; font-size: 80%; } /* Netscape 7.0 on Windows will not render this - must upgrade to 7.1 to fix a Mozilla bug! */

th.column.bg1, th.column.bg2, th.column.bg3, th.column.bg4, th.column.bg5, th.column.bg6, th.column.bgH { background: transparent; background-position: left bottom; background-repeat: repeat-x; color: #000; border-top: 1px solid #999; border-bottom: 1px solid #999; }
th.column.bg1 a, th.column.bg2 a, th.column.bg3 a, th.column.bg4 a, th.column.bg5 a, th.column.bg6 a, th.column.bgH a { color: #000; }
th.column.bg1 a:hover, th.column.bg2 a:hover, th.column.bg3 a:hover, th.column.bg4 a:hover, th.column.bg5 a:hover, th.column.bg6 a:hover, th.column.bgH a:hover { color: #000; }

table.data td, table.data th.row { background-color: transparent; }
table.data tr.even td, table.data tr.even th.row { background-color: transparent; }

.fRequired, .fLabel { color: #000; }

.links, .links a, .links a:hover { color: #000; }

