﻿.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;
}
