/* CSS Document */
/******************************************************************

CHANGE LINKS [AND TAB TEXT] 

******************************************************************/
body {
	font : 0.8em Arial;
	color: #2D2D2D;
	background: #fdfdfd;
}
a:link, a:visited, a:hover, a:hover:visited  
{
	color: #2D2D2D;
	font-weight: normal;
	/*text-decoration: none;*/
}
/******************************************************************

					******** TITLE ********

******************************************************************/

/******** PAGE HEADER ********/
h1, h2,h3,h4 {
	text-align : left;
	color: #2D2D2D;
	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;
}
h3 {
	font-size : 150%;
	font-weight: bold;
	margin : 5px 0 5px 0;
	color: #666;
}	
h4 {
	font-size : 1.3em;
	margin : 5px 0 5px 0px;
}

/*************************************************************

BANNER LOGO PLACEMENT

*************************************************************/
/* LOGO LEFT */
.contentHeader 
{
    height: 90px;
    /*_width: 100%;*/
	background : url(../data/logo3.jpg) no-repeat 0% 50%;
	background-color: #FFFFFF;
	border: 1px solid #D7D7D7;
}
.contentHeader h1 
{ 
    float :right;
	font : 1.8em Arial;
	text-align : left;
	color: #fff;
	padding : 22px 10px 0 0;
	width: 450px;
	height: 55px;
	background : transparent;
	line-height: 45px;
}
.contentHeader a:link {
	border : 0px solid #FFFFFF;
}
.contentHeader div 
{
    float :left;
}
.contentHeader .presentedby 
{
    float :right;
}
.pre-page 
{
	border: 1px solid #9A9A9A;
	/*margin: 10px 0 0 2px;*/
	/*background: url(../data/reg-page.jpg) no-repeat 0% 0%;*/
}
.indexbg .contentHeader 
{
    height :90px;
	background : #FFFFFF url(../data/logo3.jpg) no-repeat 0% 50%;
	border: none;
	width: 700px;
}
.indexbg .contentHeader  h1
{
	font : 0px Arial;
	color: #FFF;
	visibility:hidden;
}
.pre-page h1 
{ 
	font : 190% Arial;
	font-weight: bold;
	color: #2F98D8;
	padding : 0;
}
#select p
{
    width: 350px;
	/*border: 1px solid #9A9A9A;*/
}
#playerDownloads p
{
    margin : 5px 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: #636363; 
}
/*************************************************************

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 : #636363;
	text-decoration:none;
}
#menu li a:hover, #menu li a:visited:hover, .tab a:hover, .tab a:visited:hover {
	color : #636363;
	background-color: #9C9C9C;
}
.topic-selected {
	border : 1px solid #1C3474;
}
.extra-links-text 
{
  /*border : 1px solid #CF5A2F;
  background-color: #FFFFFF;*/
  color : #636363;
  padding: 5px;
  margin :2px;
}  
.extra-links-text a, .extra-links-text a:visited {
	color : #636363;
	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: #2f98d8;
	border : 1px solid #2f98d8;
	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 : #636363;
}
/*************************************************************

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;
}

