/*
orange = #FF9933
blue = #004685
light blue = #CCDAE7
main BG colour = #F3F3F3

*/
.selectedSpeaker
{
color:#0000FF;
width: 365px;
background-color:#fff;
border: 1px solid #999999;
/*float: left;
margin-top: 5px;*/
padding: 2px;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial,  sans-serif;
	font-size: 12px;
	background-color:#fff;
}

a:link {
	color: #004685;
	font-weight:normal;
	text-decoration:none;
}
a:visited {
	color: #004685;
	font-weight:normal;
	text-decoration:none;
}
a:hover {
	color: #555740;
	font-weight:normal;
	text-decoration:underline;
}
a:active {
	color: #555740;
	font-weight:normal;
	text-decoration:none;
}


h1{
	font-size: 18px;
	color:#004685;
	text-transform: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-weight: bold;
}

h2{
	font-size: 16px;
	color:#004685;
	text-transform: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-weight: bold;
}

h3{
	font-size: 14px;
	color:#004685;
	text-transform: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-weight: bold;
}


p {
margin:0px;
padding: 0px;
}


#container
{
width: 960px;
margin: 0px auto;
padding: 0px;
background-color: #FFFFFF;
color: #666;
border-width: 0px 1px 1px 1px;
border-color:#999;
border-style:solid;
}


#streampac_content
{
padding: 5px 5px 5px 5px;
margin: 0px 0px 0px 0px;
width: 948px;
background-color: #fff;
min-height: 450px;
}


.header{
	width: 950px;
	height: 22px;
	background:url(../../images/5/headerBG.jpg) no-repeat left top;
	padding: 0px;
	margin-bottom: -6px;
	margin-top: 6px;
}

.header h1{
	font-size: 12px;
	color:#004685;
	text-transform: none;
	margin: 0px ;
	padding: 2px 0px 0px 7px;
	font-weight: bold;
}

#framecontent
{
	width: 500px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	height: 400px;
	overflow:auto;
	background: none;
}

#welcomeDiv img{
	width: 500px
	}

#framecontent h1{
padding: 16px 0px 0px 10px;
}

.eventTitle{
	color:#fff;
	width: 600px;
	height: 50px;
	margin: 15px 5px 5px 5px;
	text-align:center;
}

.eventTitle h1{
	/*font-family: tahoma, Arial,  sans-serif;*/
	font-size: 18px;
	color:#fff;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

.eventTitle h2{
	/*font-family: tahoma, Arial,  sans-serif;*/
	font-size: 14px;
	color:#fff;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}


.infobox{
color:#333333;
background-color:#FFFFFF;
margin: 3px 0px 3px 0px;
padding:10px;
/*min-height: 350px;*/
}

/* for IE 
* html .infobox {
height: 350px;
}*/


.frameinfobox{
color:#333333;
background-color:#FFFFFF;
margin: 3px 0px 3px 0px;
padding:3px 5px 3px 5px;
}


.supportBox{
margin-left:0px;
font-size: 18px;
text-align:center;
height: 300px;
}


.holder{
padding: 2px 4px 10px 4px;
border: solid 0px #1C6892;
}

.tableHead{
	background-color:#FFFFFF;
	color: #004685;
	font-size: 100%;
	font-weight: bold;
}

.tableContent{	
	color: #004685;
	font-size: 100%;
	font-weight: bold;
}

.rowDark{
	background-color:#E4E4E6;
	color: #004685;
	font-size: small;
}

.rowLight{
	background-color:#FFFFFF;
	color: #004685;
	font-size: small;
}


.clear{
clear: both;
width: 90%;
}

.to-right{
float: right;
}

.to-left{
float: left;
}


.outline{
border: 1px solid #cccccc;
}

.form_button{
margin: 1px;
padding: 1px 3px 1px 3px;
background-image: url(../../images/5/buttonBG_up.jpg);
/*background-color: #F0F0F0;*/
border: 1px solid #004685;
font-family: Tahoma, Arial,  sans-serif;
color: #004685;
font-size: 11px;
font-weight: normal;
overflow:hidden;
display:block;
/*text-transform:uppercase;*/
}


.button a{
margin: 1px;
padding: 1px 3px 1px 3px;
background-image: url(../../images/5/buttonBG_up.jpg);
/*background-color: #F0F0F0;*/
border: 1px solid #004685;
font-family: Tahoma, Arial,  sans-serif;
color: #004685;
font-size: 11px;
font-weight: normal;
overflow:hidden;
display:block;
/*text-transform:uppercase;*/
}

.button a:visited{
margin: 1px;
padding: 1px 3px 1px 3px;
text-decoration:none;
color: #004685;
background-image: url(../../images/5/buttonBG_up.jpg);

}


.button a:hover{
margin: 1px;
padding: 1px 3px 1px 3px;
text-decoration:none;
color: #555740;
background-image: url(../../images/5/buttonBG_over.jpg);

}

.button_disabled{
margin: 1px;
padding: 1px 3px 1px 3px;
background-image: url(../../images/5/buttonBG_up.jpg);
/*background-color: #F0F0F0;*/
border: 1px solid #004685;
font-family: Tahoma, Arial,  sans-serif;
color: #555740  !important;
font-size: 11px;
font-weight: normal;
overflow:hidden;
display:block;
	text-decoration:none;
/*text-transform:uppercase;*/
}

#footer
{
	clear: both;
	margin: 0px 0px 0px 0px ;
	padding: 5px 0px 5px 0px;
	color: #004685;
	height:30px;
	text-align:center;
	font-size: 12px;
	font-weight: normal;
	width: 960px;
	background-color: #F3F3F3;
	border-top: 1px solid #999;
}

/* for IE */
* html #footer {
margin-bottom: -8px;
}


#footer img{
margin-top: 3px;
border: 0px solid #cccccc;
}

#footerBottom{
}


/** VIDEO AND SLIDE WINDOW STYLES**/

.vidtop{
	/*background:url(../../images/5/vidtopBG.jpg) no-repeat left top;*/
	width: 326px;
	height: 21px;
	text-align:center;
}

.vidtop h1{
	font-size: 12px;
	color:#004685;
	text-transform: none;
	margin: 0px;
	padding-top: 4px;
	font-weight: bold;
}

#vidHolder{
width: 400px;
border: 1px solid #cccccc;
background-color:#F3F3F3;
margin: 0px;
padding: 2px;
float: left;

}

/* for IE */
* html #vidHolder{ 
margin-left: 0px;
}

/*.player1 #streampac_content
{
    margin-left:auto;
    margin-right: auto;
    width: 830px
}*/

.player1 #vidHolder{
width: 320px;
border: 1px solid #cccccc;
background-color:#F3F3F3;
margin: 0px 80px 0px 10px;
padding: 2px;
float: left;

}

/* for IE */
* html #vidHolderSmall{ 
margin-left: 0px;
}

#frameHolder{
width: 500px;
height: 400px;
border: 1px solid #cccccc;
background-color:#FFFFFF;
margin-right:0px;
padding: 0px;
float: right;
text-align:center;
}

/*.player1 #frameHolder{
width: 400px;
height: 300px;

}*/

.textFieldHolder{
padding: 0px;
height: 30px;
width: 730px;
clear: right;
}

.speakerInfoHolder{
color:#004685;
text-indent:2px;
font-size:10px;
width: 460px;
height: 40px;
float: left;
margin: 0px; 
padding: 0px;
}


.speakerInfo{
color:#333333;
width: 480px;
min-height: 35px;
background-color:#FFFFFF;
border: 1px solid #cccccc;
/*float: left;
margin-top: 5px;*/
padding: 5px;
}

.captionsHolder{
color:#004685;
text-indent:2px;
font-size:10px;
width: 400px;
height: 40px;
float: left;
margin-left:4px; 
padding: 0px;
}

/* for IE */
* html .captionsHolder{ 
margin-left: 2px;
}

.captions{
color:#333333;
width: 396px;
height: 26px;
background-color:#FFFFFF;
border: 1px solid #cccccc;
/*float: left;
margin:5px 0px 0px 2px;*/
padding: 2px;
}

.testbox{
padding: 20px;
}

#dropdown {
margin-top:5px;
padding:0px;
height:30px;
/*float:left;*/
}

.list {
margin:0px;
padding:0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000000;
font-size: 10px;
background-color: #FFFFFF;
border: 1px solid #004685;
width: 324px;
}


/** site map styles below **/

#siteMap {
	float:left;
	width: 970px;
	min-height: 50px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	color: #F39901;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

#siteMap ul {
    margin:0px;
	padding:0px 0px 0px 0px;
    padding:0px;
    list-style:none;
    }
	
#siteMap li {
    float:left;
	/*background:url(../../images/5/navTab_right.gif) no-repeat right top;*/
	/*margin:3px 6px 3px 0px;*/
	margin:0px;
    padding:0px;
    }


#siteMap a {
    display:block;
    /*background:url(../../images/5/buttonLine.gif) no-repeat right top;*/
    padding:6px 10px 5px 10px;
	color:#004685;
	/*background-color:#6F086F;*/
	border: 0px solid #000000;
	text-decoration:none;
	font-weight: normal;
    }
	
#siteMap a:visited {
    display:block;
    /*background:url(../../images/5/buttonLine.gif) no-repeat right top;*/
    padding:6px 10px 5px 10px;
	color:#004685;
	/*background-color:#6F086F;*/
	border: 0px solid #000000;
	text-decoration:none;
	font-weight: normal;
    }
		

#siteMap a:hover {
    display:block;
    /*background:url(../../images/5/buttonLine.gif) no-repeat right top;*/
    padding:6px 10px 5px 10px;
	color:#666666;
	/*background-color:#6F086F;*/
	border: 0px solid #000000;
	text-decoration:underline;
	font-weight: normal;
  }
	
	
#siteMap #current {
   /* background-image:url(../../images/5/navTab_rightOn.gif);*/
	
    }
	
#siteMap #current a {
    display:block;
    /*background:url(../../images/5/buttonLine.gif) no-repeat right top;*/
    padding:6px 10px 5px 10px;
	color:#202C62;
	/*background-color:#6F086F;*/
	border: 0px solid #000000;
	text-decoration:none;
	font-weight: normal;
}









