/* Alberta Disabilities Forum CSS */

/* Set the default styles for the page */  
  BODY	{ background-color: white; font-family: Tahoma, Arial, sans-serif; font-size: 10pt;
        scrollbar-base-color: #DCE2D8;
	scrollbar-face-color: #41583B;
	scrollbar-track-color: #DCE2D8;
	scrollbar-arrow-color: #DCE2D8;
	scrollbar-highlight-color: White;
	scrollbar-3dlight-color: Silver;
	scrollbar-shadow-color: Gray;
	scrollbar-darkshadow-color: Black; }

/* Set default style of links on page */
  A		{ text-decoration: none}
  A:link	{ color: #990000; text-decoration: underline}
  A:visited	{ color: #990000; text-decoration: underline}
  A:active	{ color: #000000; text-decoration: underline; background-color: #DCE2D8}
  A:hover	{ color: #000000; background-color: #DCE2D8; text-decoration: underline}


/* Navigation items */
#primarynavigation
	{width: 100%;padding: 0px;margin: 0 0 15px 0;font: 10pt Tahoma, Arial, sans-serif;color: black;white-space: nowrap;font-weight:bold;}

#primarynavigation li
	{list-style: none;margin: 0px;border-bottom: 1px gray dotted;text-align: left;}

#primarynavigation ul
	{margin: 0;padding: 0;}

#primarynavigation li a
	{display: block;padding: 0.7em 0.5em 0.7em 0.9em;text-decoration: none;}

#primarynavigation li a:link { color: #333; }
#primarynavigation li a:visited { color: #333; }

#primarynavigation li a:hover,
#primarynavigation li a.current
	{background: #DCE2D8;border-left: 3px #41583B solid;text-indent:-3px;font-weight:bold;}

/* End primary navigation items */

/* Classes to control elements in the page */

 P		{ font-size: 10pt}
 H1		{ font-size: 18pt; color: #41583B; font-weight: bold}
 H2		{ font-size: 14pt; font-weight: bold}
 H3        	{ font-size: 12pt; font-weight: bold}
  .datestamp    { font-size: 8pt; font-weight: normal}
  .main         { font-size: 10pt}
  .pagetitle2   { font-size: 12pt; font-weight: bold; color: #990000}
  .news_headline { font-size: 14pt; font-weight: bold; color: #41583B}
  .bannertitle {font-size: 16pt; font-weight: normal}
  .td_banner    {  background-image: url(ADF_banner_100h_green-bkg.jpg); background-repeat: no-repeat; background-position: left top; background-color: #DCE2D8; border-bottom: 2px gray solid}
  .banner_text  { font-size: 38px; color: #41583B}
  .banner_subtext { font-size: 20px; color: #41583B}
  .td_menu      {border-right: 1px gray dashed}
  .table_bottom {border-top: 1px gray dotted}
  .td_news1 	{padding: 4px; border: 0px none}
  .td_news2 	{padding: 4px; background-color: #DCE2D8; border: 0px none}