/* CSS Document */
body {
	font : 0.8em Arial;
	color: #255C85;
}
/******************************************************************

CHANGE LINKS [AND TAB TEXT] 

******************************************************************/
a:link, a:visited, a:hover, a:hover:visited  
{
    font : 0.9em Arial;
	color: #255C85;
	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: #215153;
	font-weight: bold; 
	text-decoration: underline;
}
/******************************************************************

					******** TITLE ********

******************************************************************/

/******** PAGE HEADER ********/
h1 {
	text-align : left;
	font : 1.4em Arial;
	color: #014550;
	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: #014550;
}
h3 {
	font-size : 1.4em;
	font-weight : bold;
	padding : 0;
	margin : 10px 0 10px 0;
	color: #014550;
}	
h4 {
	font-size : 1.3em;
	font-weight : bold;
	padding : 0;
	margin : 5px 0 5px 0px;
	color: #014550;
}
.indexbg, .indexbg h1 
{
    font-weight: normal;
	color: #FBFBFB;
}
.indexbg h1 
{
    font-size : 1.6em;
}
/*************************************************************

BANNER LOGO PLACEMENT

*************************************************************/
/* LOGO LEFT */
.banner 
{
	height :52px;
	background-color : #FFFFFF;
	border : 1px solid #D7D7D7;
	margin: 0 12px 3px 10px;
	overflow: hidden;
	background : url(../data/banner.jpg) no-repeat 0% 0%;
}
#banner-pad {
	height :80px;
}
.banner h1 
{ 
    float :right;
	font : 1.4em Arial;
	text-align : left;
	color: #255C85;
	padding : 15px 25px 0 0;
	margin : 0;
	font-weight : bold;
}
.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: #255C85;
}
#menu li a:hover, #menu li a:visited:hover, .tab a:hover, .tab a:visited:hover {
    color: #255C85;
}
#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.tab a:hover, .tab a:visited:hover 
{
	background-color : #D5E3E3;
}
.topic-selected {
	background-color: #255C85;
}
/*************************************************************

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: #255C85;
	border : 1px solid #D7D7D7;
	color : #F6F6F6;
	font-weight : bold;
	text-decoration:none;
}
#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  {
	background-color : #F6F6F6;
	font-weight : bold;
	text-decoration:none;
	color:#255C85;
}
.tab a:hover, .tab a:visited:hover {
	background-color: #D7E5E5;
	text-decoration:none;
}
.tab-selected a, .tab-selected a:hover, .tab-selected a:visited, .tab-selected a:visited:hover {
	background-color: #255C85;
	color : #F6F6F6;
	font-weight : bold;
	text-decoration:none;
}
#transcript {
	color : #255C85;
	font-weight : bold;
	text-decoration : underline;
}
#transcript:hover {
	color : #255C85;
	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;
}
