/*	

	Less+ by Jimmy Rosén, http://www.angrycreative.se/projekt/less-framework
	Based on Less Framework 4 by Joni Korpi, http://lessframework.com
	
*/

/*		Desktop layout: 992px. 
		Gutters: 24px.
		Outer margins: 48px.
		Leftover space for scrollbars @1024px: 32px.
-------------------------------------------------------------------------------
cols    1     2      3      4      5      6      7      8      9      10
px      68    160    252    344    436    528    620    712    804    896    */


	
body
 {
  width: 320px;
   background-color: yellow;
  background-color: #6D77A6;
 
}

.button_desp br
{
	display: none;
}

ul
{
	list-style-type:none;
	margin: 0px;
	padding: 0px;
	vertical-align: text-top;
	
}


ul a
{
	display: block;
	background-color: #FFF;
	height: 100px;
	margin: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

ul a:link {text-decoration:none; } 
ul a:visited { text-decoration:none; } 
ul a:hover { background: #888; text-decoration:none; } 
ul a:active { text-decoration:none; } 

ul li p
{
	display: block;
	line-height: 130%;
}

.margin_correction
{
	margin-top: -10px;
}

.nested_table
{
	display: table;
	width: 100%;
	height: 100%;
}

#main 
{
  background-color: #FFF;
  height: auto;
  width: 100%;
  display: table;
  margin: 0 auto;
  border-style:solid;
  border-width:2px;
  border-left-color:#FFF;
  border-right-color:#FFF;
  border-bottom-color:#FFF;
}

#header 
{
  width: 100%;
  height: auto;
  display: table-row;
}

#header_line
{
  width: 100%;
  height: 10px;
  display: block;
  background-color: #000;
}

#header_logo
{
  display: block;
  	height: 43px;
	background-color: #6D77A6;
	background-image:url("../img/logo_small.jpg") ;
	background-repeat: no-repeat;
 
}

#header_heading
{

  width: 100%;
   display: block;
    height: 18px;
	background-image:url("../img/header_help_320.jpg");
	background-repeat: no-repeat;
	
	
}


#content 
{
 display: table-row;
  width: 100%;
  height: 100%;
  autoflow: visible;

   	background: #bdcee7; /* Old browsers */
	background: -moz-linear-gradient(top, #bdcee7 1%, #6d77a6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#bdcee7), color-stop(100%,#6d77a6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #bdcee7 1%,#6d77a6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #bdcee7 1%,#6d77a6 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #bdcee7 1%,#6d77a6 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdcee7', endColorstr='#6d77a6',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #bdcee7 1%,#6d77a6 100%); /* W3C */
}

#media
{
	display: block;
	width:300px;
	height: 96%;
	margin: 0 auto;
	margin-top: 2%;
	margin-bottom: 2%;
	background-color: #FFF;
	border-radius: 5px 5px 5px 5px;
	background-image:url("../img/icon_video.jpg") ;
	background-repeat: no-repeat;
	background-position: 2% 10px;
	
}

#media_heading
{
	display: block;
	width: 200px;
	font-size: 90%;
	font-weight: bold;
	margin: 0 auto;
	margin-top: 10px;
	padding-top: 10px;
	vertical-align: bottom;
	padding-left: 10px;
	
}

#media_user
{
	width: 200px;
	font-size: 12px;
	font-weight: bold;
	margin: 0 auto;
	padding-bottom: 10px;
	padding-left: 11px;
	line-height: 12px;
	
}

#media_user_t, #media_user_s
{
	width: 200px;
	color: blue;
	font-size: 12px;
	font-weight: bold;
	margin: 0 auto;
	padding-bottom: 10px;
	padding-left: 11px;
	
	
}

#media_container
{
	width: 300px;
	height: auto;
	margin: 0 auto;
}

video 
{
	max-width: 100%;
	height: auto;
	margin: 0px auto;
	border:1px solid #CCC;
	border-radius:5px;
}

#media_desp
{
	display: block;

	width: 300px;
	margin: 0 auto;
	padding-top: 10px;
	font-size: 12px;
	line-height: 130%;
}

#media_desp span
{
	font-weight: bold;
}

#media_back
{
	width: 48px;
	height: 48px;
	margin: 0 auto;
}

#guides
{
	display: block;
	width: 90%;
	height: auto;
	margin: 0 auto;
	margin-top: 20px;
	background-color: transparent;

}

#guides_heading
{
	background-color:#333;
	padding: 5px;
	padding-left: 10px;
	border-radius: 5px 5px 0px 0px;
	font-size: 14px;
	font-weight: bold;
	background: #deded6; /* Old browsers */
	background: -moz-linear-gradient(top, #deded6 0%, #ccccb3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#deded6), color-stop(100%,#ccccb3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #deded6 0%,#ccccb3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #deded6 0%,#ccccb3 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #deded6 0%,#ccccb3 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#deded6', endColorstr='#ccccb3',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #deded6 0%, #ccccb3 100%); /* W3C */

	
}

#guides_content
{
	background-color: #FFF;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 10px;
	font-size: 12px;
}

#guides_content p
{
	line-height: 16px;
}

#guides_footer
{
	border-radius: 0px 0px 5px 5px;
	height: 20px;
	background-color: #DDD;
	margin-bottom: 0px;
	
}

#g_heading
{
	font-weight: bold;
	
}

#g_desp
{
	font-weight: normal;
	
}

.g_link_blue a, .g_link_green a
{
	font-weight: bold;
}

.g_link_blue a:link { color:blue; text-decoration:none; } 
.g_link_blue a:visited { color:blue; text-decoration:none; } 
.g_link_blue a:link:hover { color:blue; text-decoration:underline; } 
.g_link_blue a:link:active { color:blue; text-decoration:underline; } 

.g_link_green a:link { color:green; text-decoration:none; } 
.g_link_green a:visited { color:green; text-decoration:none; } 
.g_link_green a:link:hover { color:green; text-decoration:underline; } 
.g_link_green a:link:active { color:green; text-decoration:underline; } 

#tutorials
{
	display: block;
	width: 90%;
	height: auto;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 10px;
	background-color: transparent;
	

}

#tutorials_heading
{
	display: block;
	background-color:#333;
	padding: 5px;
	padding-left: 10px;
	border-radius: 5px 5px 0px 0px;
	font-size: 14px;
	font-weight: bold;
	background: #deded6; /* Old browsers */
	background: -moz-linear-gradient(top, #deded6 0%, #ccccb3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#deded6), color-stop(100%,#ccccb3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #deded6 0%,#ccccb3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #deded6 0%,#ccccb3 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #deded6 0%,#ccccb3 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#deded6', endColorstr='#ccccb3',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #deded6 0%, #ccccb3 100%); /* W3C */
	
}

#tutorials_content
{
	display: block;
	font-size: 12px;
	padding-bottom: 0px;
	
	
	
}

#register
{
	
	background-color: #FFF;
	padding-top: 10px;

}

#r_heading
{
	width: 100%
	display: block;
	background-color: #CCC;
	margin: 0 auto;
	margin-left: 10px;
	margin-right: 10px;
	padding: 5px;
	font-weight: bold;
	font-size: 14px;
}

#r_cell_1
{
	width: 100%;
	background-color: #FFF;
}

#r_cell_2
{
	
	width: 100%;
	background-color: #FFF;
}

#program_content
{
	clear: both;
	display: block;
	background-color: #FFF;
	padding-top: 0px;
	
}

#pc_heading
{
	width: 100%
	display: block;
	background-color: #CCC;
	margin: 0 auto;
	margin-left: 10px;
	margin-right: 10px;
	padding: 5px;
	font-weight: bold;
	font-size: 14px;
}

#pc_cell_1
{
	width: 100%;
	background-color: #FFF;
}

#pc_cell_2
{

	width: 100%;
	background-color: #FFF;
	
}

#tutorials_footer
{
	clear: both;
	display: block;
	height: 20px;
	border-radius: 0px 0px 5px 5px;
	background: #DDD;
	margin-bottom: 0px;
	
	
	
}


.video_img
{
	display: table-cell;
}

.video_text
{
	display: table-cell;
}

.button_img
{
	float: left;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;


}

.button_heading
{
	padding-top: 10px;
	color: blue;
	font-weight: bold;

}

.button_heading_student
{
	padding-top: 10px;
	color: green;
	font-weight: bold;

}



.button_desp
{
	
	color: #AEAEAE;
	font-weight: bold;
}





#footer {
	
  width: 100%;
  height: auto;
  display: table-row;
   display: none;
  background-color: #FFF;

}

#footer_cell_1
{
	width: 100%;
	height: auto;
	display: block;
	vertical-align:middle;
	text-align: center;

	
}

#footer_cell_2
{
	width: 100%;
	height: auto;
	display: block;
	text-align: center;
	font-size: 10px;
	vertical-align:middle;
	text-align: center;

}


#footer_copyright
{
	display: block;
	float: middle;
	width: 100%;
	height: auto;
	vertical-align:middle;
	color: #8D99BF;
}

#footer_cell_3
{
	width: 100%;
	height: auto;
	display: block;
	vertical-align:middle;
	text-align: center;

}


#footer2 
{
	display: block;
	width: 100%;	
	background-color: #FFF;

}

#footer2_cell_1
{
	width: 100%;
	height: auto;
	display: block;
	vertical-align:middle;
	text-align: center;
	font-size: 10px;
	margin: 0 auto;


	
}

#footer2_cell_2
{
	float: left;
	width: 50%;
	height: auto;
	display: block;
	text-align: left;
	font-size: 10px;
	vertical-align:middle;

}

#footer2_cell_3
{
	float: left;
	width: 50%;
	height: auto;
	display: block;
	text-align: right;
	vertical-align:middle;

}
