﻿.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: #330000;
    font-size: 1em;
    font-weight: bold;
    margin: 0;
    text-align: left;
    border-bottom: solid 1px 
}
.widget h2 a, .block h2 a:visited
{
    color: #330000;
}
.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: #003399;
}

.widget .content a:hover
{
text-decoration: underline;
}

.widget .content .w3
{
    padding-top: 8px;
    text-align: right;
}

.widgetsubhead
{
	padding-top: 10px;
	padding-bottom: 5px;
	color: #300;
	font-weight: bold;
	display: block;
}

a.widgetsubhead 
{
	padding-top: 10px;
	padding-bottom: 5px;
	color: #300;
	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: #330000 url(images/MenuBg.png);
}
.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; }
.cal_date, div.cal_date {
	float: left;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 5px 5px 0 5px;
	width: 30px;
	text-align: center;
	margin: 0 10px 10px 0;
}
div.cal_date span { display: block; }
.cal_month {
	background-color: #003399;
	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: 0px 0px 10px 0px;
	width: 175px;
	display: inline;
}
.cal_time {
	color: #f75000;
	font-weight: bold;
	display: inline-block;
}

.cal_time br { display: none; }
* html .cal_text { width: 170px; }
