/* CSS Document */
body {
	font : 0.7em Arial;
	color: #333333 ;
}
/******************************************************************

CHANGE LINKS [AND TAB TEXT] 

******************************************************************/
a:link {
	text-decoration : none;
	color: #0099FF; 
}
a:hover {
	text-decoration : underline; 
	color: #0099FF;
}
a:visited {
	text-decoration : none;
	color: #0099FF; 	 
}
a:visited:hover {
	text-decoration : underline; 
	color: #0099FF;
}
/******************************************************************

					******** TITLE ********

******************************************************************/

/******** PAGE HEADER ********/
h1 {
	text-align : left;
	font : 2.4em Arial;
	color : #333333;
	padding : 0;
	margin : 0;
	margin-top : 9px;
}	
h6 {
	text-align:left;
	font-size : 1.3em;
	color: #333333;
	padding : 0;
	margin : 0;
	margin-top : 9px;
	font-weight:bold;
}

/*************************************************************

BANNER LOGO PLACEMENT

*************************************************************/
/* LOGO LEFT */
.banner {
	background : url(../images/branding/header-logo.jpg) no-repeat 1% 50%;
	height : 50px;
	border : 1px solid #D7D7D7;
	background-color: #0099FF; 
	margin : 0 10px 0 10px;
}
.banner span {
	float :	left;
	width : 100%;
	height : 50px;
	background : url(../images/branding/header-logo.jpg) no-repeat 0% 0%;
}
.banner h1 {
 	visibility:hidden;
	font : 2.2em Arial;
	text-align:right;
	color: #FFFFFF;
	padding : 0;
	margin : 0;
	margin-top : 12px;
	margin-right : 22px;
}
/*************************************************************

MENU

*************************************************************/
#menu li a:link, #menu li a:hover, #menu li a:visited, #menu li a:visited:hover {
	color : #0099FF;
	background-color : #F6F6F6;
	border : 1px solid #D7D7D7;
	font-weight : bold;
}
#menu li a:hover, #menu li a:visited:hover {
	text-decoration : underline;
}
.topic-selected {
	background-color : #0099FF; 
}

#menu span
{
	display: none;
}
/*************************************************************

CHANGE MENU TITLE HEADER

*************************************************************/
#menu .titlesheader, #menu .speaker  {
	background-color : #0099FF; 
	border : 1px solid #0099FF; 
	color : #FFFFFF;
	margin-bottom : 2px;
	font-weight : bold;
}
/**************************************************

TABS

**************************************************/
#tabs, #tabs ul, #tabs li {
	margin : 0;
	padding :0;
}
#tabs li {
	float : left;
	display: inline;
}
.tab a:link, .tab a:visited {
	background-color : #F6F6F6;
	color : #0099FF;
	font-weight : bold;
}
.tab a:hover, .tab a:visited:hover {
	background-color : #F6F6F6;
	color : #0099FF;
	text-decoration : underline;
} 
.tab-selected a:link, .tab-selected a:hover, .tab-selected a:visited, .tab-selected a:visited:hover    {
	background-color : #0099FF;
	color : #F6F6F6;
	font-weight : bold;
}
#transcript, #transcript:hover  {
	color : #0099FF;
	font-weight : bold;
}
#transcript:hover {
	text-decoration : underline;
}
#investis{
	float : right;
	text-decoration:underline;
	color:#000099;
}
#axisto {
	float : right;
	font : 10.5px Arial;
	text-decoration : none; 
	color : #BBBBBB;
}
#investis{
	float : left;
}
#playerdownloads 
{
    clear :both;
} 
#axisto {
	font : 11px Arial;
	padding : 0;
	margin : 0;
	text-decoration : none; 
	color : #BBBBBB;
}
