
/*
AICO Button Pack 1.0 Stylesheet
Created: 19 December 2009
*/

button.aico {
	border: none;
	background: none; 
	color: inherit;
  	font: inherit;
	padding: 0;
}

.aico-button,
.aico-button:link,
.aico-button:visited {
	display: block;
	position: relative;
	
	padding: 0 0 0 22px;
	height: 40px;
	line-height: 40px;
	
	text-align: center;
	
	background-position: 0 0;
	background-repeat: no-repeat;
	
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

.aico-button span {
	display: block;
	position: absolute;
	top: 0px;
	right: -20px;
	width: 20px;
	height: 40px;
	
	background-position: right top;
}

.aico-white,
.aico-white:link,
.aico-white:visited,
.aico-grey,
.aico-grey:link,
.aico-grey:visited	{ color: #343434; }

.aico-white,
.aico-white span		{ text-shadow: #ffffff 1px 1px 1px; background-image: url("/css/buttons/images/buttons/aico.button.white.png"); }
.aico-grey,
.aico-grey span 		{ text-shadow: #ffffff 1px 1px 1px; background-image: url("/css/buttons/images/buttons/aico.button.grey.png"); }
.aico-black,
.aico-black span 		{ text-shadow: #222222 1px 1px 1px; background-image: url("/css/buttons/images/buttons/aico.button.black.png"); }
.aico-green,
.aico-green span 		{ text-shadow: #5A972B 1px 1px 1px; background-image: url("/css/buttons/images/buttons/aico.button.green.png"); }
.aico-yellow,
.aico-yellow span 		{ text-shadow: #B19F3D 1px 1px 1px; background-image: url("/css/buttons/images/buttons/aico.button.yellow.png"); }
.aico-orange,
.aico-orange span 		{ text-shadow: #b0522e 1px 1px 1px; background-image: url("/css/buttons/images/buttons/aico.button.orange.png"); }
.aico-red,
.aico-red span 			{ text-shadow: #943b3b 1px 1px 1px; background-image: url("/css/buttons/images/buttons/aico.button.red.png"); }
.aico-pink,
.aico-pink span 		{ text-shadow: #b2378e 1px 1px 1px; background-image: url("/css/buttons/images/buttons/aico.button.pink.png"); }
.aico-purple,
.aico-purple span 		{ text-shadow: #823b94 1px 1px 1px; background-image: url("/css/buttons/images/buttons/aico.button.purple.png"); }
.aico-blue,
.aico-blue span 		{ text-shadow: #325ba5 1px 1px 1px; background-image: url("/css/buttons/images/buttons/aico.button.blue.png"); }

.aico-button:hover		{ background-position: left -40px; }
.aico-button:hover span { background-position: right -40px; }


.aico-button {
	float: left;
	margin-right: 20px;
	display: block;
}
.aico-button.right {
	float: right;
	margin-left: 20px;
}

.aico-button {
	text-decoration: none;
}
.clearing,
.clear {
	clear: both;
}

div#test-banner.error {
	margin-bottom: 0;
	text-align: center;
	padding: 3px;
	font-weight: bold;
}

p.small.quiet {
margin: 0;
}

 td.numeric {
	text-align: right;
}

table.dl th {
vertical-align: top;
}


#flashMessage {
	background-color:#FFFFAA;
	border:1px solid #CCCCCC;
	padding:5px;
	margin-bottom: 10px;
}



div.section {
	margin-bottom: 10px;
	padding-left: 10px;
	border: 1px solid #ccc;
	padding: 10px;
}

div.section h3 {
	margin-left: -10px;
}


div.half {
}
div.half h3 {
	margin-left: 0;
}

.big-stat {
	font-size: 200%;
	font-weight: bold;
}


table.index {
	width: 100%;
	border:1px solid #ccc;
	-moz-border-radius: 3px;
}
table.index td.name {
	font-weight: bold;
}
table.index td.name .description {
	font-weight: normal;
}


table.index tr.altrow td {
	background-color: #eee;
}
table.index tr th {
	background-color: #ccc;
}

table.index tr td {
	border-bottom: 1px solid #ddd;
	vertical-align: top;
}
table.index tr td p {
	margin-bottom: 5px;
}

td.nowrap {
	white-space: nowrap;
}




#footer {
	text-align: left;
}

#footerNav {
	list-style: none;
	float: left;
}
#credits {
	float: right;
	text-align: right;
}


a,
a:link,
a:active {
  color: #9c4da5;
}

/***
 * TEXT COLOUR
 *
 ***/

.tc1 {
  color: #C0AEC7;
}

.tc2 {
  color: #000000;
}

.tc3 {
  color: #F4F4F5;
}

.tc4 {
  color: #9c4da5;
}

.tc5 {
  color: #D0D0D0;
}

.tc6 {
  color: #823274;
}

.tc7 {
  color: #000000;
}

.tc8 {
  color: #6E457F;
}

.tc9 {
  color: #909092;
}

.tc10 {
  color: #FFFFFF;
}

/***
 * BACKGROUND COLOUR
 *
 ***/

.bgc1 {
  background-color: #C0AEC7;
}

.bgc2 {
  background-color: #000000;
}

.bgc3 {
  background-color: #F4F4F5;
}

.bgc4 {
  background-color: #9c4da5;
}

.bgc5 {
  background-color: #D0D0D0;
}

.bgc6 {
  background-color: #823274;
}

.bgc7 {
  background-color: #000000;
}

.bgc8 {
  background-color: #6E457F;
}

.bgc9 {
  background-color: #909092;
}

.bgc10 {
  background-color: #FFFFFF;
}

/***
 * BORDER COLOUR
 *
 ***/

.bc1 {
  border-color: #C0AEC7 !important;
}

.bc2 {
  border-color: #000000 !important;
}

.bc3 {
  border-color: #F4F4F5 !important;
}

.bc4 {
  border-color: #9c4da5 !important;
}

.bc5 {
  border-color: #D0D0D0 !important;
}

.bc6 {
  border-color: #823274 !important;
}

.bc7 {
  border-color: #000000 !important;
}

.bc8 {
  border-color: #6E457F !important;
}

.bc9 {
  border-color: #909092 !important;
}

.bc10 {
  border-color: #FFFFFF !important;
}


body {
  font-family: Arial, Helvetica, "Sans serif"; }

h1 {
  margin-bottom: 10px; }

h1 a {
  text-decoration: none; }

h2 {
  font-weight: bold; }

#content {
  text-align: justify;
  min-height: 350px;
  font-size: larger; }

#header {
  text-align: left;
  padding-top: 5px; }

#header h1 {
  font-size: 2.4em;
  margin-bottom: 0;
  line-height: 1; }

#header img {
  vertical-align: middle; }

body#login #header #current-country,
body#login #header #login-status {
  display: none; }

#footer {
  border-top: 1px solid #ccc;
  padding: 5px 2px 5px 2px;
  margin-top: 50px; }

#footer ul {
  padding: 0;
  list-style-position: inside; }

#footerNav {
  margin-left: 18px;
  padding-left: 0; }

#footerNav li {
  display: inline;
  margin-right: 20px; }

#footer ul.horizontal li {
  margin-left: 0;
  margin-right: 10px; }

ul.menu {
  font-size: 110%;
  padding: 0;
  border-bottom: 5px solid #9c4da5;
  margin-right: 0;
  margin-bottom: 5px;
  padding-top: 10px; }

ul.menu li a,
ul.menu li a:active,
ul.menu li a:link,
ul.menu li a:visited,
ul.menu li {
  background-color: #fff; }

ul.menu li {
  display: inline;
  margin: 0 20px 0 0;
  padding: 0; }

ul.menu li.extra {
  margin: 0 0 0 20px;
  float: right; }

ul.menu li a {
  padding: 5px 8px 9px 9px;
  text-decoration: none;
  border: 1px solid #9c4da5; }

ul.menu li.extra a {
  background-color: #FFFFcc; }

ul.menu li a:hover,
ul.menu li.selected a {
  background-color: #9c4da5;
  color: #FFFFFF;
  background-color: #9c4da5; }

table.index.lessons span.description {
  display: block; }

table.index.lessons tr td {
  border-bottom: 1px solid #EEEEEE; }

div.index.programs div.program.last {
  border-right: 1px solid #fff; }

div.lessonContent .video {
  margin-bottom: 20px; }

div.lessonContent {
  padding-left: 20px; }

div.lessonContent div.description {
  text-align: justify; }

div.sidebox h3 {
  background-color: #9c4da5;
  color: #ffffff; }

div.sidebox p {
  margin-bottom: 5px; }

div.sidebox p span.label {
  font-weight: bold; }

div#content {
  padding-top: 0; }

#sidebar {
  margin-top: 30px; }

h2 {
  padding-top: 0; }

div.overview {
  line-height: 1.5;
  text-align: justify; }

div.category.view div.overview {
  line-height: 1.5; }

div.program div.overview {
  padding-right: 10px; }

img.framed {
  padding: 2px;
  border: 1px solid #ccc; }

div.lesson-image {
  text-align: center;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px; }

div.lesson div.details div.lesson-text {
  padding-bottom: 30px;
  border-left: 1px solid #eee;
  padding-left: 20px; }

div.neighbors div.arrow {
  display: inline; }

div.neighbors div.arrow img {
  position: relative;
  top: -30px; }

div#breadcrumbs {
  margin-bottom: 10px;
  padding: 0;
  border-bottom: 5px solid #9c4da5;
  padding-bottom: 3px; }

div#breadcrumbs h3 {
  font-size: 120%;
  margin-bottom: 0;
  margin-top: 0.5em; }

div#breadcrumbs div.last {
  text-align: right; }

div#breadcrumbs div.last img {
  vertical-align: bottom; }

div.navbar-grad {
  background-image: url(gray-fade.jpg);
  background-repeat: repeat-x;
  height: 10px; }

div#navbar {
  background-color: #9c4da5;
  height: 30px;
  padding-left: 40px;
  padding-right: 50px; }

div#navbar * {
  color: #fff; }

div#navbar h1,
div#navbar h2 {
  font-size: 18px; }

#navbar .program-logo {
  margin-right: 10px;
  vertical-align: middle; }

ul#navbar-topics {
  font-size: 20px;
  list-style: none;
  margin: 0; }

div#navbar h2 {
  display: inline; }

/*************************
 * DUMMY VIDEO
 *
 *************************/
div.dummyVideo {
  border: 5px solid #999;
  border-bottom-width: 20px;
  background-color: #000;
  color: #fff;
  text-align: justify;
  vertical-align: middle; }

div.dummyVideo div.text {
  margin: 100px auto auto auto;
  width: 90%; }

div.dummyVideo.medium {
  width: 320px;
  height: 240px; }

div.dummyVideo.medium.wide {
  width: 480px;
  height: 240px; }

div.dummyVideo.large {
  width: 480px;
  height: 360px; }

ul.horizontal li {
  display: inline;
  margin-left: 20px; }

p.hr {
  -moz-border-radius: 10px;
  background-color: #9c4da5;
  color: #ffffff;
  margin: 0 -10px 0 -10px;
  padding: 9px; }

p.hr {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 3px;
  clear: both; }

div.site-overview {
  margin-top: 10px; }

div.programs.index div.program {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc; }

div.programs.menu div.program {
  padding: 10px 0 10px 0; }

div.programs div.program {
  list-style: none;
  clear: both;
  border-bottom: 1px solid #9C4DA5; }

div.programs.menu {
  border-top: 1px solid #9C4DA5; }

div.programs div.program.available:hover {
  background-color: #eee; }

div.programs div.program img {
  vertical-align: middle; }

div.programs.index .summary {
  color: #555;
  width: 70%;
  margin-bottom: 0;
  font-size: 90%; }

div.programs span.logo,
div.programs .summary {
  float: left;
  display: block; }

div.programs.menu .summary h4 {
  font-size: 120%; }

div.programs.menu .summary h4 a {
  text-decoration: none; }

div.programs.menu .summary p,
div.programs.menu .summary h4 {
  margin-bottom: 0px; }

div.programs.menu .summary p.na {
  float: right; }

div.programs span.logo {
  width: 30%;
  vertical-align: middle; }

h3.program-name {
  text-align: right; }

#footer p.hr {
  margin-top: 0;
  padding: 1px; }

table.categories a {
  text-decoration: none;
  width: 100%;
  display: block; }

table.categories td.name {
  width: 60%; }

table.categories td.preview a {
  width: auto;
  float: right; }

table.categories td.preview,
table.categories td.count {
  text-align: right; }

table.categories {
  font-size: large; }

table.categories td.count {
  text-align: right;
  white-space: nowrap; }

table.categories tr.main:hover {
  background-color: #EEEEEE; }

body.brochure table.categories tr.main:hover {
  background-color: inherit; }

table.categories td.description {
  border-bottom: 1px solid #ccc;
  font-size: 70%;
  padding: 0 10px 10px 10px;
  color: #555;
  text-align: justify; }

#show-description {
  background-color: #C0AEC7;
  padding: 20px;
  margin-left: -10px; }

table.categories div.description {
  display: none; }

a.button {
  padding: 10px;
  border: 2px solid #999;
  padding-left: 25px;
  background-color: #EEEEEE;
  background-position: 5px;
  background-repeat: no-repeat;
  -moz-border-radius: 5px;
  margin-right: 10px;
  height: 45px; }

a.button:hover {
  background-color: #CCC;
  border-color: #9c4da5; }

a.button.video {
  background-image: url(/img/famfam/control_play.png); }

a.button.file {
  background-image: url(/img/famfam/disk.png); }

h2.lesson-name {
  font-size: 18px;
  text-transform: capitalize; }

div.lesson-headline,
h2.lesson-name {
  font-weight: bold; }

div.lesson div.category {
  font-size: 24px;
  border: 1px solid #ccc;
  padding: 5px;
  font-style: italic; }

div.category a {
  text-decoration: none; }

div.lesson div.description {
  margin-top: 10px;
  margin-bottom: 20px; }

h2.category-name {
  margin-left: 10px; }

div.neighbors div.next {
  text-align: right; }

/***************
 *
 *	QUICK VIDEO PLAYER
 *
 ***************/
#quickVideoPlayer h2,
#quickVideoPlayer h3 {
  margin-bottom: 0; }

#quickVideoPlayer h2 {
  height: 45px;
  font-size: 1.6em; }

#quickVideoPlayer h3 {
  height: 37px;
  margin-top: 8px;
  color: #555; }

div.playlist {
  font-size: smaller; }

#quickVideoPlayer div.playlist ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
  border-left: 5px solid #9c4da5; }

#quickVideoPlayer div.playlist ul li a {
  display: block;
  width: 100%;
  padding: 5px 5px 5px 7px;
  border-top: 1px solid #ccc;
  font-weight: bold; }

#quickVideoPlayer div.playlist ul li a:hover {
  background-color: #eee; }

#quickVideoPlayer div.playlist ul li a span.duration {
  display: block;
  margin-top: 0; }

.quickVideo h3,
div.current {
  color: #000; }

.quickVideo p {
  text-align: justify; }

#quickVideoPlayer div.playlist ul li.now-playing a {
  border-bottom: 5px solid #CCC;
  color: black;
  border-top: 0; }

#quickVideoPlayer div.playlist ul li.now-playing a span {
  font-weight: normal;
  background: url("/img/famfam/control_play.png") 95% no-repeat; }

#quickVideoPlayer div.playlist ul li.current a {
  background-color: #CCC;
  background-image: url("/img/famfam/control_play.png");
  background-position: 95%;
  background-repeat: no-repeat;
  padding-right: 10%;
  width: 92%; }

div#quickVideoPlayer div.quickVideo {
  border-right: 0; }

div#quickVideoPlayer ul.parts {
  list-style: none;
  margin: 10px 0;
  padding: 0; }
  div#quickVideoPlayer ul.parts li {
    display: inline-block; }
    div#quickVideoPlayer ul.parts li a {
      display: inline-block;
      background: #ccc;
      color: #000;
      padding: 3px 5px;
      border-radius: 3px; }
      div#quickVideoPlayer ul.parts li a.current {
        background: green;
        color: #FFF; }

div.current {
  height: 60px;
  padding-left: 10px; }

div.current p {
  margin: 0;
  margin-bottom: 5px; }

div.playlist {
  border: 1px solid #9c4da5;
  background-color: #FFFFFF; }

div.scrollable {
  overflow-y: auto;
  overflow-x: hidden; }

div.playlist a.inactive {
  color: #777;
  font-style: italic;
  border-left-color: #FFF; }

div.contact div.divider {
  border-right: 1px solid #eee;
  height: 400px; }

p.address {
  font-size: x-large;
  font-weight: bold; }

p.address a {
  color: #000;
  text-decoration: none; }

p.address,
div.signup {
  margin-left: 50px; }

div.contact label {
  display: block; }

table.category-thumbnails a.active {
  font-weight: bold;
  color: #9c4da5; }

table.category-thumbnails tr.border td {
  border-top: 1px solid #ddd;
  padding-top: 10px; }

/*******
 *
 *	JQUERY DIALOG STYLING
 *
 ********/
.dialog {
  text-align: left; }

.ui-dialog {
  background-color: #C0AEC7;
  color: #000;
  border: 10px solid #9c4da5;
  -moz-border-radius: 10px;
  padding: 0;
  margin-top: 50px;
  z-index: 9999; }

.ui-dialog-titlebar {
  background-color: #EEE;
  padding: 2px 5px 2px 10px;
  font-weight: bold; }

.ui-dialog-titlebar-close {
  float: right; }

.ui-dialog-content {
  padding: 10px; }

.ui-widget-overlay {
  background-image: url(/js/thickbox/macFFBgHack.png);
  position: absolute;
  top: 0;
  left: 0; }

p.tagline {
  margin-left: 0px;
  font-style: italic;
  color: #9c4da5;
  font-weight: bold;
  margin-bottom: 5px; }

#front-page #video {
  border: 2px solid black; }

div.site-brand {
  text-align: right; }

div.site-brand h1 {
  margin-right: 30px; }

div.category.detailed div.top-bar,
div.category div.overview {
  background-color: #C0AEC7;
  border: 1px solid #9c4da5; }

div.category.detailed div.overview {
  padding: 10px;
  border-top: 0;
  margin-top: -1px;
  min-height: 300px; }

div.category.detailed div.top-bar {
  height: 20px; }

ul.category-thumbnails li span.name {
  display: block;
  font-weight: bold; }

ul.category-thumbnails li {
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc; }

ul.category-thumbnails li div.text {
  margin-left: 140px; }

ul.category-thumbnails li span.image a:hover {
  border: 0; }

ul.category-thumbnails li span.name a:hover {
  text-decoration: underline; }

ul.category-thumbnails {
  padding: 20px; }

ul.category-thumbnails li {
  list-style: none;
  padding-bottom: 10px; }

ul.category-thumbnails li img {
  float: left; }

h1 {
  color: #9c4da5;
  font-weight: bold; }

span.logo {
  float: right; }

span.missingMessage {
  background-color: #fcc;
  color: #000;
  padding: 2px; }

span.missingMessage span.key {
  font-weight: bold; }

.slideshow-wrapper {
  margin-bottom: 20px; }

#front-page {
  font-size: 90%; }

#front-page h5,
#front-page h5 a {
  color: white;
  text-decoration: none; }

#front-page h5 {
  background-color: #9c4da5;
  padding: 3px;
  margin-bottom: 7px; }

#front-page h6 {
  margin-bottom: 5px; }

#front-page .banner {
  padding: 0;
  padding-bottom: 20px; }

#front-page .banner h2,
#front-page .banner h3 {
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
  line-height: 1; }

#front-page .banner img.easy {
  margin-top: 2px; }

#front-page .banner img.boxshots {
  float: right;
  margin-top: 40px; }

#front-page img.tutorials {
  margin-top: 30px; }

#front-page .tutorials ul li a {
  font-size: 110%; }

#front-page .big-links a.trial {
  background-color: #52b53c;
  height: 130px;
  font-size: 200%; }

#front-page .big-links a {
  background-color: #9c4da5;
  /* 9c4da5 (pinky)  , 9c4da5 (picked from front-panel)  */
  background-image: url("/img/arrow.png");
  background-position: 98% 95%;
  background-repeat: no-repeat;
  border: 2px solid #FFFFFF;
  color: white;
  display: block;
  font-size: 120%;
  font-weight: bold;
  font-family: Verdana, Arial;
  height: 65px;
  padding: 10px;
  text-decoration: none;
  text-align: left; }

#front-page .big-links a img {
  top: 3px;
  position: relative; }

#front-page .big-links a:hover {
  border: 2px solid #ccc; }

#front-page p {
  text-align: justify; }

table.categories a.preview-video {
  display: inline;
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 5px;
  margin-left: 10px;
  padding-left: 25px;
  background-image: url(/img/famfam/film.png);
  background-repeat: no-repeat;
  background-position: 3px center; }

#login-page .login-form {
  width: 300px;
  min-width: 300px; }

#login-page.convert .login-form {
  width: 50%;
  min-width: 300px; }

#login-page .login-form,
#login-page p.or {
  display: inline;
  float: left;
  margin-right: 30px; }

#login-page p.or {
  vertical-align: middle;
  margin-top: 50px; }

#login-page p.logo {
  text-align: right;
  padding-bottom: 0;
  margin: 0; }

.login-form {
  font-size: 100%;
  background-color: #C0AEC7;
  -moz-border-radius: 10px;
  border: 2px solid #9c4da5;
  padding: 20px; }

.login-form label {
  display: block; }

.login-form .input input {
  width: 90%; }

.login-form input {
  margin-bottom: 10px;
  margin-top: 0px;
  font-size: 100%;
  padding: 5px;
  border: 1px solid #9c4da5; }

.login-form input#UserVoucher {
  width: 50%; }

.login-form .input.error {
  background-color: inherit;
  border: 0;
  color: inherit;
  padding: inherit; }

.login-form .input.error input {
  border-color: #c33;
  margin-bottom: 0; }

.login-form .input.error .error-message {
  color: #c33;
  padding-left: 3px; }

.login-form .input.error .error-message {
  margin-bottom: 10px; }

.login-form.passwd {
  padding: 0;
  background-color: inherit;
  border: 0;
  width: 50%; }

.login-form.account {
  padding: 0;
  background-color: inherit;
  border: 0; }

#login-status p {
  margin-bottom: 0;
  padding: 3px; }

#login-status p span {
  margin-left: 10px; }

#login-status p.expires {
  color: #fff;
  font-weight: bold;
  background-color: #f55; }

#login-status p.expires.trial {
  background-color: #595; }

.easySlider ul {
  list-style: none; }

#resource-files {
  float: right;
  text-align: right; }
  .quickVideo #resource-files {
    width: 480px;
    float: none;
    margin: 10px 0;
    text-align: left;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc; }
  #resource-files h4 {
    margin-bottom: 5px;
    font-weight: bold; }
  #resource-files ul {
    list-style: none;
    margin: 0;
    padding: 0; }

ul.files li {
  background-image: url(/img/famfam/page_white_put.png);
  background-repeat: no-repeat;
  padding-left: 20px;
  background-position: 0 center; }

.aico-button.video {
  margin-left: 0 !important; }

div.submit.left button.aico {
  margin-left: -8px; }

#admin-login {
  background-color: #c55;
  color: white;
  border: 2px solid #f00; }

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  margin-bottom: 20px; }

body#login h2 {
  font-size: 1.5em; }

div.news .title {
  color: #fff;
  background-color: black;
  padding: 3px; }

div.news .title a {
  color: #fff;
  text-decoration: none; }

div.news h3.title {
  background-color: #fff;
  color: #000;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 0 0 3px 0;
  border-bottom: 2px solid #000; }

div.news div.item {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px; }

div.news.index div.body {
  padding-left: 5px;
  color: #555; }

div.news p.date {
  text-align: right;
  margin-bottom: 3px; }

div.news div.body {
  margin-bottom: 20px; }

div.current_user {
  text-align: right; }

div.current_user .aico-button {
  float: right;
  margin-top: 15px; }

div.subscribe-buttons,
div.or-trial {
  border-top: 1px solid #ccc;
  margin-top: 10px;
  padding-top: 10px; }

div.or-trial h6 {
  margin-bottom: 5px; }

.aico-button.trial {
  text-transform: uppercase; }

div.programs.index h2,
div.programs.index h3 {
  margin: 0;
  padding: 0;
  line-height: 1; }

div.programs.index h3 {
  margin-bottom: 20px;
  font-size: 110%; }

div.programs.index h4 {
  margin-bottom: 5px; }

#testimonial {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  font-size: 90%; }

#testimonial .quote {
  font-style: italic; }

#testimonial .name {
  font-weight: bold; }

#testimonial img {
  vertical-align: middle; }

#testimonial a {
  color: inherit;
  text-decoration: none; }

img.flag {
  vertical-align: middle; }

#front-page .tutorials h5,
#front-page .training h5,
#front-page p {
  margin-right: 10px; }

div.page p {
  text-align: justify; }

#playiconholder {
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  background: transparent url(../img/play-lisentb.png) no-repeat scroll 0 0;
  font-size: 20px;
  font-weight: bold;
  height: 60px;
  left: 220px;
  line-height: 22px;
  padding-left: 30px;
  padding-top: 8px;
  position: relative;
  text-align: center;
  top: -200px;
  width: 90px; }

#video-splash {
  border: 1px solid #999;
  background-image: url(/img/video-splash.jpg);
  width: 480px;
  min-height: 360px;
  text-align: center;
  font-style: italic; }

#video-splash div.text {
  margin: 40px auto;
  width: 80%;
  font-size: larger;
  color: #000; }

span.logout {
  font-weight: bold; }

span.username,
span.dashboard {
  background-repeat: no-repeat;
  background-position: 2px;
  padding-left: 20px; }

span.username {
  background-image: url(/img/famfam/user.png); }

span.username.teacher {
  background-image: url(/img/famfam/user_suit.png); }

span.username.admin {
  background-image: url(/img/famfam/user_red.png); }

span.dashboard {
  background-image: url("/img/famfam/cog.png");
  font-weight: bold;
  text-transform: uppercase; }

.teachers table.index {
  font-size: 12px; }

#mainMenu {
  margin-bottom: 15px; }

span.partner-logo {
  margin-left: 20px; }

p.partner-text {
  margin-left: 30px; }

div.contact-form .or-email {
  margin-top: 20px; }

table.index.subscriptions tr.inactive td {
  color: #999;
  font-style: italic; }

p.none {
  text-align: center;
  font-style: italic;
  color: #999; }

p.alt-current {
  margin: 10px 0; }
  p.alt-current span {
    font-weight: bold; }

.play-button .alt-videos {
  clear: left;
  margin-left: 8px; }

ul.alt-videos li {
  display: inline;
  font-size: 0.9em;
  margin: 0 5px 0 0; }

ul.alt-videos {
  margin: 0;
  padding: 0;
  display: inline; }

div.page.training h3.h2 {
  font-size: 1.8em; }

div.course.view h3 {
  border-bottom: 5px solid #9C4DA5;
  font-size: 140%;
  padding-bottom: 5px; }

div.course.view h2 {
  font-size: 120%; }

div.course.view h4 {
  font-size: 140%; }

.view.course.brochure .course-lessons h4 {
  margin-bottom: 5px; }

.view.course.brochure .course-lessons ul {
  margin: 0;
  padding-left: 5px;
  list-style-position: inside; }

.view.course.brochure .course-lessons ul li {
  margin-bottom: 5px;
  border-bottom: 1px solid #eee; }

.view.course.brochure .course-booking {
  border-top: 2px solid #9C4DA5;
  padding-top: 20px; }

.view.course.available .course-lessons ul {
  padding-left: 0;
  list-style: none;
  margin: 0; }

.view.course.available .course-lessons ul li {
  clear: both;
  padding: 3px 3px 5px 3px;
  border-top: 1px solid #ddd; }

.view.course.available .course-lessons ul li .title {
  font-size: 110%; }

.view.course.available .course-lessons ul li .buttons {
  text-align: right;
  margin-bottom: 5px; }

div.courses {
  border-top: 2px solid #000;
  margin-top: 10px; }

div.courses div.course {
  border-bottom: 1px solid #999;
  padding: 15px 0; }

div.courses div.course .details h4 {
  margin: 3px 0 5px 10px;
  font-size: 1.4em;
  font-weight: bold; }

div.courses div.course .details .description {
  padding-left: 3.33em;
  margin-bottom: 5px; }

div.courses div.course .details p.access {
  margin-bottom: 0; }

div.course-header {
  margin-bottom: 20px; }

div.course-booking #preview-video {
  float: right; }

div.course-booking .preview h4 {
  margin-left: 30px;
  margin-bottom: 10px; }

div.course-booking div.submit button.aico {
  float: left;
  margin-left: -8px; }

div.teachers div.section {
  padding: 0;
  border: none;
  margin-bottom: 30px; }

div.teachers div.section h3 {
  background-color: #ddd;
  padding: 3px;
  margin: 0 0 10px 0; }

div.teachers div.section p.none {
  text-align: left;
  margin: 10px 0; }

div.teachers table.index {
  width: 100%; }

.teachers h2 {
  margin-bottom: 5px; }

.menu.sub {
  padding-top: 0;
  margin-bottom: 20px;
  font-size: 13.2px; }

div.paging span,
div.paging a,
div.paging {
  height: 30px; }

div.paging span {
  border: 1px solid #ccc; }

div.paging a {
  text-decoration: none; }

div.paging div.disabled {
  display: inline; }

div.paging span.current {
  background-color: #aaa;
  font-weight: bold; }

div.paging span {
  padding: 3px 9px;
  margin-right: 4px; }

div.paging span:first,
div.paging span:last {
  padding: 3px 3px; }

input.number {
  width: 50px; }

div.cost {
  margin-top: 15px;
  border-width: 1px;
  padding: 4px;
  font-size: 120%; }

div.name div.input {
  width: 45%;
  display: inline;
  float: left; }

td.status {
  text-align: center; }

td.status-red {
  color: #8A1F11;
  background-color: #FBE3E4; }

td.status-green {
  background-color: #E6EFC2;
  color: #264409; }

td.status-amber {
  background-color: #FFF6BF;
  color: #514721; }

td.status-gray {
  background-color: #DDD;
  color: #555; }

.success.small,
.notice.small,
.error.small {
  padding: 4px;
  border-width: 1px; }

.aico-button img {
  margin: 0 5px -4px -9px; }

table.index.course-booking-users td.id {
  width: 20px; }

table.index.course-booking-users td.email {
  width: 375px; }

table.index.course-booking-users td.delete {
  text-align: right;
  width: 150px; }

span.preview-badge {
  cursor: pointer;
  float: right;
  background: url("/img/famfam/control_play.png") right no-repeat;
  padding-right: 25px; }

div.training.index h2 {
  font-size: 3.5em; }

.training-option h4 {
  min-height: 100px;
  font-size: 1.5em;
  background-color: #9C4DA5;
  color: #FFFFFF;
  padding: 5px; }

.training-option p {
  min-height: 75px; }

.training-option div {
  margin: 0 20px 0 10px;
  padding: 0 15px; }

.training-option {
  border-right: 1px solid #ccc;
  text-align: left; }

.training-option.last {
  border: none;
  width: 305px; }

div.page.training .session {
  padding: 20px 0;
  border-bottom: 1px solid #ccc; }

.training.toyou .doc-list {
  margin-left: 50px; }

div.training.online h3 {
  background-color: #9C4DA5;
  color: #FFFFFF;
  padding: 4px; }

div.training.index h2 span.three {
  display: block;
  float: left;
  background-image: url("/img/3.png");
  width: 128px;
  height: 137px;
  text-indent: -5000px; }

#revit-mini .sidebar img {
  margin-bottom: 20px; }

#revit-mini .sidebar p {
  color: #070;
  padding: 3px; }

#revit-mini .main p {
  font-size: 14px; }

#revit-mini p.intro {
  font-weight: bold;
  font-size: 16px;
  color: #9C4DA5; }

.promo {
  border: 2px solid #ccc;
  padding: 20px 0 20px 0; }

.promo .text {
  font-weight: normal;
  font-size: 16px; }

div.view.location .address {
  margin: 0;
  font-weight: normal;
  font-size: 16px; }

div.view.location .postcode {
  font-weight: bold;
  font-size: 22px; }

div.view.location .courses {
  border: 0;
  margin-top: 20px; }

.all-courses div.static {
  margin-bottom: 60px; }
  .all-courses div.static div.course {
    font-weight: bold;
    border: 1px solid #eee;
    padding: 10px 10px 10px 5px;
    text-align: center;
    margin-bottom: 10px; }
.all-courses .non-static .course {
  font-weight: bold;
  border: 1px solid #eee;
  text-align: left;
  padding: 10px;
  margin-bottom: 5px;
  margin-right: 10px;
  width: 284px;
  height: 60px; }
.all-courses .non-static div.course p.tutor {
  margin: 3px;
  color: #555; }

.training-type.view h2 {
  font-size: 24px; }
.training-type.view h3 {
  font-size: 18px;
  color: #FFF;
  background-color: #9c4da5;
  padding: 5px; }
.training-type.view .course-detail,
.training-type.view .course-content {
  padding-right: 30px;
  margin-bottom: 10px; }
.training-type.view .course-content p {
  margin-bottom: 3px; }
.training-type.view .course-detail p {
  margin-bottom: 10px; }
.training-type.view .scheduled {
  margin-bottom: 20px; }
.training-type.view .scheduled dt {
  width: 80px;
  float: left; }
.training-type.view .scheduled dd {
  text-align: right; }
.training-type.view .scheduled dd .cost {
  font-weight: bold; }
.training-type.view .contact p {
  text-align: left;
  margin-bottom: 3px; }
.training-type.view .book,
.training-type.view .contact {
  text-align: center; }
.training-type.view .book {
  margin: 0 0 10px 34px; }
.training-type.view .course-tutor h3 {
  margin-bottom: 0; }
.training-type.view .course-tutor .name {
  margin-bottom: 10px;
  background-color: #eee;
  color: #000;
  font-size: 16px;
  padding: 5px; }

.mini-series {
  border: 1px solid #ccc;
  background-color: #ffc;
  padding: 10px;
  margin: 20px 0; }

.mini-series a {
  font-size: 16px;
  text-align: center; }

table.sessions.index td.book {
  width: 160px; }

table.sessions.index td.date,
table.sessions.index td.location {
  white-space: nowrap; }

.partners ul.distributors {
  margin: 0 3px;
  padding: 0; }
  .partners ul.distributors li {
    list-style: none;
    padding: 8px 0;
    border-bottom: 1px solid #ccc; }
    .partners ul.distributors li a {
      text-decoration: none;
      display: block;
      width: auto; }
      .partners ul.distributors li a .flags,
      .partners ul.distributors li a .text {
        width: 29%;
        display: inline-block; }
      .partners ul.distributors li a .text {
        text-align: right;
        font-size: 1.5em; }
      .partners ul.distributors li a .logo {
        width: 40%;
        display: inline-block;
        text-align: left;
        height: 42px;
        line-height: 50px; }
        .partners ul.distributors li a .logo img {
          margin-left: 10px; }

#front-page .feature .video {
  margin-bottom: 20px; }

p.autodesk-link {
  font-size: 1.3em;
  text-align: center;
  padding: 20px 0; }
  p.autodesk-link img {
    vertical-align: middle;
    margin-right: 10px; }
  p.autodesk-link a {
    display: inline-block;
    vertical-align: middle;
    color: inherit;
    text-decoration: none; }


ul.country-list {
	text-transform: lowercase;
}

ul.country-list li {
	display: inline;
	list-style: none;
	max-width: 200px;
	padding: 20px;
	float: left;
	text-transform: capitalize;
}

table.basket {
	border-collapse: collapse;
}

table.basket td {
	border: 1px solid #9c4da5;
}

table.basket thead th {
	background-color: #9c4da5;
	color: #fff;
}


ul.package-list.signup li {
	border: 2px solid white;
	padding: 5px;
	margin:0;
}

ul.package-list.signup li.selected {
	border: 2px solid #9c4da5;
	background-color: #eee;
}

ul.package-list.partner li {
	margin-left: 20px;
}

div.programs label {
	display: inline;
}

div#global-program-list {
	margin-top: 20px;
}
div#global-program-list h3 {
	margin-bottom: 10px;
}

div#global-program-list div.program {
	clear: none;
	width: 45%;
	display: inline;
	float: left;
	margin: 10px;
}
div#global-program-list div.program span.logo {
	float: none;
}
div#global-program-list div.program p.summary {
	float: right;
	width: 70%;
	padding-right: 20px;
}

div.program-list div.program {
width: 45%;
display: inline;
float: left;
padding: 5px;
margin: 5px;
border: 2px solid #9c4da5;
text-align: center;
}
div.program-list div.program:hover {
	border-color: #ccc;
}
div.program-list div.program.selected {
	border-color: #cfc;
	background-color: #eee;
}

div.program-list div.program label {
	margin-left: 5px;
vertical-align: middle;
font-weight: normal;
}

form label {
	display: block;
}
form .checkbox label {
display: inline;
margin-left: 10px;
font-weight: normal;
}

form .submit {
	margin-top: 20px;
}

div.basket ul {
	padding-left: 15px;
}

.brochure-heading {
	color: #9c4da5;
}

div.signup-header {
	margin-bottom: 20px;
}

ul.package-list {
	margin-bottom: 0;
}

p.smallprint {
	font-size: smaller;
}

p#novat {
	margin: 0;
	float: right;
}


#signup-form div.submit {
	float: right;
}

ul#country-list {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 20px;
}
ul#country-list li {
display:inline;
float:left;
padding-bottom:5px;
padding-top:5px;
width:50%;
}

ul#country-list li span.name {
	font-size: 120%;
}
ul#country-list li img {
	vertical-align: middle;
	margin-right: 10px;
}

div#current-country  {
	padding-top: 10px;
}

div#current-country img {
	vertical-align: middle;
	float:left;
	margin-right: 10px;
}
div#current-country p.text {
	line-height:0.8;
	padding-top:5px;
}

div#current-country a {
	text-decoration: none;
}

div#current-country span.flag {
	margin-right: 5px;
}
div#current-country span.name {
	font-weight: bold;
}

div.submit button.aico {
	float:right;
}

input.bigButton {
	float: right;
	font-size: 18px;
	padding: 3px;
	background-color: #9c4da5;
	color: white;
}

input.bigButton.trial {
	background-color: #52b53c;
}

input.program-checkbox {
	poaition: relative;
	top: 5px;
	left: 5px;
	float: left;
}

p.price,
p.per-year {
	margin-top: 0;
	margin-bottom: 0;
}
table.basket {
	border-collapse: collapse;
}

table.basket.trial th {
	background-color: #52b53c;
}

table.basket td {
	vertical-align: top;
	border: 1px solid #ccc;
}
table.basket td.total span.label {
font-weight: bold;
}
table.basket td.total span.price {
float: right;
	}

table.basket td.tariff {
	width: 50%;
}
table.basket td.tariff p {
	margin: 0;
	}
table.basket td.tariff ul {
	margin: 0 0 0 20px;
	padding: 0;
	color: #000;
}

table.basket td.tariff ul li.inactive {
	color: #999;
}
table.basket td.tariff ul li.inactive span.notes {
	font-style: italic;
}

/**
 * TESTIMONIALS
 **/

.tests {
	padding:24px 0 24px 5px;
	clear: right;
	margin-top: 20px;
	border-top: 1px solid #ccc;
}
.tests .logos {
float:left;
padding-bottom:26px;
width:220px;
margin-right: 30px;
}
.tests .logos img {
	padding: 5px;
	margin: 5px;
}

.tests .test {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url('/css/img/quote-left.png') no-repeat scroll 0 2px;
float:left;
text-align:left;
padding:0 0 0 40px;
width: 90%;
}
.tests .test .text {
color:#626262;
font-size:16px;
line-height:26px;
font-family: "Georgia","Times New Roman",serif;
font-style: italic;
}
.tests .test .quote {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url('/css/img/quote-right.png') no-repeat scroll right top;
	font-size:23px;
	line-height:23px;
	padding:0 16px;
}

.tests .test .name {
color:#3E3E3E;
font-size:14px;
font-weight:bold;
padding:14px 0 0;
float:right;
}

.tests .test .text {
color:#626262;
font-size:16px;
line-height:26px;
}

.test-flag.current {
background-color: #eee;
}

.tests.index .test {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}
.tests.index .test img {
	margin-left: 10px;
	vertical-align: middle;
	margin-top: -5px;
}
.tests.index {
border-top: 0;
}
.tests.index.in-service {
	padding-right: 10px;
}

.tests.index.in-service .test {
	padding: 10px 0 0 0;
	width: 100%;
	border-top: 1px solid #eee;
	border-bottom: 0;
}
.tests.index.in-service .test .text {
	font-size: 14px;
	text-indent: 35px;
	text-align: justify;
	color: #aaa;
}
.tests.index.in-service .test .name {
	color: #777;
}

#slideshow img {
	display: none;
}

#slideshow img.first {
	display: block;
}

#partner-page {
	text-align: center;
}

.affReturnLink {
	font-weight: bold;
	padding: 20px;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

.affReturnLink a {
}

ul.doc-list {
	padding-left: 0;
	list-style: none;
	text-align: left;
}
ul.doc-list li {
margin-bottom: 5px;
}
ul.doc-list.booking {
	margin-right: 0;
}
ul.doc-list.booking li {
clear:both;
}
ul.doc-list.booking li .aico-button {
	float:right;
	margin-bottom: 10px;
}

ul.package-list {
	color: #333;
	font-size: 120%;
    list-style: disc outside none;

    margin-left: 20px;
	padding: 0;
	margin-right: 0px;
}
ul.package-list li {
	margin-bottom: 10px;
}

ul.package-list span.detail {
	font-weight: bold;
	color: black;
}

ul.package-list li input[type=radio],
ul.package-list li input.radio {
	top: 0;
	margin-right: 20px;
}
ul.package-list li img {
	vertical-align: middle;
}

div.aff-tariff div.subscribe-buttons span.info {
	font-size: 80%;
	padding-top: 10px;
	display: block;
}
div.aff-tariff div.subscribe-buttons .aico-button {
	margin-right: 30px;
}

div.tariff-select ul {
	list-style: none;
}


div.tariff-select label {
	display: inline;
}


.tariff-select.non-partner p,
.tariff-select.non-partner h3 {
	margin-bottom: 0;
}
.tariff-select.non-partner p {
	padding-top: 3px;
	padding-bottom: 3px;
}

#sample-videos li {
	text-align: left;
}

#sample-videos {
	font-size: 100%;
	padding-left: 20px;
}


p.coming-soon {
	font-style: italic;
}


div.or-trial {
}

#seven-days img {
	float:right; margin-right:-160px; margin-top: -50px
}

body.teacher #container {
  width: 95%; }
body.teacher #header,
body.teacher #footer,
body.teacher #content,
body.teacher #main {
  width: 100%; }
body.teacher #header .current_user {
  float: right;
  width: auto; }

.views div.key {
  display: inline-block;
  float: right;
  padding: 0 0 10px 0;
  font-style: italic; }
  .views div.key .today {
    background: #cfc;
    padding: 3px 5px;
    display: inline-block; }
.views #ClassPicker {
  margin-bottom: 20px; }
.views table.index.views {
  border-collapse: collapse;
  clear: both; }
  .views table.index.views th {
    background: #eee; }
  .views table.index.views th, .views table.index.views td {
    border: 1px solid #ddd; }
  .views table.index.views .c {
    text-align: center; }
  .views table.index.views th.student {
    font-weight: normal;
    background: #efefef;
    cursor: pointer; }
  .views table.index.views td.highlighted,
  .views table.index.views tr.highlighted td,
  .views table.index.views tr.highlighted th {
    background: #FFF6BF; }
  .views table.index.views .key .today,
  .views table.index.views tr.today td {
    background: #cfc; }
  .views table.index.views th.lesson {
    position: relative; }
    .views table.index.views th.lesson .title {
      display: none;
      position: absolute;
      bottom: 100%;
      left: 50%;
      background: #FFF6BF;
      border: 1px solid #FFD324;
      padding: 2px 3px;
      width: 250px;
      margin-left: -150px;
      margin-bottom: 2px; }
    .views table.index.views th.lesson:hover {
      cursor: pointer;
      background: #FFF6BF;
      border: 1px solid #FFD324 !important; }
      .views table.index.views th.lesson:hover .title {
        display: inline-block; }

.classes.add .input.text input {
  width: 400px; }
.classes.edit .members .input.checkbox {
  width: 225px;
  display: inline-block;
  padding: 5px 8px;
  border: 1px solid #ccc;
  margin: -1px 0 0 -1px; }
  .classes.edit .members .input.checkbox input {
    top: 0; }
