@charset "utf-8";
/* CSS Document */

.nextCourse {
	background-color: #4E0405;
	height: 367px;
	padding: 15px;
	text-align: left;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
.nextCourse p {
	padding-right: 30px;
	}
	
.nextCourseTitle {
	font-size: 18px;
	font-style: italic;
	}
	
.speakerName {
	font-size: 14px;
	font-weight: bold;
	}
	
.replayLoginBtn {
	margin-left:305px;
	top:-20px;
	#margin:-36px 0px 0px 304px;
	_margin:-33px 0px 0px 303px;
	#top:0px;
	position:relative;
	}
	
@media screen and (-webkit-min-device-pixel-ratio:0){ /* Safari Hack for Navigation */
.replayLoginBtn {
	margin-left:315px;
	top:-20px;
	position:relative;
	}
}

.registerBtn {
	margin-left: 10px;
	/*top: 5px;
	#top: 3px;
	position:relative;*/
	}
	
@media screen and (-webkit-min-device-pixel-ratio:0){ /* Safari Hack for Navigation */
.registerBtn {
	top: 6px;
	}
}
	
.timeRemaining {
	padding: 5px 10px 5px 10px;
	background-color: #A82428;
	color: #FFFFFF;
	font-weight: bold;
	display: inline;
}
.clear
{
	clear: both;
}
/*////////////////ANTHONY's CSS */
a.button
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	color: #FFF;
	display: block;
	line-height: 20px;
	height: 20px;
	width: 120px;
	background-color: #939598;
	text-decoration: none;
	text-align: center;
}
a.button:hover
{
	text-decoration:none;
}
div > object
{
	width: 450px !Important;	
}
/*//////////////// CONTROL PANEL */
.cp
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	float: left;
	width: 220px;
	height: 86px; 
	background-color: #404040;
	text-align: left;
	border-top: 2px solid #FFF;
}
.cp h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 25px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	background-color: #111111;
}
.cp ul li
{
	margin: 0px 0px 5px 0px;
}
.cp a
{
	color: #FFF;
}
/*////////////////////////////////// LINK MENU */
.linkMenu
{
	font-family: Trebuchet MS;
	display: none;
	margin: 0px 0px 5px 0px;
	border: 1px solid #666;
	background-image: url(images/icons/arrow.gif);
	background-repeat: no-repeat;
	width: 450px;
}
.linkMenu .holder
{
	border: 4px solid #D7D7D7;
}
.linkMenu h1
{
	font-size: 14px;
	background-color: #FFFDE3;
	text-align: center;
	color: #999;
	display: block;
	color: #000;
	line-height: 25px;
	height: 25px;
	margin: 5px 0px 0px 0px;
	padding: 0px 20px 0px 20px;
}
.linkMenu .border
{
	border: 1px solid #999;
	background-color: #FFF;
}
.linkMenu a
{
	font-size: 12px;
	display: block;
	line-height: 25px;
	height: 25px;
	color: #000;
	padding-left: 10px;
	padding-right: 10px;
	border-top: 2px solid #E7E7E7;
	text-decoration: none !Important;
}
.linkMenu a:hover
{
	background-color: #EDEFF4;
	text-decoration: none !Important;
}
a.callLinkMenu
{
	font-weight: bold;
	color: #000;
	display: block;
	background-color: #FFF;
	line-height: 20px;
	height: 20px;
	width: 320px;
	margin: 0px 0px 5px 0px;
	padding: 0px 5px 0px 5px;
	border: 1px solid #999;
	text-decoration: none !Important;
}
a.callLinkMenu:hover, a.callLinkMenu:active
{
	background-color: #D7D7D7;
	text-decoration: none !Important;
}
a.callLinkMenuActive
{
	font-weight: bold;
	color: #D7D7D7;
	display: block;
	background-color: #666;
	line-height: 20px;
	height: 20px;
	width: 320px;
	padding: 0px 5px 0px 5px;
	border: 1px solid #666;
	text-decoration: none !Important;
}
/*//////////////// VIDEO */
object
{
	width: 300px !Important;
	height: 192px !Important;
}
embed
{
	width: 300px !Important;
	height: 192px !Important;
}
/*//////////////// ACCOUNT LOGIN */
.act_box
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px; color:#FFFFFF;
	padding-top:5px;
	text-align:left;
	padding-left:10px;
}
.act_login_hdr
{
	margin: -5px 0px 8px -10px;
	padding:5px 0px 0px 10px;
	height:20px;
	width:210px;
	background-color:#111111;
}
.act_box .row
{
	margin: 0px 0px 5px 0px;
}
.act_box label
{
	font-size: 11px;
	float: left;
	display: block;
	width: 80px;
	margin: 2px 0px 0px 0px;
}
.act_box input
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px;
	width: 90px;
	background-color: #FFF !Important;
	border: #CCC;
}
.icon
{
	vertical-align: middle;
}	
