/* Basic stylesheet for BCCC pages */
/* version 1.0 */
/* last updated Apr 12, 2004 */

/* Special unvisited, visited and hover link presentation */
A.menu:link    { background: transparent; color: #ffffff; text-decoration: none; }
A.menu:visited { background: transparent; color: #ffffff; text-decoration: none; }
A.menu:hover   { background: transparent; font-size: 8.5pt; color: #ffff99; text-decoration: none; }

A.purple:link    { background: transparent; color: #D0E8FF; text-decoration: underline; }
A.purple:visited { background: transparent; color: #D0E8FF; text-decoration: underline; }
A.purple:hover   { background: transparent; color: #D0E8FF; text-decoration: none; }

A.green:link    { background: transparent; color: #336633; text-decoration: none; }
A.green:visited { background: transparent; color: #336633; text-decoration: none; }
A.green:hover   { background: transparent; color: #FF3300; text-decoration: none; }

/* Normal unvisited, visited and hover link presentation */
A:link    { background: transparent; color: #336633; text-decoration: none; }
A:visited { background: transparent; color: #336633; text-decoration: none; }
A:hover   { background: transparent; color: #FF3300; text-decoration: none; }

/* Style rule for "larger" text */
BIG.larger { font-size: larger; }

/* Site wide BODY style rule */
BODY { background: #FFFFFF; color: #202020; font-family: Verdana, Arial, Helvetica; font-size: 11px;
  scrollbar-face-color: #FFFFFF;
  scrollbar-shadow-color: #CCFFCC;
  scrollbar-highlight-color: #CCFFCC;
  scrollbar-3dlight-color: #F5F5F5;
  scrollbar-darkshadow-color: #F5F5F5;
  scrollbar-track-color: #F5F5F5;
  scrollbar-arrow-color: #CCFFCC;}

/* Style rule for "emphasized" text */
EM.emphasized { font-style: italic; }

/* Generic Horizontal Ruler class  CC0000  */
HR { background: transparent; clear: both; color: #808080; height: 1; }

/* Form Field Style */
INPUT.style { font-family: Arial, Helvetica; font-size: 8pt; color: #336633; font-weight: bold; background-color: #FFFFFF; border: 1 solid #6AB56A }
SELECT.style { font-family: Arial, Helvetica; font-size: 8pt; color: #336633; font-weight: bold; background-color: #FFFFFF; border: 1 solid #6AB56A }
TEXTAREA.style { font-family: Arial, Helvetica; font-size: 8pt; color: #336633; font-weight: bold; background-color: #FFFFFF; border: 1 solid #6AB56A }
INPUT.submit { font-family: Arial, Helvetica; font-size: 22px; color: #336633; font-weight: bold; background-color: #FFFFFF; border: 1 solid #6AB56A }

/* Style rules for the SSI included site wide footer */
TD.normal { font-family: Verdana, Arial, Helvetica; font-size: 13px; }
TD.large { font-family: Verdana, Arial, Helvetica; font-size: 22px; }
TD.small { font-family: Verdana, Arial, Helvetica; font-size: 9px; }
TD.side { font-family: Verdana, Arial, Helvetica; color: #808080; font-size: 11px; }

TD.menu { font-family: Verdana, Arial, Helvetica; font-size: 11px; background: transparent; color: #336633; text-decoration: none; }
TD.menu2 { font-family: Verdana, Arial, Helvetica; font-size: 11px; background: transparent; color: #336633; text-decoration: none; }

TD.frame { background: #CDD7E6; border: solid; border-color: #FFFFFF #999999 #999999; margin-top: 2px; border-width: 1px 0px 1px 1px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #003399}
TD.frame2 { background: #CCCCCC; border: solid; border-color: #FFFFFF #999999 #999999; margin-top: 2px; border-width: 1px 0px; font-family: Arial, Helvetica, sans-serif; font-size: 10px ; color: #333333}

SPAN.title { font-family: Verdana, Arial, Helvetica; color: #FF3300; font-size: 11px; font-weight: bold; }
SPAN.sidetitle { font-family: Verdana, Arial, Helvetica; color: #FF3300; font-size: 11px; font-weight: bold; }

.spanstyle {
	position: absolute;
	visibility: visible;
	top: -50px;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica;
	color: #FF2828;
}


P.foot { border: none; font-family: Arial, Helvetica;
              font-size: 0.9em; margin: 0; padding: 1.0% 0 1.0% 0;
              text-align: center; width: 98%; }

/* Style rule for a basic non-indented non-justified paragraph */
P.basic { background: transparent; color: #808080; font-size: 1em;
          text-align: left; }

/* Style rule for a 1:st justified paragraph, use after style change */
P.intro { background: transparent; color: #808080; font-size: 1em;
          margin: 0.3em 12px 0 12px; padding: 0; text-align: justify;
          text-indent: 0; }

/* Style rule for all other justified paragraphs */
P.standard { background: transparent; color: #808080; font-size: 1em;
             text-align: justify; }

/* Style rule for the "last updated" info line */
P.last-upd { background: transparent; color: #808080;
             font-family: Geneva, Helvetica, Arial, sans-serif;
             font-size: 1em; margin: 0; padding: 0; text-align: right; }

/* Style rule for text around the CSSPG logotype */
P.pagehead { background: transparent; color: #3333cc;
             font-family: Geneva, Helvetica, Arial, sans-serif;
             font-size: 0.9em; margin: 0; padding: 0; text-align: left; }

/* Style rule for pre formatted rendering of white-space */
PRE { white-space: pre; }

/* Style rule for "smaller" text */
SMALL.smaller { font-size: smaller; }

/* Style rule for "strong-emphasized" text */
STRONG.strong-emphasis { font-weight: bold; }

/* end of file for "basic.css" */