/* InfoWebPage.org StyleSheets */

/* General */
.iwpSectionHeader {
    font-weight: bold;
    color: #446699;
    vertical-align: top;
}

.iwpSectionHeaderTrim {
    padding: 0px;
    border-spacing: 0px;
    border-width: 0px;
    margin: 0px;
    border-collapse: collapse;
    border-style: none;
    background-color: #446699;
    height: 2px;
    font-size: 0px;
    color: white;
}

.iwpNoBorder {
    padding: 0px;
    border-spacing: 0px;
    border-width: 0px;
    margin: 0px;
    border-collapse: collapse;
    border-style: none;
}

/* Calendar-Specific Class Definitions */
.iwpCalendarTable {
    padding: 0px;
    border-spacing: 0px;
    border-width: 0px;
    margin: 0px;
    border-collapse: collapse;
    border-style: none;
    width: 720px;
    height: 100px;
    background-color: #aaeeff;
}

.iwpCalendarMonth {
    font-weight: bold;
}

.iwpCalendarDay {
    font-size: 55px;
    font-family: sans-serif;
    color: red;
    line-height: 1.2em;
}

.iwpCalendarDayOfWeek {
    font-weight: bold;
}

.iwpCalendarSubject {
    font-size: larger;
    font-weight: bold;
}

.iwpCalendarText {
    font-size: smaller;
}

.iwpCalendarDateSentence {
    font-style: italic;
    color: red;
}

/* Alternate Homepage Versions */
.invalidOrg {
    font-size: 15pt;
    font-weight: bold;
    text-align: center;
}

/* Admin-Specific Class Definitions */
.iwpAdminPageHeader {
    background-color: black;
    text-align: center;
    vertical-align: top;
    font-weight: bold;
    color: white;
    line-height: 1.3em;
}

.iwpAdminSectionHeader {
    background-color: #009933;
    text-align: left;
    font-weight: bold;
    color: white;
}

/*  The next two are the same except for the text alignment.  I'm not sure how to handle this yet.  */
.iwpAdminFieldDesc {
    text-align: right;
    vertical-align: top;
    padding-top: 5px;
    padding-right: 6px;
    font-size: smaller;
    font-weight: bold;
    color: black;
}

.iwpAdminDateDesc {
    text-align: left;
    vertical-align: top;
    padding-top: 5px;
    padding-right: 6px;
    font-size: smaller;
    font-weight: bold;
    color: black;
}

.iwpAdminField {
    text-align: left;
    vertical-align: top;
    color: black;
}

/* Global Styles - Basic Rules */
BODY {
    font-family: Arial, Helvetica, sans-serif;
    background-color: white;
}

