body {
	background: #1a1a1a;	
	font-family: Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: subpixel-antialiased;
}

figure {
	display: block;
	margin: 0;
	padding: 0;	
}

.tl-clear {
	clear: both;	
}

.tl-hide {
	/* display: none; */	
}

.tl-ah-hide {
	display: none;	
}

.tl-ah-image-data {
	display: none;	
}

.tl-ahh-data {
	display: none;	
}

.tl-data {
	display: none;
}

.tlsp-mac-viewer .tlsp-windows-specific,
.tlsp-mac-specific {
	display: none !important;	
}

.tlsp-mac-viewer .tlsp-mac-specific {
	display: block !important;
}

/* 3d Bdage */

#tlsp-badge-3d {
	position: absolute;
	width: 99px;
	height: 99px;
	overflow: hidden;
	text-indent: -99999em;
	right: -25px;
	top: -20px;
	background: url(/assets/ui/badge3d.png) left top no-repeat;
	display: block;
}

/* Button tyles */

.rt-button-large {
	display: block;
	width: 136px;
	height: 26px;
	padding: 10px 0 0 0;
	text-align: center;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	background: url(/assets/ui/button.large.png) left top no-repeat;
}

.rt-button-large:hover {
	background-position: 0 -36px;
	color: #aaa;
}

.rt-button-very-large {
	width: 230px;
	background: url(/assets/ui/button.very.large.png) left top no-repeat;
	font-size: 18px;
	padding: 8px 0 0 0;
	height: 28px;
}

.rt-button-medium {
	display: block;
	width: 87px;
	height: 22px;
	padding: 5px 0 0 0;
	text-align: center;
	font-size: 13px;
	color: #aaa;
	text-decoration: none;
	background: url(/assets/ui/button.medium.png) left top no-repeat;
}

.rt-button-medium:hover {
	color: #fff;
}

.rt-button-medium-long {
	width: 110px;
	background: url(/assets/ui/button.medium.long.png) left top no-repeat;
}

.rt-button-3 {
	display: block;
	width: 65px;
	height: 17px;
	padding: 5px 0 0 0;
	text-align: center;
	font-size: 12px;
	color: #c1c1c1;
	text-decoration: none;
	background: url(/assets/ui/button.small.png) left top no-repeat;
}

* html .rt-button-3 {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/assets/ui/button.small.png", sizingMethod="crop");
}

.rt-button-3:hover {
	color: #fff;
}

.rt-button-3-long {
	background: url(/assets/ui/button.small.long.png) left top no-repeat;
	width: 100px;
}

.button-1 {
	width: 51px;
	height: 15px;
	background: url(/assets/ui/button1.png) left top no-repeat;
	color: #fff;
	font-size: 12px;
	display: block;
	text-decoration: none;
	padding: 3px 0 0 6px;
}

* html .button-1 {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/assets/ui/button1.png", sizingMethod="crop");
}

.button-1:hover {
	background-position: 0 -18px;
}

.rt-button-4 {
	display: block;
	width: 69px;
	height: 18px;
	padding: 3px 0 0 0;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #cccccc;
	text-decoration: none;
	background: url(/assets/ui/admin/button-1.gif) left top no-repeat;
}

.rt-button-4:hover {
	color: #fff;
}

.rt-button-align-right {
	float: right;
	margin-left: 6px;
}

/* Custom checkbox style */

.rt-mp-checkbox {
	height: 16px;
	display: block;
	padding: 4px 0 0 29px;
	font-size: 13px;
	color: #999;
	position: relative;
}

.rt-mp-checkbox span {
	display: block;
	cursor: pointer;
	height: 20px;
	width: 20px;
	background: url(/assets/ui/checkbox/checkbox-lighter.png) left top no-repeat;
	left: 0;
	top: 0;
	position: absolute;
	text-indent: -999999em;
	overflow: hidden;
}

.rt-mp-checkbox span.checkbox-selected {
	background-position: 0 -20px;
}

.ajk-verifier-field-error .rt-mp-checkbox {
	color: #f395bf;
}

.rt-mp-checkbox a {
	color: #999;
}

.ajk-verifier-field-error .rt-mp-checkbox a {
	color: #f395bf;
}

.rt-mp-checkbox a:hover {
	color: #fff;
}

/* Header styles */

.tlsp-header {
	background: #000;
	border: #777 solid 0;
	border-width: 0 0 1px 0;
	position: relative;
	z-index: 5;
}

.tlsp-header-content {
	max-width: 814px;
	margin: 0 auto 0 auto;	
	position: relative;
	padding: 0 10px 5px 10px;
}

.tlsp-header .tlsp-main-logo {
	width: 75px;
	height: 18px;
	background: url(/assets/ui/header/main-logo.gif) left bottom no-repeat;
	padding: 13px 0 0 0;
	text-indent: -9999em;
	display: block;
}

.tlsp-header .tlsp-main-title {
	color: #808080;
	font-weight: normal;
	font-size: 16px;
	padding: 11px 0 0 0;
	position: relative;
	bottom: -2px;
}

.tlsp-header .tlsp-main-title a {
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	display: inline-block;
	margin-right: 10px;
	position: relative;
	top: -1px;
}

.tlsp-main-menu {
	position: absolute;
	right: 10px;
	bottom: 2px;
}

.tlsp-main-menu li {
	background: url(/assets/ui/header/menu-divider.gif) right bottom no-repeat;
	padding: 16px 12px 0 7px;
	display: inline;
}

.tlsp-main-menu li.last {
	padding-right: 0;
	background: none;
}

.tlsp-main-menu li a {
	font-size: 12px;
	text-decoration: none;
	color: #808080;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 0 0 0;
	position: relative;
	top: -2px;
}

.tlsp-main-menu li.highlight a, .tlsp-main-menu li a:hover {
	color: #fff;
}

.tlsp-body-content {
	max-width: 814px;
	margin: 0 auto 0 auto;		
	padding: 60px 10px 0 10px;
	position: relative;
}

.tlsp-body-content h1 {
	font-size: 80px;
	color: #ddd;
	font-weight: bold;
	text-transform: uppercase;
}

.tlsp-body-content h2 {
	font-size: 20px;
	color: #8e8e8e;
	margin: 5px 0 60px 0;
	line-height: 25px;
}

.tlsp-faq-group {
	margin: 0 -15px 40px -15px;	
}

.tlsp-faq-group h3 {
	padding: 0 0 9px 15px;
	margin: 0 0 8px 0;
	text-transform: uppercase;
	color: #ddd;
	font-size: 25px;
	background:  url(/assets/ui/sub-pages/faq-group-headline-underline.gif) left bottom no-repeat;
}

.tlsp-faq-block {
	padding: 15px;
	max-width: 814px;
}

.js-enabled .tlsp-faq-content {
	display: none;
}

.tlsp-faq-block h4 {
	font-size: 25px;
}

.tlsp-faq-block h4 a {
	color: #8e8e8e;
	text-decoration: none;
}

.tlsp-faq-block h4 a:hover {
	color: #fff;
}

.tlsp-faq-content {
	padding: 10px 0 0 0;	
}

.tlsp-faq-block p {
	color: #8e8e8e;
	font-size: 18px;
	margin: 10px 0 10px 0;
	line-height: 25px;
}

.tlsp-faq-block p a {
	color: #8e8e8e;
	text-decoration: none;
	font-weight: bold;
}

.tlsp-faq-block p a:hover {
	color: #fff;
}

.tlsp-faq-block li p { 
	padding: 0 0 0 35px;
	margin: 10px 0 15px 0;
	position: relative;
}

.tlsp-faq-block li p span { 
	display: block;
	width: 21px;
	height: 21px;
	background:  url(/assets/ui/sub-pages/bullet.png) left bottom no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 16px;
	text-align: center;
}

.tlsp-faq-block-open {
	background: #000;
	-moz-border-radius: 7px;
	border-radius: 7px;
	margin: 0 0 10px 0;
}

.tlsp-faq-block-open .tlsp-faq-content {
	display: block;
}

.tlsp-faq-block-open h4 a {
	color: #fff;
}

.tlsp-faq-image-block {
	width: 812px;
	position: relative;
	margin: 0 0 20px 0;
	border: #333 solid 1px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.tlsp-faq-image-block img {
	width: 812px;
	display: block;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.tlsp-faq-block .tlsp-image {
	display: none;	
}

/* Footer styles */

.tlsp-footer {
	padding: 100px 10px 20px 10px;	
}

.tlsp-footer-content {
	max-width: 1000px;
	margin: 0 auto 0 auto;	
	position: relative;
}

.tlsp-footer .tlsp-copyright,
.tlsp-footer .tlsp-copyright a {
	font-size: 13px;
	color: #595959;
	text-decoration: none;
}

.tlsp-footer .tlsp-copyright a:hover {
	color: #818181;
}

.tlsp-footer ul {
	position: absolute;
	right: 0;
	top: 0;
}

.tlsp-footer ul li {
	display: inline;
	padding: 0 0 0 10px;
	color: #595959;
}

.tlsp-footer ul a {
	font-size: 13px;
	color: #595959;
	text-decoration: none;
}

.tlsp-footer ul a:hover {
	color: #818181;
}

/* Home page styles */


.tlsp-home-page .tlsp-header {
}

.tlsp-home-page .tlsp-header-content {
	max-width: 1000px;	
}

.tlsp-home-page .tlsp-body {
	/*min-width: 1000px;*/
}

.tlsp-home-page .tlsp-body-content {
	max-width: 1000px;
	padding-top: 40px;	
}

.tlsp-timeline-iframe-holder {
	width: 1029px;
	height: 561px;
	position: relative;
	left: -15px;
	margin: 0 0 25px 0;
}

.tlsp-timeline-iframe-holder iframe {
	position: relative;
	left: 15px;
	top: 19px;
}

.tlsp-timeline-iframe-holder .tlsp-tih-top {
	width: 1029px;
	height: 25px;
	position: absolute;
	left: 0;
	top: 0;
	background:  url(/assets/ui/home-page/timeline-holder-top.png) left bottom no-repeat;
}

.tlsp-timeline-iframe-holder .tlsp-tih-bottom {
	width: 1029px;
	height: 25px;
	position: absolute;
	left: 0;
	bottom: 0;
	background:  url(/assets/ui/home-page/timeline-holder-bottom.png) left bottom no-repeat;
}

.tlsp-timeline-iframe-holder .tlsp-tih-left {
	position: absolute;
	width: 28px;
	top: 25px;
	left: 0;
	height: 511px;
	background:  url(/assets/ui/home-page/timeline-holder-left.png) left bottom repeat-y;
}

.tlsp-timeline-iframe-holder .tlsp-tih-right {
	position: absolute;
	width: 28px;
	top: 25px;
	right: 0;
	height: 511px;
	background:  url(/assets/ui/home-page/timeline-holder-right.png) left bottom repeat-y;
}

.tlsp-hp-content-block {
	padding: 65px 0 40px 0;	
	background:  url(/assets/ui/home-page/divider.gif) center top no-repeat;
	min-height: 1px;
}

.tlsp-hp-content-block-no-divider {
	padding-top: 20px;
	background-image: none;
}

.tlsp-hp-content-block .tlsp-hpc-title {
	color: #c1c1c1;
	text-align: center;
	font-size: 50px;
	font-weight: bold;
	text-transform: none;
	margin: 0 0 20px 0;
	line-height: 55px;
}

.tlsp-hp-content-block .tlsp-hpc-intro {
	text-align: center;
	color: #818181;
	font-size: 22px;
	line-height: 28px;
	margin: 0 auto 35px auto;
	max-width: 800px;
}

.tlsp-hp-content-block .tlsp-hpc-intro a {
	color: #818181;
}

.tlsp-hpc-text-points li {
	padding: 0 0 22px 0;
}

.tlsp-hpc-text-points li h4 {
	text-align: center;
	color: #c1c1c1;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 6px 0;
}

.tlsp-hpc-text-points li p {
	text-align: center;
	color: #818181;
	font-size: 16px;
	line-height: 20px;
}

.tlsp-hpc-extra-info {
	text-align: center;
	color: #818181;
	font-size: 16px;
	line-height: 20px;
	font-style: italic;
	padding: 5px 0 0 0;
}

.tlsp-hpc-thumb-block {
	max-width: 798px;
	margin: 0 auto 0 auto;
}

.tlsp-hpc-thumb-block a {
	display: block;
	width: 242px;
	height: 135px;
	position: relative;
	float: left;
	margin: 0 12px 16px 12px;
}

.tlsp-hpc-thumb-block img {
	display: block;
	width: 242px;
	height: 135px;
	position: relative;
}

.tlsp-hpc-thumb-block span {
	display: block;
	width: 242px;
	height: 135px;
	position: absolute;
	left: 0;
	top: 0;
	background: url(/assets/ui/home-page/timeline-thumb-mask.png) left top no-repeat;
}

.tlsp-admin-content-block {
	background: #000;
	max-width: 714px;
	margin: 0 auto 20px auto;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding: 30px 20px 25px 30px;
	position: relative;
	min-height: 1px;
}

.tlsp-admin-content-block .tlsp-acb-inner {
	position: relative;
	left: -5px;
	min-height: 1px;
}

.tlsp-admin-content-block-two-col .tlsp-field {
	width: 337px;	
	float: left;
}

.tlsp-admin-content-block .tlsp-field {
	margin: 0 10px 20px 10px;
	min-height: 1px;
}

.tlsp-admin-content-block .tlsp-field .tlsp-ah-uneditable-value {
	font-size: 18px;
	color: #eee;
	margin: 0 0 0 5px;
	position: relative;
}

.tlsp-admin-content-block .tlsp-field .tlsp-ah-field-option {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 12px;
	display: block;
	padding: 5px 7px 5px 7px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #333;
	color: #999;
	text-decoration: none;
	text-transform: uppercase;
}

.tlsp-admin-content-block .tlsp-field .tlsp-ah-field-option:hover {
	color: #333;
	background: #999;
}

.tlsp-admin-content-block .tlsp-field select {
	color: #ddd;
	background: #222;
	border: #444 solid 1px;
	width: 100%;
	font-size: 16px;
	padding: 5px;
	height: 40px;
}

.tlsp-admin-content-block .tlsp-field label {
	font-size: 16px;
	color: #818181;
	display: block;
	margin: 0 0 5px 0;
	padding: 0 0 0 5px;
}

.tlsp-admin-content-block .tlsp-field label span {
	display: block;
	font-size: 15px;
	color: #595959;
	padding: 0 0 2px 0;
}

.tlsp-admin-content-block .tlsp-field sup {
	color: #f395bf;
	padding: 0 4px 0 0;
}

.tlsp-admin-content-block .tlsp-field-input-holder {
	background: #212121;
	border: 2px solid #383838; 	
	border-radius: 7px;
	-moz-border-radius: 7px;
	height: 36px;
	position: relative;
}

.tlsp-admin-content-block .tlsp-field-large .tlsp-field-input-holder {
	height: 52px;
}

.tlsp-admin-content-block .tlsp-field-input-holder input {
	border-width: 0;
	display: block;
	width: 318px;
	margin: 3px 0 0 3px;
	height: 28px;
	background: none;
	font-size: 18px;
	color: #eee;
}

.tlsp-admin-content-block .tlsp-field-large .tlsp-field-input-holder input {
	height: 44px;
	border-radius: 3px;
	-moz-border-radius: 3px;
}

.tlsp-admin-content-block .tlsp-field-textarea-holder {
	background: #212121;
	border: 2px solid #383838; 	
	border-radius: 7px;
	-moz-border-radius: 7px;
	height: 100px;
}

.tlsp-admin-content-block .tlsp-field-textarea-holder textarea {
	border-width: 0;
	display: block;
	width: 317px;
	margin: 3px 0 0 3px;
	height: 90px;
	background: #212121;
	font-size: 18px;
	color: #eee;
	resize: none;
}

.tlsp-admin-content-block .tlsp-acb-intro {
	color: #515151;
	font-size: 18px;
	padding: 0 0 15px 0;
	margin: 0 0 40px 5px;
	text-align: center;
	background:  url(/assets/ui/sub-pages/underline.gif) center bottom no-repeat;
}

#tlsp-create-timeline-button, #tlsp-signup-button {
	margin: 20px 0 0 474px;
}

.tlsp-admin-content-block .rt-mp-checkbox {
	font-size: 16px;
	color: #818181;
	padding: 6px 0 0 35px;
	margin-left: 10px;
}

.tlsp-admin-content-block .rt-mp-checkbox a {
	color: #818181;
}

.tlsp-admin-content-block .rt-mp-checkbox a:hover {
	color: #eee;
}

.tlsp-admin-content-block .rt-mp-checkbox span {
	height: 25px;
	width: 25px;
	background: url(/assets/ui/checkbox/checkbox2.gif) left top no-repeat;
	left: 0;
	top: 0;
}

.tlsp-admin-content-block .rt-mp-checkbox span:hover {
	background-position: 0 -25px;
}

.tlsp-admin-content-block .rt-mp-checkbox span.checkbox-selected, .tlsp-admin-content-block .rt-mp-checkbox span.checkbox-selected:hover {
	background-position: 0 -50px;
}

.tlsp-admin-content-block .tlsp-acb-account-details {
	color: #818181;
	font-size: 16px;
	line-height: 20px;
}

.tlsp-admin-content-block .tlsp-acb-account-details a {
	color: #ccc;
	font-weight: bold;
	text-decoration: none;
}

.tlsp-admin-content-block .tlsp-acb-account-details a:hover {
	color: #fff;
}

/* Admin error styles */

.tlsp-admin-content-block .verification-messages {
	position: absolute;
	left: 8px;
	bottom: 0;	
}

.tlsp-admin-content-block .verification-messages p {
		color: #f395bf;
}

.tlsp-admin-content-block .verification-messages p.ajk-verifier-tooltip-displayer {
	color: #595959;	
}

.tlsp-admin-content-block .ajk-verifier-field-error .tlsp-field-input-holder {
	border-color: #f395bf;
}

.tlsp-admin-content-block .ajk-verifier-field-error label {
	color: #f395bf;
}

.tlsp-admin-content-block .ajk-verifier-field-error .rt-mp-checkbox {
	color: #f395bf;
}

.tlsp-admin-content-block .ajk-verifier-field-error .rt-mp-checkbox a {
	color: #f395bf;
}


/* Promotions panel styles */

.tl-promotions-panel {
	background: #000;	
	border-radius: 7px;
	-moz-border-radius: 7px;
	padding: 60px 0 0 20px;
	max-width: 1000px;
	margin-left: -10px;
}

.tl-promotions-panel .tl-pp-column {
	float: left;
	position: relative;
	width: 203px;	
	background: url(/assets/ui/promotions/small-timeline.gif) left top no-repeat;
	padding: 120px 0 20px 3px;
	margin: 0 18px 0 18px;
	min-height: 1px;
}

.tl-promotions-panel .tl-pp-column-free-content {
	background: url(/assets/ui/promotions/prom-timeline-free.jpg) left top no-repeat;
}

.tl-promotions-panel .tl-pp-column-education-content {
	background: url(/assets/ui/promotions/prom-timeline-teacher.jpg) left top no-repeat;
}

.tl-promotions-panel .tl-pp-column-bronze-content {
	background: url(/assets/ui/promotions/prom-timeline-bronze.jpg) left top no-repeat;
}

.tl-promotions-panel .tl-pp-column-silver-content {
	background: url(/assets/ui/promotions/prom-timeline-silver.jpg) left top no-repeat;
}

.tl-promotions-panel .tl-pp-column-inner {
	position: relative;
}

.tl-promotions-panel .tl-pp-column .tl-pp-star {
	width: 98px;
	height: 100px;
	position: absolute;
	background: url(/assets/ui/promotions/bronze-star.png) left top no-repeat;
	left: -30px;
	top: -42px;
	text-indent: -99999em;
	overflow: hidden;
}

.tl-promotions-panel .tl-pp-column .tl-pp-star-silver {
	background: url(/assets/ui/promotions/silver-star.png) left top no-repeat;
}

.tl-promotions-panel .tl-pp-column .tl-pp-star-gold {
	background: url(/assets/ui/promotions/gold-star.png) left top no-repeat;
}

.tl-promotions-panel .tl-pp-column .tl-pp-star-free {
	background: url(/assets/ui/promotions/free-star.png) left top no-repeat;
}

.tl-promotions-panel .tl-pp-column .tl-pp-star-education {
	background: url(/assets/ui/promotions/education-star.png) left top no-repeat;
}

.tl-promotions-panel .tl-pp-column h3 {
	font-size: 19px;
	color: #fff;
	margin: 0 0 4px 0;
	font-weight: bold;
}

.tl-promotions-panel .tl-pp-column h3.tl-pp-bronze {
	color: #b05500;
}

.tl-promotions-panel .tl-pp-column h3.tl-pp-silver {
	color: #878c8c;
}

.tl-promotions-panel .tl-pp-column h3.tl-pp-gold {
	color: #ec9f00;
}

.tl-promotions-panel .tl-pp-column h3.tl-pp-free {
	color: #447a82;
}

.tl-promotions-panel .tl-pp-column h3.tl-pp-education {
	color: #c12873;
}

.tl-promotions-panel .tl-pp-column p {
	font-size: 14px;
	font-style: italic;
	opacity: 0.99;
	line-height: 1.2;
	color: #dadada;
}

.tl-promotions-panel .tl-pp-column ul {
	padding: 10px 0 0 0;	
}

.tl-promotions-panel .tl-pp-column li {
	font-size: 12px;
	margin: 0 0 6px 0;
	background: url(/assets/ui/promotions/bullet.gif) 3px center no-repeat;
	padding: 0 0 0 16px;
	color: #fff;
}

.tl-promotions-panel .tl-pp-column p.tl-pp-price {
	font-style: normal;
	padding: 5px 0 5px 0;
	font-size: 15px;
}

.tl-promotions-panel .tl-pp-column p.tl-pp-price span {
	font-weight: bold;
}

.tl-promotions-panel .tl-pp-column .rt-button-promotion {
	width: 113px;
	height: 30px;
	background: url(/assets/ui/button-promotion.gif) left top no-repeat;
	display: block;
	margin: 8px 0 0 0;
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	text-align: center;
	padding: 6px 0 0 0;
}

.tl-promotions-panel .tl-pp-column form {
	width: 113px;
	height: 30px;
	display: block;
	margin: 8px 0 0 0;
}

.tl-promotions-panel  .tl-pp-message-sub,
.tl-promotions-panel  .tl-pp-message {
	padding: 20px 0 20px 0;
	color: #898989;
	font-size: 16px;
	line-height: 22px;
	display: block;
	margin-right: 10px;
}

.tl-promotions-panel  .tl-pp-message-sub a,
.tl-promotions-panel  .tl-pp-message a {
	text-decoration: none;
	color: #aaa;
}

.tl-promotions-panel  .tl-pp-message-sub {
	margin-top: -15px;
	padding: 0 0 20px 0;	
}


#tlsp-hp-content-block-account-info .tlsp-admin-content-block {
	width: 100%;	
}

/* Pop down panel styles */

.ajk-pop-down-panel {
	width: 269px;
	position: absolute;
	top: -200px;
	left: 10px;
	display: none;
	margin-left: -135px;
	z-index: 3;
	margin-top: -31px;
}

#ajk-pop-down-panel-sign-up .ajk-verifier-field-checkbox {
	padding-bottom: 8px;
}

/* #ajk-pop-down-panel-contact-us {
	margin-right: -83px;
}

#ajk-pop-down-panel-sign-up {
	margin-right: -66px;
} */

.ajk-pop-down-panel .top {
	height: 22px;
	background: url(/assets/ui/pop-down-panel/top.png) left top no-repeat; 
}

* html .ajk-pop-down-panel .top {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/assets/ui/pop-down-panel/top.png", sizingMethod="crop");
}

.ajk-pop-down-panel .content-holder {
	background: url(/assets/ui/pop-down-panel/content.repeat.png) left top repeat-y;
	min-height: 1px;
}

* html .ajk-pop-down-panel .content-holder {
	height: 1px;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/assets/ui/pop-down-panel/content.repeat.png", sizingMethod="scale");
}


.ajk-pop-down-panel .bottom {
	height: 45px;
	background: url(/assets/ui/pop-down-panel/bottom.png) left top no-repeat; 
}

* html .ajk-pop-down-panel .bottom {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/assets/ui/pop-down-panel/bottom.png", sizingMethod="crop");
}

.ajk-pop-down-panel-align-right .bottom {
	background: url(/assets/ui/pop-down-panel/bottom.align.right.png) left top no-repeat; 
}

* html .ajk-pop-down-panel-align-right .bottom {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/assets/ui/pop-down-panel/bottom.align.right.png", sizingMethod="crop");
}

.ajk-pop-down-panel-align-top .bottom {
	height: 17px;
	background: url(/assets/ui/pop-down-panel/bottom.align.top.png) left top no-repeat; 
}

* html .ajk-pop-down-panel-align-top .bottom {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/assets/ui/pop-down-panel/bottom.align.top.png", sizingMethod="crop");
}

.ajk-pop-down-panel-no-arrow .bottom {
	height: 17px;
	background: url(/assets/ui/pop-down-panel/bottom.align.top.png) left top no-repeat; 	
}

* html .ajk-pop-down-panel-no-arrow .bottom {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/assets/ui/pop-down-panel/bottom.align.top.png", sizingMethod="crop");
}

.ajk-pop-down-panel-align-top .top {
	height: 39px;
	background: url(/assets/ui/pop-down-panel/top.align.top.png) left top no-repeat; 
}

* html .ajk-pop-down-panel-align-top .top {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/assets/ui/pop-down-panel/top.align.top.png", sizingMethod="crop");
}

.ajk-pop-down-panel-align-right-top .top {
	height: 39px;
	background: url(/assets/ui/pop-down-panel/top.align.right.top.png) left top no-repeat; 
}

* html .ajk-pop-down-panel-align-right-top .top {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/assets/ui/pop-down-panel/top.align.right.top.png", sizingMethod="crop");
}

.ajk-pop-down-panel-align-right-top {
	margin-right: -67px;
	visibility: visible;
}

.ajk-pop-down-panel-align-right-top-2 .top {
	height: 39px;
	background: url(/assets/ui/pop-down-panel/top.align.right.top2.png) left top no-repeat; 
}

* html .ajk-pop-down-panel-align-right-top-2 .top {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/assets/ui/pop-down-panel/top.align.right.top2.png", sizingMethod="crop");
}

.ajk-pop-down-panel-align-right-top-2 {
	margin-right: -53px;
	visibility: visible;
}

.ajk-pop-down-panel .content {
	margin: 0 17px 0 17px;
	padding: 0 10px 6px 10px;
	color: #fff;
	background: #000 url(/assets/ui/pop-down-panel/highlight.png) left top no-repeat;
	position: relative;
	min-height: 1px;
}

* html .ajk-pop-down-panel .content {
	height: 1px;	
}

.ajk-pop-down-panel .content a.close {
	display: block;
	height: 8px;
	width: 9px;
	position: absolute;
	top: 5px;
	right: 9px;
	background: url(/assets/ui/pop-down-panel/close.png) left top no-repeat;
	text-indent: -99999em;
	overflow: hidden;
}

.ajk-pop-down-panel .content a.close:hover {
	background-position: 0 -8px;
}

.ajk-pop-down-panel .content h3,
.ajk-pop-down-panel .content h5 {
	padding: 6px 0 8px 0;	
	color: #fff;
	font-size: 15px;
}

.ajk-pop-down-panel .content p {
	line-height: 16px;
	font-size: 12px;
	color: #aaa;
}

.ajk-pop-down-panel .content .input-holder {
	width: 215px;
	height: 25px;
	background: url(/assets/ui/pop-down-panel/field.png) left top no-repeat;
	margin: 12px 0 10px 0;
}

.ajk-pop-down-panel .input-holder-relative {
	position: relative;
}

.ajk-pop-down-panel .content .input-holder input {
	padding: 0;
	margin: 5px 0 0 4px;
	border-width: 0;
	background: #000;
	color: #898989;
	font-size: 12px;
	width: 95%;
}

.ajk-pop-down-panel .input-holder .ajk-verifier-overlay {
	position: absolute;
	top: 5px;
	left: 4px;
	background: #000;
	color: #898989;
	font-size: 12px;
	height: 15px;
	line-height: 15px;
	width: 204px;
}

.ajk-pop-down-panel .content .textarea-holder {
	width: 215px;
	margin: 12px 0 10px 0;
	position: relative;
	padding: 6px 0 6px 0;
}

.ajk-pop-down-panel .content .textarea-holder textarea {
	display: block;
	color: #898989;
	padding: 0;
	background: #000;
	margin: 0 1px 0 1px;
	height: 100px;
	width: 211px;
	border-width: 0;
	font-size: 12px;
	line-height: 15px;
	resize: none;
	overflow: hidden;
	font-family: Arial;
}

.ajk-pop-down-panel .content .textarea-holder .tah-middle {
	border: #1a1a1a solid 0;
	border-width: 0 1px 0 1px;
}

.ajk-pop-down-panel .content .textarea-holder .tah-top {
	height: 6px;
	background: url(/assets/ui/pop-down-panel/field.png) left top no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 215px;
}

.ajk-pop-down-panel .content .textarea-holder .tah-bottom {
	height: 6px;
	background: url(/assets/ui/pop-down-panel/field.png) left bottom no-repeat;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 215px;
}

.ajk-pop-down-panel .content .rt-button-3 {
	float: right;	
}

.ajk-pop-down-panel .content p.ajk-verifier-error-message {
	color: #f495bf;
}

.ajk-pop-down-panel .content p.ajk-verifier-success-message {
	color: #969cf4;
}

.ajk-pop-down-panel .content .ajk-verifier-field-focused input, .ajk-pop-down-panel .content .ajk-verifier-field-focused textarea {
	color: #fff;	
}

.ajk-pop-down-panel .content .ajk-verifier-field-error input, .ajk-pop-down-panel .content .ajk-verifier-field-error textarea {
	color: #f495bf;	
}


.ajk-pop-down-panel .fp-carousel {
	height: 150px;
	overflow: hidden;	
}

.ajk-pop-down-panel  .rt-button-3 {
	margin-left: 5px;	
}

.ajk-pop-down-panel .fp-block {
	overflow: hidden;
	height: 150px;
	position: relative;
	display: none;
}

#ajk-pop-down-panel-sign-up .fp-carousel, #ajk-pop-down-panel-sign-up .fp-block {
	min-height: 340px;
}

#ajk-pop-down-panel-login .fp-carousel, #ajk-pop-down-panel-login .fp-block {
	min-height: 168px;
}

#ajk-pop-down-panel-login .forgotten-password {
	position: absolute;
	bottom: 10px;
	left: 5px;
	color: #666;
	font-size: 12px;
	text-decoration: none;
}

#ajk-pop-down-panel-login .forgotten-password:hover {
	text-decoration: underline;
}

#ajk-pop-down-panel-login .fp-block-1 .verification-messages {
	width: 75px;	
}

.ajk-pop-down-panel .fp-block a.close {
	right: 0 !important;
}

.ajk-pop-down-panel .button-holder {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.ajk-pop-down-panel .rt-button-left {
	float: left !important;
}

.ajk-pop-down-panel .fp-body-bottom-padding {
	padding-bottom: 5px;	
}

.ajk-pop-down-panel .fp-block-loader {
	background: url(/assets/ui/loader.dark.gif) center center no-repeat;
}

.ajk-pop-down-panel p {
	margin-bottom: 5px;
}

.ajk-pop-down-panel p a {
	color: #fff;
	text-decoration: none;
}

.ajk-pop-down-panel form {
	position: relative;
	padding-bottom: 15px;
}

.ajk-pop-down-panel form .rt-button-3 {
	position: relative;
	bottom: -11px;
}

.ajk-pop-down-panel .verification-messages {
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 140px;
	background: #000;
}

#ajk-pop-down-panel-login .fp-block-1 .verification-messages {
	width: 75px;	
}


#tl-hide-password-sent-panel {
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	height: 120px;	
	display: none;
}

.tl-reset-password-panel-disabled #tl-hide-password-sent-panel {
	display: block;	
}

.tl-reset-password-panel-disabled .ajk-verifier-submit {
	display: none;
}

/* Home page logged in styles */

.tlsp-admin-list-item {
	display: block;
	background: #212121;
	margin: 0 0 10px 0;
	padding: 18px;	
	border-radius: 5px;
	-moz-border-radius: 5px;
	text-decoration: none;
	position: relative;
	left: -5px;
	cursor: pointer;
}

.tlsp-admin-list-item-no-hover {
	cursor: default;	
	background: #3d3d3d;
}

.tlsp-admin-list-item:hover {
	background: #3d3d3d;
}

.tlsp-admin-list-item .tlsp-ali-title {
	font-size: 22px;
	color: #818181;
	display: block;
	margin-right: 185px;
	overflow: hidden;
	white-space: nowrap;
}

.tlsp-admin-list-item:hover .tlsp-ali-title {
	color: #fff;
}

.tlsp-admin-list-item .tlsp-ali-controls {
	position: absolute;
	right: 18px;
	top: 18px;
	font-size: 22px;
	color: #818181;
}

.tlsp-admin-list-item .tlsp-ali-controls span {
	text-transform: uppercase;
	font-size: 15px;
	position: relative;
	top: -2px;
	cursor: pointer;
}

.tlsp-admin-list-item .tlsp-ali-controls span:hover {
	color: #fff;
}


.tlsp-admin-list-item-disabled {
	background: #111;
}

.tlsp-admin-list-item-disabled:hover {
	background: #222;
}

.tlsp-admin-list-item-disabled .tlsp-ali-title,
.tlsp-admin-list-item-disabled .tlsp-ali-controls {
	color: #444;
}

.tlsp-admin-list-item-disabled:hover .tlsp-ali-title,
.tlsp-admin-list-item-disabled .tlsp-ali-controls span:hover {
	color: #777;
}


.tlsp-admin-list-item .tlsp-ali-confirm {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #818181;
	left: 0;
	top: 0;
	text-align: center;
	display: block;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

.tlsp-admin-list-item .tlsp-ali-confirm input {
	border: #333 solid 1px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 20px;
	padding: 3px;
	display: inline-block;
	margin: -6px 20px 0 0;
}

.tlsp-admin-list-item .tlsp-ali-confirm-text {
	padding: 21px 0 0 0;
	font-size: 20px;
	display: block;
	color: #333;
}

.tlsp-admin-list-item .tlsp-ali-confirm-text span {
	font-weight: bold;
	cursor: pointer;
}

.tlsp-admin-list-item .tlsp-ali-confirm-text span:hover {
	color: #000;
}

.tlsp-admin-list-item .tl-sp-pupil-timeline-holder {
	text-align: left;
}

.tlsp-admin-list-item .tl-sp-pupil-timeline-holder h4 {
	padding: 0 0 5px 0;
	font-size: 20px;
	color: #ddd;
}

.tlsp-admin-list-item .tl-sp-pupil-timeline-holder h5 {
	padding: 0 0 5px 0;
	font-size: 15px;
	color: #999;
}

.tlsp-admin-list-item .tl-sp-pupil-timeline-holder h5 span {
	color: #ddd;
}

.tlsp-admin-list-item .tl-sp-pupil-timeline-holder p,
.tlsp-admin-list-item .tl-sp-pupil-timeline-holder a {
	font-size: 16px;
	color: #999;
	padding: 0 15px 0 0;
	line-height: 25px;
}

.tlsp-admin-list-item .tl-sp-pupil-timeline-holder a:hover {
	color: #ccc;
}

.tlsp-admin-list-item .close {
	position: absolute;
	right: 0px;
	top: 10px;
	display: block;
	overflow: hidden;
	display: block;
	text-decoration: none;
}

.tlsp-content-block-reduced-width {
	max-width: 764px;
	margin: 0 auto 0 auto;	
}

.tlsp-call-to-action {
	text-transform: uppercase;
	color: #c1c1c1;
	font-size: 26px;
	text-decoration: none;
	position: relative;
	top: -4px;
	text-align: center;
}

.tlsp-call-to-action span {
	font-size: 40px;
	padding: 7px 0 0 0;
}

.tlsp-acb-left-col {
	width: 350px;
	padding: 0 7px 0 0;
	float: left;
}

.tlsp-acb-right-col {
	width: 350px;
	padding: 0 0 0 7px;
	float: right;
}

.tlsp-fis-control {
	position: absolute;
	top: 0;
	right: 0;
	height: 52px;
	width: 57px;	
	background: url(/assets/ui/sub-pages/image-selector.gif) left top no-repeat;
	right: 0;
}

.tlsp-fis-control:hover {
	background-position: left bottom;
}


/*  Alert styles  */

.tlsp-admin-content-block .tl-ah-alert {
	width: 100%;
	height: 100%;	
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	visibility: hidden;
}

.tlsp-admin-content-block .tl-ah-alert-inner {
	margin: 8px;
	position: relative;
}

.tlsp-admin-content-block .tl-ah-alert-inner .tl-ah-alert-fade {
	background: #000;
	opacity: 0.75;
	/*filter: alpha(Opacity = 75); */
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.tlsp-admin-content-block .tl-ah-alert-content {
	position: absolute;
	top: 15px;
	left: 50%;
	width: 237px;
	margin-left: -118px;
	background: #000;
	padding: 5px 10px 8px 10px;
	border: #898989 solid 2px;
	border-radius: 7px;
	-moz-border-radius: 7px;
}

.tlsp-admin-content-block .tl-ah-alert-content h3 {
	font-weight: bold;
	font-size: 14px;
	padding: 8px 0 4px 0;
	color: #fff;
	text-transform: uppercase;
}

.tlsp-admin-content-block .tl-ah-alert-content .tl-ah-alert-content-body {
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	border-width: 0;
}

.tlsp-admin-content-block .tl-ah-alert-content .tl-ah-alert-content-body p {
	font-size: 13px;
	line-height: 18px;
	margin: 0 0 3px 0;
	color: #aaa;
}

.tlsp-admin-content-block .tl-ah-alert-content .tl-ah-alert-content-body p a {
	color: #fff;
}

.tlsp-admin-content-block .tl-ah-alert-content .tl-alert-close {
	position: absolute;
	width: 9px;
	height: 8px;
	right: 7px;
	top: 7px;
	background: url(/assets/ui/pop-down-panel/close.png) left top no-repeat;
	display: block;
	text-indent: -99999em;
	overflow: hidden;
}

.tlsp-admin-content-block .tl-ah-alert .rt-button-4 {
	background: #333;
	border: #555 solid 1px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: 15px;
}

/* Feed item selector styles */
.tl-ah-feed-item-selector {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	bottom: 0;	
	z-index: 5;
	display: none;
}

.tl-ah-feed-item-selector .tl-ah-fis-fade {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.75;
	filter: alpha(Opacity = 75);
	background: #000;	
}

.tl-ah-fis-panel {
	width: 452px;
	margin: 0 auto 0 auto;
	position: relative;
	top: 50px;
}

.tl-ah-fis-panel .tl-ah-fis-top {
	height: 13px;
	background: url(/assets/ui/feed-item-selector/panel-back-top.png) left top repeat-y;	
}

.tl-ah-fis-panel .tl-ah-fis-middle {
	background: url(/assets/ui/feed-item-selector/panel-back-repeat.png) left top repeat-y;
	min-height: 1px;
}

.tl-ah-fis-panel .tl-ah-fis-bottom {
	height: 13px;
	background: url(/assets/ui/feed-item-selector/panel-back-bottom.png) left top repeat-y;	
}

.tl-ah-fis-panel .tl-ah-fis-content {
	background: #d5d5d5;
	margin: 0 6px 0 6px;
	min-height: 1px;	
}

.tl-ah-fis-panel .tl-ah-fis-content-inner {
	padding: 5px 10px 0 10px;
	min-height: 1px;
}

.tl-ah-fis-panel .tl-panel-specific-content {
	min-height: 1px;	
}

.tl-ah-fis-header {
	position: relative;	
}

.tl-ah-fis-header h3 {
	font-size: 16px;
	color: #333;	
}

.tl-ah-fis-header p {
	font-size: 13px;
	margin: 5px 0 5px 0;
	line-height: 1.3;
	color: #333;
}

.tl-ah-fis-header p a {
	color: #333;
}

.tl-ah-fis-header .tl-ah-fis-close {
	position: absolute;
	right: 0;
	top: 0;
	background: url(/assets/ui/admin/admin-close-2.gif) left top no-repeat;
	height: 8px;
	width: 9px;
	text-indent: -99999em;
	overflow: hidden;
}

.tl-ah-search-block {
	background: #a3a3a3 url(/assets/ui/feed-item-selector/search-divider.gif) center top repeat-y;	
	margin: 7px -10px 7px -10px;
	padding: 13px 10px 10px 10px;
	min-height: 1px;
}

.tl-ah-search-block .tl-ah-input input {
	width: 170px;
}

.tl-ah-fis-block {
	width: 205px;	
}

.tl-ah-fis-block-first {
	float: left;	
}

.tl-ah-fis-block-last {
	float: right;
	width: 200px;	
}

.tl-ah-fis-block h4 {
	font-size: 13px;
	font-weight: bold;
	color: #333;
	margin: 0 0 3px 0;	
}

.tl-ah-fis-block p {
	font-size: 12px;
	color: #333;
	line-height: 15px;
	min-height: 3.75em;
}

.tl-ah-fis-block .tl-ah-input {
	margin: 8px 2px 0 0;
	position: relative;
	left: -2px;	
}

.tl-ah-fis-search-results {
	position: relative;
}

.tl-ah-fis-search-results h5 {
	font-size: 13px;
	color: #333;
	font-weight: bold;
}

.tl-ah-fis-image-carousel {
	height: 135px;
	margin: 8px 0 0 0;
	position: relative;
}

.tl-ah-fis-image-carousel-fade {
	height: 165px;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	display: none;
	background: #d5d5d5 url(/assets/ui/feed-item-selector/animated-loader.gif) center 54px no-repeat;
}

.tl-ah-fis-image-carousel .tl-ah-fis-image-block {
	float: left;
	width: 64px;
	height: 64px;
	background: #fff;
	position: relative;
	margin: 0 0 7px 7px;
}

.tl-ah-fis-image-carousel .tl-ah-fis-image-block-row-start {
	margin-left: 0;
}

.tl-ah-fis-image-carousel .tl-ah-fis-image-holder {
	width: 63px;
	height: 63px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	background: #aaa;
	display: block;
}

.tl-ah-fis-image-carousel .tl-ah-fis-image-holder img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 63px;
	height: 63px;
}

.tl-ah-fis-controls {
	height: 15px;	
	position: relative;
	margin: 10px 0 0 0;
	visibility: hidden;
}

.tl-ah-fis-controls-inner-1 {
	position: absolute;
	left: 50%;
}

.tl-ah-fis-controls-inner-2 {
	position: relative;
	width: 90px;
	left: -45px;
	text-align: center;
}

.tl-ah-fis-controls p {
	display: inline;
	font-size: 12px;
}

.tl-ah-fis-controls p span {
	font-weight: bold;
}

.tl-ah-fis-controls a.tl-ah-fis-controls-prev {
	width: 10px;
	height: 15px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(/assets/ui/feed-item-selector/control-prev.gif) left top no-repeat;
	text-indent: -99999em;
	overflow: hidden;
}

.tl-ah-fis-controls a.tl-ah-fis-controls-next {
	width: 10px;
	height: 15px;
	position: absolute;
	top: 0;
	right: 0;
	background: url(/assets/ui/feed-item-selector/control-next.gif) left top no-repeat;
	text-indent: -99999em;
	overflow: hidden;
}

.tl-fis-selected-message {
	padding: 5px 0 5px 0;
}

.tl-fis-selected-message p {
	font-size: 13px;
	line-height: 1.3;
	color: #333;
	font-weight: bold;
	background: #d5d5d5;
}

.tl-fis-selected-message a {
	color: #333;
	font-weight: bold;
}


/* Search button styles */

.tl-ah-search-button {
	position: absolute;
	display: block;
	background: url(/assets/ui/admin/field-search-button.gif) left top no-repeat;
	height: 21px;
	width: 22px;
	right: 1px;
	top: 1px;
	text-indent: -99999em;
	overflow: hidden;
}

.tl-ah-search-button:hover {
	background-position: left bottom;
}

.tl-ah-flickr-image-selector .ajk-fis-header-title {
	background: url(/assets/ui/flickr-logo.gif) left top no-repeat;
	padding-left: 65px;
	padding-top: 4px;
}

/* Useful admin styles */

.tl-ah-input {
	position: relative;	
}

.tl-ah-input .tl-ah-f-inner {
	height: 23px;
	background: url(/assets/ui/admin/field-left.png) left top no-repeat;
	margin: 0 3px 0 0;
}

.tl-ah-input .tl-ah-f-right {
	height: 23px;
	width: 3px;
	background: url(/assets/ui/admin/field-right.png) left top no-repeat;	
	position: absolute;
	top: 0;
	right: 0;
}

.tl-ah-input input {
	border-width: 0;
	height: 15px;
	display: block;
	position: relative;
	left: 3px;
	top:3px;
	width: 95%;
}

/* Help popup styles */

#tlsp-help-popup {
	top: -10000px;
	right: auto;
	left: -10000px;
	margin: 0 0 0 32px;
	display: block;
}

#tlsp-help-popup .tl-ahh-data {
	display: block;	
}

#tlsp-help-popup p span {
	font-weight: bold;
	color: #fff;	
}

.tlsp-terms-and-conditions-content {
	color: #fff;	
}

.tlsp-terms-and-conditions-content h3 {
	margin: 15px 0 10px 0;
	padding: 0;
}

.tlsp-terms-and-conditions-content p {
	text-indent: 0;
	margin-bottom: 10px;
	color: #818181;
	line-height: 18px;
	font-size: 15px;
}

.tlsp-terms-and-conditions-content p a {
	color: #ccc;
	text-decoration: none;
}

/* Date picker stuff */

.tl-ah-date-picker-button {
	position: absolute;
	top: 0;
	right: 0;
	height: 52px;
	width: 57px;	
	background: url(/assets/ui/date-picker/homepage-dp-launcher.gif) left top no-repeat;
	right: 0;
	text-indent: -99999em;
}

.tl-ah-date-picker-button:hover {
	background-position: left bottom;
}

.ajk-date-picker {
}

.ajk-date-picker .ajk-dp-day {
	display: block;
	float: left;
	background: #ddd;
	width: 58px;
	height: 40px;
	text-align: center;
	margin: 0 2px 2px 0;
	text-decoration: none;
	color: #333;
	line-height: 40px;
	font-size: 18px;
	color: #666;
}

.ajk-date-picker .ajk-dp-day:hover {
	color: #fff;
	background:#bbb;
}

.ajk-date-picker .ajk-dp-day-title {
	display: block;
	float: left;
	width: 58px;
	height: 20px;
	text-align: center;
	margin: 0 2px 2px 0;
	lin-height: 20px;
	color: #999;
	font-size: 12px;
}


.ajk-date-picker .ajk-dp-day-hide-visibility {
	visibility: hidden;
}

.ajk-date-picker .ajk-dp-day-hide-display {
	display: none;
}

.ajk-date-picker .ajk-dp-day-selected, .ajk-date-picker .ajk-dp-day-selected:hover {
	background: #b70519;
	color: #fff;
}

.ajk-date-picker .ajk-dp-bottom {
	clear: both;
	padding: 1px 0 0 0;
}

.ajk-dp-header {
	background: #ddd;
	padding: 5px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 5px 0 10px 0;
	position: relative;
	height: 35px;
}

.ajk-dp-header h3 {
	text-align: right;
	width: 175px;
	font-size: 16px;
	color: #666;
	height: 35px;
	line-height: 35px;
}

.ajk-dp-month-arrow {
	position: absolute;
	height: 34px;
	width: 16px; 
	left: 10px;
	top: 5px;
	background: url(/assets/ui/date-picker/left-arrow.gif) left top no-repeat;
	text-indent: -99999em;
}

.ajk-dp-month-arrow:hover {
	background-position: 0 -34px;
}

.ajk-dp-next-month {
	left: auto;
	right: 10px;
	background-image: url(/assets/ui/date-picker/right-arrow.gif);
}

.ajk-dp-header .tl-ah-input {
	position: absolute;
	width: 50px;
	top: 10px;	
	left: 185px;
}

.ajk-dp-selected-date {
	padding: 10px 0 10px 0;
	position: relative;
	border: #ccc solid 0;
	border-width: 1px 0 1px 0;
	margin: 10px 0 15px 0;
	background: url(/assets/ui/date-picker/colons.gif) right top no-repeat;
}

.ajk-dp-selected-date p {
	font-size: 14px;
	color: #666;	
}

.ajk-dp-selected-date p span {
	font-weight: bold;
	color: #b70519;
	position: absolute;
	right: 114px;
	top: 10px;
	text-align: right;
}

.ajk-dp-switch-button {
	display: block;
	width: 30px;
	height: 22px;
	position: absolute;
	text-align: center;
	top: 0;
	background: url(/assets/ui/date-picker/switchers.gif) 0 -22px no-repeat;
	line-height: 23px;
	font-size: 11px;
	color: #999;
	text-decoration: none;
}

.ajk-dp-switch-button:hover {
	color: #333;
}

.ajk-dp-switch-button-selected {
	background-position: 0 0;
	font-weight: bold;	
	color: #fff;
	cursor: default;
}

.ajk-dp-switch-button-selected:hover {
	color: #fff;
}

.ajk-dp-ad-button {
	position: absolute;
	left: 240px;
	top: 11px;
}

.ajk-dp-bc-button {
	position: absolute;
	left: 272px;
	top: 11px;
}

.ajk-dp-time-field {
	width: 30px;	
	position: absolute;
	top: 5px;
}

.ajk-dp-time-field input {
	width: 22px;
	color: #b70519;
	font-weight: bold;
}

.ajk-dp-second-field {
	right: 0;	
}

.ajk-dp-minute-field {
	right: 38px;	
}

.ajk-dp-hour-field {
	right: 76px;	
}

.tl-ah-date-picker-lightbox .tl-ah-fis-panel {
	margin-top: -25px;	
}

/* Flickr error message */

#tl-flickr-error-overlay {
	position: absolute;
	width: 439px;
	height: 200px;
	background: #d5d5d5;
	left: 6px;
	top: 15px;	
}

#tl-flickr-error-overlay h4 {
	padding: 10px 0 10px 10px;	
	font-size: 16px;
}

#tl-flickr-error-overlay p {
	padding: 0 10px 5px 10px;
	font-size: 13px;
	line-height: 16px;
}

.tl-ah-flickr-image-selector .tl-ah-fis-close {
	z-index: 2;	
}

/* IMAGE SELECTOR STYLES */


.tl-ah-fis-panel .tl-ah-fis-top {
	position: relative;
}

.ft-ah-image-selector-tabs {
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
}

.ft-ah-image-selector-tabs ul {
	position: absolute;
	left: 17px;
	bottom: -10px;
	width: 400px;
}

.ft-ah-image-selector-tabs li {
	display: inline-block;
	background: #d5d5d5;
	position: relative;
	padding: 4px 8px 10px 8px;
	font-size: 13px;
	cursor: pointer;
	color: #fff;
	margin: 0 5px 0 0;
	background: #9c0415;
	border: #b70519 solid 1px;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

.ft-ah-image-selector-tabs li:hover, .ft-ah-image-selector-tabs li.selected {
	padding-bottom: 11px;
	position: relative;
	border-width: 1px 1px 0 1px;
	top: -4px;
	z-index: 1;
}

.ft-ah-image-selector-tabs li:hover span, .ft-ah-image-selector-tabs li.selected span {
	position: absolute;
	background: url(/assets/ui/admin/lbox-tab-arrow.gif) center top no-repeat;
	height: 9px;
	bottom: -9px;
	left: 0;
	width: 100%;
	display: block;
}
/* upload content */

#ft-ah-imgup-upload .block, #ft-ah-imglink-panel .block {
	background: #a3a3a3;	
	margin: 7px -10px 0 -10px;
	padding: 13px 10px 10px 10px;
	height: 150px;
	position: relative;
}

#ft-ah-imgup-upload .requirements, #ft-ah-imglink-panel .requirements {
	padding: 8px 0 5px 0;
	font-size: 12px;
	color: #333;
	line-height: 14px;
}

#ft-ah-imgup-upload .requirements a {
	color: #000;
}

#ft-ah-imgup-upload-form {
	position: aboslute;
	left: 0;
	top: 0;
	width: 334px;
	height: 90px;
	margin: 29px auto 0 auto;
	cursor: pointer;
	background: url(/assets/image-resizer-uploader/browse_up.png) left top no-repeat;
}

.ft-ah-imgup-message {
	width: 420px;
	height: 150px;	
	position: absolute;
	top: 0;
	left: 0;
	background: #a3a3a3;	
	opacity: 0.99;
}

.ft-ah-imgup-message h4 {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	line-height: 1.4;
	padding: 70px 10px 0 10px;
}

.ft-ah-imgup-message h4 span {
	font-weight: bold;
}

.ft-ah-imgup-message h4 a {
	font-weight: bold;
	color: #333;
}

#ft-ah-imgup-encoding, #ft-ah-imgup-upping, #ft-ah-imgup-uperror {
	display: none;
}

#ft-ah-imgup-submitting {
	width: 420px;
	height: 133px;
	padding: 17px 0 0 0;
	display: none;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	background: #a3a3a3;	
}

#ft-ah-imgup-submitting img, #ft-ah-imglink-panel img {
	display: block;
	min-width: 1px;
	height: 90px;
	margin: 0 auto 5px auto;
}

#ft-ah-imgup-submitting a {
	display: inline-block;
	text-align: center;
	padding: 8px 10px 8px 10px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #d5d5d5;
	border: #bfbfbf solid 3px;
	-moz-box-shadow: 0 0 2px #000;
	-webkit-box-shadow: 0 0 2px #000;
	box-shadow: 0 0 2px #000;
	font-size: 15px;
	font-weight: bold;
	color: #6a6a6a;
	margin: 10px 3px 0 3px;
	width: 120px;
	text-decoration: none;
}

#ft-ah-imgup-submitting a:hover {
	border-color: #aaa;
	color: #000;
}

.ft-ah-imgup-upload-show-progress #ft-ah-imgup-encoding {
	display: block;	
}

.ft-ah-imgup-upload-show-submitting #ft-ah-imgup-submitting {
	display: block;	
}

.ft-ah-imgup-upload-show-upping #ft-ah-imgup-upping {
	display: block;	
}

.ft-ah-imgup-upload-show-error #ft-ah-imgup-uperror {
	display: block;	
}

.tl-ah-upload-image-lightbox .ajk-fis-header-intro span {
	font-weight: bold;	
}

#ft-ah-imgup-selection-disabled {
	display: none;
}

#ft-ah-imgup-selection-disabled h4 {
	padding-top: 25px;
}

.tl-ah-fis-disable-image-selection #ft-ah-imgup-selection-disabled {
	display: block;
}

#ft-ah-imglink-panel .field {
	height: 40px;
	background: #eee;
	border: #888 solid 2px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	margin: 10px 0 0 0;
}

#ft-ah-imglink-panel .field input {
	display: block;
	width: 310px;
	padding: 0;
	border-width: 0;
	height: 36px;
	margin: 2px 0 0 3px;
	color: #666;
	font-size: 30px;
	line-height: 36px;
	background: #eee;
}

#ft-ah-imglink-panel .field .button {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	height: 40px;
	background: #888;
	width: 98px;
	color: #fff;
	line-height: 40px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	-moz-border-radius: 0 2px 2px 0;
	border-radius: 0 2px 2px 0;
}

#ft-ah-imglink-panel .field .button:hover {
	background: #555;
}

.tl-ah-fis-selected-image-holder {
	background: #d5d5d5;
}

.tl-ah-fis-selected-image-holder img {
	display: block;
	height: 200px;
	margin: 10px auto 5px auto;
	background: #666;
	border: #fff solid 2px;
	min-width: 1px;
}

#tl-ah-image-position-panel-launch {
	display: none;
	margin: 0 0 0 300px;
	float: none;
	text-align: center;
}

.tl-ah-fis-show-positioning #tl-ah-image-position-panel-launch {
	display: block;
}

.tl-ah-fis-image-carousel-fade p {
	display: none;
	font-size: 16px;
	line-height: 1.4;
	padding: 26px 15px 0 20px;
	font-weight: bold;
	background: #d5d5d5;
	height: 141px;
}

/* Full screen link */

#tlsp-hp-full-window-link {
	text-align: center;	
	position: relative;
	top: -34px;
}

#tlsp-hp-full-window-link a {
	color: #999;
	font-size:12px;
	text-decoration: none;
}

#tlsp-hp-full-window-link a:hover {
	color: #fff;
}

/* Home page account management */


.ajk-verifier-disable-save-and-revert .rt-button-large:hover {
	background-position: 0 0;
	color: #fff;
}


/* New home page stuff */

.tlsp-big-carousel {
	padding: 0 0 50px 0;
	max-width: 1010px;
}

.tlsp-js-styles .tlsp-big-carousel {
	margin-bottom: 10px;
}

.tlsp-b-content {
	padding: 0 0 20px 0;
	max-width: 1110px;
	position: relative;
}

.tlsp-b-content-main {
	padding-bottom: 4px;	
}

.tlsp-b-content-main .tlsp-bc-button {
	position: relative;
	top: 14px;	
}

/*.tlsp-js-styles .tlsp-b-content {
	float: left;
}

.tlsp-js-styles .tslp-bc-stage-holder {
	position: relative;
	overflow: hidden;
	height: 345px;
}

.tlsp-js-styles .tslp-bc-stage {
	position: absolute;
	top: 0;
	left: 0;
	background: #1a1a1a;
}*/

.tlsp-bc-text {
	width: 370px;
	float: left;
	padding: 5px 0 0 0;
	margin-right: -10px;
}

.tlsp-b-content-secondary-align-image-left .tlsp-bc-text {
	margin: 0 -10px 0 0;
	float: right;
}

.tlsp-bc-text h1 {
	font-size: 75px;
	font-weight: bold;
	text-transform: none;
	line-height: 81px;
	margin: 0 0 19px 0;
}

.tlsp-bc-text h2 {
	font-size: 40px;
	font-weight: bold;
	text-transform: none;
	line-height: 45px;
	margin: 0 0 16px 0;
	color: #ddd;
}

.tlsp-bc-text .tlsp-bc-big-headline {
	font-size: 75px;
	font-weight: bold;
	text-transform: none;
	line-height: 81px;
	margin: 0 0 19px 0;
}

.tlsp-bc-text p {
	font-size: 18px;
	color: #818181;
	line-height: 22px;	
	margin: 0 0 8px 0;
	text-indent: 20px;
}

.tlsp-bc-text p.first {
	text-indent: 0;	
}

.tlsp-bc-text h2.tlsp-bc-standfirst {
	margin-right: 10px;
	font-size: 18px;
	color: #818181;
	line-height: 22px;	
	margin: 0 0 8px 0;
	font-weight: normal;
}

.tlsp-b-content-secondary .tlsp-bc-text p {
	font-size: 16px;
	color: #818181;
	line-height: 22px;	
}

.tlsp-b-content-secondary {
	min-height: 350px;
	margin-bottom: 25px;
}

.tlsp-b-content-secondary .tlsp-bc-text p a {
	color: #ccc;
	text-decoration: none;
}

.tlsp-b-content-secondary .tlsp-bc-text p a:hover {
	color: #eee;
}

.tlsp-bc-image {
	width: 635px;
	height: 346px;
	float: right;
	position: relative;
	margin: 0 -10px 0 0;
}

.tlsp-b-content-secondary-align-image-left .tlsp-bc-image {
	float: left;
	margin: 0 0 0 -10px;
}

.tlsp-bc-image img {
	display: block;
	width: 635px;
}

.tlsp-bc-image .tlsp-bc-image-mask {
	display: block;
	width: 100%;
	height: 100%;
	background: url(/assets/ui/timeline-image-mask.png) left top no-repeat;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-size: 100% 100%;
}

.tlsp-blog-button,
.tlsp-bc-button {
	padding: 2px 9px 0 9px;
	background: #3d3d3d;
	border: #646464 solid 1px;	
	-moz-box-shadow: 0 0 7px #000;
	-webkit-box-shadow: 0 0 7px #000;
	box-shadow: 0 0 7px #000;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 10px;
	color: #dadada;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 30px;
	display: block;
	display: inline-block;
}

.tlsp-blog-button:hover,
.tlsp-bc-button:hover {
	background: #000;
	color: #fff;
}

.tlsp-js-styles .tlsp-bc-controls {
	position: relative;
	margin: 10px 0 0 0;
	height: 20px;
}

.tlsp-bc-pos-buttons {
	position: absolute;
	top: 0;
	right: 9px;	
}

.tlsp-bc-pos-buttons a {
	display: block;
	float: left;
	width: 19px;
	height: 19px;
	text-align: center;
	background: #222;
	border: #646464 solid 1px;	
	-moz-box-shadow: 0 0 3px #000;
	-webkit-box-shadow: 0 0 3px #000;
	box-shadow: 0 0 3px #000;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #888;
	text-decoration: none;
	font-size: 13px;
	line-height: 19px;
	margin: 0 0 0 6px;
}

.tlsp-bc-pos-buttons a:hover {
	background: #3d3d3d;
	color: #dadada;
}

.tlsp-bc-pos-buttons a.selected {
	background: #000;
	color: #fff;
}


/* Longfomr styles */

.tlsp-longform-content .caption {
	font-size: 12px;
	color: #222;
	position: relative;
	top: -3px;
}

.tlsp-longform-content .pullquote {
	margin: 25px 0 25px 0;
	display: block;	
	border: #666 solid 1px;
	border-width: 0 0 0 5px;
	padding: 4px 0 5px 25px;
}

.tlsp-longform-content .pullquote p {
	font-size: 40px;
	line-height: 50px;
}

.tlsp-longform-content figure {
	margin-bottom: 25px;	
}

/* Content bar */

.tlsp-content-bar {
	background: #000;	
	border:  #777 solid 1px;
	border-width: 1px 0 1px 0;
	margin: 0 0 35px 0;
}

.tlsp-home-content-bar-1 {
	margin-top: -4px;
}

.tlsp-content-bar-2 {
	margin-top: -35px;
}

.tlsp-cb-content-holder {
	margin: 0 auto 0 auto;
	max-width: 1026px;
	position: relative;
	padding: 27px 0 40px 0;
}

.tlsp-cb-top {
	position: absolute;
	width: 19px;
	height: 7px;
	background: url(/assets/ui/home-page/bar-top.gif) left top no-repeat;
	top: -8px;
	left: 50%;
	margin-left: -10px;
}

.tlsp-cb-bottom {
	position: absolute;
	width: 37px;
	height: 38px;
	background: url(/assets/ui/home-page/bar-bottom.gif) left top no-repeat;
	bottom: -19px;
	left: 50%;
	margin-left: -18px;
}

.tlsp-cb-title {
	font-size: 18px;
	color: #818181;
	margin: 0 0 0 13px;
	padding: 0 0 20px 0;
}


.tlsp-cb-content {
	width: 24.99%;
	float: left;
}

.tlsp-cb-content h3,
.tlsp-cb-content h4 {
	font-size: 18px;
	font-weight: bold;
	color: #bbb;
	text-transform: uppercase;
	margin: 0 0 12px 13px;
}

.tlsp-cb-content p {
	color: #818181;
	font-size: 15px;
	line-height: 19px;
	margin: 0 13px 0 13px;
}

.tlsp-cb-content p a {
	color: #a7a7a7;
	text-decoration: none;
}

.tlsp-cb-content p a:hover {
	color: #ccc;
}

/* Timeline lightbox styles */

.tlsp-timeline-lightbox {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10;
	visibility: hidden;
	display: none;
}

.tlsp-tlb-fade {
	background: #000;
	opacity: 0.75;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.tlsp-timeline-lightbox .tlsp-tlb-content {
	position: relative;
	left: 16px;
	padding-top: 55px;
}

.tlsp-timeline-lightbox .tlsp-timeline-iframe-holder {
	margin: 0 auto 0 auto;	
}

.tlsp-timeline-lightbox .tlsp-timeline-iframe-holder .tlsp-tih-top {
	background:  url(/assets/ui/home-page/opc-timeline-holder-top.png) left bottom no-repeat;
}

.tlsp-timeline-lightbox .tlsp-timeline-iframe-holder .tlsp-tih-bottom {
	background:  url(/assets/ui/home-page/opc-timeline-holder-bottom.png) left bottom no-repeat;
}

.tlsp-timeline-lightbox .tlsp-timeline-iframe-holder .tlsp-tih-left {
	background:  url(/assets/ui/home-page/opc-timeline-holder-left.png) left bottom repeat-y;
}

.tlsp-timeline-lightbox .tlsp-timeline-iframe-holder .tlsp-tih-right {
	background:  url(/assets/ui/home-page/opc-timeline-holder-right.png) left bottom repeat-y;
}


.tlsp-tlb-text-holder {
	width: 1029px;
	position: relative;
	margin: 0 auto 0 auto;
	z-index: 11;
	height: 5px;
}

.tlsp-tlb-text-holder a {
	text-decoration: none;
	opacity: 0.75;
	font-size: 13px;
	color: #aaa;	
	position: absolute;
	top: 0;
}

.tl-browser-type-safari .tlsp-tlb-text-holder a {
	font-weight: bold;	
}

.tlsp-tlb-text-holder a:hover {
	color: #fff;
}

.tlsp-tlb-text-holder .tlsp-tlb-full-window {
	left: 0;	
}
	
.tlsp-tlb-text-holder .tlsp-tlb-close {
	right: 33px;	
}
	
	
/* Notification and blog post styles */

.tlsp-notification-block {
	background: #000;
	border: #333 solid 2px;	
	-moz-box-shadow: 0 0 7px #000;
	-webkit-box-shadow: 0 0 7px #000;
	box-shadow: 0 0 7px #000;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 20px 20px 10px 20px;
	max-width: 600px;
	margin: 0 auto 30px auto;
}

.tlsp-notification-block h4 {
	color: #fff;
	font-size: 16px;
	padding: 0 0 8px 0;
	font-weight: bold;
}

.tlsp-notification-block p {
	color: #aaa;
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 8px 0;
}

.tlsp-notification-block p a {
	color: #fff;
}

.tlsp-notification-block img {
	margin: 0 0 10px 0;	
	border-radius: 3px;
	display: block;
	width: 100%;
}

.tlsp-blog-post {
	max-width: 800px;
	width: auto;	
}

.tlsp-blog-body-content img {
	display: block; 
	float: left;
	margin: 0 20px 5px 0;
	border: #aaa solid 1px;
}

.tlsp-blog-body-content .tlsp-bp-body-image-full-width {
	margin-bottom: 25px;
}

.tlsp-blog-body-content .tlsp-bp-body-image-full-width a {
	display: block;
}

.tlsp-blog-body-content .tlsp-bp-body-image-full-width img {
	border-width: 0;
	display: block;
	float: none;
}

.tlsp-blog-body-content address {
	color: #fff;
	font-size: 18px;
	margin: 0 0 10px 0;
}

.tlsp-blog-button {
	margin-bottom: 10px;
}

.tlsp-footer-814 .tlsp-footer-content {
	max-width: 814px;
}
	
.tlsp-blog-post h1,
.tlsp-notification-block h3 {
	color: #999;
	font-size: 25px;
	padding: 0 0 10px 0;
	line-height: 35px;
	text-transform: none;
	font-weight: normal;
}

.tlsp-blog-post h1 span,
.tlsp-notification-block h3 span {
	font-weight: bold;
	display: block;
	color: #fff;
	font-size: 40px;
	padding: 5px 0 0 0;
}

.tlsp-notification-block .rt-button-large {
	margin-top: 10px;
	margin-bottom: 10px;
}

.tlsp-notification-block-thin {
	width: 400px;	
}

.tlsp-blog-post p {
	font-size: 18px;
	line-height: 24px;	
	margin: 0 0 18px 0;
}

.tlsp-blog-post p a {
	text-decoration: none;
}

.tlsp-blog-post .tlsp-bp-main-image {
	padding: 30px 0 15px 0;	
}

.tlsp-blog-post .tlsp-bp-main-image a {
	width: 100%;
	display: block;
}

.tlsp-blog-post h5 {
	color: #999;
	font-size: 13px;	
}

/* Remove all pupils stuff */

#tl-remove-all-teacher-pupils-block {
	margin: 20px 0 20px 0;
	height: 30px;
}

#tl-remove-all-teacher-pupils-block .rt-button-large {
	float: right;
}

#tl-ratp-confirm {
	display: none;	
}

#tl-remove-all-teacher-pupils-block p {
	color: #fff;
	float: left;	
	width: 410px;
	padding: 9px 0 0 0;
	font-size: 17px;
}

#tl-ratp-confirm a {
	margin: 0 5px 0 5px;
}

.tl-ratp-show-conformation #tl-ratp-confirm {
	display: block;
}

.tl-ratp-show-conformation #tl-ratp-start {
	display: none;	
}

/* Misc */

.ft-ah-image-selector-tabs .flickr {
	display: none;
}

.tl-custom-hide-on-standard-page {
	display: none;	
}

.tlsp-acb-account-terms {
	padding: 10px;
	font-size: 13px;
	color: #818181;
	line-height: 18px;
	font-style: italic;
	background: #333;
	border-radius: 5px;
	margin: 15px 0 0 0;
}
	
/* New admin panel styles */
	
.tl-admin-new .tl-ah-fis-panel {
	border: #fff solid 1px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
	padding: 0;
	width: 440px;

}

.tl-admin-new .tl-ah-fis-panel .tl-ah-fis-bottom {
	display: none;	
}

.tl-admin-new .tl-ah-fis-panel .tl-ah-fis-top {
	position: absolute;
	top: -1px;
	left: -1px;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0.95;
	border: #fff solid 1px;
	border-radius: 5px;
}

.tl-admin-new .tl-ah-fis-panel .tl-ah-fis-middle {
	background: none;
}

.tl-admin-new .tl-ah-fis-panel .tl-ah-fis-content {
	margin: 0;
	padding: 10px 0 10px 0;
	position: relative;
	background: none;
}

.tl-admin-new .tl-ah-advanced-settings .tl-ah-form-section-dark {
	background-color: rgba(0,0,0,0.1);
}

.tl-admin-new .tl-asp-help-text {
	border-color: #ccc;
}

.tl-admin-new .tl-fis-selected-message p,
.tl-admin-new .tl-ah-fis-selected-image-holder {
	background: none;	
}

.tl-admin-new .tl-ah-fis-header .tl-ah-fis-close {
	background: url(/assets/ui/admin/admin-close-2.png) left top no-repeat;
	height: 9px;
	opacity: 0.75;
}

.tl-admin-new .ft-ah-image-selector-tabs {
	top: -7px;
}

.tl-admin-new .ft-ah-image-selector-tabs li:hover span,
.tl-admin-new .ft-ah-image-selector-tabs li.selected span {
	background: url(/assets/ui/admin/lbox-tab-arrow.png) center top no-repeat;
}

.tl-admin-new #ft-ah-imglink-panel .block,
.tl-admin-new #tl-ah-embed-form .tl-ah-block-dark,
.tl-admin-new .tl-ah-fis-panel .tl-ah-block-dark {
	background-color: rgba(0,0,0,0.1);
}

.tl-admin-new #ft-ah-imglink-panel .field,
.tl-admin-new #ft-ah-imglink-panel .field input {
	background: #fff;	
}


/* Read Only Styles */

.tlsp-maintenance-message {
	background: #ddd;
	padding: 25px 0 25px 0;
}

.tlsp-maintenance-message h5 {
	color: #333;
	font-weight: bold;
	padding: 0 0 8px 0;
	font-size: 20px;
	text-transform: uppercase;
}

.tlsp-maintenance-message div {
	width: 814px;
	margin: 0 auto 0 auto;
}

.tlsp-home-page .tlsp-maintenance-message div {
	width: 1000px;
}

.tlsp-maintenance-message p {
	color: #555;
	font-size: 15px;
	line-height: 20px;
}

#tlsp-maintenance-readonly {
	display: none;	
}


/* Home page / standard page small window sizes */

.tlsp-cb-responsive-separator {
	display: none;	
}

#tlsp-hp-content-block-sign-up .tlsp-hpc-intro {
	width: 900px;
	margin-left: auto;
	margin-right: auto;	
}

.ajk-wrw-less-than-950px #tlsp-hp-content-block-sign-up .tlsp-hpc-intro {
	width: 100%;
}

.ajk-wrw-less-than-950px .tlsp-main-title {
	padding-bottom: 20px;
	text-align: center;
}

.ajk-wrw-less-than-950px .tlsp-main-menu {
	right: auto;
	position: relative;
	text-align: center;
	bottom: -4px;
	
}

.ajk-wrw-less-than-950px .tlsp-footer {
	text-align: center;
}

.ajk-wrw-less-than-950px .tlsp-footer ul {
	position: static;
	text-align: center;
	padding: 5px 0 0 0;
}

.ajk-wrw-less-than-1050px .tlsp-home-page .tlsp-bc-text {
	float: none;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	text-align: center;
}

.ajk-wrw-less-than-1050px .tlsp-home-page .tlsp-bc-text p {
	margin-left: 50px;
	margin-right: 50px;
    text-align: justify;
    text-justify: inter-word;
    font-size: 20px;
    line-height: 25px;
}

.ajk-wrw-less-than-1050px .tlsp-home-page .tlsp-bc-image {
	float: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}

.ajk-wrw-less-than-550px .tlsp-home-page .tlsp-bc-text {
	width: 100%;
}

.ajk-wrw-less-than-550px .tlsp-home-page .tlsp-bc-text p {
	margin-left: 10px;
	margin-right: 10px;
}

.ajk-wrw-less-than-650px .tlsp-home-page .tlsp-bc-image {
	width: 90%;
	height: auto;
}

.ajk-wrw-less-than-650px .tlsp-home-page .tlsp-bc-image img {
	width: 100%;
	height: auto;
}

.ajk-wrw-less-than-1050px .tlsp-home-page .tlsp-b-content-main .tlsp-bc-text {
	width: 100%;
} 

.ajk-wrw-less-than-1050px .tlsp-home-page .tlsp-b-content-main .tlsp-bc-text p {
	margin-left: auto;
	margin-right: auto;
    text-align: center;
    width: 545px;
    margin-top: -10px;
}

.ajk-wrw-less-than-550px .tlsp-home-page .tlsp-b-content-main .tlsp-bc-text p {
	width: auto;
}

.ajk-wrw-less-than-950px .tlsp-home-page .tlsp-hpc-thumb-block {
	margin-left: auto;
	margin-right: auto;
	width: 532px;
}

.ajk-wrw-less-than-550px .tlsp-home-page .tlsp-hpc-thumb-block {
	width: 266px;
}

.ajk-wrw-less-than-800px .tlsp-admin-content-block  {
	width: 357px;
}

.ajk-wrw-less-than-800px #tlsp-admin-timeline-list {
	width: auto;
}

.ajk-wrw-less-than-800px #tlsp-create-timeline-button,
.ajk-wrw-less-than-800px #tlsp-signup-button {
	margin-left: auto;
	margin-top: 40px;
	margin-right: auto;
}

.ajk-wrw-less-than-800px #tlsp-home-sign-up .tlsp-acb-inner {
	padding-bottom: 40px;	
}

.ajk-wrw-less-than-500px .tlsp-admin-content-block {
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
}

.ajk-wrw-less-than-500px .tlsp-admin-content-block .tlsp-acb-right-col,
.ajk-wrw-less-than-500px .tlsp-admin-content-block .tlsp-acb-left-col {
	float: none;
	width: 100%;
}

.ajk-wrw-less-than-500px .tlsp-admin-content-block .tlsp-field-textarea-holder textarea {
	width: 95%;	
}

.ajk-wrw-less-than-500px .tlsp-admin-content-block .tlsp-field {
	width: 90%;
}

.ajk-wrw-less-than-500px .tlsp-admin-content-block .tlsp-field-input-holder {
	width: 100%;
}


.ajk-wrw-less-than-500px .tlsp-admin-content-block .tlsp-field-input-holder input {
	width: 100%;
}

.ajk-wrw-less-than-1000px #tlsp-hp-content-block-account-info .tl-promotions-panel {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}

.ajk-wrw-less-than-550px #tlsp-hp-content-block-account-info .tl-promotions-panel {
	width: 250px;
}

.ajk-wrw-less-than-1000px .tl-promotions-panel .tl-pp-column {
	margin-bottom: 30px;	
}

.ajk-wrw-less-than-1000px .tl-promotions-panel .tl-pp-message {
	margin-top: -30px;	
}


.ajk-wrw-less-than-600px .tlsp-cb-content {
	width: 49.5%;
	margin-bottom: 25px;
	overflow: hidden;
}

.ajk-wrw-less-than-600px  .tlsp-cb-responsive-separator {
	display: block;
	clear: both;	
}

.ajk-wrw-less-than-600px .tlsp-cb-content-holder {
	padding-bottom: 15px;	
}

.ajk-wrw-less-than-400px .tlsp-cb-content {
	width: 100%;
	margin-bottom: 25px;	
}

.ajk-wrw-less-than-400px .tlsp-cb-content-holder {
	padding-bottom: 15px;	
}

.ajk-wrw-less-than-800px .tlsp-admin-list-item .tlsp-ali-controls span {
	font-size: 13px !important;
}



/* IOS STYLES */


.tl-browser-type-ios .tlsp-admin-content-block .tlsp-field-large .tlsp-field-input-holder input.ajk-color-selector {
	height: 37px;
	width: 302px;
}
	
.tl-browser-type-ios .tl-custom-cp-close-button {
	position: absolute;
	bottom: 5px;
	left: 10px;
	cursor: pointer;
}

.tl-browser-type-ios .tl-custom-color-picker-box {
	position: relative;
	padding-bottom: 30px;
}

.tl-browser-type-ios .tlsp-main-menu li a {
	font-size: 13px;
}
	
.tl-browser-type-ios .tlsp-header .tlsp-main-logo {
	padding: 14px 0 0 0;
	margin-bottom: -1px;
}

.tl-browser-type-ios .tlsp-header .tlsp-main-title {
	font-size: 17px;
}

.tl-browser-type-ios .tlsp-tlb-text-holder a {
	font-weight: bold;	
}

	
.tl-browser-type-ios .tlsp-bc-pos-buttons a {
	width: 25px;
	height: 25px;
	margin-left: 10px;
	line-height: 25px;
}
	
.tl-browser-type-ios .ajk-pop-down-panel .content p,
.tl-browser-type-ios .ajk-pop-down-panel .content .rt-button-3,
.tl-browser-type-ios #ajk-pop-down-panel-login .forgotten-password,
.tl-browser-type-ios #tl-slider-scale-times-holder h5,
.tl-browser-type-ios .ajk-pop-down-panel .input-holder .ajk-verifier-overlay,
.tl-browser-type-ios .ajk-pop-down-panel .content .input-holder input {
	font-weight: bold;	
}





