/* CSS Document */
/******************************************************************

CHANGE LINKS [AND TAB TEXT] 

******************************************************************/
body {
	font : 0.8em arial;
	color: #666666;
	/*background-color:#000000;*/
}
a:link, a:visited, a:hover, a:visited:hover {
	text-decoration : none;
	color: #666666; 
}
/******************************************************************

					******** TITLE ********

******************************************************************/

/******** PAGE HEADER ********/
h1, h2 ,h3, h4
{
	text-align : left;
	padding :0;
	margin : 0;
	font-weight: normal;
	color: #666666;
}
h1 {
	font :1.8em arial;
	margin : 15px 0;
	font-weight: normal;
}
h2 {
	font :1.4em arial;
	margin : 8px 0 0 0;
}
h3 {
	font-size : 1.4em;
	margin : 10px 0 10px 0;

}	
h4 {
	font-size : 1.3em;
	font-weight : normal;
	margin : 5px 0 5px 0px;
}
strong
{
	text-align : left;
	margin : 5px 0 15px 0;
    padding: 0;
}
#select p
{
    padding: 2px 0 4px 0;
	border: 1px solid #999999;
}
#select-btn
{
    float :left;
	text-align : left;
	margin : 15px 0 0 0;
}
.inputBox {
    /*border : 1px solid #333333;*/
}
#test {
	height : 20px;
}
#playerdownloads p 
{
 border : 0px solid #FFFFFF;
}   
/*************************************************************

BANNER LOGO PLACEMENT

*************************************************************/
/* LOGO LEFT */
.contentHeader 
{
    height :105px;
	background-color: #FFFFFF;
}
.contentHeader h1 
{ 
	text-align : right;
	color: #0E3089;
	padding : 40px 45px 10px 0;
	background : url(../data/banner.jpg) no-repeat 100% 0%;
}
.contentHeader a:link {
	border : 0px solid #FFFFFF;
}
.contentHeader div 
{
    float :left;
}
.contentHeader .presentedby 
{
    float :right;
}

/*************************************************************

MENU

*************************************************************/
#menu li a, #menu li a:visited, #menu li a:hover, #menu li a:visited:hover, #tabs li a, #tabs li a:visited {
	color : #666666;
	background-color : #F6F6F6;
	border : 1px solid #D7D7D7;
	font-weight : normal;
}
#menu li a:hover, #menu li a:visited:hover, #tabs li a:hover, #tabs li a:visited:hover 
{
    	color : #2360A3;
	background-color : #E7E5FA;
	/*border : 1px solid #993333;*/
}
.topic-selected {
	background-color: #2360A3;
}
#tabs .tab-selected a, #tabs .tab-selected a:visited, #tabs .tab-selected a:hover, #tabs .tab-selected a:visited:hover
{
 font-weight: bold;
 background-color: #2360A3;
 color : #F6F6F6;
}   
/*************************************************************

CHANGE MENU TITLE HEADER

*************************************************************/
#menu .titlesheader, #menu .speaker {
	background-color: #2360A3;
	border : 1px solid #2360A3;
	color : #F6F6F6;
font-weight : bold;
}
#menu .titlesheader, #menu .speaker {
	color : #FFFFFF;
	margin-bottom : 2px;
font-weight : bold;
}
#transcript {
	color : #00945E;
	text-decoration : underline;
}
#transcript:hover {
	color : #DC241F;
	text-decoration : underline;
}
#powerpointlinks 
{
	margin :5px 0 5px 15px;
	color : #333333;
}
#polling p, #textfield-polling h4
{
    color : #FFFFFF;
	font : 2.4em Arial;
}
#polling label
{
    color : #FFFFFF;
	font : 1.7em Arial;
}
/*************************************************************

FOOTER

*************************************************************/
#axisto {
	float : right;
	font : 10.5px Arial;
	text-decoration : none; 
	color : #BBBBBB;
	margin : 0;
}
#axisto a:link, #axisto a:visited, #axisto a:hover, #axisto a:visited:hover  {
	text-decoration : none;
	color : #BBBBBB;
}
#investis 
{
    float :left;
    margin : 10px 0 1px 0;
}

