/* Styles for Volunteer Committee system */
/* Copyright 2005 T&T Software */
/* This software may not be used or copied except as described int he license agreement. */


.bold_style { font-family: Helvetica; font-size: 10pt; font-weight: bold; }
.bold_style_2 { font-family: Helvetica; font-size: 9pt; font-weight: bold; }
.pending_confirm_style { font-family: Helvetica; font-size: 9pt; font-weight: bold; color: green; }
.pending_cancel_style { font-family: Helvetica; font-size: 9pt; font-weight: bold; color: red; }
.confirm_slot_style { font-family: Helvetica; font-size: 10pt; font-weight: bold; background-color: yellow; }
.plain_style { font-family: Helvetica; font-size: 10pt; }
.plain_style_2 { font-family: Helvetica; font-size: 9pt; }
.plain_inverse_style { font-family: Helvetica; font-size: 10pt; color: white; background-color: #888888; font-weight: bold; }
.bigger_style { font-family: Helvetica; font-size: 12pt; }
.error_style { font-family: Helvetica; font-size: 10pt; font-weight: bold; color: red; }
.small_hheader_style { font-family: Helvetica; font-size: 10pt; font-weight: bold; color: white; background-color: #888888; border-top: white solid 1px; }
.small_vheader_style { font-family: Helvetica; font-size: 10pt; font-weight: bold; background-color: #F5F5F5; border-bottom: white solid 2px; }
.selector_style { font-family: Helvetica; font-size: 10pt; border: #888888 solid 1px; }
.small_bold_style { font-family: Helvetica; font-size: 9pt; font-weight: bold; }
.small_hbold_style { font-family: Helvetica; font-size: 9pt; font-weight: bold; color: white; background-color: #888888; }
.small_vbold_style { font-family: Helvetica; font-size: 9pt; font-weight: bold; background-color: #F5F5F5; }
.small_plain_style { font-family: Helvetica; font-size: 8pt; }
.confirm_admin_slot_style { font-family: Helvetica; font-size: 8pt; background-color: yellow; }
.cancel_slot_style { font-family: Helvetica; font-size: 8pt; background-color: yellow; }
.smaller_plain_style { font-family: Helvetica; font-size: 7pt; }
.smaller_header_style { font-family: Helvetica; font-size: 7pt; background-color: #F5F5F5; border: #888888 solid 1px; }
.small_label_style { font-family: Helvetica; font-size: 7pt; color: #606060; }
.small_red_style { font-family: Helvetica; font-size: 8pt; color: red; }
.small_green_style { font-family: Helvetica; font-size: 8pt; color: green; }
.small_button_style { font-family: Helvetica; font-size: 9pt; }
.box_style { border: solid black 2px; }
.error_box_style { border: solid red 2px; }