/* uses px for sizing */
body {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 62.5%;
}
DIV#tab-block-2 {
}
DIV.tab-wrapper
{
	background-color: #fff none repeat scroll 0%;
	padding: 20px;
	width: 500px;
	font-size: 1em;
}
UL.tab-menu
{
	background: transparent url(../images/tab_bottom.gif) repeat-x scroll left bottom;
	height: 30px;
	margin: 0pt;
	padding-left: 10px;
	width: 500px;
	font-size: 1em;
}
UL.tab-menu li
{
	display: inline;
	list-style: none;
	margin: 0pt;
	padding: 0pt;
	font-size: 1.0em;
}
UL.tab-menu li a:link, .tab-menu li a:visited
{
	background: #ddd;
	border: 1px solid #ccc; /* 1px */
	color: #666;
	float: left;
	font-weight: bold;
	line-height: 24px;/* 24px */
	margin-right: 4px;
	padding: 2px 10px;
	text-decoration: none;
}

UL.tab-menu li.tab-selected a:link
{
	background: #fff;
	border-bottom: 1px solid #fff; /* 1px */
	color: #000;
	cursor: default;
}

UL.tab-menu li a:hover
{
	background: #fff;
}
/* ----- displays when request is made  ----- */
.tab-ajax-loading 
{
	background: #fff url(../images/ajax-loader.gif) 50% 15% no-repeat;
	height: 500px;
	width: 500px;
}
/* ------ displays if ajax request failed ---- */
.tab-failure
{
	height: 500px;
	width: 500px;
	text-align: center;
	padding: 50px;
}
/* ------ styling the feeds ----------*/
dl.news_feed { margin: 10px auto; width: 500px; }
dl.news_feed .even { background-color: #fff; }
dl.news_feed .date { color: gray; font-style: italic; }
dl.news_feed div.story {
margin-bottom: 20px;
border-bottom: 1px dotted green;
padding-bottom: 10px;
}
dl.news_feed span.substory_paper { margin-left: 10px; }
dl.news_feed dd { margin-left: 10px; }
/* ------ end feed styling ----------- */

/* ----- headlines-only feed ----*/
ul.news_headlines {
	margin-left: 0pt;
	margin-top: 0pt;
	padding-left: 0pt;
	list-style: none
}
ul.news_headlines li {
	margin: 10px 0pt;
}
ul.news_headlines li a:link {
	text-decoration: none;
	color: #006400;
}
ul.news_headlines li a:hover {
	border-bottom: 1px dotted green;
}
/* ----end  headlines-only feed ----*/


