@charset "utf-8";
/* This CSS Document is the main stylesheet */


/*** General CSS styles ***/
body {
	background: #F7F7F7 url(../images/bg_sliver.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	
}

h1 a{
  color: #b31313;
}

h1.largeheader{
  padding: 15px 15px;
  font-size: 32px;
  color: #000;
}

.smallfont{
  font-size: 12px;
}

.bluebg{ background: #3292ff; }
.lightgreenbg{ background: #D3FDBB; }
.yellowbg{ background: #f7c442; }
.greenbg{ background: #85e579; }
.darkergreenbg {background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #8fc400 0%, #8fc400 100%) repeat scroll 0 0;}
.lightbluebg{ background: #98d7f9; }
.darkerbluebg{ background: #4481b5; }
.gradbluebg {background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #40aff8 0%, #0b84ef 100%) repeat scroll 0 0;}
.orangebg{ background: #ec8a27; }

a {	
	text-decoration: none; 
	color: #4013d7;
}
	a:hover {
		/*background: #FFC;*/
		color: #000;
	}

.borderright { border-right: 1px solid #333; }

.centertext { text-align: center; }

ol {
	list-style: decimal;	
}

ul{
  margin-left: 15px;
  list-style-type: disc;
}

table.bordered {
	border-width: 1px;
	border-spacing: 10px;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	background-color: white;
}
	table.bordered th {
		border-width: 1px;
		padding: 10px;
		border-style: solid;
		border-color: black;
		background-color: white;
		background-color: ;
		-moz-border-radius: ;
	}
	table.bordered td {
		border-width: 0px;
		padding: 10px;
		border-style: solid;
		border-color: black;
		background-color: white;
		background-color: ;
		-moz-border-radius: ;
	}

/**************************************** Main container and navigation content styles ********************************************/

.container, .navigation, .pagecontent, .footer, .leftareafull { width: 980px; }
.container { margin: 0 auto; padding: 0 10px; }

.navitem, .logobox, .searchbox, .navigation ul li {
	background: url(../images/bg_sliver.jpg) repeat-x;
	float: left;
	height: 48px;
	color: #FFF;
	font-weight: bold;
	font-size: 13px;
}

.navigation {
	background: url(../images/bg_sliver.jpg) repeat-x;
	margin: 0 auto;
	height: 48px;
	color: #FFF;
	font-weight: bold;
	font-size: 13px;	
}

.logobox {
	width: 240px;
}

.searchbox{
	border-left: #333 solid 1px;
	padding-left: 15px;
}

.textfield {
	color: #666;
	font-size: 12px;
	border: solid 1px #333;
}

.gobutton {
	width: 33px;
	height: 19px;
	font: bold small;
	background-color: #F7F7F7;
	border: solid 1px #333;
}

.navigation:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.navigation ul{
	z-index:100;
	list-style-type: none;
}
	.navigation ul li{
		border-left: #333 solid 1px;
		color: #FFFFFF;
		display: inline-block;
		line-height: 48px;
		text-align: center;
		width: 118px;
	}
		.navigation ul li a{
			display: block;
			color: white;
			text-decoration: none;
		}
			.navigation ul li a:hover, .chromestyle ul li a.selected{ 
				color: yellow;
				background: #980000;
			}

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #CCC; 
	border-bottom-width: 0;
	font: normal 12px Arial, Helvetica, sans-serif;
	line-height: 18px;
	z-index: 100;
	background: #CCC;
	width: 200px;
	visibility: hidden;
}

	.dropmenudiv a{
		background: url(../images/bg_sliver.jpg) repeat-x;
		width: auto;
		display: block;
		text-indent: 3px;
		border-bottom: 1px solid #BBB;
		padding: 10px;
		text-decoration: none;
		font-weight: bold;
		color: #FFF;
	}
	
	* html .dropmenudiv a{ /*IE only hack*/ width: 100%; }
	.dropmenudiv a:hover{
		background: #980000;
		color: yellow; 
	}

/********************************************** New home page styles ************************************************************************/
.upper {
	float: left;
	width: 980px;
	background-color:#f7f7f7;
	margin: 10px 0 0 0;
}

.upper_white {
	background-color:#fff;
	width: 100%;
	/*box-shadow:inset 0px -3px 5px 2px #ccc;*/
	border-bottom: #CCC 4px solid;
	margin: 0 auto 20px auto;
	padding: 10px 0 20px 0;
	overflow: hidden;
	
}

	.upper_white_content {
		width: 980px;
		margin: 0 auto;
		padding: 10px 0 20px 0;
		
	}
  
  .upper_white p{
    font-size: 14px;
    line-height: 18px;
  }

.computer_bg {
	/*background: url('../images/video_bgv2.jpg') 60px 70px no-repeat;*/
	width: 960px;
	min-height: 500px;
}

#showcase {	
	float:left; 
	margin: 60px 0 0 0;
	position: relative;
	z-index: 0;
}

#showcase_video{
	position: absolute;
	z-index: 50;	
	top: 100px;
	left: 200px;
	height: 233px;
	width: 400px;
}

#download_image{
	float: left;
	position: relative;
	margin: 10px 0 0 0;
	z-index: 0;		
}

#version_box{
	width: 500px;
	position: relative;
	height: 0;
	z-index: 10;
	left: 0;	
	top: 0px;
}

	#version_box p{
		font-size: 16px;
		line-height: 20px;	
	}

h1#headline {
	font-size:34px;
	color:#af0206;
	font-weight:bold;
	line-height:normal;
	margin:0;
}

h2#tagline {
	font-size:18px;
	color:#004b8e;
	font-weight:normal;
}

.socialmedia {
	float:right;
	background-color:#e6e6e6;
	padding:5px;
	text-align: center;
}

	.socialmedia img{
		float:left;
		margin:0 5px 0 0;}
	.socialmedia .last{
		margin: 0;
	}	
		
		.fb-like {
			display:block;
			width:60px;
			background-color:red;
			float:left;}
		
.languages{
	float: right;
	background: #FFC;
	border: 1px solid #000;	
	margin: 0 10px 0 0;
	padding: 10px;
}

	.languages p{
		font-size: 12px;	
		margin: 0 0 5px 0;
	}

#videoshowcase{
	margin:25px 0 0 82px;
	float:left;
	width: 388px;
	background: #000;
	
}

.explanation {
	margin: 20px 0 20px 0;
	float: right;
	width: 360px;
}
	.explanation p {
		font-size:16px;
		line-height:24px;
	}

.downloadarea_contentbox, .curriculum_contentbox{
	margin: 0;
	float: right;
}

.downloadarea_contentbox {
	padding: 10px 20px 20px 20px;
	width: 300px;
}

.curriculum_contentbox{
	padding: 10px 20px 20px 5px;
	width: 440px;
}

	.downloadarea_contentbox p, .curriculum_contentbox p {	
		font-size:14px;
		line-height:1.5em;
	}
	
	.downloadarea_contentbox ul{
		list-style-type: circle;
		margin: 0 0 0 25px;	
	}
		.downloadarea_contentbox ul li{
			line-height: 22px;
      font-size: 14px;
		}
		

#tabContainer h5 {
	color:#000;
	font-size:16px;
	font-weight:bold;
}

.tabContent {
	display:none;
}

.current {
	display:block;
}

.tabContent table tr td p, .tabContent p{
	font-size: 16px;
	line-height: 22px;
	margin: 0 0 5px 0;
}

	.tabContent h3 {
		color:#bb272b;
		font-size:18px;
		font-weight:bold;
		line-height:1.5em;
		margin: 10px 0 0 0;
		padding: 0;
	}

.curriculum_contentbox h2 {
	color:#333;
	font-size:23px;
	line-height: 30px;
	font-weight:bold;
}

.downloadarea_contentbox  h3, .curriculum_contentbox h3 {
	color:#b31313;
	font-size:24px;
	line-height: 30px;
	font-weight:bold;
}

.downloadarea_contentbox  h4, .curriculum_contentbox h4 {
	color:#000;
	font-size:16px;
	font-weight:bold;
	font-style:italic;
}

.downloadarea_contentbox a, .curriculum_contentbox a {
	font-weight:normal;
}

.button a, .button_small, .button_downloadarea a, .small_button_downloadarea a, .blue, ul#subnav li, ul#subnav_downloadarea li a, ul#subnav_downloadareafull li a, #accordionContainer .ui-accordion-header{
	background: #376d9e; /* Old browsers */
	background: -moz-linear-gradient(top,  #376d9e 0%, #114878 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#376d9e), color-stop(100%,#114878)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #376d9e 0%,#114878 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #376d9e 0%,#114878 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #376d9e 0%,#114878 100%); /* IE10+ */
	background: linear-gradient(top,  #376d9e 0%,#114878 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#376d9e', endColorstr='#114878',GradientType=0 ); /* IE6-9 */	
}

.button {
	float: right;
	margin: 0 110px 0 0;
}

.button_small a:hover, .button_downloadarea a:hover, .small_button_downloadarea a:hover, ul#subnav li:hover, .button a:hover, ul#subnav_downloadarea li a:hover, ul#subnav_downloadareafull li a:hover, #accordionContainer .ui-accordion-header:hover{
	background: #114878; /* Old browsers */
	background: -moz-linear-gradient(top,  #114878 0%, #376d9e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#114878), color-stop(100%,#376d9e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #114878 0%,#376d9e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #114878 0%,#376d9e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #114878 0%,#376d9e 100%); /* IE10+ */
	background: linear-gradient(top,  #114878 0%,#376d9e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#114878', endColorstr='#376d9e',GradientType=0 ); /* IE6-9 */
}

.button a {
	padding:15px 20px;
	line-height:40px;
	color:#fff;		
	font-weight: bold;
}

.button_downloadarea {
	margin:20px 40px;
}

.button_small{
	float: left;	
	margin: 15px 0 0 20px;
}

.small_button_downloadarea{
	float: left;	
	margin: 20px 25px 20px 35px;
}

.button_downloadarea a, .small_button_downloadarea a, .button_small a {
	font-weight:bold;
	display:block;
	padding:15px 20px;
	text-align:center;
	color:#fff;	
}

.button_downloadarea a:hover, .small_button_downloadarea a:hover, .button_small a:hover {
	color:#fff;	
}

.redbutton a, .button_red_downloadarea a {
	font-weight: bold;
	font-size:14px;
	font-weight:bold;
	display: block;
	padding: 15px 0px;
	text-align: center;
	color:#fff;	
}

.redbutton a:hover, .button_red_downloadarea a:hover{
	color:#fff;	
	background: #950205; /* Old browsers */
	background: -moz-linear-gradient(top,  #950205 0%, #bb272b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#950205), color-stop(100%,#bb272b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #950205 0%,#bb272b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #950205 0%,#bb272b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #950205 0%,#bb272b 100%); /* IE10+ */
	background: linear-gradient(top,  #950205 0%,#bb272b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#950205', endColorstr='#bb272b',GradientType=0 ); /* IE6-9 */
}

.button_red_downloadarea a{
	margin: 15px 20px;	
}

.redbutton{
	box-shadow: 0px 0px 2px 2px #696969;
	margin: 0 0 20px 0;
}


.robotc_details_box p {
	font-size: 16px;
	line-height: 24px;
}

.robotc_details_box {
	margin: 20px 0 0 0;
	width: 360px;
	float: right;
}

.robotc_details_box ul li{
	list-style-type: disc;	
	margin-left: 20px;
	line-height: 24px;
	font-size: 16px;
}

.clearfix {
	width:100%;
	clear:both;
	height:1px;
}

.subnavbar {
	margin: 15px 0;
	padding: 0 14px;
	width: 950px;
	float: left;
}

.subnavbar ul{
	text-align: center;	
}

ul#subnav li {
	list-style-type:none;
	display: inline;
	color:#fff;
	font-weight:bold;
	font-size:16px;
	text-shadow: 0px 0px 3px #111;
	padding: 13px 15px;
}

ul#subnav li a {
	color:#fff;!important
	display: block;
	line-height:46px;
	padding: 20px 20px;
}

ul#subnav li a:hover {
	background:none;
}

ul#subnav li:hover, .button a:hover{
	color:#fff;
}


.grey {
	float: left;
	width: 980px;
	border-bottom: solid 1px #000;
}

.list_container {
	width: 450px;
	height: 320px;
	margin: 0 10px 20px 20px;
	padding: 5px;
	float:left;

}

.list {
	width: 100%;
}

	.list ul{
		list-style-type:disc;
		color:#b31313;
		font-weight:bold;
		font-size: 18px;
		margin:0 0 20px ;
	}
	
	.list li {
		color:#000;
		font-size:16px;
		font-weight:normal;
		margin:5px 20px 0;
		line-height:20px;
	}

#curriculum{
	border: 1px solid #000;
	float: right;
	width: 430px;
	margin: 0 1px 20px 0;
}

.right {
	text-align:right;
}

.red, .redbutton a, .button_red_downloadarea a{
	background: #bb272b; /* Old browsers */
	background: -moz-linear-gradient(top,  #bb272b 0%, #950205 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bb272b), color-stop(100%,#950205)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #bb272b 0%,#950205 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #bb272b 0%,#950205 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #bb272b 0%,#950205 100%); /* IE10+ */
	background: linear-gradient(top,  #bb272b 0%,#950205 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb272b', endColorstr='#950205',GradientType=0 ); /* IE6-9 */
}

#supportbox ul {
	color:#fff;
	font-style:italic;
	font-size:18px;
}

	#supportbox ul li {
		color:#fffcaf;
		margin:5px 0 0 10px;
		font-size:14px;
		font-weight:bold;
		font-style:normal;
	}

#supportbox { 
	padding: 10px;
}

	#supportbox a {	
		text-decoration: none; 
		font-weight: bold;
		color: #fffcaf;	
	}

	#supportbox a:hover{
		color: #000;
		background: transparent;	
	}

.rightbox {
	margin: 0 0 20px 0;
	
}

	.rightbox ul {
		font-size:18px;
		font-style:italic;
		color:#000;
	}
	
	.rightbox ul li a{
		font-size: 14px;
		color: #af0206;
		font-weight: bold;
		font-style: normal;
		margin: 5px 0 0 0;
	}
	
	.rightbox ul li p{
		color: #fff;
		font-weight: normal;
		margin: 0;
		text-indent: 0;
	}

#subnav_downloadarea, #subnav_downloadareafull{
	float: left;
	padding: 0 15px;
}
#subnav_downloadarea{ width: 650px; }
#subnav_downloadareafull{ width: 960px; }

	ul#subnav_downloadarea li, ul#subnav_downloadareafull li {
		list-style-type: none;
		float: left;
		color: #fff;
		font-weight: bold;
		font-size: 16px;
		text-shadow: 0px 0px 3px #111;
		line-height: 46px;
		text-align: center;
		text-indent: 0;
		margin: 0;
	}
	ul#subnav_downloadarea li a, ul#subnav_downloadareafull li a {
		color: #fff;
		display: block;
		padding: 0 18px;
	}

.tabContainer{
	float: left;
	width: 690px;
}

ul.list {
	margin:15px 0;
}
	ul.list li {
		line-height:1.5em;!important
	}

.upcominglist {
	width:33%;
	float:left;
}
 
 .upcomingimg {
	width:65%;
	margin:1% 0;
	float:left;
 }
 
 .upcomingimg img {
	width: 47%;
	margin:1.5%;
	float:left;
}
	
#required {
	border: #ECECEC solid 5px;
	background-color:#ECECEC;
	padding:20px;
	width:92%;
}

h6 {
	line-height:2em;
	font-style:italic;
}


/********************************************** Page content styles - stuff that's in the middle ********************************************/

.pagecontent { 
	margin: 0pt0pt5px;
	
	width:980;
}
	.pagecontent ul li { 
		margin-left: 20px;
		list-style-type: disc; 
		list-style-position: outside;
		line-height: 18px;	
	}

.bordered {
	border: #333 solid 1px;	
}

.leftarea, .leftareafull, .leftarea_borderless, .leftarea_youtube {
	float: left; 
	display: table-cell;
	padding-right: 10px;
	overflow: hidden;
	line-height: 20px;
	
}

.leftarea {	
	width: 720px;
	border-right: solid 1px #333; 
}

  .leftarea_borderless p, .leftarea_full {
  	font-size: 16px;
  	line-height: 22px;
  }

.leftarea_borderless {	
	width: 720px;
}

  .leftarea_borderless ul li{
    padding-bottom: 5px;
  }

.leftarea_downloadarea {
	width: 680px;
	border:none;
	background-color:#fff;
	float:left;
	padding:20px;
	margin-bottom: 20px;
}

.leftarea ol {
	list-style: decimal;
	margin: 0 0 0 35px;
}

.imageborder{
	border: #999 solid 1px;	
}

.rightarea, .rightarea_topmargin{
	float: right;
	min-height: 300px;
	padding-left: 5px;
	width: 229px;
	line-height: 15px;
}

.rightarea_topmargin{
	margin: 48px 0 0 0;	
}

.featuredarea{ 	
	width: auto;
	margin: 0 0 0 15px; 
}

.yellowboxalone {
	background: #FFC;
	border: solid 1px #333;
	width: 420px;
	padding: 20px;
	margin-right: 20px;
	float: left;
}

.yellowboxaloneskinny {
	background: #FFC;
	border: solid 1px #333;
	width: 380px;
	padding: 20px;
	margin-right: 20px;
	float: left;
}

.yellowboxleft, .yellowboxright {
	background: #FFC;
	border: solid 1px #333;
	text-align: center;
	line-height: 16px;
}

.yellowboxright {
	padding: 15px 10px;
	margin: 15px 0 15px 15px;
}

.yellowboxleft {
	margin-right: 0 2px 0 0;
}

.downloadbuttonnxt, .downloadbuttonvex, .downloadbuttonrcx{
	height: 95px;
	line-height: 15px;
	text-align: left;
	font-size: 12px;
}

.downloadbuttonnxt a:hover, .downloadbuttonvex a:hover, .downloadbuttoncortex a:hover {
	color: #000;	
}

.downloadbuttonnxt {
	background: url(../images/download_robotc_nxt.jpg) no-repeat top left;
	padding: 25px 20px 20px 115px;
	width: 308px;
}
.downloadbuttonrcx {
	background: url(../images/download_robotc_rcx.jpg) no-repeat top left;
	padding: 25px 20px 20px 145px;
	width: 278px;
}
.downloadbuttonvex { 
	background: url(../images/download_robotc_vex.jpg) no-repeat top left; 
	padding: 35px 20px 20px 135px;
	width: 298px;
}

.downloadbuttoncortex { 
	background: url(../images/download_robotc_cortex.jpg) no-repeat top left; 
	padding: 30px 20px 20px 140px;
	width: 298px;
	height: 95px;
	line-height: 15px;
	font-size: 12px;
}

.downloadbuttonrvw { 
	background: url(../images/download_robot_virtual_worlds.jpg) no-repeat top left; 
	padding: 30px 20px 20px 120px;
	width: 318px;
	height: 100px;
	line-height: 15px;
}

.ostip a{
	color: #0000FF; !important;
}

.ostip a:hover span {
	display:block;
	position:absolute;
	left:200px;
	width:155px;
	height:102px;
	border:1px solid #000;
	text-align:center;
	z-index:2;
}

.tablewithborders td, .tableheader, .tableheader_blue{
	height: 29px;
	border: 1px thin #333;
	border-style: outset;
	padding: 5px;
}

.tablewithborders td a, .tableheader a, .tableheader_blue a{
	color: #00F;
}

.tablewithborders tr{
	background: #fefefe url(../images/table-cell-bg.jpg) repeat-x;
	color: #000;
}

	.tablewithborders .info{
		float: left;
		width: 70%;	
	}

	.tablewithborders .tdexpand{
		position:relative;	
	}

	.tablewithborders .details{
		display: none;	
		float: left;
		color: #666;
		font-size: 14px;
		padding-top: 5px;
	}

.tableheader {
	background: url(../images/table-header-bg.jpg);
	color: #FFF;
	font-weight: bold;
	width: auto;
}

.tableheader_blue {
	background: url(../images/table-header-blue-bg.jpg);
	color: #FFF;
	font-weight: bold;
	width: auto;
}

#specifications_box{
	float: left;
	width: 680px;
	background: #d1d1d1;	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 20px;
}

.specifications_box_item{
	float: left;
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 0 20px 10px 20px;
	width: 300px;
	height: 120px;
}

.specifications_box_table{
	width: 300px;
}

.specifications_box_table tr td{
	padding: 5px;	
	font-size: 14px;
}

#printablesbox{
	border: #f7f7f7 solid 5px;	
}



/*********************************************************** Footer area styles **************************************************************/

.footer {
	float: left;
	font-size: 12px;
	line-height: 17px;
	text-align: center;
	border-top: 1px solid #333;
	color: #999;
}

.footer a { 
	color: #980000; 
	font-weight: bold;
}
.footer a:hover { color: #000; }

/************************************************************** FONT STYLES ******************************************************************/

h1, h2, h3 { 
	font-weight: bold;
}

h1 { 
	font-size: 20px; 
	line-height: 28px;
	margin: 0 0 5px 0;
}
h2 { 
	font-size: 16px; 
	line-height: 20px;
}
h3 { 
	font-size: 14px; 
	line-height: 20px;
}
h4 {
	color:#000;
	font-size:16px;
	line-height: 20px;
	font-weight:bold;
}

.featuredfont{ font-size: 10px ; }
.postedbyfont{ font-size: 11px; line-height: 26px; }
.boldfont {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold; 
}

.redfont { color: #b31313; }
.greenfont { color: #0C0 }
.humongousfont { font-size: 24px; }
.biggerfont { 
	font-size: 18px;
	line-height: normal;
}
.redheader{
	font-size: 24px;
	line-height: 28px;
	color: #b31313;
}
.specifications_header{
	font-size: 16px;
	color: #b31313;
	font-weight: bold;
}

.levelpackbox{
	float: left;
	position: relative;
	width: 657px;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(243,243,243,1)), color-stop(51%,rgba(237,237,237,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	border: 1px solid #666;	
	margin: 10px 0;
	padding: 10px;
}

.levelpackbox .redbutton{
	float: left;
	width: 330px;	
}

.levelpackbox_left{
	float: left;
	width: 300px;
	margin: 0 20px 0 0;
}

.levelpackbox_left img{
	width: 300px;
	margin: 10px 0 0 0;
}

.levelpackbox_right{
	float: left;
	width: 335px;
	margin: 5px 0 0 0;
}

.previewinfo{
	float: left;
	position: relative;
}

.lessinfobutton{
	display: none;	
}

.moreinfo{
	display: none;	
	position: relative;
}


/**************** Tooltip styles *********************/

/* tooltip styling */
.tooltip {
	display:none;
	background:url(http://static.flowplayer.org/tools/img/tooltip/black_arrow_big.png);
	height:163px;
	padding:40px 30px 10px 30px;
	width:310px;
	font-size:11px;
	color:#fff;
}

/* a .label element inside tooltip */
.tooltip .label {
	color:yellow;
	width:35px;
}

.tooltip a {
	color:#ad4;
	font-size:11px;
	font-weight:bold;
}


/*****************Accordion Styles **********************/
#accordionContainer .ui-accordion{
}

#accordionContainer .ui-accordion-header{
	position: relative;
	z-index: 10;
	box-shadow: 0px 2px 2px 1px #696969;
}

#accordionContainer .ui-accordion-header:hover{	

}

#accordionContainer h3 a{
	font-size: 16px;
	color: #FFF !important;
	padding: 10px 20px;
	display: block;
	
}

#accordionContainer h3 a:hover{	
	background: none;
}

#accordionContainer .ui-accordion-content{
	padding: 20px;	
}

#accordionContainer .ui-accordion-content-active{
	position: relative;
	z-index: 0;
	background: #FFF;
}

.arrow-right{
	background-image: url(../images/icons/arrow-right.png) !important;
	height: 15px;
	width: 15px;
}

.arrow-down{
	background-image: url(../images/icons/arrow-down.png) !important;	
	height: 15px;
	width: 15px;
}

/*********** RVW Tutorial Styles ***********************/
.leftarea_youtube{
	width: 650px;	
}

#blackbox{
	background: #000;
	padding: 5px;	
}

#blackbox h1{
	color: #b31313;	
}

.rightarea_tutorial{
	float: right;
	width: 300px;	
	padding-left: 15px;
	border-left: solid 1px #666;
	margin: 0 0 20px 0;
}

.rightarea_tutorial h2{
	font-size: 18px;
	line-height: 20px;
	padding: 0 0 10px 0;
}

.rightarea_tutorial h3{
	font-size: 14px;
	line-height: 16px;
	padding: 0 0 10px 0;
}	

.stepnumber{
	color: #b31313;
	font-size: 24px;
	font-weight: bold;
	padding: 20px 0 5px 0;
	border-bottom: #CCC 2px solid;
	margin: 0 0 20px 0;
	line-height: 26px;	
}

.tutorialbutton{
}

.yellowbutton{
	background: #FFC;
	border: #CCC 1px solid;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 15px 0;
	color: #b31313;	
}

.purchaservw{
	float: right;
	width: 208px;	
}

/********* Slide show *****************/

.slideshow{
	margin: 20px;
	background: #000;
	float: left;
	padding: 10px;
	-webkit-box-shadow: 2px 2px 5px #000;
	-moz-box-shadow: 2px 2px 2px #000;
	box-shadow: 2px 2px 2px #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
}

.slideshow .ui-slider-horizontal {
  border: none; }
  
  .slideshow .ui-slider-horizontal .ui-slider-handle {
    margin: 6px 0 0 0;
    padding: 0;
    border: none;
    width: 80px;
    height: 16px;
    position: absolute;
    background: url(../images/handle.png); }

.slideshow #show {
  height: 300px;
  background: #000;
  padding: 5px;
  border-bottom: 0px;
  width: 500px;
  z-index: 1;
  text-align: center; }

.slideshow #content-scroll{
  width: 510px;
  overflow: hidden;
  z-index: 7; }

.slideshow #content-holder {
  position: relative;
  padding: 0 0 10px 0;
  width: 510px;
  height: 100px;
  z-index: 8; }
  
.slideshow #content-holder p{
	color: #990000;
	margin: 5px 0 0 0;
	font-size: 12px;	
}

.slideshow .content-item {
  width: 100px;
  position: relative;
  height: 80px;
  padding: 0px;
  float: left;
  z-index: 9; }
  
  .slideshow .content-item p{
	text-align: center;  
  }

.slideshow #content-slider {
  width: 430px;
  float: left;
  height: 16px;
  background: #000;
  position: relative;
  z-index: 5; }

.slideshow #slider_regulate {
  position: relative;
  width: 80px;
  height: 16px;
  float: left;
  background: #000; }

.slideshow #thumbs div, .slideshow #thumbs_2 div{
  padding: 6px;
  padding-top: 16px;
  z-index: 10; }

.slideshow #playbutton {
  position: absolute;
  background: url(../images/play_icon.png) no-repeat;
  width: 50px;
  height: 35px;
  top: 30px;
  left: 28px;
  z-index: 15; }
  
/***** Purchase page ****/

.purchase_box{
	background: url(../images/purchase/purchase_box_bg.jpg) repeat-x #fff;
	float: left;
	width: 	170px;
	min-height: 215px;
	border: 1px solid #333;
	padding: 10px 5px 5px 5px;
	margin-right: 10px;
}
	.purchase_box h2, .purchase_box h3, .purchase_box h4, .purchase_box h5, .purchase_box p{
		background: none;	
		text-align: center;
	}
	.purchase_box h2{
		font-size: 16px;
		font-weight: bold;
		padding-bottom: 5px;
	}
	.purchase_box h3{
		font-size: 20px;	
		font-weight: normal;
		padding-bottom: 10px;
	}
	.purchase_box h4{
		font-size: 16px;
		font-weight: normal;
		color: #004B8C;	
		padding-bottom: 5px;
		margin: 0;
	}
	.purchase_box h5{
		font-size: 18px;
		padding-bottom: 10px;	
	}
	.purchase_box hr{
		margin: 0 0 5px 0;
		height: 1px;
		background: #333;	
	}
	.purchase_box .redbold{
		color: #900;
		font-weight: bold;
	}	
	.purchase_box p{
		font-size: 14px;
		font-weight: bold;
		padding: 5px 0 0 0;
	}
	.purchase_box_button{
		width: 90px;
		margin: 5px auto 0 auto;	
	}
	
/***** Hangout Styles ******/
#moviescreenbg{
	width: 960px;
	background: #000;
	padding: 10px;	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

	#moviescreenbg #screen{
		float: left;
		border: 1px solid #999;
		margin: 0 20px 0 70px;
	}
	#moviescreenbg #google{
		float: left;
		width: 300px;
		margin: 50px 0 0 0;
		text-align: center;
	}
		#moviescreenbg #google p{
			color: #FFF;	
		}
		#moviescreenbg #google a:hover{
			color: #FFF;
		}
	
	.hangoutcolumn{
		float: left;
		background: #EEE;
		width: 293px;
		min-height: 400px;	
		margin: 0 20px 10px 0px;
		padding: 10px;
		text-align: center;
	}
		.calendar img{
			max-width: 195px;	
		}
	.hangoutcolumn hr {
    	background-color: #aaa;
    	border: 0 none;
    	height: 1px;
	}	
	.hangoutcolumn.last{
		margin: 0;	
	}
	
/********* Sideways Slide show *****************/

.sideways-slideshow{
	width: 720px;
	margin: 0 auto;
}

.sideways-slideshow #show {
	float: left;
	width: 540px;
	height: 300px;
	padding: 5px;
	border-bottom: 0px;
	
	z-index: 1;
	text-align: center; }

.sideways-slideshow #content-holder {
	float: left;
	width: 120px;
	padding: 0;
	z-index: 8; }
  
.sideways-slideshow #content-holder p{
	color: #000;
	margin: 5px 0 0 0;
	font-size: 12px;	
}

.sideways-slideshow .content-item {
	float: left;
	width: 120px;
	position: relative;
	clear: both;
	padding: 0px;
	z-index: 9; }
  
  .sideways-slideshow .content-item p{
	text-align: center;  
	padding: 0 0 0 16px;
  }

.sideways-slideshow #slider_regulate {
	position: relative;
	width: 80px;
	height: 16px;
	float: left; }

.sideways-slideshow #thumbs div{
	padding: 10px 0 10px 22px;
	z-index: 10; }

.sideways-slideshow #playbutton {
	position: absolute;
	background: url(../images/sideways-slideshow/play_icon.png) no-repeat;
	width: 50px;
	height: 35px;
	top: 25px;
	left: 45px;
	z-index: 15; }
	
/*************** Training page styles **************************/

#training-container{
	width: 980px;
	margin: 0 auto;
}	
	#training-container p{
		font-size: 14px;	
		line-height: 18px;
	}

#training-container ul li{
	text-align: left;
	padding: 0;	
	margin: 0;
}
#training-container .redfont {
	color: #E70022;
	font-size: 14px;
}
#training-container .greenfont{
	color: #0C0;	
}

#training-container h1{
	font-size: 22px;	
	margin: 0;
	padding: 0;
}
#training-container h2{
	font-size: 18px;	
	color: #900;
	margin: 0 0 3px 0;
}
#training-container h3{
	font-size: 14px;	
}

#training-container a:link,#training-container a:active,#training-container a:visited{
	color: #0000FF;	
}
#training-container a:hover{
	color: #000;
	text-decoration: underline;	
}

#training-container .checkedlist{
	list-style-position: outside;
	padding: 0 0 0 15px;
}

	#training-container .checkedlist li{
		list-style-type: none;
	}

#training-container ul{
	list-style: disc outside; 	
	padding: 0 0 0 25px;
}
	#training-container ul li{
		font-size: 14px;
		line-height: 18px;
	}

#training-container .smallgray{
	font-size: 12px;
	color: #999;	
}



#training-container #navigation{	
}

#training-container #content-area{
	width: 980px;
	padding: 10px 0px;	
}

#training-container #showcase-area{
	background: #EEE;
	min-height: 200px;	
	margin: 10px 0;
	padding: 10px 0;
}

#training-container #onsite-column, #training-container #online-column{
	float: left;
		
}

#training-container #onsite-column{
	padding: 0 35px 10px 0;	
	border-right: 1px solid #999;
	width: 450px;
}

#training-container #online-column{
	margin: 0 0 10px 35px;	
	width: 450px;
}

#training-container .topborder{
	margin: 20px 0 0 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #999;	
}

/**************** Slideshow styles ********************/

.vexiqslider .bx-viewport{
  border: none !important;
  background: none !important;
  box-shadow: none !important; 
}

.vexiqslider .bx-wrapper{
  margin: 0 !important;
}

.vexiqslider ul li{
  margin-left: 10px !important;
}

.vexiqslider .bx-wrapper .bx-pager, .vexiqslider .bx-wrapper .bx-controls-auto{
  right: 20px !important;
  width: auto;
  bottom: 40px;
  margin: 0;
}

/*************PLTW page styles *************************/

.headerwithimage{
  float:left;
  width: 100%;
}

.upper_white ul{
  margin-left: 35px;
  font-size: 14px;
  line-height: 18px;
}

.upper_white ol{
  margin: 0;
  font-size: 14px;
  line-height: 18px;
}

.upper_white ol li ol{
  list-style-type: lower-alpha;
}

.upper_white ul li, .upper_white ol li{
  padding-bottom: 5px;
}

.bluebox, .greenbox, .orangebox, .purplebox {
  width: 325px;
  background: #FFF;
  border: solid 1px #333;
  color: black;
  float:left;
  margin: 0 10px 10px 0;
}

.bluebox hr, .greenbox hr, .orangebox hr, .purplebox hr {
  border-top: 1px solid #fff;
}

.bluebox h2, .greenbox h2, .orangebox h2, .purplebox h2 {
  padding: 10px;
  margin: 0 0 10px 0;
}

.bluebox h2{  
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7abcff+0,60abf8+44,4096ee+100;Blue+3D+%2314 */
  background: #7abcff; /* Old browsers */
  background: -moz-linear-gradient(top,  #7abcff 0%, #60abf8 44%, #4096ee 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7abcff), color-stop(44%,#60abf8), color-stop(100%,#4096ee)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#4096ee 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#4096ee 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#4096ee 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #7abcff 0%,#60abf8 44%,#4096ee 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 ); /* IE6-9 */
}

.greenbox h2{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8fc400+0,8fc400+100;Green+Flat+%236 */
  background: #8fc400; /* Old browsers */
  background: -moz-linear-gradient(top,  #8fc400 0%, #8fc400 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8fc400), color-stop(100%,#8fc400)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #8fc400 0%,#8fc400 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #8fc400 0%,#8fc400 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #8fc400 0%,#8fc400 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #8fc400 0%,#8fc400 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fc400', endColorstr='#8fc400',GradientType=0 ); /* IE6-9 */
}

.orangebox h2{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffaf4b+0,ff920a+100;Orange+3D+%231 */
  background: #ffaf4b; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffaf4b 0%, #ff920a 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffaf4b), color-stop(100%,#ff920a)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffaf4b 0%,#ff920a 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffaf4b 0%,#ff920a 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffaf4b 0%,#ff920a 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffaf4b 0%,#ff920a 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ff920a',GradientType=0 ); /* IE6-9 */ 
}

.purplebox h2{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e570e7+0,c85ec7+47,a849a3+100;Pink+3D+%233 */
  background: #e570e7; /* Old browsers */
  background: -moz-linear-gradient(top,  #e570e7 0%, #c85ec7 47%, #a849a3 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e570e7), color-stop(47%,#c85ec7), color-stop(100%,#a849a3)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #e570e7 0%,#c85ec7 47%,#a849a3 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #e570e7 0%,#c85ec7 47%,#a849a3 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #e570e7 0%,#c85ec7 47%,#a849a3 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #e570e7 0%,#c85ec7 47%,#a849a3 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e570e7', endColorstr='#a849a3',GradientType=0 ); /* IE6-9 */
}

.centerImage {
    display: block;
    margin: 20px auto;
}
.no_bottomBorder {border-bottom: none;}

#bigText {font-size: 22px; line-height: 28px;}