form { display:inline;}
.inline { display:inline;}
.nobr { white-space: nowrap; }

A:link { color: #202ec9; }
A:active { color: #202ec9; }
A:visited { color: #202ec9; }
A:hover { color: #ff0000; }

a:link.navLink { color: #ff0000; font-size: 14px; font-weight: bold; }
a:active.navLink { color: #ff0000; font-size: 14px; font-weight: bold; }
a:visited.navLink { color: #ff0000; font-size: 14px; font-weight: bold; }
a:hover.navLink { color: #202ec9; font-size: 14px; font-weight: bold; }

a:link.showDetails { color: #202ec9; font-size: 12px; text-decoration: none }
a:active.showDetails { color: #202ec9; font-size: 12px; text-decoration: none}
a:visited.showDetails { color: #202ec9; font-size: 12px; text-decoration: none}
a:hover.showDetails { color: #ff0000; font-size: 12px; text-decoration: none}

.button { background-color: #202ec9; color: #ffffff; }

.header { color: #202ec9; font-size: 20px; font-weight: bold; }
.subheader { color: #202ec9; font-size: 16px; font-weight: bold; }

TABLE.item TD.haveReminders { background-color: #f2470e; }
TABLE.item TD.haveReminders A:link { color: #ffffff; text-decoration: none; }
TABLE.item TD.haveReminders A:active { color: #ffffff; text-decoration: none; }
TABLE.item TD.haveReminders A:visited { color: #ffffff; text-decoration: none; }
TABLE.item TD.haveReminders A:hover { color: #202ec9; text-decoration: none; }

TABLE.item TD.noReminders { background-color: #ffffff; }
TABLE.item TD.noReminders A:link { color: #202ec9; text-decoration: none; }
TABLE.item TD.noReminders A:active { color: #202ec9; text-decoration: none; }
TABLE.item TD.noReminders A:visited { color: #202ec9; text-decoration: none; }
TABLE.item TD.noReminders A:hover { color: #ff0000; text-decoration: none; }

.wishlistTitle { font-size: 16px; font-weight: bold; }
.listTitleRow { font-size: 14px; font-weight: bold; }
.formLabel { color: #202ec9; font-size: 14px; font-weight: bold; }
.underOffer { font-weight: bold; color: #ff0000; }
.divider { background-color: #202ec9; }
.themeName {  color: #202ec9; font-size: 16px; font-weight: bold; }
.currentTheme { font-weight: bold; color: #ff0000; }

TABLE.item { background-color: #202ec9; }
TABLE.item TD { background-color: #ffffff; }

TABLE.mynav { background-color: #ffffff; }
TABLE.mynav TD { background-color: #202ec9; }
TABLE.mynav A:link { color: #ffffff; font-size: 14px; text-decoration: none; }
TABLE.mynav A:active { color: #ffffff; font-size: 14px; text-decoration: none; }
TABLE.mynav A:visited { color: #ffffff; font-size: 14px; text-decoration: none; }
TABLE.mynav A:hover { color: #ff0000; font-size: 14px; text-decoration: none; }

.white { background-color: #ffffff; }
.date { font-size: 12px; font-weight: bold; }

.received { color: #999999; }
.unavailable { color: #ff0000; }
.available { color: #000000; }
