/* CSS Document */
/******************************************************************

CHANGE LINKS [AND TAB TEXT] 

******************************************************************/
body {
	font-size: 0.8em;
	color: #828282;
	font-family: "Trebuchet MS", sans-serif;
}
a:link, a:visited, a:hover, a:hover:visited  
{
	color: #828282;
	font-weight: normal;
	/*text-decoration: none;*/
}
/******************************************************************

					******** TITLE ********

******************************************************************/

/******** PAGE HEADER ********/
h1, h2,h3,h4 {
	text-align : left;
	color: #828282;
	padding :0;
	margin : 0;
	font-weight: normal;
}
h1 
{
	font-size: 1.7em;
	margin : 15px 0;
}
h2 {
	font-size : 1.2em;
	font-weight : bold;
	margin : 0 0 15px 0px;
}
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 :42px;
	background : url(../data/banner.jpg) no-repeat 1% 50%;
	background-color: #FFFFFF;
	border: 0px solid #D7D7D7;
	overflow: hidden;
}
.contentHeader h1 
{ 
    float :right;
	font-size: 1.6em;
	text-align : left;
	color: #828282;
	padding : 7px 18px 0 0;
}
.contentHeader a:link {
	border : 0px solid #FFFFFF;
}
.contentHeader div 
{
    float :left;
}
.contentHeader .presentedby 
{
    float :right;
}
.pre-page 
{
	border: 2px solid #00AEE7;
	background: url(../data/banner3.jpg) no-repeat 0% 0%;
	/*background-color:#E6F5FA;*/
	color: #828282;
}
.pre-page h1 
{ 
	font-size: 1.4em;
	color: #828282;
	padding : 0;
	font-weight : bold;
}
#select p
{
    width: 350px;
	border: 1px solid #BBBBBB;
}
#playerDownloads p
{
    margin : 8px 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: #828282; 
}
/*************************************************************

MENU

*************************************************************/
#menu li a , #menu li a:hover, #menu li a:visited, #menu li a:visited:hover {
	display : block;
	padding : 5px 0px 5px 25px;
	margin : 1px 0;

}
#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(menuli.jpg) no-repeat 0% 50%;
	border : 1px solid #D7D7D7;
}
#menu li a, #menu li a:visited, .tab a, .tab a:visited {
	color : #828282;
	text-decoration:none;
}
#menu li a:hover, #menu li a:visited:hover, .tab a:hover, .tab a:visited:hover {
	color : #006699;
	background : url(menuli2.jpg) no-repeat 0% 50%;
}
.topic-selected {
	border : 1px solid #828282;
}
#weblink
{
    margin-top: 15px;
}
/*************************************************************

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: url(menu.jpg) no-repeat 0% 50%;
	border : 1px solid #C1E1F4;
	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 : #828282;
}
/*************************************************************

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;
    display:none;
}

