@charset "windows-1252";

body {
background-color:#ffffff;
color:#000000;
}
a, a:visited {
color:#990000;
text-decoration:none; 
}
a:visited {
color:#990000;
text-decoration:none; 
}
a:hover {
color:#33CCFF;
text-decoration:none; 
}

/* common menu styles */
a.current, a.current:visited, a.current:hover {
 color:#FF99CC;
 text-decoration:none;
}

a.venue, a.venue:visited, a.venue:hover {
 color: black;
 font-family:sans-serif;
 font-weight:normal;
}

/* for header components */
td.orange {
background-color:#ffcc99;
}
td.grey {
background-color:#dddddd;
}
td.caption {
 font-family:sans-serif;
 font-size:10pt;
 font-weight:normal;
}
span.pagetitle {
 font-family:sans-serif;
 font-size:16pt;
 font-weight:bold;
 color:#6699FF;
}
/* for artwor.php page */
td.mediatitle {
  font-family:sans-serif;
  font-size:12pt;
  font-weight:bold;
  color:#6699FF;
  text-align:center;
}
td.media {
  border:thin solid #dddddd;
  padding=.5cm;
}
/* for gallery.php page */ 
td.title {
 font-family: sans-serif;
 font-size:8pt;
 color:#cc0033;
 width:120px;
 text-align:center;
}
td.navbutton, td.navigation {
 font-family:arial;
 font-weight:normal;
 font-size:12pt;
 color:#cc0033;
 background-color:#B0B0B0;
 border:none;
}
td.rental {
 font-family:sans-serif;
 font-size:8pt;
 font-weight:normal;
 color:black;
}
span.seriestitle {
 font-family:arial;
 font-size:14px;
 font-weight:bold;
 color:blue;
}
span.seriesname {
 font-family:arial;
 font-size:14px;
 font-weight:bold;
 color:#cc0033;
}
/* bio.php page */
span.biotext {
 font-family:sans-serif;
 font-size:12pt;
 font-weight:normal;
 color:black;
}
/* resume.php page */
span.resumetext {
 font-family:sans-serif;
 font-size:10pt;
 font-weight:normal;
 color:black;
}

/* used on any page with an image at right */
span.imagetitle {
 font-family: sans-serif;
 font-size:8pt;
 font-weight:bold;
 color:#cc0033;
 text-align:center;
}

/* calendar.php page */
table.calendaritem {
 text-align:left;
 border:0;
}
td.caltitle {
 font-family:sans-serif;
 font-size:12pt;
 font-weight:bold;
 color:#996600;
}
td.caldate {
 font-family:sans-serif;
 font-size:12pt;
 font-weight:normal;
 color:#996600;
}
td.callocation, td.caldesc {
 font-family:sans-serif;
 font-size:12pt;
 font-weight:normal;
 color:black;
}
td.calweblink,td.calemail,td.calphone {
 font-family:sans-serif;
 font-size:10pt;
 font-weight:normal;
 color:black;
}