html {
	/*-webkit-backface-visibility: hidden;*/
	/* -webkit-font-smoothing: antialiased; */
}

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

.tl-clear {
	clear: both;	
}

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

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

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

.tl-data {
	display: none;
}

/* 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: #434343;
	position: relative;
}

.rt-mp-checkbox span {
	display: block;
	cursor: pointer;
	height: 20px;
	width: 20px;
	background: url(/assets/ui/checkbox/checkbox.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: #434343;
}

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

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


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

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

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

.tlsp-header .tlsp-main-title {
	position: absolute;
	bottom: 4px;
	left: 108px;
	color: #808080;
	font-weight: normal;
	font-size: 16px;
}

.tlsp-main-menu {
	position: absolute;
	right: 0;
	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 a:hover {
	color: #fff;
}

.tlsp-body-content {
	width: 814px;
	margin: 0 auto 0 auto;		
	padding: 60px 0 0 0;
	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;
}

.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;
	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;
	border-radius: 7px;
	-moz-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;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

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

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

/* 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;
}

/* Footer styles */

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

.tlsp-footer-content {
	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;
}

.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 {
	min-width: 1000px;	
}

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

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

.tlsp-home-page .tlsp-body-content {
	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: 13px;
	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;
}

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

.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 {
	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;
	width: 714px;
	margin: 0 auto 20px auto;
	border-radius: 7px;
	-moz-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 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-field-textarea-holder-tall {
	height: 246px;
}

.tlsp-admin-content-block .tlsp-field-textarea-holder-tall textarea {
	height: 236px;
}

.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-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;
}


/* 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;
}

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

.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 {
	padding: 20px 0 20px 0;
	color: #898989;
	font-size: 16px;
	line-height: 22px;	
}

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

/* Pop down panel styles */

.ajk-pop-down-panel {
	width: 269px;
	position: absolute;
	top: -200px;
	right: 10px;
	display: none;
	margin-right: -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 {
	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 .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 .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;	
}



/* 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;
}

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

.tlsp-admin-list-item .tlsp-ali-title {
	font-size: 22px;
	color: #818181;
}

.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 .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-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-content-block-reduced-width {
	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: 245px;
	width: 237px;
	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-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;
}

/* 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;
}


/* 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;
}