/* COMPLETE/FULL MENU STYLES */
.menu_complete { font-size: 12px; }
.menu_complete:link { color: #000000; }
.menu_complete:visited { color: #000000; }
.menu_complete:hover { color: #333333; text-decoration: underline; }

.menu_complete_on { font-size: 12px; font-weight: bold; }
.menu_complete_on:link { color: #000000; }
.menu_complete_on:visited { color: #000000; }
.menu_complete_on:hover { color: #333333; text-decoration: underline; }

/* COMPLETE/FULL MENU STYLES FOR UNDERLINKS */
.menu_complete_sub { font-size: 11px; }
.menu_complete_sub:link { color: #2E7CB6; }
.menu_complete_sub:visited { color: #2E7CB6; }
.menu_complete_sub:hover { color: #1A5E90; text-decoration: none; }

.menu_complete_sub_on { font-size: 11px; font-weight:bold; }
.menu_complete_sub_on:link { color: #1A5E90; }
.menu_complete_sub_on:visited { color: #1A5E90; }
.menu_complete_sub_on:hover { color: #1A5E90; text-decoration: none; }


/* MAIN MENU STYLES */
.menu_main { font-size: 11px; text-transform:lowercase;  }
.menu_main:link { color: #0079AE; }
.menu_main:visited { color: #0079AE; }
.menu_main:hover { color: #999999; text-decoration: none; }

.menu_main_on { font-size: 11px; font-weight: bold; text-transform:lowercase; }
.menu_main_on:link { color: #0079AE; }
.menu_main_on:visited { color: #0079AE; }
.menu_main_on:hover { color: #999999; text-decoration: none; }

/* STANDARD FORM ELEMENTS */
.input { font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 11px;  border: 1px solid #005E9F;padding-top: 3px; height: 16px; }
.button { font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 10px; border: 1px solid gray; }

.printerfriendly:link { color: #0B82A4; }
.printerfriendly:visited { color: #0B82A4; }
.printerfriendly:hover { color: #666666; text-decoration: underline; }

.acronym { border-bottom: 1px dotted orange; cursor:help;  }

.timeline { font-size: 9px; }

/* ACTIVITIES */
.activities_iframe { border: 1px solid #eeeeee; }

.activities_headline { font-weight: bold; background-color: #dddddd; }

.activities_bg { margin: 0; padding: 0; background-color: white; overflow: auto; }
.activities_bg:link { color: #000000; }
.activities_bg:visited { color: #000000; }
.activities_bg:hover { color: #333333; text-decoration: underline; }