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