/*
Name: Programs
Class: tabber-widget-programs

Notice: If the Class changes or the file is renamed, you must resave all widgets that use this template.
*/

/* Style Tabs */

.tabber-widget-programs {
	color: #111;
	padding: 0 !important;
	margin: 0 !important;
}
.tabber-widget-programs ul{
	float: left;
	width: 224px;
}
.tabber-widget-programs ul.tabber-widget-tabs {
	list-style-type: none;
	padding: 0 !important;
	margin: 0 !important;
}
.tabber-widget-programs .tabber-widget-tabs a {
	color: #222 !important;
}
.tabber-widget-programs ul.tabber-widget-tabs li {
	float: left;
	list-style-type: none !important;
	padding: 0 !important;
	margin: 0 !important;
	border: none;
}
.tabber-widget-programs ul.tabber-widget-tabs li:before {
	content: "" !important;
}
.tabber-widget-programs ul.tabber-widget-tabs a {
	background: url('/wp-content/themes/brookhaven/images/logo-programs.png') left top no-repeat;
	color: #1b5628;
	display: block !important;
	font-weight: bold;
	font-size: 16px;
	height: 46px;
	text-decoration: none !important;
	line-height: normal;
	margin: 1px;
	margin-left: 0;
	padding: 8px 20px 8px 10px;
	width: 194px;
}
.tabber-widget-programs ul.tabber-widget-tabs a#tab-tabber_widget-5-55{
	padding: 20px 20px 8px 10px;
	height: 34px;
}
.tabber-widget-programs ul.tabber-widget-tabs a:hover {
	background-position: right top;
	color: #FFF !important;
}

.tabber-widget-programs .tabber-widget-content {
	float: right;
	padding: 0 0 8px 20px;
	margin: 0;
	width: 335px;
}

/* Style Content */

.tabber-widget-programs .tabber-widget-content {
	text-align: left;
}
.tabber-widget-programs .tabber-widget-content .tabber-widget-title {
	margin: 0 0 10px;
	color: #1b5628;
	font-weight: bold;
}
