#lt-game {}

#lt-game-header {
	font-size: 14px;
}
#lt-game-header .right {
	float: right;
	font-size: 12px;
	font-weight: normal;
	padding-right: 4px;
}
#lt-game-header img {
	vertical-align: middle;
	margin-left: 4px;	
}
#lt-game a.artist {
	text-decoration: none;
}
#lt-game a.artist:hover {
	text-decoration: underline;
}
#lt-player-box {
	position: relative;
	width: 560px;
	height: 315px;
	color: #FFFFFF;
	background-color: #000000;
	font-family: verdana,arial;
	font-size: 16px;
}
#lt-player-div {
	height: 315px;
}
#lt-player-box div.loading {
	position: absolute;
	bottom: 8px;
	right: 8px;
}
#lt-player-box div.error {
	position: relative;
	top: 142px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	letter-spacing: -1px;
}
#lt-flash-get {
	display: block;
	position: absolute;
	bottom: 8px;
	right: 8px;
	width: 158px;
	height: 39px;
	background: transparent url(../images/get_adobe_flash.png) no-repeat;
}

#lt-player-bar {
	position: relative;
	height: 32px;
	line-height: 32px;
	border-bottom: 1px solid #9AAACA;
	background-image: url(../images/player_bar_bg.png);
	z-index: 99;
}
#lt-player-time {
	position: absolute;
	right: 0px;
	color: #606060;
	font-size: 12px;
	font-family: verdana;
	letter-spacing: -1px;
	padding: 0 8px 0 6px;
	background: transparent url(../images/pbar_sep.png) no-repeat;
}
#lt-player-timebar-bg {
	position: absolute;
	top: 10px;
	left: 36px;
	width: 392px;
	height: 10px;
	background-color: #E0E0E0;
	border: 1px solid #C0C0C0;
}
#lt-player-timebar-fg {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0px;
	height: 10px;
	background-color: #FF0000;
}
#lt-player-timebar-bs {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0px;
	height: 10px;
	background-color: #F0F0F0;
}
#lt-play-button {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 32px;
	height: 32px;
	background: transparent url(../images/play_buttons.png) 0 0;
	cursor: pointer;
}
#lt-play-button.over {
	background-position: 0 -32px;
}
#lt-play-button.down {
	background-position: 0 -64px;
}
#lt-play-button.disabled {
	background-position: 0 -96px;
}
#lt-pause-button {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 32px;
	height: 32px;
	background: transparent url(../images/play_buttons.png) -32px 0;
	cursor: pointer;
}
#lt-pause-button.over {
	background-position: -32px -32px;
}
#lt-pause-button.down {
	background-position: -32px -64px;
}
#lt-pause-button.disabled {
	background-position: -32px -96px;
}
#lt-volume {
	position: absolute;
	top: 0px;
	right: 88px;
	width: 32px; 
	height: 32px;
	padding-left: 2px;
	background: transparent url(../images/pbar_sep.png) no-repeat;
	cursor: pointer;
}
#lt-volume-speaker {
	position: relative; 
	top: 8px; 
	left: 8px; 
	width: 16px; 
	height: 16px; 
	overflow: hidden; 
	background: transparent url(../images/speaker.png) no-repeat;
}
#lt-volume-popup {
	display: none; 
	position: absolute; 
	top: 32px; 
	left: 0; 
	width: 59px; 
	height: 19px; 
	background: transparent url(../images/volume_bg.png) no-repeat;
}
#lt-volume-ctrl {
	position: absolute; 
	top: 3px; 
	left: 3px;
}

#lt-track-frame {
	position: relative;
}
#lt-track {
	position: relative;
	height: 165px;
	color: #3D5C99;
	overflow: hidden;
}

.lt-track-bg-line {
	position: absolute; 
	top: 45px;
	width: 900px;
	height: 75px;
	background: transparent url(../images/track_bg_line.png) repeat-x;
}

#lt-track-fg {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 165px; 
	background: transparent url(../images/track_grad.png) repeat-x;
}

#lt-track-lines {
	position: absolute;
	width: 100%;
	font-size: 18px;
	font-family: verdana, arial;
}
#lt-track-lines li {
	display: block;
	list-style-type: none;
	list-style-position: outside; 
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-bottom: 1px solid #D7DDEA;
	color: #606060;
}
#lt-track-lines span {
	color: #3D5C99;
}
#lt-track-lines li.playing {
	background: transparent url(../images/play_line_bg.png) no-repeat;
	border-bottom: 1px solid #00A000;
}
#lt-track-lines li.playing span {
	color: #006000;
}
#lt-track-cursor {
	font-weight: normal;
	padding-left: 2px;
}
#lt-track-cursor.on {
	background: transparent url(../images/cursor_bg.png) no-repeat 0 0;
}
#lt-track-lines li.playing #lt-track-cursor.on {
	background: transparent url(../images/cursor_bg.png) no-repeat 0 -32px;
}
#lt-play-line-light {
	position: absolute;
	width: 560px;
	height: 32px;
	background: transparent url(../images/play_line_fg.png) repeat-x;
}
#lt-score-bar {
	position: relative;
	height: 24px;
	border-top: 1px solid #9AAACA;
	background-image: url(../images/score_bar_bg.png);
	padding: 4px;
	margin-bottom: 1px;
}
#lt-score-bar .left {
	line-height: 24px;
}
#lt-score-bar .left label {
	float: left;
	font-weight: bold;
	font-size: 12px;
}
#lt-score-time {
	width: 41px;
	text-align: center;
}
#lt-score-words {
	width: 53px;
	text-align: right;
}
#lt-score-skips {
	width: 24px;
	text-align: right;
}
.lt-score-box {
	float: left;
	height: 20px;
	line-height: 20px;
	margin-left: 4px;
	margin-right: 8px;
	color: #484848;
	background: #FFFFFF url(../images/box_bg.png) repeat-x;
	border: 1px solid #C0C0C0;
	font-size: 12px;
	font-family: verdana;
	padding: 0 4px;
}
#lt-score-bar .right {
	float: right;
	line-height: 20px;
}
#lt-score-bar .right a {
	margin: 0 2px 0 2px;	
}

/* Start Screen
 ---------------------------------------------------------------------------- */
#lt-start-screen {
	position: absolute;
	top: 0; 
	left: 0;
	width: 528px;
	height: 141px;
	background: transparent url(../images/game_popup_bg.png) no-repeat 0 0;
	padding: 12px 16px;
}
#lt-start-screen div.option {
	margin: 0 32px;
	padding: 2px 8px;
	height: 36px;
	cursor: pointer;
}
#lt-start-screen div.option:hover {
	background: transparent url(../images/op_over_bg.png) no-repeat;
}
#lt-start-screen h1 {
	color: #3D5C99;
	font-size: 22px;
	font-family: arial;
	font-weight: normal;
	margin: 0;
}
#lt-start-screen h2 {
	color: #3D5C99;
	font-size: 16px;
	font-family: arial;
	font-weight: normal;
	line-height: 18px;
	margin: 0;
}
#lt-start-screen h3 {
	color: #808080;
	font-size: 11px;
	font-family: arial;
	font-weight: normal;
	line-height: 11px;
	margin: 0 0 0 14px;
}

/* Resume Screen
 ---------------------------------------------------------------------------- */
#lt-resume-screen {
	position: absolute;
	top: 0; 
	left: 0;
	width: 560px;
	height: 165px;
	background: transparent url(../images/game_popup_bg.png) no-repeat 0 0;
}
#lt-resume-button {
	margin: 6px auto 0;
	width: 128px; height: 128px;
	background: transparent url(../images/resume.png) no-repeat 0 0;
	cursor: pointer;
}
#lt-resume-button:hover {
	background-position: 0 -128px;
}
#lt-resume-screen h1 {
	display: block;
	position: relative;
	top: -12px;
	text-align: center;
	color: #3D5C99;
	font-size: 22px;
	font-family: arial;
	font-weight: normal;
	margin: 0;
}

/* Help Screen
 ---------------------------------------------------------------------------- */
#lt-help-screen {
	position: absolute;
	top: 0; 
	left: 0;
	width: 536px;
	height: 141px;
	background: transparent url(../images/game_popup_bg.png) no-repeat 0 -165px;
	padding: 12px 12px;
}
#lt-help-screen h1 {
	color: #3D5C99;
	font-size: 22px;
	font-family: arial;
	font-weight: normal;
	margin: 0 0 4px 0;
}
#lt-help-screen div.text {
	width: 252px;
	height: 116px;
	font-size: 12px;
	padding-right: 4px;
	border-right: 1px solid #D1DEF7;
	overflow: auto;
}
#lt-help-screen ul {
	margin: 0;
	padding: 0;
	font-size: 11px;
	list-style: none;
}
#lt-help-screen li {
	padding-left: 4px; 
	list-style: none;
}
#lt-help-screen img {
	display: block;
	position: absolute;
	top: 19px;
	right: 12px;
}
#lt-help-screen div.close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 16px;
	height: 16px;
	background: transparent url(../images/close.png) no-repeat 0 0;
	cursor: pointer;
}
#lt-help-screen div.close:hover {
	background: transparent url(../images/close.png) no-repeat -16px 0;
}

/* Score Screen
 ---------------------------------------------------------------------------- */
#lt-score-screen {
	position: absolute;
	top: 0; 
	left: 0;
	width: 528px;
	height: 141px;
	background: transparent url(../images/game_popup_bg.png) no-repeat 0 -165px;
	padding: 12px 16px;
}
#lt-score-screen h1 {
	color: #3D5C99;
	font-size: 22px;
	font-family: arial;
	font-weight: normal;
	margin: 0 0 4px 0;
}

#lt-score-screen div.close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 16px;
	height: 16px;
	background: transparent url(../images/close.png) no-repeat 0 0;
	cursor: pointer;
}
#lt-score-screen div.close:hover {
	background: transparent url(../images/close.png) no-repeat -16px 0;
}

#lt-score-summary {
	margin-top: -2px;
	margin-left: 24px;
	height: 48px;
	line-height: 48px;
	color: #3D5C99;
	font-size: 20px;
	font-family: helvetica, arial, verdana;
}
#lt-score-summary span {
	float: left;
}
#lt-score-summary span.box {
	height: 36px;
	line-height: 36px;
	font-size: 22px;
	text-align: right;
	padding: 0 6px 0 8px;
	margin: 6px 0;
	background: transparent url(../images/score_box_bg.png) repeat-x 0 0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#lt-score-summary span.box b {
	display: inline-block;
}
#lt-score-wc {
/* 	min-width: 42px; */
}
#lt-score-wp {
	min-width: 24px;
}
#lt-score-summary span.box i {
	color: #808080;
	font-size: 11px;
}
#lt-score-summary span.points-box {
	position: relative;
	width: 112px;
	height: 48px;
	line-height: 48px;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	padding: 0 4px;
	color: #FFFFFF;
	background: transparent url(../images/score_box_bg.png) repeat-x 0 -84px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#lt-score-summary span.points-box div.fade {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 120px;
	height: 48px;
	background-color: #FFFF00;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;	
	display: none;
}
#lt-score-summary span.points-right {}
#lt-score-summary span.points-right i {
	display: block;
	height: 12px;
	line-height: 12px;
	font-size: 8px;
	font-style: normal;
	margin-left: 2px;
	color: #808080;
}
#lt-score-summary div.tp-box {
	position: relative;
	width: 36px;
	height: 15px;
	overflow: hidden; 
}
#lt-score-summary span.points-right b {
	display: block;
	position: absolute;
	left: -14px;
	width: 46px;
	height: 15px;
	line-height: 15px;
	font-size: 10px;
	font-weight: normal;
	text-align: right;
	padding-right: 4px;
	color: #FFFFFF;
	background: transparent url(../images/score_tp_bg.png) repeat-y;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
#lt-score-summary span.points-right a {
	display: block;
	height: 21px;
	line-height: 21px;
	font-size: 12px;
	vertical-align: baseline;
	margin-left: 4px;
}
#lt-friend-score {
	position: absolute;
	bottom: 56px;
	left: 12px;
	height: 19px;
	line-height: 19px;
	font-size: 12px;
	color: #FF0000;
}
#lt-share-box {
	position: absolute;
	bottom: 6px;
	left: 0;
	height: 41px;
	width: 532px;
	padding: 5px 14px 4px;
	background: transparent url(../images/game_popup_bg.png) no-repeat 0 -330px;
}
#lt-share-box h1 {
	height: 16px;
	line-height: 16px;
	font-size: 12px;
	margin: 0;
}
#lt-share-box div.icons {
	height: 24px;
	line-height: 24px;
}
#lt-share-box div.icons img {
	float: left;
	margin-right: 5px;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
	opacity: 0.8;
	cursor: pointer;
}
#lt-share-box div.icons img:hover {
	float: left;
	margin-right: 5px;
	-moz-opacity: 1.0;
	filter: alpha(opacity=100);
	opacity: 1.0;
}

#lt-score-screen .to-highscores {
	position: absolute;
	right: 12px;
	bottom: 4px;
	cursor: pointer;
	font-size: 12px;
	text-decoration: underline;
}

#lt-vote-box {
	position: absolute;
	bottom: 6px;
	left: 0;
	height: 45px;
	width: 536px;
	padding: 5px 12px 0;
	background: transparent url(../images/game_popup_bg.png) no-repeat 0 -380px;
}
#lt-vote-box h1 {
	font-size: 20px;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0 0 3px 0;
	color: #FFFFFF;
}
#lt-vote-box h2 {
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	color: #FFA0A0;
}
#lt-vote-box div.right {
	position: absolute;
	top: 2px;
	right: 12px;
}
#lt-vote-box a {
	display: inline-block;
	width: 64px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	background: transparent url(../images/vote_op_bg.png) no-repeat -64px 0;
	font-size: 19px;
	color: #D98787;
	margin: 4px 0 0 6px;
	cursor: pointer;
}
#lt-vote-box a:hover {
	color: #FFFFFF;
	background: transparent url(../images/vote_op_bg.png) no-repeat 0 0;
}
#lt-pending-status {
	position: absolute;
	top: 6px;
	right: 6px;
	padding: 4px 8px;
	color: #FFFFFF;
	background-color: #FF0000;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	font-size: 12px;
	font-weight: bold;
}

/* High Scores Screen
 ---------------------------------------------------------------------------- */
#lt-highscores-screen {
	position: absolute;
	top: 0; 
	left: 0;
	width: 528px;
	height: 141px;
	background: transparent url(../images/game_popup_bg.png) no-repeat 0 -165px;
	padding: 12px 16px;
}
#lt-highscores-screen h1 {
	color: #3D5C99;
	font-size: 22px;
	font-family: arial;
	font-weight: normal;
	margin: 0 0 4px 0;
}

#lt-highscores-screen div.close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 16px;
	height: 16px;
	background: transparent url(../images/close.png) no-repeat 0 0;
	cursor: pointer;
}
#lt-highscores-screen div.close:hover {
	background: transparent url(../images/close.png) no-repeat -16px 0;
}

#lt-highscores {
	position: relative;
	top: -28px;
	left: 92px;
	width: 400px;
	color: #3D5C99;
	font-family: arial,verdana,helvetica;
	font-size: 12px;
}
#lt-highscores div.title {
	height: 24px;
	line-height: 24px;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	text-align: right;
	border-bottom: 1px solid #3D5C99;
}
#lt-highscores div.table {
	height: 105px;
	overflow: auto;
}
#lt-highscores div.line {
	height: 20px;
	line-height: 20px;
	border-bottom: 1px solid #C5CEE0;
	background: #FAFAFA url(../images/hscores_line_bg.png) repeat-x 0 0;	
}
#lt-highscores div.highlight {
	background: #FAFAFA url(../images/hscores_line_bg.png) repeat-x 0 -40px;
	border-bottom: 1px solid #FFA6A6;
}
#lt-highscores img {
	vertical-align: middle;
	margin-right: 4px;
}
#lt-highscores div.pos {
	float: left;
	width: 24px;
	color: #FFFFFF;
	background: #3D5C99 url(../images/hscores_line_bg.png) repeat-x 0 -20px;
	border-bottom: 1px solid #3D5C99;
	font-weight: bold;
	text-align: center;
}
#lt-highscores div.highlight div.pos {
	background: #3D5C99 url(../images/hscores_line_bg.png) repeat-x 0 -60px;
	border-bottom: 1px solid #FF0000;	
}
#lt-highscores div.date {
	float: right;
	width: 80px;
	padding: 0 4px;
	text-align: right;
}
#lt-highscores div.points {
	float: right;
	width: 80px;
	padding: 0 4px;
	text-align: right;
}
#lt-highscores div.user {
	padding: 0 4px;
	margin: 0 80px 0 24px;
	font-weight: bold;
	white-space: nowrap;
}
#lt-highscores small {
	font-size: 10px;
}

#lt-highscores-screen .to-score {
	position: absolute;
	left: 12px;
	bottom: 10px;
	cursor: pointer;
	font-size: 12px;
	text-decoration: underline;
}

/* Translate Bar
 ---------------------------------------------------------------------------- */
#lt-translate-bar {
	color: #3D5C99;
	width: 552px;
	line-height: 22px;
	background: transparent url(../images/blue_bar552.png) no-repeat;
}
#lt-translate-bar-lang-box {
	position: relative;
	float: right; 
	width: 134px;
	background: transparent url(../images/lang_combo.png) no-repeat right 0;
	padding: 0 18px 0 8px;
}
#lt-translate-bar-lang-box:hover {
	background-position: right -22px;
}
#lt-translate-bar-lang-select {
	display: block;
	position: absolute;
	left: 0;
	top: 19px;
	width: 156px;
	height: 125px;
	background-color: #FFFFFF;
	border: 2px solid #ACC0E6;
	overflow: auto;
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 1000000;
}
#lt-translate-bar-lang-select li {
	list-style: none;
	margin: 0;
	padding: 0px 4px;
	border-bottom: 1px solid #CDDBF7;
	line-height: 20px;
	cursor: pointer;
}
#lt-translate-bar-lang-select li.clear {
	color: #808080;
	background-color: #F0F0F0;
	border-bottom: 1px solid #DADADA;
}
#lt-translate-bar-lang-select li.clear:hover {
	text-decoration: underline;
	background-color: #F0F0F0;
}
#lt-translate-bar-lang-select li:hover {
	background-color: #EBF0FB;
	text-decoration: none;
}
#lt-translate-bar-text-box {
	position: relative;
	width: 392px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	overflow: hidden;
}
#lt-translate-bar-text {
	position: relative;
	white-space: nowrap;
}
#lt-translate-bar-text span {
	color: #808080;
}
#lt-translate-bar-branding {
	text-align: right;
}
/* Share It!
 ---------------------------------------------------------------------------- */
#lt-share-it {
	height: 20px;
	margin-bottom: 6px;
}
#lt-share-it .addthis_toolbox {
	float: right;
	width: 180px;
	padding: 2px 0;
}
