﻿.contentSelected
{
	font-weight: bold;
}

ul.helpTopics
{
	margin:0;
	padding:0 0 0 20px;
}

ul.helpTopics li
{
	line-height:1.5em;
	margin:5px 0;
}

ul.movieLinks
{ 
	margin:0;
	padding:0;
    list-style-type:none; 
}
ul.movieLinks li 
{ 
   margin: 0;
  padding-left:18px; 
  background: url(img/movie16.gif) no-repeat 0 center; 
}

/* Main ones */
div#helpMain, div#helpContent
{
	font: 10pt Arial, Tahoma, sans-serif;	
	color: Black;
}

div#helpMain a, div#helpContent a
{
	text-decoration: underline;
	color:black;
}
div#helpMain a:hover, div#helpContent a:hover
{
	text-decoration: none;
}

div.helpContentTitle {font-size:large; margin:5px 0 10px 0;}

div#helpContent
{
	position: absolute;
	left:0;
	width: 200px;
	margin: 2px 0 0 2px;
	border: solid 1px black;
	padding: 10px;
	background: #F7F7F7 url(img/contentGrayBg.gif) repeat-y 0 0;
}
.sectionTitle
{
	text-transform: uppercase;
	background: transparent url(img/help/topicTitleBg.gif) repeat-x 0 center;
	font-size:16pt;
	font-weight:bold;
	line-height: 30pt;
	padding:0 0 0 1em;
	clear:both;
	margin:0;
}
a.helpTopic, a.helpTopic:hover
{
	display:block;
	font-size:10pt;
	height:16px;
	margin:0;
	padding:4px 0 4px 30px;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
}
a.helpTopic
{
	background: transparent url(img/help/helpTopicBullet.gif) no-repeat 0 0;
}

a.helpTopic:hover
{
	background-position: 0 -24px;
	color: #CBD753;
}
a.helpMovieThumb, a.helpMovieThumb:hover
{
	display:block;
	width:120px;
	background: transparent url(img/help/Video120.png) no-repeat 0 0;
	padding: 120px 0 0 0;
	text-align:center;
	text-decoration:none;
	
}
a.helpMovieThumb:hover
{
	background-position: -118px 0;
	color: #CBD753;
}
ul#movieThumbs
{
	padding:0;
	margin:0;
	list-style-type:none;
}
ul#movieThumbs li
{
	display:block;
	float:left;
	padding:10px;
}
a.homeButton, a.homeButton:hover
{
	display:block;
	width:24px;
	height:24px;
	text-decoration:none;
	position:absolute;
	left:185px;
	top:10px;
}
a.homeButton
{
	background: transparent url(img/help/home24.gif) no-repeat 0 0;
}
a.homeButton:hover
{
	background-position: 0 -24px;
}