/* -------------------- Calend/* ----------------- Common Elements ------------------ */

body {font-family:verdana,arial,helvetica,sans-serif;
      scrollbar-3dlight-color:#999999;
      scrollbar-arrow-color:#999999;
      scrollbar-base-color:#CE0000;
      scrollbar-darkshadow-color:#999999;
      scrollbar-face-color:#BDBDBD;
      scrollbar-highlight-color:#E4E5E4;
      scrollbar-shadow-color:#717771;
      background-color: #cccccc;
      margin-top: 25px;
      }

td,p,ul,ol,blockquote {font-family: verdana,arial,helvetica,sans-serif;}

td,p,ul,ol,li,blockquote,h1,h2,h3,h4 {font-size:8pt;color:#333D3F;}

h1 {font-weight:bold;font-size:13pt;color:#848583;margin-bottom:0px;}
h2 {font-weight:bold;font-size:9pt;color:#333D3F;margin-bottom:0px;}
h3 {font-weight:bold;font-size:8pt;color:#333D3F;margin-bottom:0px;}
h4 {font-weight:bold;font-size:7pt;color:#636563;margin-bottom:0px;}

ul,ol,li,blockquote {font-size:8pt;font-weight:normal;}

a:link    {text-decoration: none;color: #FFFFFF;}
a:visited {text-decoration: none;color: #FFFFFF;}
a:hover   {text-decoration: underline;}
a:active  {text-decoration: none;}

/* --------------------- Body Text and Colors --------------------- */
.tiny   {font-size: 7pt;font-family:verdana,arial,helvetica,sans-serif;}
.small  {font-size: 7pt;font-family:verdana,arial,helvetica,sans-serif;}
.normal {font-size: 8pt;font-family:verdana,arial,helvetica,sans-serif;}
.medium {font-size:10pt;font-family:verdana,arial,helvetica,sans-serif;}
.large  {font-size:15pt;font-family:verdana,arial,helvetica,sans-serif;}

.style1 {
	font-size: x-small;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}
.style2 {font-size: small}
.style2b {font-size: small;font-weight: bold;}
.style3 {	font-size: x-small;
	font-family:  Arial, Verdana,Helvetica, sans-serif;
}

/* --------------------- Calendar Text and Colors --------------------- */
.bkgnd_header   { background: #cccccc; }
.bkgnd_normal   { background: #ffffff; }
.bkgnd_event    { background: #ffffff; }
.text_bigheader { font-size: xx-large; font-weight: bold; font: bold normal Arial, Helvetica, sans-serif; color: #000000;}
.text_header    { font-size: large;    font-weight: bold; font: bold normal Arial, Helvetica, sans-serif; color: #000000;}
.text_weekday   { font-size: medium;   font-weight: bold; font: bold normal Arial, Helvetica, sans-serif;}
.text_today     { font-size: medium;   font-weight: bold; font: bold normal Arial, Helvetica, sans-serif; color: #FF0000;}
.text_event     { font-size: normal;   font-weight: normal; font: bold normal Arial, Helvetica, sans-serif; color: #0000FF;}
.text_small     { font-size: small;    font-weight: normal; font: bold normal Arial, Helvetica, sans-serif; color: #000000;}
.text_normal    { font-size: normal;   font-weight: normal; font: bold normal Arial, Helvetica, sans-serif; color: #000000;}

