﻿body
{
}

/* <Announcements> */

/* view all */

.ann_va_b /* body */
{
  width:100%;
}

.ann_va_i /* item */
{
  padding: 5px;
  border-top: dotted 1px silver; 
  margin-bottom: 2px;
  margin-top: 2px;
}

.ann_va_t /* title */
{
  font-size:18px; 
  color: #990000; 
  padding-bottom: 4px;
}

.ann_va_st /* subtitle */
{
  font-size:10px; 
  color:gray; 
  padding-bottom: 5px;
}

.ann_va_ts /* teaser */
{
  padding-bottom:12px;
}

/* view one */

.ann_vo_b /* body */
{
  padding-right:12px;
}

.ann_vo_t /* title */
{
  font-size:18px; 
  color:#990000; 
  padding-bottom: 4px;
}

.ann_vo_st /* subtitle */
{
  font-size:11px; 
  color:gray; 
  padding-bottom: 12px;
}

.ann_vo_tx /* announcement text */
{
  padding-bottom:12px;
}

/* short list */

.ann_sl_b
{
  padding:4px;
}

.ann_sl_i
{
  
}

.ann_sl_i a
{
  text-decoration:none;
}

/* calendar */

.ann_c_b /* body */
{
  padding-top:5px;
}

.ann_c_dn /* day number */
{
  background-color: #c0c0c0;
  color: white;
  font-weight: bold;
  margin: 0px 5px 5px 0px;
  padding: 2px;
  width: 16px;
  text-align: center;
  /*background-color: gainsboro;*/
}

.ann_c_hd /* calendar header */
{  
  font-size:8pt;
  font-family:Verdana;
  color:#663399;
  border-color:#FFCC66;  
  border-width:1px;  
}

.ann_c_c /* cell */
{
  vertical-align:text-top;
  text-align:left;
  padding-right:2px;
  padding-top:2px;
}

.ann_c_lk /* link */
{
  text-decoration:none;
  padding-bottom:6px;
  display:block;
}

.ann_c_lk:hover
{
  text-decoration:underline;
}

.ann_c_ttf /* tooltip footer */
{
  font-style:italic;
}

/* </Announcements> */

/* <Search> */

.src_b /* body */
{
  
}

.src_t /* title */
{
  color: #336699;
  font-size: large;
}

.src_snip /* snippet */
{
  
}

.src_hl /* highlight */
{
  font-weight:bold;
}

/* </Search> */

/* <Parks> */

/* view one */

.park_vo_t /* title */
{
  font-size:18px; 
  color:#990000; 
  padding-bottom: 4px;
}

.park_vo_l /* location */
{
  font-size:11px; 
  color:gray; 
  padding-bottom: 12px;
}

.park_vo_d /* document */
{
  padding-right:12px;
}

.park_vo_pb /* pavilion body */
{
  background-color: #ffffcc;
  color: #000000;
  padding: 8px;
  margin: 5px;
}

.park_vo_p /* pavilion */
{
  
}

.park_vo_b
{
background-color: #f1f8f7;
    color: #000000;
    padding: 8px;
    margin: 5px;
}

/* </Parks> */

/* <Miscellaneous> */

.error_box
{
  background-color:lemonchiffon; 
  border:solid 1px orange; 
  color:Maroon; 
  padding:8px;
}

/* </Miscellaneous> */