#widgetizedstickybar-bottom-content {
	width: auto;
	height: auto;
	background-color: transparent;
	-moz-box-shadow: 0 0 1px #000;
	-webkit-box-shadow: 0 0 1px #000;
	box-shadow: 0 0 1px #000;
	-moz-border-radius: 2px 2px 0px 0px;
	border-radius: 2px 2px 0px 0px;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	position: fixed;
	z-index: 100000;
}
#widgetizedstickybar-bottom-tab {
	height: 21px;
	background: transparent url(../images/arrow_up.png) 15px 4px no-repeat;
	-moz-box-shadow: 0 0 1px #000;
	-webkit-box-shadow: 0 0 1px #000;
	box-shadow: 0 0 1px #000;
	-moz-border-radius: 2px 2px 0px 0px;
	border-radius: 2px 2px 0px 0px;
	cursor: pointer;
	position: fixed;
	margin-top: 5px;
	margin-right: 5px;
	color: #CCC;
	font-family: verdana;
	font-weight: normal;
	font-size: 12px;
	padding-left: 20px;
	padding-right: 23px;
	padding-top: 3px;
	z-index: 100000;
}

#widgetizedstickybar-top-content {
	width: auto;
	height: auto;
	background-color: transparent;
	-moz-box-shadow: 0 0 1px #000;
	-webkit-box-shadow: 0 0 1px #000;
	box-shadow: 0 0 1px #000;
	-moz-border-radius: 0px 0px 2px 2px;
	border-radius: 0px 0px 2px 2px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	position: fixed;
	z-index: 100000;
}
#widgetizedstickybar-top-tab {
	height: 21px;
	background: transparent url(../images/arrow_down.png) 15px 4px no-repeat;
	-moz-box-shadow: 0 0 1px #000;
	-webkit-box-shadow: 0 0 1px #000;
	box-shadow: 0 0 5px #000;
	-moz-border-radius: 0px 0px 2px 2px;
	border-radius: 0px 0px 2px 2px;
	cursor: pointer;
	position: fixed;
	margin-bottom: 5px;
	margin-right: 5px;
	padding-left: 20px;
	padding-right: 23px;
	padding-top: 3px;
	z-index: 100000;
}

#widgetizedstickybar-bottom-close {
	background: transparent url(../images/close.png) 0 0 no-repeat;
	cursor: pointer;
	position: absolute;
	top: 3px;
	right: 3px;
	width: 16px;
	height: 16px;
}

#widgetizedstickybar-top-close {
	background: transparent url(../images/close.png) 0 0 no-repeat;
	cursor: pointer;
	position: absolute;
	bottom: 3px;
	right: 3px;
	width: 16px;
	height: 16px;
}

#widgetizedstickybar-areas {
	margin: 10px 10px;
	overflow: hidden;
	height: 100%;
}

.widgetizedstickybar-area {
	float: left;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	height: 100%;
}

div.widgetizedstickybar_widget {
	font-size: 13px !important;
	font-family: arial, verdana !important;
	line-height: normal !important;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	clear: both;
	margin: 5px 5px 10px 5px;
}
h3.widgetizedstickybar_widgettitle {
	font-size: 13px !important;
	font-family: arial, verdana !important;
	line-height: normal !important;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	text-transform: uppercase;
}
div.widgetizedstickybar_widget form {
	margin-right: 10px;
}
div.widgetizedstickybar_widget #s {
	width: 100%;
	margin-bottom: 10px;
}
div.widgetizedstickybar_widget ul {
	margin: 0;
}
div.widgetizedstickybar_widget ul ul {
	margin-left: 1em;
}
div.widgetizedstickybar_widget ul li {
	margin-left: 1.5em;
	list-style: square;
}
div.widgetizedstickybar_widget a {
	text-decoration: none;
}
div.widgetizedstickybar_widget a:hover,
div.widgetizedstickybar_widget a:focus,
div.widgetizedstickybar_widget a:active {
	text-decoration: underline;
}
div.widgetizedstickybar_widget .widget_search form {
}
div.widgetizedstickybar_widget .widget_image img {
	border: 0;
	padding: 0;
	height: auto;
	max-width: 100%;
}
div.widgetizedstickybar_widget #wp-calendar {
	width: 100%;
	text-align: center;
}
div.widgetizedstickybar_widget #wp-calendar caption,
div.widgetizedstickybar_widget #wp-calendar td {
	font-size: 13px;
	font-family: arial, verdana;
	line-height: normal;
	text-align: center;
	padding: 0px;
}
div.widgetizedstickybar_widget #wp-calendar caption {
	text-align: center;
	padding: 5px 0 3px 0;
	text-transform: uppercase;
}
div.widgetizedstickybar_widget #wp-calendar th {
	font-size: 13px;
	font-family: arial, verdana;
	line-height: normal;
	text-align: center;
	background: transparent;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-weight: bold;
	padding: 0px;
}
div.widgetizedstickybar_widget #wp-calendar tfoot td {
	background: transparent;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding: 0px;
}

#widgetizedstickybar_content a {
	text-decoration: none;
}
#widgetizedstickybar_content a:hover,
#widgetizedstickybar_content a:focus,
#widgetizedstickybar_content a:active {
	text-decoration: underline;
}


/* White Font Scheme */
div.widgetizedstickybar_font_light {
	color: #CCC !important;
}
.widgetizedstickybar_font_light div.widgetizedstickybar_infobox {
	color: #CFA !important;
}
.widgetizedstickybar_font_light div.widgetizedstickybar_widget {
	color: #CCC !important;
}
.widgetizedstickybar_font_light h3.widgetizedstickybar_widgettitle {
	color: #CCC !important;
}
.widgetizedstickybar_font_light div.widgetizedstickybar_widget a {
	color: #FFF !important;
}
.widgetizedstickybar_font_light div.widgetizedstickybar_widget a:hover,
.widgetizedstickybar_font_light div.widgetizedstickybar_widget a:focus,
.widgetizedstickybar_font_light div.widgetizedstickybar_widget a:active {
	color: #F8F8F8 !important;
}

.widgetizedstickybar_font_light div.widgetizedstickybar_widget #wp-calendar {
	color: #CCC !important;
}
.widgetizedstickybar_font_light div.widgetizedstickybar_widget #wp-calendar caption,
.widgetizedstickybar_font_light div.widgetizedstickybar_widget #wp-calendar td {
	color: #AAA !important;
}
.widgetizedstickybar_font_light div.widgetizedstickybar_widget #wp-calendar th {
	color: #CCC !important;
	border-color: #CCC;
}
.widgetizedstickybar_font_light div.widgetizedstickybar_widget #wp-calendar tfoot td {
	border-color: #CCC;
}
.widgetizedstickybar_font_light a {
	color: #FFF !important;
}
.widgetizedstickybar_font_light a:hover,
.widgetizedstickybar_font_light a:focus,
.widgetizedstickybar_font_light a:active {
	color: #F8F8F8 !important;
}


/* Dark Font Scheme */

div.widgetizedstickybar_font_dark {
	color: #444 !important;
}
.widgetizedstickybar_font_dark div.widgetizedstickybar_infobox {
	color: #040 !important;
}
.widgetizedstickybar_font_dark div.widgetizedstickybar_widget {
	color: #444 !important;
}
.widgetizedstickybar_font_dark h3.widgetizedstickybar_widgettitle {
	color: #444 !important;
}
.widgetizedstickybar_font_dark div.widgetizedstickybar_widget a {
	color: #457 !important;
}
.widgetizedstickybar_font_dark div.widgetizedstickybar_widget a:hover {
	color: #446 !important;
}
.widgetizedstickybar_font_dark div.widgetizedstickybar_widget #wp-calendar {
	color: #444 !important;
}
.widgetizedstickybar_font_dark div.widgetizedstickybar_widget #wp-calendar caption,
.widgetizedstickybar_font_dark div.widgetizedstickybar_widget #wp-calendar td {
	color: #666 !important;
}
.widgetizedstickybar_font_dark div.widgetizedstickybar_widget #wp-calendar th {
	color: #444 !important;
	border-color: #444 !important;
}
.widgetizedstickybar_font_dark div.widgetizedstickybar_widget #wp-calendar tfoot td {
	border-color: #444 !important;
}
.widgetizedstickybar_font_dark a {
	color: #457 !important;
}
.widgetizedstickybar_font_dark a:hover,
.widgetizedstickybar_font_dark a:focus,
.widgetizedstickybar_font_dark a:active {
	color: #446 !important;
}