﻿.sideNav
{
background: White;
}

.widget
{
    margin-bottom: 10px;

}
.widget h2 .w1
{
    display: block;
    position: relative;
}
.widget h2 .w2
{
    display: block;
    padding: 3px 5px 2px 10px;
    position: relative;
}
.widget h2
{
    background-color: White;
    color: #0c2a4c;
    font-size: 1em;
    font-weight: bold;
    margin: 0;
    text-align: left;
    border-bottom: solid 1px 
}
.widget h2 a, .block h2 a:visited
{
    color: #0c2a4c;
}
.widget .content
{
    background-color: White;
}
.widget .content .w1
{
    left: 1px;
    position: relative;
    top: 1px;
}
.widget .content .w2
{
    left: -2px;
    padding: 5px;
    position: relative;
    top: 0;
}

.widget .content a
{
color: #3B5998;
}

.widget .content a:hover
{
color: #3B5998;
text-decoration: underline;
}

.widget .content .w3
{
    padding-top: 8px;
    text-align: right;
}

.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;
}
