/**
 * GENERIC {
 */
.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
}
 
body {
	z-index: 1;
	position: relative;
	width: 100%;

	background-color: #f0ba1f;
	
	margin: 0;
	padding: 10px 0;
	
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #555;	
}

body.large {
	font-size: 13px;
}

body.largest {
	font-size: 15px;
}

a img
{
	border: 0;
}

h1 {
	margin: 0 0 14px;
	padding: 0px;
	font-size: 155%;
}

h2 {
	margin: 0px 0 14px;
	padding: 0;
	
	line-height: 18px;
	font-size: 120%;
	color: #555555;
	font-weight: bold;
}

h3 {
	font-size: 110%;
	text-transform: uppercase;
}

h4, h5, h6 {
	color: #555555 !important;
	text-decoration: none;
	font-weight: bold;
	font-size: 100%;
	margin: 10px 0 0 0;
	line-height: 110%;
}

h2 a, h3 a, h4 a {
	text-decoration: none;
	color: inherit;
}
/**
 * } GENERIC
 */

/**
 * STANDARD LAYOUT {
 */
#page_container {
	overflow: hidden;
}

.page_section {
	position: relative;
	width: 777px;
	margin: 0 auto;
	padding: 0 19px;
	z-index: 2;
	clear: both;
}

* html .page_section {
	width: 815px;
}

#header_container {
	background-color: #fff;
	z-index: 10; /* Display search results above everything else */
}

#header_container #civil_logo {
	display: block;
	width: 200px; 
	height: 70px; 
	margin: 8px 0 -6px -4px;
	float: left;
}

#header_container #civil_logo img {
	border: 0;
}

#header_container #toolbar {
	width: 200px;
	float: right;
	margin: -7px -14px 2px 0;
	text-align: right;
	z-index: 2;
	position: relative;
}

* html #header_container #toolbar {
	margin-right: 0;
}

#header_container #toolbar, .LBtoolbar {
	width: 200px;
	float: right;
	margin: -7px -14px 2px 0;
	text-align: right;
	z-index: 2;
	position: relative;
}

* html #header_container #toolbar, .LBtoolbar {
	margin-right: 0;
}

#header_container #toolbar a, .LBtoolbar a {
	display: block;
	height: 23px;
	float: right;
	margin-left: 5px;
}

#header_container #toolbar .print, .LBtoolbar .print  {
	background: url(/.composer/images/printer.jpg);
	width: 16px;
}

#header_container #toolbar .access, .LBtoolbar .access  {
	background: url(/.composer/images/wheelchair.jpg);
	width: 23px;
}

#header_container #toolbar .access_menu, .LBtoolbar .access_menu {
	position: absolute;
	right: 0;
	width: 150px;
	top: 24px;
	z-index: 4;
	display: none;
	text-align: left;
}

#header_container #toolbar .access_menu a, .LBtoolbar .access_menu a {
	float: none;
	display: inline;
	margin-left: 0;
}

#header_container #toolbar .access_menu a.sub, .LBtoolbar .access_menu a.sub {
	margin-left: 5px;
}

.access_menu ul {
	background: url(/.composer/images/dropdown.bg.png);
	list-style: none;
	margin: 0;
	padding: 3px;
}

.access_menu li {
	padding: 0 0 0 3px;
	margin: 0;
	text-align: left;
}

.access_menu li a {
	color: inherit;
	text-decoration: none;
}

.access_menu li a:hover {
	text-decoration: underline;
}

#navigation_container {
	clear: right;
	padding-top: 28px;
	text-align: right;
	height: 27px;
}

#navigation_container #search {
	position: relative;
	float: right; 
	text-align: left;
	background: #fff url(/.composer/images/search.jpg);
	width: 135px;
	height: 18px;
	margin-top: 3px;
}

#navigation_container #search #search_query {
	position: relative;
	left: 9px;
	width: 92px;
	background: transparent;
	border: 0;
	font-size: 95%;
	top: 2px;
	color: #fff;
}

#navigation_container #search #search_execute {
	position: absolute;
	background: none;
	cursor: pointer;
	border: 0;
	padding: 0;
	margin: 0;
	top: 0;
	right: 0;
	width: 20px;
	height: 20px;
}

#navigation_container #search #search_results {
	display: none;
	position: absolute;
	width: 300px;
	top: 100%;
	right: 0;
	z-index: 6;
	overflow: hidden;
}

#search_results .cmp_search {
	background: transparent url(/.composer/images/dropdown.bg.png);
}

#search_results .cmp_search ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

#search_results .cmp_search ol li {
	margin: 0;
	padding: 0;
}

#search_results .cmp_search ol li a {
	display: block;
	padding: 2px 10px;
	text-decoration: none;
	color: #555;
}

#search_results .cmp_search ol li a:hover {
	background-color: #555;
	color: #f0ba1f;
}

#search_results .cmp_search ol h3 {
	margin: 2px 0;
	padding: 0;
	font-size: 100%;
}

#search_results .cmp_search ol .description {
	margin: 2px 0;
	padding: 0;
	text-align: justify;
	font-size: 90%;
}

#search_results .cmp_search p {
	margin: 0;
	padding: 10px;
}

#search_results .cmp_search p a {
	text-decoration: none;
	color: #555;
}

#search_results .cmp_search p a:hover {
	text-decoration: underline;
}

#navigation_container #tab_container {
	width: 410px; 
	float: right; 
	margin-right: 12px; 
	position: relative; 
	height: 100%;
}

#navigation_container #tab_container a {
	font-size: 11px;
}


#background_stripe {
	position: relative; 
	width: 100%; 
	background-color: #f5d067; 
	z-index: 1;
}

.family_start #content_container {
	height: 320px;
}

#content_container {
	background-color: #fff;
	clear: both;
	z-index: 2;
	padding-top: 8px;
	padding-bottom: 8px;
}

#content_container .banners {
	height: 253px;
	float: left;
}
#content_container #left-banners {
	width: 347px;
}
#content_container #left-banners div {
	position: relative;
	float: left;
	height: 125px;
	margin: 0px;
	padding: 0px;
}
#content_container #left-banners #start-tips_rad {
	width: 196px;
	overflow: hidden;
}
#content_container #left-banners #start-puff {
	width: 145px;
	margin-left: 6px;
	overflow: hidden;
}
#content_container #left-banners #start-pa_gang {
	width: 196px;
	overflow: hidden;
}
#content_container #left-banners #start-puff2 {
	width: 145px;
	margin-left: 6px;
	overflow: hidden;
}

#content_container #right-banners {
	width: 173px;
	float: right;
	margin-left: 15px;
}
#content_container .banners a img {
	border: 0px;
}

#content_container .dynamic {
	width: 222px;
	height: 255px;
	margin-left: 15px;
	float: left;
}

#content_container .dynamic h2 {
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
	color: #555;
}

#content_container .dynamic ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#slide_container {
	padding-top: 8px;
	background-color: #fff;
	z-index: 3;
	height: 20px;
}

#slide_container h2 {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

#slide_container h2 a,
#slide_container h4 a {
	color: #555;
}

#slide_container .calendar_container {
	padding-left: 11px;
	background: transparent url(/.composer/images/map.header.bg.gif) no-repeat left center;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

.dialog {
	width: 144px;
	background: transparent url(/.composer/images/dialog.bg.jpg) no-repeat left top;
	position: absolute;
	right: 19px; /* Margin */
	height: 270px;
	padding: 15px;
}

* html .dialog {
	height: 300px;
	width: 174px;
}

.dialog ul li.template {
	height: 0;
	line-height: 0;
	font-size: 0;
}

#slide_container .dialog h2 {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	margin: -11px 0 0 0 ;
	position: relative; z-index: 10; /* IE7 fails to display the title otherwise */
}

.diadlog h3 {
	font-size: 120%;
	font-weight: bold;
	text-transform: none;
	color: #574100;
}

.dialog h4 {
	font-size: 90%;
	font-weight: bold;
	color: #574100;
	margin: 0;
	padding: 10px 0 0 0;
}

.dialog p.time,
.dialog p.author {
	font-size: 90%;
	color: #555;
	margin: 0;
	padding: 0;
}

.dialog ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.dialog li {
	padding: 0;
	margin: 0;
}

.dialog .scrollable {
	height: 260px;
	overflow: hidden;
}

#map_container {
	background-color: #fff;
}

#map_container .calendar_container {
	margin-top: 20px;
}

.calendar_container {
	width: 167px;
	float: left;
}

.calendar_container .calendar {
	font-size: 90%;
}

.calendar_container .categories {
	margin: 16px 0;
	padding: 0;
	list-style: none;
	
	color: #574100;
	font-size: 110%;
}

.calendar_container .categories li {
	margin: 0;
	padding: 0;
}

.calendar_container .categories label {
	display: block;
	padding: 0px 0 0px 20px;
	background: url(../javascript/checkbox.png) no-repeat -0px -10px;
	line-height: 22px;
	width: 20px;
	height: 22px;
}

.calendar_container .categories input {
	/*display: none; IE does not allow this*/
}

.calendar_container .categories label.disabled {
	color: #333;
	opacity: 0.8;
}

.calendar_container .categories label#label_type_0 {
	background-position: 0px -9px;
}

.calendar_container .categories label#label_type_1 {
	background-position: 0px -45px;
}

.calendar_container .categories label#label_type_2 {
	background-position: 0px -80px;
}

.calendar_container .categories label#label_type_3 {
	background-position: 0px -115px;
}

.calendar_container .categories label#label_type_4 {
	background-position: 0px -150px;
}

.calendar_container .categories label.checked#label_type_0 {
	background-position: -40px -9px;
}

.calendar_container .categories label.checked#label_type_1 {
	background-position: -40px -45px;
}

.calendar_container .categories label.checked#label_type_2 {
	background-position: -40px -80px;
}

.calendar_container .categories label.checked#label_type_3 {
	background-position: -40px -115px;
}

.calendar_container .categories label.checked#label_type_4 {
	background-position: -40px -150px;
}

.map {
	width: 430px;
	float: left;
}

#map_container .map {
	height: 300px;
	position: relative;
}

#map_container .map #back_to_root {
	width: 53px;
	height: 56px;
	position: absolute;
	background: url(/.composer/images/map/mini_sverige.png);
	right: 10px;
	top: 234px;
	display: none;
	z-index: 5;
}

#map_menu {
	position: absolute; 
	background: #ccc;
	border: solid 1px #000; 
	display: none; 
	z-index: 10;
	padding: 6px;
}

#map_menu h2 {
	margin: 0;
	color: #574100;	
}

#map_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 90%;
}

#map_menu li {
	margin: 0;
	padding: 0;
}

#map_menu li.template {
	display: none;
}

#map_menu li a {
	color: #574100;
	text-decoration: none;
}

.map_popup h4 {
	margin: 0;
	padding: 0 0 4px 0;
	font-size: 10px;
	font-weight: bold;
}

.map_popup .category_type {
	float: left;
	border: outset 1px #000;
	background: red;
	padding: 0px 2px;
	font-size: 10px;
	margin-right: 2px;
}

.map_popup .category_type_0 {
	background: #ffff5a;
}

.map_popup .category_type_1 {
	background: #f7c329;
}

.map_popup .category_type_2 {
	background: #73db42;
}

.map_intro {
	position: absolute;
	z-index: 20;
	bottom: 5px;
	width: 100%;
}

a.map_association_pointer {
	display: block;
	position: absolute;
	width: 6px;
	height: 6px;
	border: outset 1px #000;
	background: #fff;
}

* html a.map_association_pointer {
	width: 8px;
	height: 8px;
}

a.map_association_pointer:hover {
	border: inset 1px #000;
	background: #ccc;
}
/**
 * } STANDARD LAYOUT
 */
 
/**
 * MENU TABS {
 */
#tab_container .header
{
	float: right;
	font-size: 100%;
	line-height: normal;
	bottom: 0;
	right: 0;
	position: absolute;
	margin: 0;
	padding: 0;
	width: 100%+20px;
}

#tab_container .header ul 
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#tab_container .header li 
{
	float: left;
	background: url(/.composer/images/flik-bg_r.jpg) no-repeat right top;
	margin: 0 0 0 4px;
	padding: 0;
	text-align: center;	
}

#tab_container .header li.first_active,
#tab_container .header li.first_inactive {
	margin: 0;
}

#tab_container .header a {
	display: block;
	padding: 5px 15px;
	color: #737373;
	text-decoration: none;
	font-size: 100%;
	background:url(/.composer/images/flik-bg_l.jpg) no-repeat left top;
}

#tab_container .header li.active,
#tab_container .header li.first_active {
	float: left;
	background: url(/.composer/images/flik-bg-aktiv_r.jpg) no-repeat right top;
	padding: 0;
}

#tab_container .header .active a,
#tab_container .header .first_active a {
	display: block;
	background: url(/.composer/images/flik-bg-aktiv_l.jpg) no-repeat left top;
	padding: 5px 16px;
	color: #ffffff;
	text-decoration: none;
	font-size: 100%;
}
/**
 * } MENU TABS
 */ 

.page_updated {
	color: #737373;
	font-size: 90%;
}
 
/**
 * GENERIC CALENDAR {
 */
.calendar_event h1 {
	color: #ce797b;
}

.calendar_list {
	list-style: none;
	margin: 0;
	padding: 0;
}

/*.calendar_list h4 a {
	color: #ce797b;
	text-decoration: none;
}*/
/**
 * } GENERIC CALENDAR
 */

/* Left menu first */
.left_menu ul {
	margin: 5px 0 0 13px;
	padding: 0;
	list-style: none;
}

/* Left menu second */
.left_menu ul ul {
	margin: 0 0 0 13px;
	padding: 0;
	list-style: none;
}

/* Left menu first link */
.left_menu li a {
	text-decoration: none;
	color: #555555;
	font-weight: bold;
	font-size: 110%;
}

/* Left menu second link */
.left_menu li li a {
	font-weight: normal;
	color: #737373;
	font-size: 90%;
}

/**
 * SIDE MENU {
 */
.side_menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

.side_menu h3 {
	margin: 5px 0 0 0;
	padding: 2px 0 2px 13px;

	color: #fff;
	font-family: arial;
	font-size: 120%;
	font-weight: bold;
	background-image: url('/.composer/images/Flikmeny.gif');
	background-repeat: no-repeat;
	
	cursor: pointer;
	text-transform: none;
}

.side_menu h3 a:hover {
	text-decoration: underline;
}

.side_menu .content {
	display: none;
}
/**
 * } SIDE MENU
 */

/**
 * SCROLLER {
 */
.scroll_up {
	right: 0;
	/*bottom: 6px;*/
	background: #fff url(/.composer/images/scroll.up.png);
}

.scroll_down {
	right: 0;
	/*bottom: -10px;*/
	background: #fff url(/.composer/images/scroll.down.png);
}

.scrollable .scroller {
	position: absolute;
	width: 16px;
	height: 17px;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 1000;
	cursor: pointer;
}
/**
 * } SCROLLER
 */

/**
 * DROPDOWNS {
 */
.region_link,
.map_dropdown {
	width: 190px;
	float: left;
	position: relative;
	background: transparent url(/.composer/images/dropdown.bg.gif) no-repeat left top;
	height: 19px;
	line-height: 19px;
}

.region_link {
	display: none;
	padding: 0;
	margin: 0;
	font-size: 100%;
	text-transform: uppercase;
}

.region_link a {
	padding-left: 30px;
}

.map_dropdown h4 {
	margin: 0;
	padding: 0;
	cursor: pointer;
	padding: 0 0 0 30px;
	font-size: 100%;
	text-transform: uppercase;
	height: 19px;
	line-height: 19px;
	background: transparent url(/.composer/images/dropdown.arrows.jpg) 158px -20px no-repeat;
}


.map_dropdown h4.up {
	background: transparent url(/.composer/images/dropdown.arrows.jpg) 158px 1px no-repeat;
}

* html .map_dropdown h4 {
	height: 19px;
}

.brief li, .brief li a
{
	list-style-type: none;
	text-decoration: none;
	color: #B3B3B3;
	font-size: 11px;
}

#nyroModalFull .brief
{
	display: none;
}

.map_dropdown .content {
	position: absolute;
	top: 100%;
	left: 18px;
	display: none;
	width: 146px;
	line-height: normal;
}

.map_dropdown .content.up {
	left: 30px;
}

.map_dropdown ul {
	padding: 4px 12px 0 12px;
	margin: 0;
	background: url(/.composer/images/dropdown.bg.png);	
	list-style: none;
	z-index: 1001;	
}

.map_dropdown ul li {
	display: block;
	position: relative;
	padding: 0;
	margin: 0;	
}

.map_dropdown ul li a {
	position: relative;
	display: block;
	text-decoration: none;
	color: #524100;
	padding: 0 12px;
	margin: 0 -12px;
}

.map_dropdown ul li a:hover {
	background-color: #000;
	color: #f0ba1f;
}

#link_districts,
#map_districts {
	margin-left: -18px;
}

#link_associations,
#map_associations {
	margin-left: -9px;
}

.dropdown .template {
	height: 0;
	line-height: 0;
	font-size: 0;
}

.dropdown .corner_top_right {
	background: transparent url(/.composer/images/dropdown.corner.top_right.png) 0 0 no-repeat;
}

.dropdown .corner_top_left {
	background: transparent url(/.composer/images/dropdown.corner.top_left.png) 0 0 no-repeat;
}

.dropdown .corner_bottom_right {
	background: transparent url(/.composer/images/dropdown.corner.bottom_right.png) 0 -3px no-repeat;
}

.dropdown .corner_bottom_left {
	background: transparent url(/.composer/images/dropdown.corner.bottom_left.png) 0 -3px no-repeat;
}

.dropdown .corner_container {
	margin: 0px 12px;
	background-color: transparent;
	background: url(/.composer/images/dropdown.bg.png);
}

/* IE 6 */
* html .dropdown .corner_container {
	width: 122px;
}

.dropdown .corner {
	/*opacity: .75;
	-moz-opacity: .75;
	-khtml-opacity: .75;
	filter: alpha(opacity=75);*/
}

.dropdown .top_row {
	margin-top: 0;
}

.dropdown .top_row,
.dropdown .bottom_row {
	position: relative;
	height: 9px;
	overflow: hidden;
}
/**
 * } DROPDOWNS
 */

/**
 * ROUND CORNERS {
 */
.corner {
	position: relative;
	width: 12px;
	height: 12px;
}
 
.corner_top_left {
	background: transparent url(/.composer/images/page.corner.left_top.png) no-repeat;
	float: left;
	margin-left: -12px;
}

.corner_top_right {
	background: transparent url(/.composer/images/page.corner.right_top.png) no-repeat;
	float: right;
	margin-right: -12px;
}

.corner_bottom_right {
	background: transparent url(/.composer/images/page.corner.right_bottom.png) no-repeat;
	float: right;
	margin-right: -12px;
}

.corner_bottom_left {
	background: transparent url(/.composer/images/page.corner.left_bottom.png) no-repeat;
	float: left;
	margin-left: -12px;
}

.top_row {
	z-index: 1;
	margin-top: 10px;
	background: transparent;
}

* html .top_row,
* html .bottom_row {
	background: none;
}

.corner_container {
	margin: 0 -7px;
	background: #fff;
}

* html .corner_container {
	width: 829px;
	font-size: 0;
	height: 100%;
	line-height: 0;	
}

.bottom_row {
	background: transparent;
}
/**
 * } ROUND CORNERS
 */
 
/**
* BOTTOM MENU { 
*/
.bottom_menu ul {
	float: left;
	list-style: none;
	padding: 0;
	margin: 6px 0 0 -19px;
}

.bottom_menu ul li {
	float: left;
	padding: 0 4px;
	font-weight: bold;
	background-color: #fff;
	height: 17px;
	line-height: 17px;
}

.bottom_menu ul li.first {
	background: url(/.composer/images/bottom-menu.corner.left.gif) no-repeat left center;
	width: 9px;
	padding: 0;
}

.bottom_menu ul li.last {
	background: url(/.composer/images/bottom-menu.corner.right.gif) no-repeat left center;
	width: 9px;
	padding: 0;
}
 
.bottom_menu ul a {
	text-decoration: none;
	color: #574100;
	font-size: 11px;
}
/**
* } BOTTOM MENU
*/
  
/**
* ADDRESS { 
*/
.address {
	float: right;
	margin-top: 8px;
	color: #574100;
	font-size: 11px;
	text-align: right;
}

.address a {
	text-decoration: none;
	color: #574100;
}
/**
* } ADDRESS
*/

/**
 * NEWS & BLOG {
 */
#content_container .dynamic h4 {
	font-size: 100%;
}
 
#content_container .dynamic h4 a {
	color: #555;
}

#content_container .dynamic ul li {
	border-bottom: solid 1px #c9c9c9;
}

#content_container .dynamic ul li {
	margin: 3px 0;
	font-size: 100%;
}

#content_container .dynamic ul li .summary {
	padding-bottom: 3px;
}

#content_container .dynamic ul li .summary * {
	margin: 0;
	padding: 0;
}
/**
 * NEWS & BLOG {
 */
 
#topstripe {
	position: relative; 
	clear: both;
	width: 815px;
	height: 6px;
	background-color: #e9e9e9;
	padding-left: 0;
	padding-right: 0;
}

#topstripe_left {
	float: left;
	width: 18px;
	height: 6px;
	background: transparent url(/.composer/images/topstripe_left.gif) no-repeat;
}

#topstripe_right {
	float: right;
	width: 18px;
	height: 6px;
	background: transparent url(/.composer/images/topstripe_right.gif) no-repeat;
}

.author_info {
	color: #aaa;
	height: 70px;
}

.author_info img {
	float: left;
	vertical-align: middle;
	margin-right: 5px;
}

.author_info span {
	display: table-cell;
	vertical-align: middle;
	height: 70px;
}

.name_box{
	float: left;
	width: 170px;
}

.name_box input {
	 width: 170px;
}

.email_box {
	float: right;
	width: 170px;
}

.email_box input {
	 width: 160px;
}

.email_name_container {
	width: 369px;
}

.email_name_container br {
	clear: both;
}

textarea.content {
	width: 360px;
}

.blog_comment {
	margin-bottom: 20px;
}

.blog_comment p {
	margin: 0;
}

.blog_comment .author {
	float: left;
	font-weight: bold;
}
.blog_comment .created {
	font-size: 80%;
}

.lightbox_content.riksblogg .rightcol .contentarea {
	height: 530px;
}

/**
 * Bli medlem via sms iframe {
 */

div#sms_medlem_container {
	width: auto;
	height: auto;
	overflow: visible;
}

div#sms_medlem_container iframe {
	border: 0px;
	width: 100%;
	overflow: visible;
	height: 800px;
}


.dialog h2 {
	color: #574100;
	font-size: 140%;
	font-weight: bold;
}

.dialog h4 a, .dialog a h4 {
	color: #574100;
	font-size: 100%;
	font-weight: normal;
}

.pusher
{
	width: 1px;
	height: 22px;
	float: right;
	margin: -7px -14px 2px 0;
	z-index: 1;
	position: relative;
}

/**
 * Form module {
 */
 .error {
 	color: #EE3333;
 	font-weight: bold;
 }
 
label.error
{
	color: #F00;
	margin-left: 5px;
	padding-left: 15px;
	background: url(/.composer/images/error_icon.jpg) no-repeat top left;
}
 /**
 * } Form module
 */

/**
 * Questionnaire module {
 */

.quesitonnaire.list h1 {
	margin-bottom: 0;
	line-height: 100%;
}

.quesitonnaire.list h3 {
	margin-top: 3px;
	line-height: 100%;
	text-transform: none;
	color: #aaa;
	font-size: 120%;
}

.user-stats thead
{
	text-align: left;
}

ul.lesson_list {
	list-style: decimal;
	list-style-type: decimal;
	margin-left: 0;
	padding-left: 0;
}

ul.lesson_list li {
	list-style: decimal;
	list-style-type: decimal;
	margin-left: 15px;
	padding-left: 0;
}

ul.lesson_list li h4 {
	font-size: 120%;
}

ul.lesson_list li p {
	margin: 0;
}
/**
 * } Questionnaire module
 */

.topAligned td{
	vertical-align: top;
}

