/* ------------------
 styling for the tables 
   ------------------   */
table.lessons_list_head
{
	font-size: 12px;
	margin: 45px 0 0 0px;
	width: 805px;
	
	border-spacing: 8px; 
	background: url('../images/table_head_back.jpg') repeat-y;
	text-align: left;
	border-collapse: separate;
}

table.lessons_list_foot
{
	font-size: 12px;
	margin: 0px 0 0 0px;
	width: 805px;
	
	border-spacing: 8px; 
	background: url('../images/table_head_back.jpg') repeat-y;
	text-align: left;
	border-collapse: separate;
}

table.lessons_list
{
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 12px;
	line-height: 25px;
	
	margin: 0px 0 0 0px;
	width: 805px;
	
	border-spacing: 11px; 
	background: url('../images/table_body_back.jpg') repeat-y;
	text-align: center;
	border-collapse: separate;
	/* border-spacing IE6 problem:
		https://vacskamati.blogspot.com/2007/03/eliminating-cellspacing-and-cellpadding.html */
	*border-collapse: expression('separate', cellSpacing = '11px');
}

table.lessons_list td {
   letter-spacing: 1px;
}
table.lessons_list td a:link {
   color: #000000; /* titles of the columns  */
   background-color: #ffffff;
}
table.lessons_list td a:visited {
   color: #555;
   background-color: #bde8e4;
}
table.lessons_list td a:hover, table#gradient_style td a:active {
   color: #fff;
   background-color: #CCCCCC;
}
table.lessons_list td a{
	display: table;
	width: 100%;
	height: 100%;
	text-decoration: none;
	vertical-align:middle;
	padding: 0px; 
}

table.lessons_list tr
{
}
table.lessons_list td
{
	padding: 0px; 
	color: #878787;
	background: #fff;
	border: 1px solid #f2f2f2;
}

td.td_title {
	width: 280px;
	height: 100%;
}
td.td_lesson {
	height: 100%;
}
td.td_exercises {
	height: 100%;
}
td.td_corrections {
	height: 100%;
}
td.td_podcast {
	height: 100%;
}

.td_unit_text
{
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 11px;
	text-align: left;
	padding: 0 0 0 5px;
	color: #878787;
}
.td_unit_num_text
{
	position: relative;	
	float: left;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 26px;
	font-weight:bold;
	top: -5px;
	right: -3px;
	margin: 0px;
	width: 35px;
	text-align: right;	
	color: #878787;
}
.td_unit_title_text
{
	position: relative;	
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 16px;
	text-align: left;
	top: -10px;
	left: 15px;
	color: #878787;
}
