#widgetBox {
	background-color: #efebef;
	border: 1px solid #ccc;
	width: 240px;
}
#widgetButtonsTop {
	position: relative;
	height: 50px;
	width: 100%;
	padding-top: 6px;
}
#widgetButtonsBottom {
	position: relative;
	height: 50px;
	width: 100%;
	padding-bottom: 6px;
}
#widgetContent1 {
	position: relative;
	height: 0px;
	background-color: #fefefe;
	margin: 0px 6px;
}
#widgetInnerContent1 {
	visibility: hidden;
}
#widgetContent2 {
	position: relative;
	height: 0px;
	background-color: #fefefe;
	margin: 0px 6px;
}
#widgetInnerContent2 {
	visibility: hidden;
}
#widgetLink1, #widgetLink2 {
	position: absolute;
	display: none;
	height: 9px;
	z-index: 1;
	width: 104px;
	background-color: #fefefe;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	top: 48px;
	left: 6px;
}
#widgetMessages {
	position: absolute;
	top: 7px;
	left: 6px;
	width: 104px;
	height: 42px;
	background: #fefefe url('../images/Icons/Messages.jpg') no-repeat center left;
}
#widgetHoroscopes {
	position: absolute;
	top: 6px;
	left: 128px;
	width: 104px;
	height: 42px;
	background: #fefefe url('../images/Icons/Horroscopes.jpg') no-repeat center left;
}
#widgetWeather {
	position: absolute;
	top: 6px;
	left: 6px;
	width: 104px;
	height: 42px;
	background: #fefefe url('../images/Icons/Weather.jpg') no-repeat center left;
}
#widgetPolls {
	position: absolute;
	top: 6px;
	left: 128px;
	width: 104px;
	height: 42px;
	background: #fefefe url('../images/Icons/Polls.jpg') no-repeat center left;
}
.singleWidget {
	border: 1px solid #ccc;
	cursor: pointer;
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;	
	color: #393C39;	
	font-size:10px;	
	font-weight: normal;	
}
.singleWidget div {
	padding-left: 40px;
	padding-top: 12px;
}