body {
    background-color: #E8E8E8;
    margin: 0px;
}
td, a, p, body, div {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #494949;
}
a {
    color: #959595;
}
div, form, p, table {
    margin: 0;
    padding: 0;
}
img {
    border: 0;
}
.smaller, .smalllight, .smalllink {
    font-size: 8pt;
    font-weight: normal;
}
.smalllight {
    color: #777777;
}
.smalllink {
    color: #D60F16;
}
.navilink {
	text-decoration: none;
}
.navilinkhigh {
    font-family: Verdana;
    font-size: 8pt;
    color: #D30909;
    font-weight: bold;
    text-decoration: none;
}

.teaser {
    border: 1px solid #bbbbbb;
    background-color: #eeeeee;
}

/* used primarily in theme files */
.legend,.footie,.mainbox,.logo,.comment {
  background-color: #ffffff;
  border-top: thin solid rgb(223,220,217);
  border-left: thin solid rgb(223,220,217);
  border-right: thin solid rgb(178,176,174);
  border-bottom: thin solid rgb(178,176,174);
}
.mainlegend {
  display: inline;
  position: relative;
  top: -1.0em;
  font-size: 9pt;
  padding: 0em .8em .2em .8em;
  color: #ffffff;
  font-weight: bold;
  background-color: #003399;
  -moz-border-radius: .6em .6em .2em .2em;
}
.legend {
  display: inline;
  position: relative;
  top: -1.0em;
  font-size: 11pt;
  padding: 0em .8em .2em .8em;
  color: #D60F16;
  font-weight: bold;
  background-color: #eeeeee;
  -moz-border-radius: .6em .6em .2em .2em;
}
.footie {
  background-color: #ffffff;
  display: inline;
  position: relative;
  top: +0.5em;
  padding: 0em .8em .2em .8em;
  -moz-border-radius: .6em .6em .6em .6em;
}
.blockheadl, .blockheadr {
    padding: 10px 0 10px 10px;
    font-weight: bold;
    border: solid #dddddd;
    border-width: 1px 0 0 0;
}
.blockcontent {
    padding: 0 0 10px 10px;
    border: solid #dddddd;
    border-width: 0 0 1px 0;
}
.mainbox {
  padding: 0em .4em .0em .4em;
}


/* styles for pnforms.class ... more changes in init.inc.php possible */
.formsdefault {
    padding: 4px; 
    text-align: left;
}
.formsalt {
    padding: 4px; 
    text-align: left; 
    background-color: #d3d3d3;
}
.formsedittb {
    padding: 4px; 
    text-align: left;
    background-color: #e3e3e3;
}
.formseditin {
    width:300px; 
}
.formseditta {
    width:300px; 
    height:100px; 
    border: 1px solid #777777; 
    background-color:#dddddd;
}
.formslisttb {
    margin-top: 15px; 
    border-collapse: collapse; 
    border: 1px solid #777777;
}
.formslisthead {
    padding: 8px; 
    background-color: #003399; 
    color: #ffffff;
}
.formsdate {
    border: 1px solid #555555; 
    background-color: #dddddd;
}
.formsdatetb {
    width:300px;
}


/* styles for event tables */
.eventshead {
    font-size: 8pt; 
    color: #888888; 
    font-family: Verdana; 
    font-weight: bold;
}
.eventsdefault {
    font-size: 8pt; 
    color:#888888; 
    font-family: Verdana;
}
.eventsmarked {
    font-size: 8pt; 
    color: #888888; 
    font-family: Verdana; 
    font-weight: bold; 
    background-color: #cccccc;
}
.eventhours {
    background-color: #f2f2f2;  
    text-align: center;
}