
body
{
    font-size:11px;
    color:#333333; 
    background-color:#fff;
    line-height:1.2em;
    font-family: arial, verdana, helvetica,  serif;
}

p
{
    margin:20px 0;
}

a{outline:0;}
a{color:#01478d; text-decoration:none;}
a:hover{text-decoration:underline}
a img{border:0;}
.left{float:left;}
.right{
	float:right;
}
.clear{clear:both; display:block;}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

ul{list-style:none;padding:0;margin:0;}
ol{
	list-style:decimal inside;
	padding:0;
	margin:0;
	padding-left: 2em;
	text-indent: -2em;
}

#box
{
    margin:0 auto;
    width:960px;
    min-height:550px;
    background:#ff url(../img/backgroundSquares.jpg) no-repeat center 120px;
}

/* BEGIN HEADER */
#head
{
    position:relative;
    background:url(../img/bg.gif) repeat-x; 
    height:119px; 
    margin:0 10px 5px 10px;
}
#logo
{
    position:absolute;
    margin:36px 0 0 10px;
}
#logo a
{
    width:102px;
    height:22px;
    display:block;
    background:url(../img/logo.png) no-repeat;
}
#pay-off{
	float:right;
	display:block;
	margin:36px 12px 0 0;
	width:167px;
	height:19px;
	background:url(../img/pay-off.png) no-repeat;
}
#head span, .degradingLink span
{
    position:absolute;
    left:-9999px;
    outline:none;
}

#nav
{
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    height:30px;
    padding-bottom:1px;
}
#nav .links
{
    float:right;
    margin-right:10px;
}
#nav a
{
    line-height:30px;
    color:#01468b;
    text-decoration:none;
}
#nav li
{
    float:left;
}
#nav li a
{
    padding:0 14px 0 14px;
}
#nav li a.active
{
    background:#FFFFFF url(../img/navSelected.gif) repeat-x;
    font-weight:bold;
    color:#01468b;
}
#nav li a:hover,#nav a:focus{text-decoration:underline;}
#nav li { font-size:1.0em }
/* END HEADER */
h2 
{
    font-weight:normal;
    font-size: 1.8182em; /* 20px */
    line-height: 1.7em; /* 34px */
    margin-top: 0.85em;
    margin-bottom: 0em;
    color:#c45f24;
    border-bottom:1px solid #cccccc;
    text-transform:uppercase;
}

h3 {
	font-size: 1.3636em; /* 15px */
    line-height: 1.1333em; /* 17px */
    margin-top: 1.1333em;
    margin-bottom: 0em;
	color:#000000;
	border-bottom:1px solid #cccccc;
	text-transform:uppercase;
}

#login h2
{
    margin-top:20px;
    line-height:34px;
}

#register h3
{
    margin-top:20px;
    line-height:34px;
}

h3 a, h3 a:hover {
	text-decoration:none;
	color:#000000;
}

h4 {
	margin:0;
	font-size:100%;
	display:inline;
}
h4 a
{
    display:block;
    margin:8px 10px 8px 10px;
    color:#00a8c8;
    font-weight:bold;
}

h4 span.topic {	
	color:#333333;
	font-weight:bold;
}
h4 * .speaker {
	color:#01478d;
	font-weight:bold;
}
h4 * .jobTitle {
	color:#01478d;
	font-weight:normal;
}

.heavylink {
	color:#01478d;
	font-weight:bold;
}


.scroller {
	overflow:auto;
}

/* BEGIN WHITE OUTLINED HEADERS */

.outlinedHeader div {
	float:left;
	height:34px;
}

.outlinedHeader div.firstChild {
	width:5px;
	background-image:url(../img/outlinedHeaderRight.gif);
}

.outlinedHeader div.secondChild {
	background-image:url(../img/outlinedHeaderCentre.gif);
	background-repeat:repeat-x;
}

.outlinedHeader div.thirdChild {
	width:5px;
	background-image:url(../img/outlinedHeaderLeft.gif);
}

.blueBarBackground {
	background-image:url(../img/blueBar.gif);
	background-repeat:repeat-x;
}
/* BEGIN WHITE OUTLINED HEADERS */

#contentContainer {
	position:relative;
	background-position:center;
	background-repeat:no-repeat;
	overflow:visible;
	display:block;
	width: 940px;
	margin:0 10px 0 10px;
	min-height: 500px;
	text-align:left;
}

.blueBar {
	display:block;
	height:34px;
	width:100%;
	margin-top:10px;
	/*margin:10px 28px 0 28px;*/
	background-color:#7f9db5;
	overflow:visible;
	text-align:center;
}

/* BEGIN LOGIN PAGE */

#login {
    float:left;
    margin:0 5px 0 0;
    width:579px;
}

#login
{
    padding-top:8px;
}

#register {
	float:left;
    padding-top:8px;
    margin:0 0 0 5px;
	width:351px;
}

#login .activeContent label
{
    line-height:26px;
}

#login .activeContent .email-input
{
    height:20px;
	width:275px;
}

/* END LOGIN PAGE */

/* BEGIN REGISTRATION PAGE */

#registerDetails {
	float:left;
	/*width:466px;*/
	width: 936px;
	height:193px;
}

#registerDetails .outlinedHeader {
	margin-left:233px;
}

#registerDetails .activeContent {
	margin-left:238px;
	margin-right:237px;
}

#registerDetails * label {
	float:left;
	display:block;
	width: 14em;
}

.formInput {
	width: 14em;
}

/* END REGISTRATION PAGE */

/* BEGIN VIDEO PAGE */

.greyContainer
{
    background-color:#f2f2f2;
    position:relative;
}

#videoTitle
{
    float:left;
    margin:0;
    width:579px;
    padding-right:10px;
}

#topicsHeading
{
    float:left;
    margin: 0 10px 0 0;
    width:341px;
}

#videoPlayer {
	float:left;
    margin:0 10px 0 10px;
	width: 589px;
	min-height:400px;
}

#videoPlayer * table {
	width:500px;
}

#player
{
    margin: 10px 0 30px 25px;
    width:520px;
    height:327px;
}

#videoSelection 
{
    position:absolute;
    top:0;
    bottom:0;
    right:0;
    margin: 0 10px 0 5px;
    width:339px;
    background-color:#FFFFFF;
    border: 1px solid #F2F2F2;
}

#videoSelection h3 
{
	background-color:transparent;
	font-size:100%;
}

.videoSelectionVideoChapters
{
    background-color:#f2f2f2;   
}

.videoSelectionVideoChaptersTopShadow
{
    height:18px;
    width:341px;
    background:#FFFFFF url(../img/chaptersTopShadow.gif) repeat-x;
}

.videoSelectionVideoChaptersBottomShadow
{
    height:18px;
    width:341px;
    background:#FFFFFF url(../img/chaptersBottomShadow.gif) repeat-x;
}

.videoSelectionVideoChapters ul li
{
    min-height:13px;
    padding: 10px 10px 10px 33px;
    background: #F2F2F2 url(../img/chapterArrowDeselected.gif) no-repeat left center;
}

.chapter
{
}

.document {
	font-weight:bold;
}

.contact {
	font-weight:bold;
}

/* VIDEO PAGE SECTION - BOTTOM OPTIONS */

#bottomOptions 
{
    margin-top:27px;
}

#downloads
{
    float:left;
    width:158px;
    height:250px;
    margin-right:5px;
    background-color:#F2F2F2;
}

#bottomOptions h3
{
    padding: 10px 15px;
    margin:0;
}

#downloads .activeContent {
	padding:0;
	margin:0;
	border:1px solid #FFFFFF;
	background:transparent;
	text-align:center;
}

#feedback
{
    float:left;
    width:343px;
    height:250px;
    margin:0 5px;
    background-color:#F2F2F2;
}

#feedback h3
{
    padding-left: 15px;
    padding-right: 15px;
    margin:0;
}

#contactsAndDocuments
{
    float:left;
    width:419px;
    height:250px;
    margin: 0 0 0 5px;
}

.contactsAndDocumentsTabsList
{
	border-bottom:1px solid #cccccc;
}

#contactsAndDocuments ul li
{
    float:left;
}   

#contactsAndDocuments ul li.ui-tabs-selected
{
    background-color: #F2F2F2;
}

#contactsAndDocuments ul li h3
{
    margin:0;
    padding-left:15px;
    padding-right:15px;
    border:0 none;
}

#contactsAndDocuments ul li h3 a, #contactsAndDocuments ul li h3 a:hover
{
    color:#696969;
}

#contactsAndDocuments ul li.ui-tabs-selected h3 a, #contactsAndDocuments ul li.ui-tabs-selected h3 a:hover
{
    color:#000000;
}

#tab_documents {
	float:left;
	height:212px;
	width:100%;
	background-color:#F2F2F2;
}

#bottomOptions #tab_documents .activeContent
{
    padding:0;
}

#tab_contacts
{
	float:left;
	width:100%;
	height:212px;
	background-color:#F2F2F2;
}

#bottomOptionsTabs .ui-tabs-nav li {
	float:left;
}

.optionsList {
	list-style:none;
	margin-left:0;
	width:401px;
}

ul.optionsList li 
{
    float:left;
	width:395px;
	margin-bottom:3px;
	background-image:url(../img/bulletDocument.gif);
	background-repeat:no-repeat;
	background-position:0 3px;
	padding-left:15px;
}

#tab_documents .scroller {
	height:169px;
	padding:9px;
}

#languageSelection {
	display:none;
	margin:10px 0;
	width:523px;
}

#languageSelection img {
	padding-left:5px;
	margin-top:9px;
}
	

/* END VIDEO PAGE */




/* Describes the white area below title containing the content */
.activeContent {
}

#footer {
	padding-top:9px;
	height:22px;
	width:940px;
	margin:60px 10px 0 10px;
	background-color:#F2F2F2;
	color:#01468b;
	text-align:center;
}

/* JQuery UI Code */

.ui-tabs-hide { display: none; }

.ui-tabs-selected {
	-moz-opacity:1 !important;
	filter:alpha(opacity=100) !important;
	opacity:1 !important;
}

#speakerTabs .ui-tabs-selected {	
	font-weight:bold;
	background-color:#FFF;	
}

#bottomOptionsTabs * li{
	-moz-opacity:.50;
	filter:alpha(opacity=50);
	opacity:.50;
	/*width:100%;*/
}

#bottomOptionsTabs .ui-tabs-selected * .titleInnerBlue{
	background-color:#004A8D;
}

#bottomOptionsTabs * .titleInnerBlue{
	background-color:transparent;
}

#bottomOptions .activeContent
{
    padding:10px;
}

/*.ui-tabs-selected span {
	display:block;
	width:159px;
	height:27px;
}*/

.ui-tabs-selected a {
	outline: 0;
}

/* End JQuery UI Code */

#speakerTabs {
	display:block;
	padding:9px;
	padding-top:6px;
	width:415px;
}

#tab_contents {
	float:left;
	width:220px;
	min-height:288px;
	background-color:#fff;
}

#speakerTabs ul {
	text-align:left;
}

#speakerTabs ul li {
	padding-top:10px;
	padding-bottom:10px;
	padding-left:5px;
	padding-right:10px;
	width:180px;
}

#tab_contents > div {
	padding:5px;
}

#tab_chapter_points ul li{
	text-align:left;
}

#starRating li {
    float:left;
    padding-right:3px;
    line-height:18px;
}

#Feedback_TextAreaComment {
    height:4em;
    width:100%;
    border:1px solid #809eb8; 
}

#Feedback_ButtonSubmit {
    margin-top:28px;
    float:right;
}

/* BEGIN ARCHIVE */

#archiveTabs
{
    width:940px;
    margin:0 10px 0 10px;
}

#archiveTabsList
{
    margin-left:10px;
}

#archiveTabsList li
{
    float:left;
    margin-right:37px;
}
#archiveTabsList li h2
{
    border:0;
}
#archiveTabsList li h2 a
{
    color:#C45F24;
}
#tabcontentcontainer
{
    position:relative;
    border-top:2px solid #036;
}

#broadcastsTabsContainer
{
    background:#F2F2F2 url(../img/archive_tabs_background.gif) repeat-y;
    border:10px solid #F2F2F2;
    padding-bottom:10px;
}
.broadcastsTabs
{
    float:left;
    width:360px;
}

#broadcastTabsContent
{
    float:left;
    min-height:100%;
    padding:5px;
    background-color: #FFFFFF;
}

.broadcastsTabs a
{
    display:block;
    width:350px;
    margin-bottom:5px;
    padding:2px 5px;
    text-decoration:none;
    color:#036;
}

.broadcastsTabs .archive-txt
{
    float:left;
    margin:2px 0 0 10px;
    width:278px;
}
.broadcastsTabs .archive-txt span
{
    color: #0066CC;
    text-decoration:none;
    cursor:pointer;
}
.broadcastsTabs img {margin:2px 0 3px;}

.people-lnk_over
{
    background-color: #FFFFFF;
}

.num
{
    float:left;
}

.thumb
{
    padding:6px 0;
    font-size:100%;
}

.thumb span
{
    margin-right:5px;
}

.thumb img
{
    margin:auto;
}

.thumb a
{
    float:left;
}

.thumb a .topic
{
    font-weight:bold;   
    color:#000;
}
.thumb a:hover
{
    background-color:#EAF7FD;
}

.wmvcontentitem #broadcastTabsContent{display:none;}

#nobroadcast{
	font-size:1em;
}

.informationContainer
{
    background:transparent url(../img/information_icon.png) no-repeat left center;
    padding-left:41px;
}

/* END ARCHIVE */
