
#WI_newsfeed img {
	border:0px;
}


/* used for the button that shows the main menu */
.icon { 
	float:left;
	cursor:pointer;
	cursor:hand;
	border:1px solid black;
	background-color:#ffcc33;
	margin:5px;
}

#newsFeedContainer { 
					position:absolute;
					width: 300px; 
					height:220px;
					overflow:hidden;
					visibility: visible; 
					display: block; 
					border:1px solid black; 
					background-color:#99ccff;
					color:black;
					
					}
#favFeedsMenu {
	font:10px verdana,sans-serif black;
}
					


/*******************************************************************************
This section provides the CSS for the "Choose newsfeed" section.
/******************************************************************************/
.pageSet { 	
	position:absolute;
	top:14px;
	width:180px; 
	height:304px; 
	padding:5px;
	font-family:verdana,sans-serif;
	font-size:10px;
	visibility:hidden;
	z-index:500;
}
.pageSet a { 
	 text-decoration:none;
	 font-size:10px;
	 color:black;
	 display:block;
	 border:1px solid #EBEBEB;
	 background-color:#EBEBEB;
	 padding-right:2px;
	 padding-left:2px;
}

.pageSet a:hover { 
	 color:black;
	 text-decoration:none;
	 display:block;
	 border:1px solid black;
	 background-color:#ffcc33;
	 padding-right:2px;
	 padding-left:2px;
}


.categoryLinksOff {
	cursor:pointer;
	cursor:hand;
	background-color:transparent;
	display:block;
	border:1px solid #EBEBEB;
}

.categoryLinksOn {
	cursor:pointer;
	cursor:hand;
	background-color:#ffcc33;
	display:block;
	border:1px solid black;
}


.pageSetMenuMainContent {
	float:right;
	padding-right:3px;
}
.pageSetButton {
	float:right;
	cursor:pointer;
	cursor:hand;
	border:1px solid black;
	background-color:#ffcc33;
	padding:2px;
}
.pageSetButtonLeft {
	float:left;
	cursor:pointer;
	cursor:hand;
	border:1px solid black;
	background-color:#ffcc33;
	padding:2px;
}

.pageSetHeader {
	border:1px solid black;
	background-color:#ffcc33;
}
.pageSetHeaderRight {
	float:right;
	padding-right:2px;
}
.pageSetSubContent {
	position:absolute;
	bottom:0px;
	width:64px;
	left:50%;
	margin-left:-32px;
	cursor:pointer;
	cursor:hand;
	border:1px solid black;
	background-color:#ffcc33;
	padding:2px;
}
/*******************************************************************************
End of section
*******************************************************************************/

/*******************************************************************************
This section provides the CSS for the options available in the Menu 
/******************************************************************************/
				
.newsFeedFunctions {
	position:absolute;
	left:5px;
	bottom:2px;
	width:100%;


}
.newsFeedFunctions a {
	border:1px solid black;
	background-color:transparent;
}

.newsFeedFunctions a:hover {
	border:1px solid black;
	background-color:#ffcc33;
}

/*******************************************************************************
End of section
/******************************************************************************/


/*******************************************************************************
This section provides the CSS for the "Manage Newsfeeds" section.
/******************************************************************************/
#selectRightEdge { 
	position:relative;
	z-index:1;
	float:right;
}

#selectTextHolder { 
	position:relative;
	background-color:#EBEBEB;
	width:160px;
	height:272px;
	overflow:hidden;
	border:1px solid #B7B6B6;
	border-width:1px 0px 1px 1px;
}

#selectText { 
	position:absolute;
	/*width:0px;*/
	display:inline;
	right:0px;
	top:0px;
	margin:0px;
	padding:0px; 
}

#selectYTrack {
	position:absolute;
	top:9px;
	right:1px;
	width:9px;
	height:253px;
	background-color:white;
	border:1px solid #B7B6B6;
	border:0px 1px 0px 1px;
	z-index:2; 
	cursor:pointer;
	cursor:hand;
	visibility:visible;
}

#selectYBar { 
	position:absolute;
	top:0px;
	width:9px;
	height:10px;
	background-color:#cccccc;
	font-size:1px;
	visibility:visible;
	cursor:pointer;
	cursor:hand; 
}
.selectYBarOn {
		background-color:#ffcc33;
}
.selectYBarOff {
		background-color:#cccccc;
}
#selectUpArrow { 
	float:right;
	position:absolute;
	top:0px;
	right:1px;
	z-index:3;
	cursor:pointer;
	cursor:hand;
	visibility:visible;
}

#selectDownArrow {
	float:right;
	position:absolute;
	right:1px;
	z-index:3;
	bottom:31px;
	cursor:pointer;
	cursor:hand;
	visibility:visible;

}

.selectOff {
	border:1px solid #EBEBEB;
	border-bottom:1px solid #cccccc;
	display:block;
	width:186px;
	cursor:pointer;
	cursor:hand;
}

.selectOn {
	border:1px solid black;
	display:block;
	width:186px;
	cursor:pointer;
	cursor:hand;
	background-color:#ffcc33;
}
/*******************************************************************************
End of section
*******************************************************************************/

/*******************************************************************************
This section provides the CSS for the "Action Menu" section.
/******************************************************************************/

.newsFeedActionMenu {
  background-color: #EBEBEB;
  border:1px solid #B7B6B6;
  position: absolute;
  left: 0px;
  top: 0px;
  visibility: hidden;
  z-index:500;
}

a.menuItem {
  border: 1px solid #EBEBEB;
  color: black;
  cursor: pointer;
  cursor:hand;
  display: block;
  font-family: verdana,sans-serif;
  font-size: 10px;
  padding: 2px 12px 2px 8px;
  text-decoration: none;
}

a.menuItem:hover {
  background-color: #ffcc33;
  border: 1px solid black;
  color: black;
}

/*******************************************************************************
End of section
*******************************************************************************/

body 		{
	background-color:#ffffff;
	font:10pt verdana,sans-serif;
}
			
.newsFeedOptions {
	position:absolute;
	bottom:-15px;
	width:90%;
	margin-left:5%;
	margin-right:5%;
	font-size:2px;
	text-align : center;
	
}

#newsFeedOptions a {
	color:black;
	font-size:10px;
	border:1px solid black;
	background-color:#ffcc33;
	padding:3px;
	
}

#newsFeedOptions a:hover {
	font-size:10px;
	border:1px solid black;
}

#newsFeedManagement {
	position:absolute;
	top:20px;
	left:10px;
	width:170px;
	height:304px;
	z-index:100;
	font:10px verdana,sans-serif black;
	padding:0px;
	margin:0px;
	display:none;
}

.sortCaption {
	position:relative;
	top:1px;
	float:right;
	border:1px solid black;
	background-color:white;
	width:10px;
	height:8px;
	font-size:2px;
	cursor:pointer;
	cursor:hand;
}

.sortBox {
	float:right;
}

.WI_NewsFeedFunctionsButton {
	float:right;
	cursor:pointer;
	cursor:hand;
	border:1px solid black;
	background-color:#ffcc33; 
	padding:2px;
	margin-left:5px;
}

.moreoverLogo {
	float:right;
	margin-top:3px;
	margin-right:10px;
	border:1px solid black;
	background-color:transparent;
}
