@charset "UTF-8";
/* CSS Document */

.bulletin_title { cursor: pointer; }
.bulletin_title.hover td, .bulletin_title.hover.odd td { background-color: #FF6; }

#bulletin_content .fieldTitle { background: #CF6; }
#bulletin_content td { border: 1px solid #888; height: 25px; padding: 0 5px; font-size: .95em; }

#bulletinList { max-height: 300px; overflow: auto; }