/* CSS Document */
body {
	font : 12px Arial;
	color: #000000;
}
/******************************************************************

CHANGE LINKS [AND TAB TEXT] 

******************************************************************/
a:link, a:visited {
	text-decoration : none;
	color: #000000; 
}
a:hover, a:visited:hover {
	text-decoration : none; 
	color: #0066CC;
}
/******************************************************************

					******** TITLE ********

******************************************************************/

/******** PAGE HEADER ********/
h1 {
	text-align : left;
	font : 12px Arial;
	color : #FFFFFF;
	padding : 0;
	margin : 0;
	margin-top : 9px;
}	
h6 {
	text-align:left;
	font-size : 12px;
	color: #333333;
	padding : 0;
	margin : 0;
	margin-top : 9px;
	font-weight:bold;
}

/*************************************************************

BANNER LOGO PLACEMENT

*************************************************************/
/* LOGO LEFT */
.banner {
	background : url(../images/branding/logo.jpg) no-repeat 0% 0%;
	background-color : #CE039A;
	height : 115px;
	border : 1px solid #D7D7D7;
	margin : 0 10px 0 10px;
}
.banner h1 {
	font : 2.1em Arial;
	text-align : right;
	color: #FFFFFF;
	padding : 0;
	margin : 0;
	margin-top : 40px;
	margin-right : 22px;
}
/*************************************************************

MENU

*************************************************************/
#menu li a, #menu li a:visited, .tab a, .tab a:visited {
	color : #000000;
}
#menu li a, #menu li a:visited, #menu li a:hover, #menu li a:visited:hover {
	background-color : #F6F6F6;
	border : 1px solid #D7D7D7;
	font-weight : bold;
}
#menu li a:hover, #menu li a:visited:hover,  #tabs li a:hover, #tabs li a:visited:hover  
{
    color : #FFFFFF;
	background-color : #6B7A99;
	border : 1px solid #6B7A99;
	font-weight : bold;
}
.topic-selected {
	background-color: #214170;
}
/*************************************************************

CHANGE MENU TITLE HEADER

*************************************************************/
#menu .titlesheader, #menu .speaker, .tab-selected a, .tab-selected a:visited, .tab-selected a:hover, .tab-selected a:visited:hover   {
	background-color: #214170;
	border : 1px solid #214170;
	color : #F6F6F6;
	font-weight : bold;
}
#menu .titlesheader, #menu .speaker {
	color : #FFFFFF;
	margin-bottom : 2px;
	font-weight : bold;
}
/**************************************************

TABS

**************************************************/
#tabs {
	margin : 0;
	padding :0;
}
#tabs ul {
	margin : 0;
	padding :0;

}
#tabs li {
	float : left;
	display: inline;
	margin : 0;
	padding :0;
}
.tab a, .tab a:visited,.tab a:hover, .tab a:visited:hover {
	background-color : #F6F6F6;
	font-weight : bold;
}
#transcript {
	color : #00945E;
	font-weight : bold;
	text-decoration : underline;
}
#transcript:hover {
	color : #DC241F;
	font-weight : bold;
	text-decoration : underline;
}
#polling p, #textfield-polling h4
{
    color : #FFFFFF;
	font : 2.4em Arial;
}
#polling label
{
    color : #FFFFFF;
	font : 1.7em Arial;
}
#axisto {
	float : right;
	font : 10.5px Arial;
	text-decoration : none; 
	color : #BBBBBB;
}
#investis{
	float : left;
}
#playerdownloads 
{
    clear :both;
} 
