/* CSS Document */
/******************************************************************

CHANGE LINKS [AND TAB TEXT] 

******************************************************************/
body {
	font : 0.75em Arial;
	color: #666;
	font-family : Arial,Helvetica,sans-serif;
}
a:link, a:visited, a:hover, a:hover:visited  
{
	color: #666;
	font-weight: normal; 
	text-decoration:none;
	outline: none;
}
br 
{
	line-height:0;
}
/******************************************************************

					******** TITLE ********

******************************************************************/

/******** PAGE HEADER ********/
h1, h2 ,h3, h4 
{
	text-align : left;
	padding :0;
	margin : 0;
	font-weight: normal;
    color: #666;
}
h1 {
	font : 1.7em Arial;
	margin : 15px 0;
	font-weight: normal;
	color: #FFF;
}
h2 {
	font-size : 1.4em;
	margin : auto 0;
}
h3 {
	font-size : 1.4em;
	margin : 10px 0 10px 0;

}	
h4 {
	font-size : 1.3em;
	font-weight : normal;
	padding : 3px 0 3px 30px;
	color : White;
}
/*************************************************************

BANNER LOGO PLACEMENT

*************************************************************/
/* LOGO LEFT */
.contentHeader 
{
    height :90px;
	background : white url(../data/chemring-head-gradient.jpg) bottom left repeat-x;
	background-color: #FFF;
}
.head-strap
{
    clear: left;
    width : 600px;
    margin: 0;
    background : #8FB7D1;    
}
.player-logo
{
    margin:auto 0;
    margin-left:0px;
}
.head-strap p
{
    padding : 3px 0 3px 15px;   
}
.contentHeader h2 
{ 
    float :right;
	font : 1.6em Arial;
	text-align : left;
	padding : 35px 60px 0 0;
}
.contentHeader a:link {
	border : 0px solid #FFF;
}
.contentHeader div 
{
    float :left;
}
.contentHeader .presentedby 
{
    float :right;
}

/*************************************************************

MENU

*************************************************************/
#menu li a, #menu li a:visited, .tab a, .tab a:visited {
	color : #333;
}
#menu li a, #menu li a:visited {
	background-color : #F6F6F6;
	border : 1px solid #D7D7D7;
	font-weight : normal;
}
#menu li a:hover, #menu li a:visited:hover, .tab a:hover, .tab a:visited:hover {
	background-color : #E6E6E6;
	border : 1px solid #999;
}
.topic-selected {
	background-color: #ACACAC;
}
/*************************************************************

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: #8FB7D1;
	border : 1px solid #ACACAC;
	color : #F6F6F6;
	font-weight : bold;
}
#menu .titlesheader, #menu .speaker {
	color : #FFFFFF;
	margin-bottom : 2px;
	font-weight : bold;
}
/**************************************************

TABS

**************************************************/
.tab a, .tab a:visited,.tab a:hover, .tab a:visited:hover  {
	background-color : #F6F6F6;
	font-weight : bold;
	border : 1px solid #ACACAC;
}
.tab a:hover, .tab a:visited:hover {
	background-color : #E6E6E6;
}
#transcript {
	color : #00945E;
	font-weight : bold;
	text-decoration : underline;
}
#transcript:hover {
	color : #DC241F;
	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;
}
/*************************************************************

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;
}
#investis 
{
    float :left;
    margin : 10px 0 1px 0;
}

