﻿.sideNav
{
    background: White;
}
.widget
{
    margin-bottom: 10px;
    border-color: #bdbd82;
    border-style: solid;
    border-width: 1px;
    background-color: #f3f3e2;
}
.widget h2 .w1
{
    display: block;
    position: relative;
}
.widget h2 .w2
{
    display: block;
    padding: 4px 5px 4px 5px;
    position: relative;
}
.widget h2
{
    font-size: 12px;
    color: #333333;
    font-weight: bold;
    margin: 0;
    text-align: left;
}
.widget h2 a, .block h2 a:visited
{
    color: #333333;
}
.widget .content
{
}
.widget .content .contenttop
{
    margin: 0px 5px;
    border-bottom: 1px solid #bdbd82;
    background-color: #f3f3e2;
}
.widget .content .w1
{
    left: 1px;
    position: relative;
    top: 1px;
}
.widget .content .w2
{
    left: -2px;
    padding: 5px;
    position: relative;
    top: 0;
}
.widget .content a
{
    color: Black;
}
.widget .content a:hover
{
    color: Blue;
    text-decoration: underline;
}
.widget .content .w3
{
    padding-top: 8px;
    text-align: right;
}
.widget_imageexpand
{
    height: 10px;
    width: 10px;
    background: url("images/widgetexpand.png") no-repeat;
    padding-right: 4px;
    cursor: pointer;
}
.widget_imagecollapse
{
    height: 10px;
    width: 10px;
    background: url("images/widgetcollapse.png") no-repeat;
    padding-right: 4px;
    cursor: pointer;
}
.widget_imagenoexpand
{
    height: 10px;
    width: 10px;
    padding-right: 4px;
}
.widgetwelcome .widget
{
    border: 1px solid blue;
}
.widgetwelcome .widget h2
{
    display: none;
}
.widgetwelcome .widget .contenttop
{
    display: none;
}
.widgetwelcome .widget .content
{
    background: #DDFCC4;
    font-size: 10pt;
}
.widgetsubhead
{
    padding-top: 10px;
    padding-bottom: 5px;
    color: #10257f;
    font-weight: bold;
    display: block;
}
a.widgetsubhead
{
    padding-top: 10px;
    padding-bottom: 5px;
    color: #10257f;
    font-weight: bold;
    display: block;
}
.widgetlist
{
    padding: 3px 0px 0px 0px;
    margin: 0;
}
.widgetlistitem
{
    margin-left: 15px;
    padding-bottom: 3px;
}

.widget_imageexpand
{
    height: 10px;
    width: 10px;
    background: url("images/widgetexpand.png") no-repeat;
    padding-right: 4px;
    cursor: pointer;
}
.widget_imagecollapse
{
    height: 10px;
    width: 10px;
    background: url("images/widgetcollapse.png") no-repeat;
    padding-right: 4px;
    cursor: pointer;
}
.widget_imagenoexpand
{
    height: 10px;
    width: 10px;
    padding-right: 4px;
}
.widgetcommunitytasks .widget h2, .widgettasklist .widget h2
{
    background: #6D84B4;
    border-bottom: 1px solid #3B5998;
}
.widgetcommunitytasks .widget h2 a, .widgettasklist .widget h2 a
{
    color: White;
}
ul.cal, .cal li
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    clear: both;
}
ul.cal { margin: 10px 0px 0px 0px; }
div.cal_date
{
    float: left;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 5px;
    width: 25px;
    text-align: center;
    margin: 0 10px 10px 0;
}
div.cal_date span
{
    display: block;
}
.cal_month
{
    background-color: #3366cc;
    border: 1px solid #ccc;
    margin: -6px -6px 0 -6px;
    font-weight: bold;
    color: white;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
}
.cal_day
{
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
}
.cal_dayofweek
{
    color: #666;
    font-size: 10px;
}
.cal_text
{
    overflow: hidden;
    margin-bottom: 10px;
    width: 120px;
    float: left;
}
.cal_time
{
    color: #f75000;
    font-weight: bold;
    display: inline-block;
}

