
/* GENERAL STYLES */
body {
	padding: 0px;
	margin: 0px;
	border: 0px none;
	background-color: #fff;
	border-top: 8px solid #003366;
}

div#top-line {
	z-index: 99;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 8px;
	background-color: #003366;
}

body, td {
	font: 13px Georgia, Times, Times New Roman, serif;
	line-height: 20px;
	color: #222;
}

form {
	display: inline;
}

h1, h2.course-title {
	font-size: 26px;
	line-height: 26px;
	font-weight: normal;
	color: #003366;
	width: 515px;
}

h1.chapter-title {
	font-size: 22px;
	line-height: 22px;
	font-weight: normal;
	color: #222;
	width: 515px;
}

h2, h3 {
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	color: #222;
}

h2.siteblog-title {
	margin-bottom: 0px;
	padding-bottom: 5px;
}

h2.siteblog-title a {
	font-size: 18px !important;
}

div#intro h3 {
	font-size: 26px;
	line-height: 26px;
	margin-top: 10px;
}

div#intro h4 {
	font-size: 15px;
	line-height: 15px;
}

div#intro h3 a {
	color: #003366;
	font-size: 26px !important;
	line-height: 26px;
	border: 1px solid #003366;
	padding: 20px;
}

div#intro h3 a:hover {
	background-color: #959595;
	color: #fff;
	font-size: 26px !important;
	line-height: 26px;
	border: 1px solid #959595;
	padding: 20px;
}

div#intro h3 span {
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	display: block;
	padding-top: 28px;
	padding-left: 8px;
}

a {
	color: #003366;
	/*padding: 1px;*/
}

a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #003366;
}

	a.normal {
		text-decoration: none;
	}

	a.normal:hover {
		background-color: transparent;
	}

	h1 a, h2 a, h3 a, h1 span, h2.course-title a, h2.course-title span {
		font-size: 12px !important;
		font-weight: normal !important;
	}

	h2.underlined {
		border-bottom: 1px solid #222;
	}

span.red {
	color: #a00;
}

span.normal {
	font-weight: normal;
}

span.notice {
	font-weight: bold;
}

small {
	font-size: 11px;
}

hr {
	border: 0px none;
	border-bottom: 1px solid #003366;
}

hr.half {
	width: 50%;
	text-align: left;
	margin-left: 0;
	margin-right: auto;
}

.invalid {
	font-weight: bold;
}

img {
	border: 0px none;
}

span.separator {
	color: #003366;
	padding-left: 3px;
}

p.right {
	text-align: right;
}

.odd {
	/*background-color: #eee;*/
}

p.sample-course {
	margin-top: -20px;
	padding-top: 0px;
	color: #777;
}

p.journal-course {
	margin-top: -10px;
	padding-top: 0px;
	color: #777;
}

p.journal-comment {
	color: #777;
}

p.journal-entry-body strong {
	font-size: larger;
	font-weight: normal;
}

div.journal-summary {
	border: 1px solid transparent;
	border-top: 1px solid #eed;
}

div.journal-new {
	border: 1px solid transparent;
	border-top: 1px solid #eed;
	background-color: #ffe;
}

div.journal-unread h2 {
	font-weight: bold;
}

img.data {
	border: 1px solid #eee;
}

div#loading {
	display: none;
	position: absolute;
	z-index: 99;
	top: 0px;
	left: 0px;
	padding: 5px 3px 3px 25px;
	background-color: #ffe !important;
	background-image: url(/inc/html/learningforgrownups/pix/loading-ffc.gif) !important;
	background-repeat: no-repeat !important;
	background-position: 2% 50% !important;
	width: 50px;
}

/* LAYOUT */

div#header-container {
	width: 100%;
	height: 125px;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	background-color: #fff;
}

	div#header {
		width: 770px;
		border: 0px none;
		/*clear: both;*/
		padding: 0px;
		margin: 0px;
		margin: auto;
	}

		div#header h2 {
			font-size: 26px;
			line-height: 26px;
			margin: 0px;
			margin-top: 5px;
			margin-bottom: 5px;
			padding: 0px;
			float: left;
		}

		div#header h2.company-name {
			margin-top: 35px;
		}

div#container {
	width: 100%;
	padding: 0px;
	margin: 0px;
	border: 0px none;
	background-color: #fff;
	clear: both;
}

	div#body {
		width: 770px;
		clear: both;
		padding: 0px;
		padding-top: 0px;
		margin-left: auto;
		margin-right: auto;
		border: 0px none;
		background: #fff;
		border: 1px solid #959595;
		margin-top: -1px;
	}

		div#intro {
			text-align: center;
			margin-top: 0px;
			padding-top: 5px;
		}

			div#intro h4 {
				margin-bottom: 0px;
			}

		div#main {
			clear: both;
			padding-left: 10px;
			padding-right: 10px;
			padding-top: 5px;
		}

			div#main a {
				padding: 1px;
				padding-bottom: 0px;
			}

div#footer-container {
	clear: both;
	width: 100%;
	height: 125px;
}

	div#footer {
		width: 750px;
		border: 0px none;
		padding: 20px 0px 20px 20px;
		margin: auto;
		margin-top: 2px;
		color: #fff;
		text-align: left;
		background: #003366;
		border: 1px solid #003366;
		
	}

		div#footer a {
			color: #fff;
			padding: 1px;
			padding-bottom: 0px;
		}
	
		div#footer a:hover {
			text-decoration: none;
			background: #fff;
			color: #003366;
		}

/* LOGIN BOX */

div#login-container {
	margin: 0px;
	padding: 0px;
	border: 0px none;
	margin-left: auto;
	margin-right: auto;
	width: 770px;
}

div#login {
	position: absolute;
	z-index: 5;
	float: right;
	width: 300px;
	padding: 0px 10px 5px 10px;
	background: #eee;
	opacity: 0.9;
	margin-top: -80px;
	margin-left: 450px;
}

	div#login a {
		color: #003366;
		padding: 1px;
		padding-bottom: 0px;
	}

	div#login a:hover {
		text-decoration: none;
		color: #eee;
		background-color: #003366;
	}

	div#login td {
		color: #222;
		text-align: right;
	}

	div#login form {
		display: inline;
	}

	div#login table {
		border: 0px none;
		width: 100%;
	}

	div#login hr {
		border: 0px none;
		height: 0px;
		margin: 0px;
		padding: 0px;
		padding-bottom: 5px;
		border-bottom: 1px solid #222;
	}

	div#login hr.hidden {
		border-bottom: 1px solid #eee;
	}

	div#username-value, div#account-type {
		font-weight: bold;
		display: inline;
	}

/* SEARCH AND MENU */

div#search-hidden {
	float: right;
	margin-top: 40px;
	margin-bottom: 10px;
	padding: 10px;
	height: 25px;
	width: 300px;
}

div#search-box {
	float: right;
	margin-top: 50px;
	background-color: #eee;
	padding: 10px;
}

	div#search-box input {
		border: 1px solid #959595;
		padding: 5px;
		margin: 0px;
		color: #959595;
		font-size: 11px;
	}

	div#search-box input.search-submit {
		border: 1px solid #959595;
		background: #959595;
		color: #fff;
		padding: 4px 10px 4px 10px;
	}

div#user-menu {
	clear: both;
	margin: 0px;
	padding: 0px;
	border: 0px none;
	margin-left: -1px;
	padding-bottom: 29px;
	border-bottom: 1px solid #959595;
}

	div#user-menu a {
		display: block;
		float: left;
		color: #fff;
		background-color: #959595;
		text-decoration: none;
		font-weight: normal;
		width: 84px;
		text-align: center;
		margin: 0px;
		/*margin-right: 1px;*/
		padding: 7px 0px 9px 0px;
		border: 0px none;
		margin-right: 1px;
	}

	div#user-menu a:hover {
		background-color: #757575;
	}

	div#user-menu a.active {
		color: #003366;
		background-color: #fff;
		border: 1px solid #959595;
		border-bottom: 1px solid #fff;
		margin-right: 1px;
	}

/* SIDEBARS */

div#center {
	text-align: center;
}

	div#index-left {
		text-align: left;
		width: 30%;
		float: left;
		margin-right: 3%;
		/*background: url(/inc/html/learningforgrownups/pix/bg-cols.png);
		background-repeat: repeat-x;*/
		padding-left: 8px;
		min-height: 173px;
	}

	div#index-centre {
		text-align: left;
		width: 30%;
		float: left;
		margin-right: 3%;
		/*background: url(/inc/html/learningforgrownups/pix/bg-cols.png);
		background-repeat: repeat-x;*/
		padding-left: 8px;
		min-height: 173px;
	}

	div#index-right {
		text-align: left;
		width: 30%;
		float: left;
		/*background: url(/inc/html/learningforgrownups/pix/bg-cols.png);
		background-repeat: repeat-x;*/
		padding-left: 8px;
		min-height: 173px;
	}

	div#main-left {
		text-align: left;
		width: 47%;
		float: left;
		margin-right: 9px;
		/*background: url(/inc/html/learningforgrownups/pix/bg-cols.png);
		background-repeat: repeat-x;*/
		padding-left: 8px;
		min-height: 173px;
	}

	div#main-right {
		text-align: left;
		width: 47%;
		float: left;
		margin-left: 9px;
		/*background: url(/inc/html/learningforgrownups/pix/bg-cols.png);
		background-repeat: repeat-x;*/
		padding-left: 8px;
		min-height: 173px;
	}

	div#large-left {
		text-align: left;
		width: 53%;
		float: left;
		margin-right: 2px;
		/*background: url(/inc/html/learningforgrownups/pix/bg-cols.png);
		background-repeat: repeat-x;*/
		padding-left: 0px;
		min-height: 173px;
	}

	div#small-left {
		text-align: left;
		width: 30%;
		float: left;
		margin-right: 2px;
		/*background: url(/inc/html/learningforgrownups/pix/bg-cols.png);
		background-repeat: repeat-x;*/
		padding-left: 0px;
		min-height: 173px;
	}

	div#large-right {
		text-align: left;
		width: 65%;
		float: left;
		margin-left: 15px;
		/*background: url(/inc/html/learningforgrownups/pix/bg-cols.png);
		background-repeat: repeat-x;*/
		padding-left: 0px;
		min-height: 173px;
	}

	div#small-right {
		text-align: left;
		width: 46%;
		float: left;
		margin-left: 2px;
		/*background: url(/inc/html/learningforgrownups/pix/bg-cols.png);
		background-repeat: repeat-x;*/
		padding-left: 0px;
		min-height: 173px;
	}

div#full-left {
	text-align: left;
	width: 535px;
	float: left;
	margin-right: 2px;
	padding-left: 0px;
	min-height: 173px;
}

div#sidebar-right {
	text-align: left;
	width: 190px;
	float: left;
	margin-right: 0px;
	padding: 0px;
	margin-left: 10px;
	min-height: 173px;
}

div#course-sidebar {
	clear: both;
	float: right;
	margin: 0px;
	margin-top: -95px;
	padding: 0px;
	background-color: #eee;
	background-repeat: repeat-y;
	border-left: 5px solid #d2d2d2;
	width: 200px;
}

div.journal-sidebar {
	float: right;
	margin: 0px;
	margin-top: -55px;
	padding: 0px;
	background-color: #eee;
	background-repeat: repeat-y;
	border-left: 5px solid #d2d2d2;
	width: 200px;
}

	div.journal-sidebar a, div#course-sidebar a {
		text-decoration: none;
	}

	div#course-sidebar h3, div.journal-sidebar h2 {
		border-top: 1px solid #fff;
		border-left: 5px solid #959595;
		margin-top: 0px;
		font-size: 16px;
		font-weight: lighter;
		color: #fff;
		background-color: #959595;
		background-repeat: repeat-y;
		border-left: 5px solid #757575;
		margin-left: -5px;
		padding: 10px 3px 10px 3px;
		clear: both;
	}

	div#course-sidebar ul, div.journal-sidebar p, div.journal-sidebar ul {
		color: #222;
		margin-left: 7px;
		padding-left: 0px;
		margin-top: -5px;
		padding-top: 0px;
	}

	div#course-sidebar ul li, div.journal-sidebar ul li {
		color: #222;
		list-style: none inside;
		padding-left: 0px;
		margin-left: 0px;
		padding-top: 0px;
	}

	div#course-sidebar p {
		margin-top: -5px;
	}

	div.journal-sidebar p.ul-title {
		margin-bottom: 0px;
		padding-bottom: 0px;
	}

	div.journal-sidebar ul li.active-item {
		font-weight: bold;
		background: #e4f6ff;
	}

div#course-content {
	width: 515px;
}

div.course-menu {
	background-color: #eee;
	padding: 6px 10px 6px 10px;
	width: 515px;
}

	div.chapter-jump {
		float: right;
	}

		div.chapter-jump p {
			display: inline;
		}

div#object-sidebar {
	float: right;
	padding: 0px;
	/*margin-top: -40px;*/
	background: #eee;
	width: 170px;
	font-size: 12px;
}

	div#object-sidebar h3 {
		margin-top: 5px;
		color: #fff;
		background: #959595;
		padding: 3px 0px 4px 4px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		font-weight: normal;
	}

	div#object-sidebar h3.first-child {
		margin-top: 0px;
	}

	div#object-sidebar ul {
		margin-left: 0px;
		padding-left: 12px;
		padding-right: 20px;
		margin-top: -10px;
	}

	div#object-sidebar li {
		list-style-type: none;
		list-style-image: none;
		margin-left: 0px;
		/*background-image: url(/inc/html/learningforgrownups/pix/li.gif);
		background-repeat: no-repeat;
		background-position: 0px 2px;*/
		/*padding-top: 0px;
		padding-left: 18px;
		padding-bottom: 2px;
		padding-top: 2px;
		font-size: 12px;*/
	}

	div#object-sidebar li a {
		display: block;
		padding: 2px 2px 2px 18px;
		background-image: url(/inc/html/learningforgrownups/pix/dot.png);
		background-repeat: no-repeat !important;
		background-position: 2px 50%;
		/*text-decoration: none;*/
		padding-top: 0px;
		margin-top: 0px;
		padding-bottom: 0px;
		margin-bottom: 0px;
		color: #003366;
	}

	div#object-sidebar li a:hover {
		/*text-decoration: underline;*/
		color: #eee;
		background-color: #003366;
		background-image: url(/inc/html/learningforgrownups/pix/dot.png);
		background-repeat: no-repeat !important;
		background-position: 2px 50%;
	}

	div#object-sidebar li a[class=inactive] {
		color: #222;
		text-decoration: none;
	}

	div#object-sidebar li a[class=inactive]:hover {
		text-decoration: none;
		background: none;
		color: #222;
		background-image: url(/inc/html/learningforgrownups/pix/dot.png);
		background-repeat: no-repeat !important;
		background-position: 2px 50%;
	}

	div#object-sidebar p {
		font-size: 11px;
		margin-top: 0px;
		padding-left: 12px;
		padding-right: 10px;
		color: #222;
	}

		div#object-sidebar p a {
			color: #003366;
		}

		div#object-sidebar p a:hover {
			color: #eee;
			background: #003366;
		}

/* NOTES */

div#course-notes {
	position: absolute;
	top: 175px;
	left: 0px;
	background: #959595;
	border: 1px solid #959595;
	padding: 0px 0px 5px 7px;
	width: 270px;
	margin-left: -279px;
}

	div#course-notes form {
		padding-top: 5px;
	}

	img#course-handle {
		margin-right: -22px;
		margin-top: -1px;
	}

/* CHAT */

body {
	overflow-x: hidden;
}

div#course-chat {
	position: absolute;
	top: 175px;
	right: 0px;
	background: #959595;
	border: 1px solid #959595;
	padding: 0px 5px 5px 0px;
	width: 240px;
	margin-right: -247px;
	z-index: 49;
}

	div#chat-popup {
		position: absolute;
		z-index: 106;
		margin-left: -225px;
		width: 175px;
		height: auto;
		border: 1px solid #ccc;
		background-color: #eee;
		padding: 3px;
		margin-right: 26px;
		display: none;
	}

		div#chat-popup img {
			position: absolute;
			left: 182px;
			top: 10px;
		}

	img#chat-handle {
		margin-left: -23px;
		margin-top: -1px;
	}

	img#chat-instructor-status {
		margin-left: -20px;
		margin-top: 80px;
	}

	img#chat-learner-status {
		margin-left: -20px;
		margin-top: 105px;
	}

	ul#chat-output {
		margin-left: 7px;
		padding-left: 0px;
		margin-right: 3px;
		margin-top: 3px;
		height: 300px;
		overflow: auto;
		background: #eee;
	}

		ul#chat-output a {
			color: #003366;
		}

		ul#chat-output a:hover {
			text-decoration: none;
			color: #eee;
			background: #003366;
		}

	ul#chat-output li {
		list-style: none inside;
		padding-left: 0px;
		margin-left: 7px;
		line-height: 13px;
	}

	div#course-chat p {
		margin-top: -5px;
	}

	div#course-chat form {
		margin-left: 7px;
	}

	div#course-chat input.speak {
		float: right;
		margin-right: 2px;
		margin-bottom: 5px;
		background-color: #959595;
		color: #fff;
		border: 3px solid #959595;
	}

	textarea#chat-msg {
		float: right;
		margin-right: 2px;
		width: 230px !important;
		margin-bottom: 8px !important;
		background-color: #fff !important;
		border: 1px solid #757575 !important;
		color: #000;
	}

/* TABLES */

td.label, td.field {
	padding: 9px;
	background: #eee;
	vertical-align: top;
}

td.bold {
	font-weight: bold;
}

td.yellow {
	background: #ffe;
	border: 1px solid #979a9e;
}

th {
	background: #d2d2d2;
	color: #222;
	text-align: left;
	padding: 5px;
	font-weight: normal;
}

table.data {
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 0px none;
	border-bottom: 0px none;
}

	table.data tr.odd {
		background-color: #eee;
	}

	table.data td {
		border-top: 0px none;
		border-left: 0px none;
		border-right: 1px solid #eee;
		border-bottom: 1px solid #eee;
		margin: 0px;
		padding: 5px;
	}

/* SPECIFIC STYLES */

div.theme-select {
	width: 24%;
	display: block;
	float: left;
	padding-bottom: 20px;
}

	div.theme-select img {
		margin-top: 5px;
		border: 1px solid #999;
	}

div.person {
	width: 33%;
	padding-top: 15px;
	padding-bottom: 15px;
	height: 50px;
	float: left;
}

	div.person img.avatar {
		width: 42px;
		height: 42px;
		margin-right: 5px;
	}

	div.person a {
		font-size: 12px;
	}

p.object-file {
	border: 1px solid #ccc;
	padding: 6px 3px 3px 6px !important;
}

	p.object-file a {
		vertical-align: top;
		padding-left: 5px;
	}

div.object-type-input-text>a, div.object-type-input-checkbox>a, div.object-type-input-radio>a, div.object-type-input-select>a, div.object-type-input-file>a {
	display: none;
}

div.object-type-input-text, div.object-type-input-checkbox, div.object-type-input-radio, div.object-type-input-select, div.object-type-input-file {
	background: url(/inc/html/learningforgrownups/pix/book_open.png) no-repeat;
	background-position: 0px 0px;
	padding: 0px;
	padding-left: 20px;
}

div.object-answered {
	background: url(/inc/html/learningforgrownups/pix/book.png) no-repeat !important;
	background-position: 0px 0px;
	padding: 0px;
	padding-left: 20px;
}

div.object-admin {
	padding-left: 0px !important;
	background-image: none;
}

p.pager-top, p.pager-bottom {
	/*margin-left: 10px;*/
}

div#side-note {
	border: 1px solid #ccc;
	background-image: url(/inc/html/learningforgrownups/pix/bg-fade.gif);
	background-repeat: repeat-x;
	padding: 7px;
	margin: 5px;
	margin-left: 10px;
	margin-right: 0px;
	float: right;
	width: 225px;
	font-weight: normal;
}

span.glossary-inline {
	text-decoration: underline;
	background: #def;
}

.glossary-tip, .alt-tip {
	background: #def !important;
	color: #000 !important;
	font-size: 12px;
	opacity: 1 !important;
	max-width: 300px;
}

div#object-list {
	padding: 0px;
	margin: 0px;
}

div.object-admin {
	margin: 0px;
	padding: 0px;
	border: 0px none;
	width: 550px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #959595;
}

div.object-toolbar {
	padding: 5px;
	padding-bottom: 8px;
	background: #959595;
	color: #fff;
	font-weight: normal;
}

span.object-notice {
	color: #ffe;
}

span.object-window-buttons {
	float: right;
}

div.object-body {
	padding: 0px 10px 1px 0px;
}

div.object-admin div.object-body {
	padding-left: 10px !important;
}

div.submit-button {
	float: right;
	width: 50%;
	text-align: right;
	padding-right: 10px;
	padding-top: 10px;
}

div.object-footer {
	padding: 10px;
	padding-top: 0px;
}

a.tip {
	position: relative;
	vertical-align: top;
	font-size: 10px;
	text-decoration: none;
}

a.tip span {
	display: none;
}

a.tip:hover span {
	display: block;
	position: absolute;
	z-index: 25;
	top: 1.5em;
	left: 1.5em;
	width: 200px;
	padding: 5px;
	padding-left: 7px;
	padding-right: 7px;
	background-color: #eee;
	border: 1px solid #ccc;
	/*background-image: url(/inc/html/learningforgrownups/pix/bg-fade.gif);*/
	background-repeat: repeat-x;
	color: #000;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

a.normal-tip {
	position: relative;
	vertical-align: top;
	text-decoration: none;
}

a.normal-tip span {
	display: none;
}

a.normal-tip:hover span {
	display: block;
	position: absolute;
	z-index: 25;
	top: 1.5em;
	left: 1.5em;
	width: 200px;
	padding: 5px;
	padding-left: 7px;
	padding-right: 7px;
	background-color: #fff;
	border: 1px solid #ccc;
	/*background-image: url(/inc/html/learningforgrownups/pix/bg-fade.gif);*/
	background-repeat: repeat-x;
	color: #000;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

div#body a.normal, span.object-window-buttons a {
	padding-left: 0px !important;
	padding-right: 0px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	text-decoration: none !important;
}

div#body a.normal:hover, span.object-window-buttons a:hover {
	background: none !important;
	text-decoration: none !important;
}

img.object-image-preview {
	border: 1px solid #666;
}

p.object-file {
	border: 1px solid #ccc;
	padding: 10px;
}

.mceToolbarTop a {
	padding: 0px !important;
}

div#notice {
	background: #ffe;
	border: 1px solid #979a9e;
	padding: 0px 15px 0px 15px;
	margin-bottom: 10px;
}

/* COURSE LIST */

ul {
	margin: 0px;
	padding: 5px 0;
}

ul li {
	list-style-image: url(/inc/html/learningforgrownups/pix/dot.png);
	margin-left: 20px;
	padding: 3px 0;
}

ul.course-summary {
	padding-left: 0px;
	margin-left: 0px;
}

	ul.course-summary li {
		list-style-type: none;
		list-style-image: none;
		padding-left: 5px;
		margin-left: 0px;
		margin-right: 10px;
		margin-bottom: 15px;
		width: 48%;
		min-height: 75px;
		float: left;
	}

		ul.course-summary li img {
			float: left;
			padding-right: 10px;
		}

		ul.course-summary li a {
			font-weight: bold;
		}

ul.course-summary-small {
	padding-left: 0px;
	margin-left: 0px;
}

	ul.course-summary-small li {
		list-style-type: none;
		list-style-image: none;
		padding-left: 5px;
		margin-left: 0px;
		margin-right: 10px;
		margin-bottom: 15px;
		width: 48%;
		min-height: 25px;
		float: left;
	}

		ul.course-summary-small li img.thumb {
			float: left;
			padding-right: 10px;
		}


ul.course-small-list {
	padding-left: 0px;
	margin-left: 0px;
	margin-right: 5px;
}

	ul.course-small-list li {
		list-style-type: none;
		list-style-image: none;
		margin-bottom: 5px;
		margin-left: 0px;
		padding-bottom: 12px;
		border-bottom: 1px solid #eee;
		clear: both;
	}

		ul.course-small-list li img.thumb {
			float: left !important;
			margin-right: 5px;
			margin-bottom: 10px;
		}

p.tabs {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
	height: 25px;
}

	p.tabs strong {
		font-weight: normal;
		display: block;
		float: left;
		margin-left: 10px;
		padding: 3px 10px 2px 10px;
		border: 1px solid #eee;
		border-bottom: 1px solid #fff;
		background-color: #fff;
	}

	p.tabs a {
		font-weight: normal;
		color: #222;
		display: block;
		float: left;
		margin-left: 10px;
		padding: 3px 10px 1px 10px !important;
		border: 1px solid #eee;
		border-bottom: 1px solid #eee;
		background-color: #ffe;
	}

	p.tabs a:hover {
		background-color: #eee;
	}

td.section-header {
	padding-top: 25px;
}

td.submit {
	padding-top: 15px;
}

table#plans tr.top-row th {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #444;
}

table#plans th {
	color: #444;
	font-weight: bold;
}

table#plans td {
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
}

table#plans span.alt, td.field span.alt {
	color: #fff;
	text-decoration: underline;
	padding: 1px;
}

table#plans span.alt:hover, td.field span.alt:hover {
	color: #fff;
	background-color: #fff;
	text-decoration: none;
}

tr.choose td a {
	color: #fff;
	font-weight: bold;
}

tr.choose td a:hover {
	background-color: #fff;
	color: #fff;
}

td.paid {
	background-color: #ffe;
	font-weight: bold;
	color: #444;
}

td.free {
	font-weight: normal;
	color: #444;
}

th.paid {
	background-color: #ffe;
	background-color: #9fcc3b;
	border-bottom: 1px solid #9fcc3b;
	border-right: 1px solid #9fcc3b;
}

td.empty {
	border-bottom: 0px none !important;
}

td.free-trial {
	background-color: #eee;
	color: #e94c25;
	font-size: 14px;
}

p.big-quote {
	font-size: 22px;
	font-style: italic;
	color: #{quote};
}

p.big-quote a, p.big-quote span.big-quote-normal {
	font-size: 12px;
	font-style: normal;
}

ul#journal-instructing, ul#journal-learning, ul#journal-learners {
	overflow: auto;
}

p.pager {
	float: right;
}

p.pager a {
	border: 1px solid #ddd;
	padding: 0px !important;
	margin: 0px !important;
	padding-bottom: 5px !important;
	background: #e4f6ff;
	display: block;
	height: 12px;
	width: 16px;
	text-align: center;
	float: left;
	margin-right: 5px !important;
}

p.pager a:hover {
	background: #003366;
	border: 1px solid #003366;
}

p.pager strong {
	border: 1px solid #ddd;
	padding: 0px !important;
	margin: 0px !important;
	padding-bottom: 5px !important;
	background: #e4f6ff;
	display: block;
	height: 12px;
	width: 16px;
	text-align: center;
	float: left;
	margin-right: 5px !important;
}

button.cprev, button.cnext {
	border: 0px none;
	background: transparent;
	color: #003366;
	width: 13px;
	height: 13px;
	padding: 0px !important;
	margin: 0px !important;
	background-image: url(/inc/html/learningforgrownups/pix/default/cnext.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

button.cprev {
	background-image: url(/inc/html/learningforgrownups/pix/default/cprev.gif);
}

button.cprev:hover, button.cnext:hover {
	cursor: pointer;
}

div.subscribers ul, div.subscribers ul li {
	margin: 0px !important;
	padding: 0px !important;
}

li.lesson-summary {
	border: 1px solid #eee;
	line-height: 14px;
	font-size: 11px;
	letter-spacing: .1px;
	padding: 0px;
	padding-left: 0px !important;
	margin: 0px !important;
	margin-right: 5px !important;
	margin-bottom: 5px !important;
	position: relative;
}

	li.lesson-summary a {
		padding: 1px 1px 1px 0px !important;
		margin: 0px;
		font-size: 11px;
	}

	li.lesson-summary img {
		padding: 0px;
		margin: 5px 0px 0px 5px;
		border: 0px none;
	}

	li.lesson-summary a.img {
		padding: 0px !important;
		margin: 0px !important;
		border: 0px !important;
	}

	li.lesson-summary span {
		display: block;
		padding-left: 7px;
		padding-right: 5px;
		margin: 0px !important;
		margin-top: 5px !important;
	}

	li.lesson-summary span.price {
		display: block;
		clear: both;
		font-weight: bold;
		color: #666;
		padding: 3px 0px 0px 5px;
		background: #f4f4f4;
		margin-top: 0px !important;
		position: absolute;
		bottom: 0px;
		right: 0px;
		left: 0px;
	}
