body
{
	background-color: Black;
	padding: 0px;
	margin: 0px;
	font-family: verdana, arial, helvetica;
	color: White;
}

:focus
{
	outline: none;
}

a, a:visited, a:active
{
	color: #FFF;
	text-decoration: none;
}

a:hover
{
	color: #F90;
	text-decoration: underline;
}

.colouredText
{
	color: #F90;
}

#container
{
	background: #000;
	width: 960px;
	margin: 0 auto;
}

/* Header/Footer Elements 
------------------------------------------------------------*/

#branding
{
	background: url( '/flashsupport/images/header/branding.png' ) no-repeat center top;
	height: 69px;
	clear: both;
}

#logo_big
{
	width: 320px;
	height: 45px;
	display: block;
	float: left;
	margin-top: 14px;
	text-indent: -999em;
}
#logo_small
{
	width: 95px;
	height: 45px;
	display: block;
	float: right;
	margin-top: 14px;
	text-indent: -999em;
}

#trainingCenterHeading
{
	width: 195px;
	height: 40px;
	display: block;
	margin-left: 300px;
	float: right;
	text-indent: -999em;
}

#TabImageContainer
{
	float: left;
	margin-top: 22px;
	margin-right: 6px;
}

#TabHeaderText
{
	color: #F90;
	font-size: 18px;
	margin-top: 25px;
	float: left;
	width: 320px;
}

#Footer
{
	font-size:12px;
	color: #7a7a7a;
	padding:10px 38px 0px 38px;
}

/* Content Container
------------------------------------------------------------*/

#contentContainerTop
{
	background: url( '/trainingcentre/assets/images/BorderTop.jpg' ) no-repeat center top;
	height: 70px;
	clear: both;
	padding-left: 28px;
}

#contentContainerLeft
{
	background: url( '/trainingcentre/assets/images/BorderLeft.jpg' ) no-repeat center top;
	width: 17px;
	height: 568px;
	float: left;
}

#contentContainer
{
	width: 925px;
	height: 568px;
	float: left;
	vertical-align: middle;
	clear: none;
}

#contentContainerRight
{
	background: url( '/trainingcentre/assets/images/BorderRight.jpg' ) no-repeat center top;
	width: 18px;
	height: 568px;
	float: left;
}

#contentContainerBottom
{
	background: url( '/trainingcentre/assets/images/BorderBottom.jpg' ) no-repeat center top;
	height: 24px;
	clear: both;
}

/* Main menu
------------------------------------------------------------*/

.salutationText
{
	font-size:16px;
}

.salutationTextHeader
{
	font-size:24px;
}

.menuContainer
{
	padding: 10px 20px 10px 20px;
}

#menuContent
{
	height: 395px;
	margin: 1px 50px 20px 50px;
	padding-right: 20px;
	overflow: auto;
	scrollbar-base-color: #232323;
	scrollbar-arrow-color: #f90;
}

#menuNotes
{
	color: #7a7a7a;
}

.mainMenuTitle
{
	color: #F90;
	font-size: 14px;
	border-bottom: 1pt solid #33342e;
	padding: 20px 3px 3px 3px;
}

.mainMenuDescription
{
	font-size: 12px;
	padding: 3px 3px 10px 3px;
}

.mainMenuVideo
{
	padding: 3px 3px 3px 40px;
	font-size: 12px;
}

.bulletImage
{
	margin-right: 7px;
}

/* Video Display Page
------------------------------------------------------------*/

.videoContainer
{
	padding-left: 15px;
}

#videoPlayerContainer
{
	width: 893px;
	height: 520px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	border: solid #414141 1px;
}

#videoLinks
{
	font-size: 13px;
	height: 30px;
	padding-top: 8px;
}

#videoLinkHeader
{
	padding-top: 3px;
	color: #7a7a7a;
	float: left;
	width: 150px;
}

#videoLinkSeparator
{
	width: 1px;
	height:22px;
	background-color: black;
	position: relative;
	left: 1px;
	float: left;
}

#videoDisplayNavigation
{
	float: left;
	width: 700px;
}

.videoLink
{
	height: 20px;
	padding: 15px 5px 5px 5px;
}

.videoLinkSelected
{
	color: #f90;
	height: 20px;
	padding: 15px 5px 5px 5px;
}

.videoLinkSeparator
{
	vertical-align: middle;
}

#videoLinkHome
{
	float: right;
	margin-right: 15px;
	margin-top: 3px;
}

