
/*  San Juan Nature Institute site-wide styling sheet */

/* Defaults and page formatting */
body						{background-color:#87a977;margin-top:8}
p, td, dl, li				{color:#101010;font-family:arial,helvetica,sans-serif;font-size:9pt}
th							{color:#ffffff;background-color:#999999}

a:link, a:visited			{color:#336633;font-decoration:underline;font-weight:bold}
a:hover						{color:#339933;font-decoration:underline;font-weight:bold}
a.active					{color:#336633;font-decoration:underline;font-weight:bold}
.pgframe					{background-color:#ffffff;border:2px solid #437049;background-repeat:no-repeat}
.pgnavbar					{background-color:#437049;opacity:0.70;filter:alpha(opacity=70)}

/* Navigation */
a.navbar:link				{color:#ffffff;text-decoration:none;font-weight:bold}				/* hyperlinks in the nav bar */
a.navbar:visited  			{color:#ffffff;text-decoration:none;font-weight:bold}				/* visited hyperlinks in the nav bar */
a.navbar:hover				{color:#ffffff;text-decoration:underline;font-weight:bold}			/* hovering over hyperlinks in the nav bar */
a.navbar:active				{color:#ffffff;text-decoration:none;font-weight:bold}				/* active hyperlinks in the nav bar */
.navbartext					{color:#ffffff;text-decoration:none;font-weight:bold}				/* Text elements in nav bar (e.g. roots of dropdown menus, not hyperlinks)  */
.navbartextdim				{color:#cccccc;;font-weight:bold}									/* Text elements in nav bar that are empty dropdown menus, not hyperlinks)  */
.menutext					{font-size:8pt;font-weight:bold}									/* Text elements (hyperlinks) inside dropdown menu */
.submenutext				{font-size:8pt;font-style:italic;padding-left:20px}					/* Indented Text elements (hyperlinks) inside dropdown menu */
.submenutextdim				{color:#666666;font-size:8pt;font-style:italic;padding-left:20px}	/* Indented Inactive Text elements (hyperlinks) inside dropdown menu */

/* Blocks */
.callout					{background-color:#ffffcc;border-left:1px solid #336633;border-right:1px solid #336633;padding:4px}
.callouthead				{color:#ffffff;font-size:8pt;font-weight:bold}
.footertxt					{color:#ffffff;font-size:8pt}
.altrowhilite				{background-color:#dedede}
.redtext					{color:#990000;font-weight:bold}
.colrtborder				{border-right:1px solid #336633}
.lecturemenutitle			{color:#ffffff;background-color:#336633}
.lecturemenuitem			{color:#000000;background-color:#99cc99}

/* Text */
.largesttxt					{font-size:12pt}
.largesttxtbold				{font-size:12pt;font-weight:bold}
.largertxt					{font-size:10pt}
.largertxtbold				{font-size:10pt;font-weight:bold}
.smallertxt					{font-size:8pt}
.smallertxtbold				{font-size:8pt;font-weight:bold}
.tinytxt					{font-size:7pt}

/* Calendars */
.calframe					{border:1px solid #336633}
.calhead					{background-color:#437049;border:1px solid #336633}
.calsubhead					{background-color:#87a977;border:1px solid #336633;font-size:8pt}
.caltxt						{color:#ffffff;font-weight:bold;font-size:9pt}
.calhiliteon				{color:#000000;background-color:#ffff99;border:1px solid #336633;font-size:8pt}
.calhiliteoff				{color:#000000;background-color:#dedede;border:1px solid #336633;font-size:8pt}
.calcelllisthover			{background-color:#ffff00;border:1px solid #000000;font-size:8pt}
.listrowhiliteoff			{background-color:#ffffff}
.listrowhiliteon			{background-color:#ffff99}

