#localWidgetContainer {
	clear: left;
	width: 300px;
	background: #D287AE;
	padding-bottom: 5px;
	border-bottom: 5px solid #B25584;
}

.eventHolder{
	clear: both;
	float: left;
	width: 280px;
	text-align: center;
	margin: 10px auto 0;
	*margin: 5px auto 0;
}

.eventHolder .infoButtonHolder{
	float: left; 
	width: 55px;
	height: 50px;
	display: inline; 
	background: transparent url('/nickjr20122015/images/pc-local-widget/informationButton.gif') no-repeat 15px 5px;
	margin: 0;
	padding: 0;
}

.eventHolder .eventContentHolder{
	float: left;
	 width: 220px;
	 margin: 0;
	 padding: 0;
}
.eventHolder .eventTitle{
	font-size: 18px;
	font-weight: bold;
	display: block;
	text-align: left;
	margin: 0;
	padding: 0;
}
.eventHolder .eventLocation{
	padding: 0px 10px 0px 0px;
	color: #5D2E10;
	font-size: 11px; 
	height: 15px; 
	overflow: hidden;
	text-align: left;
}
.eventHolder .eventDescription{
	display: none;
	font-size: 14px;
}

.eventBorder{
	clear: both;
	border-bottom: 1px dashed #E6B1D4;
	margin: 0 10px;
}
* html #popupTopBackground{
	background-image: none !important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/pc-local-widget/widgetBubbleTop.png');
}
* html #popupBottomBackground{
	background-image: none !important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/pc-local-widget/widgetBubbleBottom.png');
}

#widget	{ 
	width: 300px; 
	margin: auto; 
	margin-top: 6px; 
	text-align: left; 
	font-family: arial; 
	position: relative; 
	overflow: hidden;
}
#widgetBubble { 
	position: absolute;
	width: 277px; 
	visibility: hidden; 
	left: 19px;
}
#widgetBubbleImg { 
	width: 300px; 
	height: 87px; 
	background: transparent url('/images/pc-local-widget/widgetBubble.jpg') no-repeat top center; 
}
#locationHolder { 
	color: #5D2E10;
	font-weight: bold; 
	font-size: 12px; 
	float: left; 
	margin: 4px 0px 0px 12px; 
	display: inline; 
	width: 186px; 
	overflow: hidden;
}
#widget1 { 
	clear: both;
}
#widget2 { 
	padding: 0px 28px 0px 0px;
}
#widget3 { 
	float: left; 
	overflow: hidden; 
	width: 118px;
	*width: 125px;
	margin: 20px 0px 0px 30px;
	display: inline;
}
#widget4 { 
	font-size: 12px; 
	font-weight: bold; 
	font-style: italic; 
	color: #5D2E10;
}
#popupTopBackground {
	background-image: url('/images/pc-local-widget/widgetBubbleTop.png'); 
	background-repeat: no-repeat; 
	width: 277px; 
	height: 23px;
}
#widgetBubbleContent { 
	background-image: url('/images/pc-local-widget/widgetBubbleMid.png'); 
	background-repeat: repeat-y; 
	padding: 0px 20px 0px 20px;
}
#widgetBubbleContent div a.eventDescriptionLink, #widgetBubbleContent a.eventDescriptionLink{
	color: #5D2E10;
	font-style: normal;
}
#widgetBubbleContent div a, #widgetBubbleContent a{
	text-decoration: none;
	font-size: 14px;
}

#popupBottomBackground { 
	background-image: url('/images/pc-local-widget/widgetBubbleBottom.png');
	 background-repeat: no-repeat;
	 width: 277px; 
	 height: 11px;
}
#bigWhiteDate { 
	float: right; 
	text-align: right; 
	width: 120px; 
	margin: 20px 0px 0px 0px; 
	font-size: 35px; 
	font-weight: bold; 
	letter-spacing: -2px; 
	color: #ffffff; 
	display: inline;
}
#yellowDay {
	color: #5D2E10;
	font-size: 24px; 
	letter-spacing: -.5px; 
	margin-top: -4px;
}
#cityStateZipInput { 
	width: 92px;
	height: 18px; 
	border: #e1f5f6 solid 1px; 
	float: right;
	margin: 3px 8px -18px 0px; 
	background-repeat: no-repeat; 
	background-position: 8px 4px;
	padding: 0;
}

#todaysEventsContainer{
	width: 300px;
	overflow: hidden;
	background: #FFFFFF;
}
#todaysEventsHeaderContainer{
	background: #B25486 url('/images/pc-local-widget/topBubble.jpg') no-repeat top center;
	font-size: 24px; 
	color: #5D2E10;
	font-weight: bold; 
	letter-spacing: -.7px; 
	padding: 0px 0px 0px 10px;
	height: 72px;
}
#todaysEventsHeader{
	visibility: hidden;
}

#seeAllLinkContainer{
	text-align: center;
	margin: 10px auto 0;
	padding: 23px 0;
}
#seeAllLink:hover{
    background-position: 0px -22px;     
}
#seeAllLink{
    background: transparent url(/assets/buttons/more.png) no-repeat left top;
    width: 100px;
    height: 22px;
    display: block;
	font-size: 0px;
	margin: 0 auto;
	_margin: 0 auto;
}

