@charset "UTF-8";
/*  tab = 4 spaces
@version: $Id: activity_styles.css 12477 2013-10-15 21:25:14Z daniel.cipoletti@nbcuni.com $
----suggested viewing width-------------------------------------------------
*/
/*MOVED FROM NBCLEARN.CSS*/
.module_head h2 {
     color: #444444;
     float: left;
     font-family: "Trebuchet MS",sans-serif;
     font-size: 19px;
}
h1, h2, h3, h4, h5, h6 {
	font-size:1em;
    font-weight: bold;
}
#right img {
    -moz-user-select: none;
    max-width: 100%;
}
.image_items_list2 {
    margin-left: -16px;
}
.win-ie7 .image_items_list2{
	margin-top:10px;
	margin-left:20px;
}
.win-ie7 .category_title h2{
	width:315px;	
}
span.info {
    color: #000000;
    margin-left: 5px;
    position: absolute;
    width: 95px;
}
ul, ol {
    list-style: none outside none;
}
p.MsoNormal, .MsoListParagraphCxSpFirst span, .copy p, .image_items_list2 li
{
	margin:0;
}
.MsoListParagraphCxSpFirst
{
	margin:0 0 0 .25in;
}

/*NEW STYLES*/
img
{
	max-width:100%;
	-moz-user-select: none;
 	-webkit-user-select: none;
 	-webkit-user-drag: none;
}
#container
{
	height:100%;
	width:100%;
	min-width:900px;
	position:relative;
}
/** Left side Navigation **/
#left
{
	height:100%;
	width:100%;
	margin-right:-495px;
	float:left;
}
	#left #left_content
	{
		padding-right:405px;
		position:relative;
	}
		#left #left_content .blue_leftcap
		{
			height:132px;
			width:11px;
			margin:-130px 0 0 0;
			z-index:-1;
			position:absolute;
		}
		#left #left_content .blue_middle
		{
			height:132px;
			float:left;
			right:355px;
			left:11px;
			position:absolute;
			background-repeat:repeat-x;
			margin:-130px 0 0 0;
			z-index:-1;
			position:absolute;
		}
		#left #left_content .blue_rightcap
		{
			height:132px;
			width:2px;
			float:left;
			position:absolute;
			right:355px;
			margin:-130px 0 0 0;
			z-index:-1;
			position:absolute;
		}
.copy
{
	padding:0 30px 20px 30px;
	z-index:2;
	margin-top:-75px;
	position:relative;
}

/** Right side Navigation **/
#right
{
	float:left;
	margin:2px 0 0 150px;
}
/** Titles for Right Modules **/
.category
{
	position:relative;
	padding-bottom:30px;
}
	.category_title
	{
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:20px;
		font-weight:bold;
		color:#434343;
		position:absolute;
		margin-top:-5px;
		background:url('../images/lesson/blue_medium_module.jpg');
		z-index:-1;
	}
	.category_description
	{
		width:343px;
		margin:-90px 0 0 0;
	}
/** Teacher Resources **/
	 .teacher_button
	{
		height:40px;
		width:300px;
		padding:0 0 0 20px;
	}
		.teacher_button img
		{
			float:left;
		}
		.teacher_button .teacher_button_title
		{
			height:40px;
			width:270px;
			position:absolute;
			padding:10px 0 0 60px;
			font-size:12px;
		}
		.teacher_button #teacher_button_pdf
		{
			padding:15px 0 0 60px;
		}
/** changes to the existing css **/

.controls
{
	float:left;
	clear:both;
	height:30px;
	padding-top:20px;
	padding-left:60px;
	position:relative;
	font-size:12px;
}
.controls .description
{
	margin:0 0 0 80px;
}
.controls .title
{
	margin:-60px 0 0 60px;
	font-weight:bold;
}
.related a,.controls a
{
	color:#333;
}
.related .thumbnail,.controls .thumbnail
{
	height:60px;
}
.related .title
{
	margin:-45px 0 0 80px;
	font-weight:bold;
}
.related .description {
    margin: 0 0 0 80px;
}
.category_title h2
{
	margin-top:3px;
}
.view_thumb .item
{
	height:145px;
}
/** imported from nbclearn.css **/
.module_head 
{
    height: 120px;
    padding-bottom: 0;
    padding-left: 11px;
    padding-right: 11px;
    padding-top: 6px;
    position: relative;
}
.related
{
	height:100%;
	width:300px;
	padding-top:8px;
	padding-bottom:10px;
	position:relative;
	border-top:1px dotted #b9b9b9;
	font-size:12px;
	float:left;
}

/** new **/
.save_lesson_button
{
	margin:-20px 0 0 45px;
	font-weight:bold;
}

/* end of file
 * $Id: activity_styles.css 12477 2013-10-15 21:25:14Z daniel.cipoletti@nbcuni.com $
 */