/* CSS Document */
/******************************************************************

CHANGE LINKS [AND TAB TEXT] 

******************************************************************/
body {
	font : 0.8em arial;
	color: #00335B;
	/*background-color:#000000;*/
}
a:link, a:visited, a:hover, a:visited:hover {
	text-decoration : none;
	color: #00335B; 
}
/******************************************************************

					******** TITLE ********

******************************************************************/

/******** PAGE HEADER ********/
h1, h2 ,h3, h4
{
	text-align : left;
	padding :0;
	margin : 0;
	font-weight: normal;
	color: #00335B;
}
h1 {
	font :1.6em arial;
	margin : 15px 0;
	font-weight: normal;
}
h2 {
	font : 1em arial;
	margin : 5px 0 2px 0px;
	font-weight: bold;
	color: #00335B;
}
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 : 15px 0 15px 0;
    padding: 0;
}
.pre-page 
{
	border: 1px solid #00335B;
}
#select p
{
    padding: 2px 0 4px 0;
	border: 1px solid #999999;
}
#select strong
{
	color: #49C6DC;
}
#select-btn
{
    float :left;
	text-align : left;
	margin : 5px 0 0 0;
}
.inputBox {
    /*border : 1px solid #333333;*/
}
#test 
{
    margin : 12px 0 2px 0;
	height : 20px;
}
#playerdownloads p 
{
 font : 0.85em arial;  
 border : 0px solid #FFFFFF;
}  
 
/*************************************************************

BANNER LOGO PLACEMENT

*************************************************************/
/* LOGO LEFT */
.contentHeader 
{
    height :60px;
	background : url(../data/logo.jpg) no-repeat 0% 0%;
}
.contentHeader h1 
{ 
	text-align : right;
	color: #FFFFFF;
	padding : 18px 35px 0 0;

}
.contentHeader a:link {
	border : 0px solid #FFFFFF;
}
.contentHeader div 
{
    float :left;
}
.contentHeader .presentedby 
{
    float :right;
}
#lightblue 
{
	color : #49C6DC;
}
/*************************************************************

MENU

*************************************************************/
#menu 
{
	padding : 0;
	margin : 0;
	overflow : auto;
	overflow-x : hidden;
}
#menu li a, #menu li a:visited, #menu li a:hover, #menu li a:visited:hover, #tabs li a, #tabs li a:visited {
	color : #F6F6F6;
	background-color : #3CB0E3;
	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 : #00335B;
	background-color : #8BD0EE;
	/*border : 1px solid #993333;*/
}
.topic-selected {
	background-color: #00945E;
}
#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: #00335B;
 color : #F6F6F6;
}   
/*************************************************************

CHANGE MENU TITLE HEADER

*************************************************************/
#menu .titlesheader, #menu .speaker {
	background-color: #0B4C76;
	border : 1px solid #0B4C76;
	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;
}
#livepollingTitle 
{
    background-color: #0B4C76;
	border : 1px solid #0B4C76;
	color : #F6F6F6;
    font-weight : bold;
    padding :4px;
    width :310px;
}
#comments 
{
    width :315px;
}
/*************************************************************

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;
}

