/* CSS Document */
body {
	font : 0.75em Arial;
	color: #999999;
	background-color:#FFFFFF;
}
/******************************************************************

CHANGE LINKS [AND TAB TEXT] 

******************************************************************/
a:link, a:visited, a:hover, a:hover:visited  
{
    font : 0.9em Arial;
	color: #222;
	font-weight: bold; 
}
#home-sessions-schedule a:link, #home-sessions-schedule a:visited, #home-sessions-schedule a:hover, #home-sessions-schedule a:hover:visited  
{
    font : 1.1em Arial;
	color: #222;
	font-weight: bold; 
	text-decoration: underline;
}
/******************************************************************

					******** TITLE ********

******************************************************************/

/******** PAGE HEADER ********/
h1 {
	text-align : left;
	font : 1.4em Arial;
	color: #222;
	padding : 0 0 0 0;
	margin : 0;
	margin-top : 10px;
	font-weight:bold;
}
h2 {
	font-size : 1.1em;
	font-weight : bold;
	padding : 0;
	margin : 5px 0 5px 0px;
	color: #222;
}
h3 {
	font-size : 1.4em;
	font-weight : bold;
	padding : 0;
	margin : 10px 0 10px 0;
	color: #222;
}	
h4 {
	font-size : 1.3em;
	font-weight : normal;
	padding : 0;
	margin : 5px 0 5px 0px;
	color: #222;
}

/*************************************************************

BANNER LOGO PLACEMENT

*************************************************************/
/* LOGO LEFT */
.banner 
{
	height : 55px;
	border : 1px solid #D7D7D7;
	margin: 0 12px 3px 10px;
	overflow: hidden;
	background : url(../data/banner.jpg) no-repeat 0% 50%;
	background-color:#FFFFFF;
}
#banner-pad {
	height :55px;
}
.banner h1 
{ 
    float :right;
	font : 1.6em Arial;
	text-align : left;
	color: #222;
	padding : 16px 25px 0 0;
	margin : 0;
}
.banner a:link {
	border : 0px solid #FFFFFF;
}
.banner div 
{
    float :left;
}
.banner .presentedby 
{
    float :right;
}

/*************************************************************

MENU

*************************************************************/
#menu li a, #menu li a:visited, .tab a, .tab a:visited {
	color: #222;
}
#menu li a:hover, #menu li a:visited:hover, .tab a:hover, .tab a:visited:hover {
	color: #222;
}
#menu li a, #menu li a:visited {
	background-color : #F6F6F6;
	border : 1px solid #D7D7D7;
	font-weight : normal;
}
#menu li a:hover, #menu li a:visited:hover 
{
    color: #CE1010;
	background-color : #ECF1F9;
	border : 1px solid #D7D7D7;
	font-weight : normal;
}
.topic-selected {
	background-color: #222;
}
/*************************************************************

CHANGE MENU TITLE HEADER

*************************************************************/
.titlesheader, .speaker, .tab-selected a, .tab-selected a:visited, .tab-selected a:hover, .tab-selected a:visited:hover   {
	background-color: #1A5083;
	border : 1px solid #1A5083;
	color : #F6F6F6;
	font-weight : bold;
}
.titlesheader, .speaker {
	color : #FFFFFF;
	margin-bottom : 2px;
	font-weight : bold;
}
/******************************************************************

TABLE

******************************************************************/
table 
{
    float:left;
    color : #FFFFFF;
    width : 100%;
}
table td, table th
{
    text-align : left;
    padding :0;
    margin :0;
}
table th a:link
{
    float :left;
    width :100%;
    padding : 5px 0 3px 0;
}
table p, table b 
{
    color : #0054A6;
}
th 
{
    background-color: #8DD8F8;
}
.table-text
{
    padding : 0 0 0 15px;
    font-weight:normal;
}
.table-text p
{
    padding : 0;
    margin : 8px 0 8px 0;
}
.table-bg-light 
{
    background-color: #00AEEF;
    font-size : 0.9em;
    text-align : center;
    font-weight : normal;
}
.table-bg-dark 
{
    background-color: #0054A6;
    font-size : 0.9em;
    text-align : center;
    font-weight : normal;
}
td 
{
    background-color: #AEB8DE;
}
/**************************************************

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;
}
#powerpointlinks 
{
	font-weight : bold;
	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;
}
#investis 
{
    float :left;
    margin : 10px 0 10px 0;
}
#axisto {
	float : right;
	font : 10.5px Arial;
	text-decoration : none; 
	color : #BBBBBB;
}
#support{
	float : left;
	background : url(../images/branding/support.jpg) no-repeat 0% 0%;
	width : 241px;
	height : 50px;
}
#axisto a:link, #axisto a:visited {
	text-decoration : none;
	color : #BBBBBB;
}
#axisto a:hover, #axisto a:visited:hover {
	text-decoration : none; 
	color : #BBBBBB;
}
