
/**
 * ----------------------------------------------
 * COLORADO COCAINE ANONYMOUS WEBSITE STYLESHEET
 * ----------------------------------------------
 */

/**
 * --------------------
 * Global site classes.
 * --------------------
 */

p { 
    font-size: 12px;
    font-family: Tahoma;
    font-weight: normal;
}
li {
    font-size: 12px;
    font-family: Tahoma;
    font-weight: normal;
}
.navOptions ul {
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.navOptions li {
    list-style: list-style-image;
    list-style-image: url(/images/arrows.gif);
    vertical-align: middle;
    font-size: 12px;
    font-family: Tahoma;
    font-weight: normal;
}

.errorText {
    color: #ff0000;
}

a {
    color: #0000FF;
}

.forgetPassLink {
    font-size: 10px;  
    font-family: Tahoma;
    font-weight: normal;
    color: #0000FF;
}

a:visited {
    color: #607ABE;
}

h1 {
    font-size: 14px;
    font-family: Tahoma;
    font-weight: bold;
    margin-top: 3px;
    margin-bottom: 5px;
}

h2 {
    font-size: 14px;
    font-family: Tahoma;
    font-weight: bold;
}

h3 {
    font-size: 14px;
    font-family: Tahoma;
    font-weight: bold;
    margin-bottom: 5px;
}

h4 {
    font-size: 13px;
    font-family: Tahoma;
    font-weight: bold;
    margin-bottom: 5px;
}

form {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

/**
 * ------------------------
 * Site navigation classes.
 * ------------------------
 */
.siteNavigationMenu {
    font-family: Verdana, Tahoma, Arial;
    font-weight: bold;
    font-size: 12px;
    color: #ffffff;
}
.siteNavigationMenu a, .siteNavigationMenu a:visited {
    color: #ffffff;
    text-decoration: none;
}

.siteNavigationMenu a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.siteNavigationMenu td {
    background-color: #2B2667;
    border-bottom: 1px solid #ffffff;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.siteNavigationMenu td#line {
    background-color: #2B2667;
    border-bottom: 1px solid #ffffff;
    padding: 0 0 0 0;
}

.siteNavigationMenu td#meeting {
    background-color: #B86D6D;
    border-bottom: 1px solid #ffffff;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.leftNavInformation {
    color: #000000;
    font-family: verdana, tahoma, arial;
    font-size: 10px;
    font-weight: normal;
}

.leftNavInformation a, .leftNavInformation a:visited, .leftNavInformation a:hover {
    color: #000000;
    font-family: verdana, tahoma, arial;
    font-size: 10px;
    font-weight: normal;
    text-decoration: underline;
}

.leftNavInfoTable {
    background-color: #FFFFFF;
    color: #000000;
    text-align: justify;
    padding: 3px; 
}

.extNavigationMenu {
    background-color: #EEEEEE;
    color: #000000;
    font-family: verdana, tahoma, arial;
    font-size: 10px;
    font-weight: normal;
}

.extNavigationMenu a, .extNavigationMenu a:visited, .extNavigationMenu a:hover {
    font-family: verdana, tahoma, arial;
    font-size: 10px;
    font-weight: normal;
    text-decoration: underline;
}

.extNavigationMenu td#line {
    background-color: #BBBBBB;
    border-bottom: 1px solid #ffffff;
    padding: 0 0 0 0;
}

.extNavigationMenu td {
    padding-top: 2px;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 3px;
}

.extNavigationMenu p {
    font-family: verdana, tahoma, arial;
    font-size: 10px;
    font-weight: normal;
    margin-top: 2px;
    margin-bottom: 3px;
}

.breadCrumb {
    font-size: 9px;
    font-family: Tahoma;
    font-weight: normal;
    margin-top: 2px;
    margin-bottom: 0px;
}

.hotlineTable {
    font-family: Tahoma;
    color: #222222;
    text-align: left;
    margin-top: 5px;
    font-size: 11px;
    font-weight: normal;
}

/**
 * ---------------
 * Footer classes.
 * ---------------
 */
.siteFooter {
    color: #000000;
    font-family: verdana, tahoma, arial;
    font-weight: 10px;
    border: 1px solid #C3C3C3;
    text-align: center;
}

.siteFooter td {
    color: #000000;
    font-family: verdana, tahoma, arial;
    font-size: 10px;
    font-weight: normal;
}

/**
 * Home Page
 */

.homePreAmble {
    margin-top: 0px;
    text-align: left; 
    font-size: 14px;
    font-family: Times New Roman;
    font-weight: normal;
}

.homeEventList {
    background-color: #bfbfbf;
    font-family: Tahoma;
    font-size: 10pt;
}

.homeEventList td {
    background-color: #ffffff;
    font-family: Tahoma;
    font-size: 9pt;
    font-weight: normal;
    vertical-align: top;
    padding: 4px;
    height: 120;
}

.homeEventList p {
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
    margin-top: 3px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.homeExtrasList {
    background-color: #bfbfbf;
    font-family: Tahoma;
    font-size: 8pt;
    text-align: right;
}

.homeExtrasList td {
    background-color: #ffffff;
    font-family: Tahoma;
    font-size: 8pt;
    font-weight: normal;
    vertical-align: top;
    padding: 4px;
    height: 120;
}

.homeExtrasList p {
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    text-decoration: underline;
    margin-top: 3px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.homePDA_ObjectListHeader p {
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
    margin-top: 3px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.homePDA_ObjectList {
    margin-left: 15px;
    padding-left: 0px;
}

.homeEventList ul {
    margin-top: 0px;
    margin-bottom: 3px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.homeEventList li {
    list-style-type: none;

    margin-top: 2px;
    margin-left: -25px;
    text-indent: -15px;

    padding-left: 0px;

    font-family: Tahoma;
    font-weight: normal;
    font-size: 11.5px;
}

.homeEventSummaryDate {
    font-family: Tahoma;
    font-weight: bold;
}

.homeNewsTitle {
    margin-bottom: 3px;
    font-size: 15px;
}

.homeNewsList {
    margin-top: 0px;
    margin-left: 0px;
    list-style-type: none;
}

.homeNewsItem {
    font-size: 12px;
    font-family: Tahoma;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 3px;
}

.homeNewsItemTitle {
    font-weight: bold;
}

.homeContentInfo {
    font-size: 9px;
    font-family: Verdana, Tahoma, Arial;
    color: #000000;
}

/**
 * Site Login
 */

.loginBox {
    font-size: 12px;
    font-family: Tahoma;
    font-weight: normal;
}

.loginBox th {
    font-weight: bold;
    text-align: left;
}

.loginBox td {
    font-weight: normal;
}

.loginBox submit {
    background-color: #2B2667;
    color: #ffffff;
    font-family: Verdana, Tahoma, Arial;
    font-weight: bold;
    font-size: 11px;
    text-align: center;
}

/**
 * Event page classes.
 */

.eventDetailTitle {
    font-size: 13px;
    font-family: Tahome;
    font-weight: bold;
}

.eventCalendar {
    background-color: #bfbfbf;
    font-family: Tahoma;
    font-size: 10pt;
}

.eventCalendar th, .eventCalendar dayNumber {
    background-color: #efefef;
    font-family: Tahoma;
    font-size: 9pt;
    text-align: left;
    font-weight: bold;
}

.eventCalendar td {
    background-color: #efefef;
    font-family: Tahoma;
    font-size: 9pt;
    font-weight: normal;
    vertical-align: top;
    text-align: left;
    padding: 4px;
    height: 120;
}

.eventCalendar td#notday {
    background-color: #e4e4e4;
    font-family: Tahoma;
    font-size: 9pt;
    font-weight: normal;
    vertical-align: top;
    padding: 4px;
    height: 120;
}

.eventCalendarToday {
    color: #000000;
    background-color: #f5f5f5;
    font-weight: bold;
    font-size: 9pt;
    border: 1px solid #777777;
    padding-left: 3px;
    padding-right: 3px;
}

.eventCalendarItemList ul {
    padding: 0;
    margin-left: 0;
}
.eventCalendarItemList li {
    list-style-type: none;
    font-size: 8pt;
    margin-top: 4px;
    margin-left: -28px;
    padding-left: 0px;
    text-indent: -10px;
}

/**
 * Meeting list
 */

.meetingJump {
  font-family: Tahoma;
  font-size: 9pt;
  font-weight: normal;
}

.meetingListPDA {
  margin-left: 15px;
  padding-left: 0px;
}

.meetingList {
  background-color: #ffffff;
  border: 0px solid #000000;
  font-family: Tahoma;
  font-size: 9pt;
  font-weight: normal;
}

.meetingList td {
  background-color: #ffffff;
  font-family: Tahoma;
  border-bottom: 1px solid #eeeeee;
  font-size: 9pt;
  font-weight: normal;
  vertical-align: top;
}

.meetingList td#spacer {
  background-color: #ffffff;
  border: 0px;
  font-family: Tahoma;
  font-size: 9pt;
  font-weight: normal;
  vertical-align: top;
}

.meetingList th {
  background-color: #f0f0f0;
  font-size: 15px;
  padding-top: 0px;
  padding-bottom: 0px;
  border: 1px solid #000000;
  font-family: Tahoma;
  font-weight: bold;
  margin-bottom: 5px;
}

.meetingName {
  font-weight: bold;
}

.meetingSearchFormTable {
    border: 1px solid #aaaaaa;  
}

.meetingSearchFormTable td {
    font-family: Tahoma;
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
    font-size: 8.5pt;
    color: #000000;
}

.meetingSearchFormTable th {
    font-family: Tahoma;
    font-weight: bold;
    text-align: left;
    font-size: 8.5pt;
    color: #000000;
    background-color: #f0f0f0;
}

.meetingSearchFormTable th#top {
    font-family: Tahoma;
    font-weight: bold;
    text-align: left;
    vertical-align: top;
    font-size: 8.5pt;
    color: #000000;
    background-color: #f0f0f0;
    padding-top: 5px;
}

.meetingSearchFormTable th#title {
    font-family: Tahoma;
    font-weight: bold;
    text-align: left;
    font-size: 8.5pt;
    color: #ffffff;
    background-color: #2B2667;
    padding: 2px;
}

.meetingFormat {
    color: #505050;
    font-weight: bold;
    padding-bottom: 3px;
}

/**
 * Contact page.
 */
.contactEmailTable {
    border: 1px solid #aaaaaa;  
}

.contactEmailTable td {
    font-family: Tahoma;
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
    font-size: 9pt;
    color: #000000;
}

.contactEmailTable th {
    font-family: Tahoma;
    font-weight: bold;
    text-align: left;
    font-size: 9pt;
    color: #000000;
    background-color: #f0f0f0;
}

.contactEmailTable th#top {
    font-family: Tahoma;
    font-weight: bold;
    text-align: left;
    vertical-align: top;
    font-size: 9pt;
    color: #000000;
    background-color: #f0f0f0;
    padding-top: 5px;
}

.contactEmailTable th#messageBody {
    font-family: Tahoma;
    font-weight: bold;
    text-align: left;
    font-size: 9pt;
    color: #000000;
    background-color: #ffffff;
}

.contactEmailTable th#title {
    font-family: Tahoma;
    font-weight: bold;
    text-align: left;
    font-size: 8.5pt;
    color: #ffffff;
    background-color: #2B2667;
    padding: 2px;
}

.contactPhones {
  font-size: 12px;
  font-family: Tahoma;
  font-weight: normal;
}

/**
 * Service Opportunities
 */
.serviceOpList {
    border: 0;
    background-color: #777777;
    padding: 1px;
}

.serviceOpList td {
    background-color: #ffffff;
    font-family: Tahoma;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
    padding: 2px;
    font-size: 9pt;
    color: #000000;
}

.serviceOpList td#summary {
    background-color: #e7e7e7;
    font-family: Tahoma;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
    padding: 2px;
    font-size: 9pt;
    color: #000000;
}

.serviceOpList th {
    font-family: Tahoma;
    font-weight: bold;
    text-align: left;
    vertical-align: top;
    padding: 2px;
    font-size: 9pt;
    color: #ffffff;
    background-color: #2B2667;
}

/**
 * Site Registration
 */
.siteRegisterTable {
    border: 0;
    background-color: #ffffff;
    padding: 0px;
}

.siteRegisterTable td {
    font-family: Tahoma;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
    padding: 2px;
    font-size: 10pt;
    color: #000000;
}

.siteRegisterTable th {
    font-family: Tahoma;
    font-weight: bold;
    text-align: left;
    vertical-align: top;
    padding: 5px 2px 2px 2px;
    font-size: 10pt;
    color: #000000;
}

.hoverTable {
    border: 1px solid #333333;
    font-family: Tahoma;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
    padding: 2px 2px 2px 2px;
    font-size: 11pt;
    background-color: #ffffff;
}
.hoverTable td {
    color: #000000;
    font-family: verdana, tahoma, arial;
    font-size: 11px;
    font-weight: normal;
}

.helpDialogTitle {
    font-family: verdana, tahoma, arial;
    font-size: 10px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
}

.helpDialogContent {
    font-family: verdana, tahoma, arial;
    font-size: 10px;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 0px;
}
.helpDialogLink {
    text-decoration: none;
    border-bottom: 1px dotted #000000;
    color: #000000;
}