/* CSS Document */
body {
	font : 0.7em Arial;
	color: #333333 ;
}
/******************************************************************

CHANGE LINKS [AND TAB TEXT] 

******************************************************************/
a:link {
	text-decoration : none;
	color: #333333; 
}
a:hover {
	text-decoration : none; 
	color: #C60021;
}
a:visited {
	text-decoration : none;
	color: #333333; 	 
}
a:visited:hover {
	text-decoration : none;	 
	color: #C60021;
}
/******************************************************************

					******** TITLE ********

******************************************************************/
/******** PAGE HEADER ********//******** PAGE SUB-HEADER ********/
h1, h2,h3 {
	/*display: none;*/
}	
/******** PAGE HEADER ********/
h1 {
	text-align:left;
	font : 1.8em Arial;
	color: #343434;
	padding : 0;
	margin : 0;
	margin-top : 16px;
}	
h6 {
	text-align:left;
	font-size : 1.3em;
	color: #333333;
	padding : 0;
	margin : 0;
	margin-top : 9px;
	font-weight:bold;
}
/*************************************************************

BANNER LOGO PLACEMENT

*************************************************************/
/* LOGO LEFT */
.banner {
	background : url(../images/branding/header-logo.jpg) no-repeat 0% 0%;
	height : 59px;
	border : 1px solid #CFCFCF;
	background-color : #FFFFFF;
	margin : 0 10px 5px 10px;
}
.banner span {
	float : right;
	height : 59px;
	width : 70%;
	/*background : url(../images/branding/header-side.jpg) no-repeat 0% 0%;*/
}
/*************************************************************

MENU

*************************************************************/
#menu li a {
	color : #333333;
	background-color : #F6F6F6;
	border : 1px solid #D7D7D7;
	font-weight : bold;
}
#menu li a:hover {
	background-color: #C60021;
	color : #F6F6F6;
	border : 1px solid #D7D7D7;
	font-weight : bold;
}
#menu li a:visited {
	color : #333333;
	background-color : #F6F6F6;
	border : 1px solid #D7D7D7;
	font-weight : bold;
}
#menu li a:visited:hover  {
	background-color: #C60021;
	color : #F6F6F6;
	border : 1px solid #D7D7D7;
	font-weight : bold;
}
.topic-selected {
	background-color: #C60021;
	color : #C60021;
}
/*************************************************************

CHANGE MENU TITLE HEADER

*************************************************************/
#menu .titlesheader {
	background-color: #285E97;
	border : 1px solid #285E97;
	color : #F6F6F6;
	margin-bottom : 2px;
	font-weight : bold;
}
#menu .speaker {
	background-color: #285E97;
	border : 1px solid #285E97;
	color : #F6F6F6;
	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 {
	background-color : #F6F6F6;
	color: #C60021;
	font-weight : bold;
}
.tab a:hover {
	background-color: #C60021;
	color : #F6F6F6;
}
.tab a:visited {
	background-color : #F6F6F6;
	color: #C60021;
}
.tab a:visited:hover {
	background-color : #C60021;
	color : #F6F6F6;
}
.tab-selected a {
	background-color: #285E97;
	color : #F6F6F6;
	font-weight : bold;
}
.tab-selected a:hover {
	background-color: #285E97;
	color : #F6F6F6;
}
.tab-selected a:visited {
	background-color: #285E97;
	color : #F6F6F6;
}
.tab-selected a:visited:hover {
	background-color: #285E97;
	color : #F6F6F6;
}
#transcript {
	color : #285E97;
	font-weight : bold;
	text-decoration : underline;
}
#transcript:hover {
	color : #C60021
	font-weight : bold;
	text-decoration : underline;
}
#ei{
	float : right;
	text-decoration:underline;
}
#ei {
	color:#000099;
}
#ei:hover { 
	color:#000099;
}
