/* Style Sheet for Pratt, Kansas */
/* John and Susan Howell, Kansas on the Net, kotn.org */
/* January, 2004 */

body { 
   font-family: arial, helvetica, sans-serif; 
   background-color: #ffffee; 
   margin-top: 0; 
   margin-left: 0; 
   margin-right: 0; 
   margin-bottom: 0; 
   }
td { 
   font-family: arial, helvetica, sans-serif; 
   }
.banner { 
   background-color: #99cccc; 
   color: #003366; 
   }
/* .bghl - background to highlight certain boxes including in banner and left links */
.bghl { 
   background-image: url(images/bghl.gif);
   background-color: #eeffff;
   color: #000000;
   }
/* .boxbg - background for general boxes of info. */
.boxbg { 
   color: transparent;
   background-color: #eeeecc;
   }
/* .topboxbg - background for boxes of lists at the top of some pages */
.topboxbg { 
   color: transparent;
   background-color: #dddddd;
   }
/* .here is for the "you are here" line */
.here { 
   background-color: #ffcc99; 
    color: #003366; 
   }
a:link { 
   color: #996633; 
   background-color: transparent; 
   }
a:visited { 
   color: #669999; 
   background-color: transparent; 
   }
/* toplink defines the style for the links at the very top of the page */
.toplink { 
   color: #003366;
   padding: .2em;
   background-color: transparent;
   text-decoration: none; 
   }
a.toplink:hover, a:hover { 
   background-color: #ffffff; 
   text-decoration: underline; 
   }
/* a.nobg prevents hover background color when used with image links */
a.nobg:hover {
   background-color: transparent; 
   }
/* h2 = is used for the page headings */
h2 { 
   font-family: times new roman, arial, helvetica, sans-serif; 
   color: #000000; 
   font-size: 250%; 
   }
h3 { 
   font-family: arial, helvetica, sans-serif; 
   color: #006666; 
   font-style: italic;
   }
/* .sect is like h3 without extra line feed and bolding*/
.sect {
   font-family: arial, helvetica, sans-serif; 
   color: #006666; 
   font-style: italic;
   font-weight: bold; 
   font-size: 120%;
   }
/* .nonchamber is style for name of non-Chamber members */
.nonchamber { 
   color: #666666;
   background-color: transparent;
   }
/* a.nonchamber:link keeps non-chamber links a gray color */
a.nonchamber:link {
   color: #666666;
   background-color: transparent;
   }
/* a.nonchamber.visited keeps non-chamber visited links a gray color */
a.nonchamber:visited {
   color: #666666;
   background-color: transparent;
   }

/* .chamber is style for name of Chamber members */
.chamber { 
   color: #006666;
   background-color: transparent;
   font-size: 125%;
   }
/* a.chamber:link keeps chamber links dark teal color */
a.chamber:link {
   color: #006666;
   background-color: transparent;
   }
/* a.chamber:visited keeps chamber links a teal color */
a.chamber:visited {
   color: #669999;
   background-color: transparent;
   }
/* .chamberlist is used when a chamber member is in a list, to put a bullet in place of the normal dot */
.chamberlist {
   list-style-image: url(images/bullet.gif);
   list-style-position: outside;
   }
/* data = the statistical data on the main page */
.data  { 
   font-family: arial, helvetica, sans-serif; 
   font-size: 80%;
   background-color: #ccffcc; 
   color: #000000;
   }
/* Put some space below each list item normally*/
/* .spaceli puts more space between lines */
.spaceli {
   margin-bottom: .6em;
   }
/* leftlinks = format links on the left */
.leftlinks { 
   font-family: arial, helvetica, sans-serif; 
   font-size: 95%; 

   }
/* inactive = grey out the link that refers to the page being viewed */
.inactive  { 
   font-family: arial, helvetica, sans-serif; 
   color: #999999;
   }
.footing { 
   background-color: #dddddd;
   color: #003366; 
   font-size: 70%; 
   }
/* copyright = the copyright text at the bottom */
.copyright { 
   font-family: arial, helvetica, sans-serif; 
   color: #336699; 
   background-color: transparent;
   }
/* updated = text used on the "Last Updated" line at the bottom */
 .updated { 
   font-family: arial, helvetica, sans-serif; 
   font-weight: 200; 
   }
/* old = text attributes for quotes from old documents */
.old {
   font-family: Garamond,Bookman,serif; 
   font-size: 120%;
   }
/* ----------- CALENDAR STYLES -------------- */
/* clist define style for table of month links at the top */
.clist { 
   font-family: arial, helvetica, sans serif; 
   font-size: 90%;
   background-color: #dddddd;
   color: #000000;
   }
/* calendar defines style for calendar tables */
.calendar { 
   font-family: arial, helvetica, sans serif; 
   font-size: 90%;
   background-color: #ffffff;
   color: #000000; 
   }
/* thismonth defines style for this month in list of months at top */
.thismonth { 
   font-size: 150%; 
   color: #666666; 
   }
/* cleftlinks makes font smaller for left links on calendar pages */
.cleftlinks { 
   font-size: 80%
   }
/* sunday gives a background color to Sunday entries */
.sunday {
   background-color: #eeeeee;
   color: #000000;
   }
/* multidays = to highlight calendar events that occur over several days */
.multidays { 
   color: #009900; 
   background-color: transparent;
   }
/* repeat = events that occur regularly (repeatedly) */
.repeat { 
   color: #000099; 
   background-color: transparent;
   }
/* holiday = highlight special holidays */
.holiday { 
   color: #990000; 
   background-color: transparent;
   }
/* special = highlight a seasonal or very special event */
.special {
   color: #993399; 
   background-color: transparent;
   }
/* ---------- END OF STYLE SHEET -------------- */