/* legacy styles for navigation tabs from 2006-2007 */
#navigation_tabs 
{
	height: 36px;
	display: block;
	position: relative;
/*	top: 154px; */
	left: 0;
	margin: 0;
	padding: 0;
	background: repeat-x url(http://ideaconference.org/assets/tabs_07.png);
	width: 100%;
}

.layout_buffer
{
	padding: 0 36px 0 20px;
}

.tab 
{
	display: block;
	float: left;
	margin: 0;
	height: 36px;
	font: normal normal 12px/15px Verdana, sans-serif;
	padding: 6px 0 0;
/*		width: 17% */
}

.tab_selected 
{
	background: no-repeat url(http://ideaconference.org/assets/tab_to_sel.png);
}

.tab_normal
{
	background: no-repeat url(http://ideaconference.org/assets/tab-open.png);
}

.tab_normal_close
{
	background: no-repeat url(http://ideaconference.org/assets/tab-close.png) right top;
	width: 3%;
}

.tab_selected_close
{
	background: no-repeat url(http://ideaconference.org/assets/tab_from_sel.png) right top;
	width: 3%;
}


.tab_selected a.navigation 
{
	color: #fdb514;
	font-weight: bold;
	text-decoration: none;
	margin-left:16px; /* Added by BT 2008 */
}

.tab_normal a.navigation 
{
	color: black;
	text-decoration: none;		
}

a.navigation 
{
	padding: 0 0 0 16px;
}

a.navigation:hover 
{
	text-decoration:underline; /*Added by BT 2008 */
} 
