/*
-----------------------------------------------
base style
author:   douglas bowman
version:  14 Jan 2004
----------------------------------------------- */

/* ticker
----------------------------------------------- */

#ticker
{
	height: 64px;
	width: 599px;
	position: relative;
	overflow: hidden;
	padding-top:48px;
}

#ticker ul
{
	margin: 0;
	padding: 10px 8px 8px 30px;
	height: 100px;
	width: 500px;
	position: relative;
	overflow: hidden;
	list-style: none;
}

#ticker li
{
	font-size: 10px;
	height:57px;
	display: block;
	position: relative;
	background: none;
	padding: 0;
	margin: 0;
	width: 100%;
	float: left;
	clear: left;
	text-decoration: none;	
	padding-top:3px;
	padding-bottom: 3px;
	color: #fff;
	line-height: 16px;
}

#ticker li a
{
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
	font-weight: normal;
}

#ticker li a:hover { text-decoration: underline; }


/* Explore blogs tab
----------------------------------------------- */

#ticker #recent-changes-box
{
	/* this has no visual effect other than squashing a redraw bug in IE5/Win */
	float: left;
	/* background-image: url(gui/img/carbonnews.gif);
	background-repeat: no-repeat;
	background-position: center top;*/
	background-color: transparent;
}

#ticker ul#recent-changes {
  float:left;
}

#ticker ul#of-note.yesscript {
  /* so we can animate the links flying out of the list */
  overflow:visible;
}

#ticker ul.yesscript li {
  display: none;
}





#ticker li
{

/*
	background-image: url('gui/menu/bg-transparent.png');
	background-repeat: repeat;
	background-position: left top;
*/
}


/* \*/
* html #ticker li
{
/*
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='gui/menu/bg-transparent.png', sizingMethod='scale');
*/
}

/* */
