/* events.css  - event styling
** 20091120 G Rogerson
*/

/* Upcoming events, sidebar format */
.evshorts { 
background-color: #fff;
}
.ev_short { 
margin-top: 2px;
padding: 2px;
background-color: #dfefff;
}
.ev_short a {
text-decoration: none;
}
#planned_events {
height: 120px;
overflow: auto;
}
/* /Upcoming events */


/* Full event display formatting */
.full_event {
width: 520px;
margin-left: 20px;
background-color: #fff;
}
.full_event p {
padding-left: 4px;
}
.full_event table td {
vertical-align: top;
}
.details_box  { 
width: 518px;
margin: 0;
padding: 0;
}
.opener {
width: 518px;    
}
.opener a {
display: inline;
width: 150px;
font-weight: bold;
color: #608;
background-color: #0f6;
text-decoration: none;
padding-left: 4px;

}
/* Details opener/closer setup and styling */
.details {
width: 510px;
margin: 0;
padding: 2px 4px;
border: 1px solid #0f6;
border-top: 2px solid #0f6;
display: none;
  }
  
  /* /Full event display formatting */

// Styles for bbcode parse output
.bold {
   font-weight: bold;
}

.italics {
   font-style: italic;
}

.underline {
   text-decoration: underline;
}

.strikethrough {
   text-decoration: line-through;
}

.overline {
   text-decoration: overline;
}

.sized {
   text-size:
}

.quotecodeheader {
   font-family: Verdana, arial, helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
}

.codebody {
   background-color: #FFFFFF;
    font-family: Courier new, courier, mono;
    font-size: 12px;
    color: #006600;
    border: 1px solid #BFBFBF;
}

.quotebody {
   background-color: #FFFFFF;
    font-family: Courier new, courier, mono;
    font-size: 12px;
    color: #660002;
   border: 1px solid #BFBFBF;
}

.listbullet {
   list-style-type: disc;
   list-style-position: inside;
}

.listdecimal {
   list-style-type: decimal;
   list-style-position: inside;
}

.listlowerroman {
   list-style-type: lower-roman;
   list-style-position: inside;
}

.listupperroman {
   list-style-type: upper-roman;
   list-style-position: inside;
}

.listloweralpha {
   list-style-type: lower-alpha;
   list-style-position: inside;
}

.listupperalpha {
   list-style-type: upper-alpha;
   list-style-position: inside;
}

