/* CSS Document */
/******************************************************************

CHANGE LINKS [AND TAB TEXT] 

******************************************************************/
body {
	font : 0.8em Arial;
	color: #333333;
}
a:link, a:visited, a:hover, a:hover:visited  
{
	color: #333333;
	font-weight: normal;
	/*text-decoration: none;*/
}
/******************************************************************

					******** TITLE ********

******************************************************************/

/******** PAGE HEADER ********/
h1, h2,h3,h4 {
	text-align : left;
	color: #333333;
	padding :0;
	margin : 0;
	font-weight: normal;
}
h1 {
	font : 1.7em Arial;
	margin : 15px 0;
}
h2 {
	font-size : 1.2em;
	font-weight : bold;
	margin : 0 0 15px 0px;
	color: #333333;
}
h3 {
	font-size : 1.4em;
	font-weight : bold;
	margin : 10px 0 10px 0;
	color: #004B85;
}	
h4 {
	font-size : 1.3em;
	margin : 5px 0 5px 0px;
}

/*************************************************************

BANNER LOGO PLACEMENT

*************************************************************/
/* LOGO LEFT */
.contentHeader 
{
    height :55px;
	background : url(../data/logo.jpg) no-repeat 0% 50%;
	background-color: #FFFFFF;
	border: 1px solid #D7D7D7;
}
.contentHeader h1 
{ 
    float :right;
	font : 1.6em Arial;
	text-align : left;
	color: #333333;
	padding : 17px 30px 0 0;
}
.contentHeader a:link {
	border : 0px solid #FFFFFF;
}
.contentHeader div 
{
    float :left;
}
.contentHeader .presentedby 
{
    float :right;
}
.pre-page 
{
	border: 1px solid #BBBBBB;
	background: url(../data/logo.jpg) no-repeat 2% 2%;
	color: #333333;
}
.pre-page h1 
{ 
	font : 1.4em Arial;
	color: #333333;
	padding : 0;
	font-weight : bold;
}
#select p
{
    width: 350px;
	border: 1px solid #BBBBBB;
}
#playerDownloads p
{
    margin : 20px 0;
    font-size : 0.85em;
	color: #999999;
	border : none;
}
#test a:link, #test a:hover, #test a:visited, #test a:visited:hover {
	text-decoration: underline;
	 font-size : 0.85em;
	color: #333333; 
}
/*************************************************************

MENU

*************************************************************/
#menu li a, #menu li a:visited #menu li a:hover, #menu li a:visited:hover, .tab a:hover, .tab a:visited:hover 
{
    /*background : url(../data/menu.jpg) no-repeat 0% 100%;*/
	background-color : #F6F6F6;
	border : 1px solid #D7D7D7;
}
#menu li a, #menu li a:visited, .tab a, .tab a:visited {
	color : #333333;
	text-decoration:none;
}
#menu li a:hover, #menu li a:visited:hover, .tab a:hover, .tab a:visited:hover {
	color : #333333;
	background-color: #E7CEC5;
}
.topic-selected {
	border : 1px solid #CF5A2F;
}
.extra-links-text 
{
  /*border : 1px solid #CF5A2F;
  background-color: #FFFFFF;*/
  color : #333333;
  padding: 5px;
  margin :2px;
}  
.extra-links-text a, .extra-links-text a:visited {
	color : #333333;
	font-weight:bold;
}
/*************************************************************

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: #CF5A2F;
	border : 1px solid #CF5A2F;
	color : #F6F6F6;
	font-weight : bold;
}
#menu .titlesheader, #menu .speaker {
	color : #FFFFFF;
	margin-bottom : 2px;
}
/**************************************************

TABS

**************************************************/
.tab a, .tab a:visited,.tab a:hover, .tab a:visited:hover {
	background-color : #F6F6F6;
	font-weight : bold;
}
#transcript, #transcript:hover {
	color : #CF5A2F;
}
#transcript:hover {
	color : #CF5A2F;
}
#powerpointlinks 
{
	font-weight : bold;
	margin :5px 0 5px 15px;
	color : #333333;
}
/*************************************************************

FOOTER

*************************************************************/
#axisto {
	float : right;
	font : 10.5px Arial;
	text-decoration : none; 
	color : #BBBBBB;
}
#axisto a:link, #axisto a:visited, #axisto a:hover, #axisto a:visited:hover  {
	text-decoration : none;
	color : #BBBBBB;
}
#client 
{
    float :left;
    margin : 10px 0 1px 0;
}

