/* --- Import Sitewide Styles
-------------------------------------------------------*/
@import url("master.css");



/* --- Primary Content
-------------------------------------------------------*/
#prim_cont {
	float: left;
    width: 625px;
    margin-left: 20px;
	}

    .ctr_t,
    .ctr_b {
        float: left;
        font-size: 1px;
        line-height: 1px;
        width: 622px;
        height: 8px;
        background: url(/_images/ctrs/ctr-622-top.gif);
        }

    .ctr_b {
        height: 10px;
        background: url(/_images/ctrs/ctr-622-btm.gif);
        }

    .ctr_m {
        float: left;
        width: 617px;
        padding: 22px 0 20px 5px;
        background: url(/_images/ctrs/ctr-622-mid.gif) repeat-y top left;
        }



/* --- calendar
-------------------------------------------------------*/
#calendar .inner {
    width: 563px;
    padding: 20px;
    }

#calendar h2 {
    color: #000;
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 15px;
    }

#calendar .mo {
    color: #006990;
    font-size: 18px;
    font-weight: normal;
    font-style: italic;
    }

    #calendar table {
        background: none;
        }

        #calendar table th {
            padding-bottom: 11px;
            }

        #calendar table td {
            font-size: 9px;
            text-align: left;
            width: 80px;
            min-height: 94px;
            height: 94px;
            padding: 7px 6px;
            border: 1px solid #dfdfdf;
            vertical-align: top;
            background: url(/_images/calendar_cell_bg.jpg) repeat-x bottom left;
            }

        #calendar table td.ina { /* Inactive */
            background: none;
            }

        #calendar table p {
            margin: 0 0 1em 0;
            }

        #calendar table p.t { /* time */
            font-size: 10px;
            color: #006990;
            margin-bottom: 0;
            }

    #calendar p.f_l {
        font-size: 10px;
        }

        #calendar p.f_l a {
            font-size: 10px;
            }

    #calendar .p_t { /* Pagination top */
        float: right;
        margin-top: 11px;
        }



/* --- Secondary Content
-------------------------------------------------------*/
#sec_cont {
	float: left;
	width: 265px;
	margin: 0 0 0 15px;
	}

.inf {
    float: left;
    width: 229px;
    padding: 28px 28px 18px 28px;
    background: url(/_images/ctrs/info-bg.gif) no-repeat top left;
    }

    .inf p {
        margin-bottom: 1em;
        }

    .inf_b {
        float: left;
        font-size: 1px;
        line-height: 1px;
        width: 285px;
        height: 10px;
        margin-bottom: 20px;
        background: url(/_images/ctrs/info-btm.gif) no-repeat top left;
        }
