/* Lingt CSS Stylesheet */

/* Global */

html {
	background: url('img/stripes2.png');
	height: 100%;
}

body {
	font-family: "Lucida Grande",Tahoma,Arial,sans-serif;
	margin: 10px 0 0;
	color: #5c5c5c;
	height: 100%;
}

a {
	text-decoration: none;
	color: #4a4a4a;
}
a:hover {
	text-decoration: underline;
}
.hover:hover {
	text-decoration: underline;
}

.green {
	color:#40c82a;
}
.white {
	color: white;
}

.black {
	color: #5c5c5c;
}

.blue {
	color:#0071bc;
}
.red {
	color: red;
}

.orange {
	color:#f7931e;
}

.gray {
	color:#c6c6c6;
}

.yellow {
	color: #ced528
}

.clickable {
	cursor: hand;
	cursor: pointer;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #0071bc;
}
h3 {
	font-size: 12px;
	color: #a4a4a4;
}

/* Popper */
.popper {
    width: 185px;
    height: 55px;
    bottom: -60px;
    padding: 15px;
    background: url('img/popper.png');
    z-index: 100000;
	font-size:14px;
	font-weight:bold;
	color: white;
	margin-bottom: 5px;
}

#popper-container {
	position: fixed;
	width: 200px;
	bottom: 0px;
	right:40px;
	padding-bottom:10px;
}

/* Front Page */

#sign-in-box {
	display:none;
	height:75px;
	background:black;
	padding-top:1px;
	text-align:center;
}

#sign-in-box form {
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	font-size: 12px;
	color: white;
	width: 569px;
}

#sign-in-box form label {
	color:white;
	font-size:14px;
}

#sign-in-box form input[type="submit"] {
	margin-left:5px;
	font-size:12px;
	padding:2px;
}

#sign-in-email, #sign-in-password {
	font-size:12px;
	padding:3px;
	width:170px;
	border:3px solid #0071bc;
	background:black;
}

#main-container {
	position: relative;
}

#orange-band {
	z-index: 10;
	height:60px;
	position:absolute;
	top:150px;
	left: 0;
	width: 100%;
	left: 0px;
}

#main-body-container {
	top:-11px;
	width:771px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

#front-logo {
	height:128px;
	width:540px;
	position:absolute;
	z-index:10;
	left:37px;
	top:-32px;
}

#sign-in-button {
	cursor:pointer;
	cursor:hand;
	position:absolute;
	width:139px;
	height:66px;
	right:-30px;
	top:20px;
}

#orange-band-content {
	z-index:20;
	position:absolute;
	font-size:22px; 
	top: 18px;
	left:30px;
}

#orange-band-content span{
	margin-left:20px;
}

#orange-band-content span a{
	color: #3e3e3e;
}

#body-top {
	height:19px;
	background: url('img/main-body-top.png');
}

#body-middle-top {
	height:95px;
	background: repeat-y url('img/main-body-middle.png');
}

#body-mural {
	height:491px;
	background: url('img/main-mural.png');
}

#mural-text {
	width:261px;
	font-size:18px;
	position:absolute;
	top:310px;
	right: 23px;
	line-height: 25px;
}

#sign-up-button {
	cursor:hand;
	cursor:pointer;
	width:182px;
	height:64px;
	position:absolute;
	top:455px;
	right:78px;
}

#try-it-now {
	border-bottom: dotted #00bc3e;
	letter-spacing:-1px;
	position:absolute;
	top:410px;
	left:170px;
	font-size:24px;
	color:#00bc3e;
}

#body-bottom {
	height:19px;
	background: url('img/main-body-bottom.png')
}

#copyright {
	color:#a2a2a2;
	font-size:12px;
	text-align:right;
	font-weight:normal;
}


/* Home Page */

#home-body-container {
	top:-16px;
	width:830px;
	padding-top:1px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

#home-logo {
	height:107px;
	width:282px;
	position:absolute;
	z-index:10;
	left:10px;
	top:-26px;
}

#master-nav {
	position:absolute;
	top:42px;
	left:420px;
	font-size:18px;
	width:420px;
}

#master-nav a {
	margin-right:20px;
	text-decoration:none;
	color:#575757;
}

#master-nav .selected {
	padding-right:10px;
	padding-left:10px;
	color:white;
	padding:7px;
	display:inline-block;
	background:#f7931e;
}

#home-top {
	margin-top:120px;
	margin-left:30px;
}

#activity-box {
	float: left;
}

#stats-box {
	float:left;
	margin-left:60px;
	margin-top:30px;
}

#activity-box-header {
	margin-bottom:10px;
	height:29px;
	background: url('img/home-activity.png') no-repeat;
}

#activity-feed {
	margin-left: 3px;
}

.activity-item {
	padding:8px;
	margin-bottom:10px;
	width:450px;
}

.activity-new {
	background:#fdedd9;
	border:solid 2px #f7931e;
}

.activity-old {
	background:#ededed;
	border:solid 2px #c6c6c6;
}

#view-activity-history {
	padding-left:4px;
	margin-top:10px;
	font-size:12px;
	color:#c6c6c6;
}

#stats-info-box {
	position:relative;
	text-align:center;
	height:110px;
	width:222px;
	background:#ededed;
	border:solid 5px #c6c6c6;
}

#level-box {
	position:absolute;
	top:-30px;
	left: 56px;
	padding:10px;
	padding-left:15px;
	padding-right:15px;
	background:#daf4d5;
	border:4px solid #40c82a;
	font-size:18px;
}

#stats-info {
	margin-top:25px;
	font-size:18px;
	line-height:26px;
}

#small-review-bar-container {
	margin-top:20px;
}

#small-review-bar-title {
	display:inline-block;
	padding-top:2px;
	vertical-align:top;
	font-size:12px;
}

#small-review-bar {
	display:inline-block;
	height:14px;
	width:126px;
	border: #4f4f4f 2px solid;
	background:white;
}

#small-review-bar div {
	height:100%;
}

#small-review-bar-percent {
	font-size:16px;
	color:#40c82a;
	position:relative;
	bottom:3px;
}

#small-review-bar-go {
	text-align:center;
	font-size:12px;
}

#home-study-now {
	text-align:center;
	margin-top:15px;
}

#home-bottom {
	margin-top:10px;
	margin-left: 30px;
}

#home-bottom-left {
	float:left;
	width:400px;
}

#from-the-blog {
	background: url('img/from-the-blog.png') no-repeat;
	height:28px;
}

#home-blog-posts {
	margin-top:20px;
	width:350px;
}

.home-blog-post {
	margin-bottom:20px;
	line-height:22px;
	font-size: 12px;
}

.home-blog-post-title {
	font-size:18px;	
}

.home-blog-post div {
	margin-bottom:5px;
	font-size:12px;
	line-height:17px;
}

#from-the-forums {
	background: url('img/from-the-forums.png') no-repeat;
	height:28px;
}

#home-bottom-right {
	float:left;
	width: 400px;
}

#home-forum-posts {
	margin-top:20px;
}

.home-forum-post {
	font-size:12px;
	background:#ededed; 
	border: solid 2px #c6c6c6; 
	height: 105px; 
	padding:10px;
}

.home-forum-text {
	margin-top:15px;
	line-height:16px;
}

.home-forum-date {
	text-align:right;
	color:#a5a5a5;
	margin-top:15px;
}

.home-forum-view-post {
	margin-top:5px;
	margin-bottom:20px;
	font-size:12px;
	text-align:right;
}

/* Study Page */

#study-q-box {
	float: left;
}

#study-q-title {
	margin-bottom:10px;
	height:44px;
	background: url('img/study-q.png') no-repeat;
	width:300px;
}

#study-q {
	border: solid 2px #c6c6c6;
	width:410px;
}

.q-item-blue {
	position:relative;
	height:42px;
	background: url('img/q-item-blue.png') repeat-x;
}

.q-item-gray {
	position:relative;
	height:42px;
	background: url('img/q-item-gray.png') repeat-x;
}

.q-item-list-name {
	position:absolute;
	top:14px;
	left:7px;
	color:#0071bc;
	font-size:12px;
}

.q-item-list-percent {
	position:absolute;
	top:13px;
	left:175px;
	font-size:14px;
}

.q-item-list-expand {
	position:absolute;
	top:14px;
	left:260px;
	font-size:12px;
}

.q-item-list-remove {
	position:absolute;
	top:14px;
	left:340px;
	font-size:12px;
}

#lets-go-button {
	position:relative;
	top:25px;
	width:140px;
	height:51px;
}

#my-lists-box {
	position:relative;
	float:left;
	margin-left:65px;
}

#lists-header {
	margin-bottom:10px;
	height:44px;
	background: url('img/my-lists.png') no-repeat;
	width:321px;
}

#lists-up {
	position:absolute;
	right:-42px;
	top: 6px;
}

#lists-down {
	position:absolute;
	right:-42px;
	bottom: 3px;
}

.list-listing {
	margin-bottom:7px;
	height:7px;
	padding:7px;
	padding-bottom:15px;
	border-width: 2px;
	border-style: solid;
}

.list-listing-name {
	width:250px;
	font-size:14px;
}

.list-listing-percent {
	width:30px;
	font-size:14px;
}

.list-listing-details {
	width:50px;
	font-size:12px;
}

.list-green {
	background: #daf4d5;
	border-color: #40c82a;
}

.list-orange {
	background: #fdedd9;
	border-color: #f7931e;
}

.list-yellow {
	background: #f3f4d5;
	border-color: #ced528
}

.list-blue {
	background: #e3eff7;
	border-color: #0071bc;
}

.list-gray {
	background: #ededed;
	border-color:#c6c6c6;
}

#lists-options {
	font-size:12px;
	margin-top:10px;
	color:#c2c2c2;
	text-align:center;
}

#review-box {
	margin-top:40px;
}

#review-box-title {
	margin-bottom:10px;
	height:22px;
	background: url('img/review.png') no-repeat;
	width:321px;
}

#review-box-content {
	font-size:24px;
	color:#40c82a;
	text-align:center;
}

#review-bar {
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	height:20px;
	width:250px;
	border: #4f4f4f 2px solid;
	background:white;
}

#review-bar div {
	height:100%;
	width:82%;
	background:#40c82a;
}

#review-bar-link {
	text-align:center;
	color:#40c82a;
	font-size:16px;
	margin-top:10px;
}

	
/* Create List Page */

#create-list-header {
	margin-bottom:20px;
	height:22px;
	background: url('img/create-list.png') no-repeat;	
}

#create-list-input label {
	font-size: 16px;
}

#create-list-input input[type="text"] {
	font-size:14px;
	border:2px #ececec solid;
	padding: 4px;
}

#create-list-title {
	width:300px;
}

.book-title:hover {
	color: #0071bc;
}

#create-list-description {
	width:400px
}

#create-list-tags {
	width:300px;
}

input[type="text"], input[type="password"] {
	border: 2px solid #ececec;
	padding: 1px;
}

.input-description {
	font-size:12px;
	color:#c1c1c1;
	font-weight: normal;
}

#add-words-title {
	margin-bottom:5px;
	margin-top:30px;
	font-size:16px;
	border-bottom: #0071bc dotted 2px;
	width: 90%;
}

#add-words {
	float:left;
	width:245px;
}

#add-words input[type="text"], #unknown-word-form input[type="text"] {
	margin-bottom:4px;
	font-size:14px;
	border:2px #ececec solid; 
	width:200px; 
	padding: 4px;
	font-family: tahoma;
}

#word-preview, #unknown-word-box {
	float:left;
	position: relative;
	text-align:center;
	width:375px;
}

#word-preview-attribution a {
	text-decoration: underline;
	color: #f7931e;	
}

#word-preview-image-container {
	position:relative;
	background-position: 0px 160px;
	display: inline-block;
	*display: inline;
	zoom: 1;
}

#view-image-details {
	font-size:18px;
	position:absolute;
	top:2px;
	right:1px;
	color: #b2b2b2;
}

#word-preview-image {
	max-height:224px;
	max-width:470px;
	/*border: solid 6px #e3e3e3;*/
}

#word-preview-info {
	text-align:center;
}

#word-preview-main {
	margin-left:30px;
	font-size:30px;
}

#word-preview-romanization {
	font-size:20px;
	display:block;
	margin-top:1px;
	margin-bottom:5px;
}

#word-preview-trans {
	font-size:18px;
}

#disambiguation-terms div{
	padding: 8px;
	font-family: arial;
}
.disambiguation-term:hover {
	font-weight: bold;
}
#preview-images tr td {
	width: 229px;
	height: 140px;
}
.image-preview {
	max-width:229px;
	max-height:140px;
	cursor: pointer;
	cursor: hand;
}

#unknown-word-form tr td {
	padding: 3px;
}
#add-unknown-word:hover {
	text-decoration: underline;
}

/******/

.answer-box {
	font-family:arial;
	width:212px;
	height:83px;
	padding:20px;
	padding-right:30px;
	font-size:16px;
	background: url('img/answer-box.png');
	text-align:center;
}

.answer-box-correct {
	font-family:arial;
	width:212px;
	height:83px;
	padding:20px;
	padding-right:30px;
	font-size:16px;
	background: url('img/answer-box-correct.png');
	text-align:center;
}

.answer-box-wrong {
	font-family:arial;
	width:212px;
	height:83px;
	padding:20px;
	padding-right:30px;
	font-size:16px;
	background: url('img/answer-box-wrong.png');
	text-align:center;	
}

.image-answer-box img {
	cursor:pointer;
	cursor:hand;
}

.active-list-item {
	height:20px;
	padding:10px;
	border: solid 3px #c6c6c6;
	font-family: arial;
	margin-bottom:15px;
	background: #f5f5f5;
}

#active-queue-table tr {
	height:30px;
}

#active-queue-table tr td {
	padding:5px;
	text-align: center;
	width: 80px;
}

#active-queue-table-2 tr {
	height:61px;
}

#active-queue-table-2 tr td {
	text-align: center;
}

/*
.term-progress-bar {
	position:relative;
	height:61px;
	width:22px;
	background:url('img/study-now-bar.png');
}

.term-progress-bar div {
	position:absolute;
	left:1px;
	bottom:1px;
	height:0;
	width:20px;
	background:url('img/study-now-bar-fill.png');
}

*/
form#signup-form label {
	color:#f7931e;
	margin-right:15px;
}

form#signup-form label.error {
	margin-left:10px;
	color: red;
	font-size:14px;
}


form#signup-form input{
	padding:5px;
}

#hidden-fields input {
	padding:5px;
	border: 3px #ececec solid;
}

.list-listing-name{
	font-family:arial;
}


/********************************** NEW *********************************************/

#session-main-container {
	height: 100%;
	min-height: 780px;
	width: 1026px;
	/**margin: 0 auto;**/
	z-index: 1000;
}
#session-left-container {
	/**width: 174px;**/
	width: 306px;
	/**background: #fbfbfb;*/
	height: 100%;
	float: left;
}
#session-right-container {
	width: 720px;
	height: 100%;
	float: left;
}
#session-border {
	width:51px;
	height: 100%;
	float:left;
	background: url("img/session-border.png") repeat-y;
}
/**
#session-left-filler {
	background: #fbfbfb;
	display:inline-block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	z-index: -1;
}
**/
#session-canvas {
	height: 760px;
	width: 720px;
	background: url("img/session-canvas.png");
	margin-top: 5px;	
}
#session-left-content {
	padding-left: 70px;
	margin-right: 0;
	width: 185px;
	height: 100%;
	background: #fbfbfb;
	float:left;
}
#session-progress-bar {
	padding: 1px;
	height: 29px;
	width: 172px;
	margin-top: 10px;
	background: url("img/session-progress-bar.png");
}
#session-progress-bar div {
	width: 0;
	height: 29px;
	background: url("img/session-progress-bar-fill.png");
}
#term-queue-table {
	width:175px;
	height: 105px;
	margin-top:10px;
	position: relative;
	right: 5px;
}
#term-queue-table tr {
	height:30px;
}
#term-queue-table tr td {
	padding:5px;
	text-align: center;
	width: 80px;
}
.term-progress-bar {
	position:relative;
	height:61px;
	width:22px;
	background:url('img/study-now-bar.png');
	border: 2px solid #fbfbfb
}
.progress-bar-container {
	width: 22px;
	height: 100%:
}
.term-progress-bar div {
	position:absolute;
	left:1px;
	bottom:1px;
	height: 0;
	width:20px;
	background:url('img/study-now-bar-fill.png');
}
#session-response {
	margin: 10px auto;
	width: 675px;
	height:400px;
}
#session-control-buttons {
	margin-top: 75px;
}
#pause-button, #quit-button {
	cursor: pointer;
}
#pause-screen, #disable-recognition-screen {
	height:100%;
	min-height: 780px;
	width:100%;
	z-index:10000;
	background:black;
	opacity: 0.75;
	filter:alpha(opacity='75');
	position: absolute;
	top: 0;
	left:0;
	display: none;
}
.session-modal {
	font-size:32px;
	position:absolute;
	top:120px;
	left:50%;
	margin-left:-100px;
	z-index:10001;
	padding:25px;
	text-align:center;
	width: 200px;
	border: solid 6px #0071bc;
	background: white;
	display: none;
}
#flash-player-container {
	position: absolute;
	top: 0;
	left: 0;	
}

#main-top {
	background: url('img/main-top.png');
	width: 1007px;
	height: 51px;
	margin: 0 auto;
	position: relative;
}
#main-body {
	background: url('img/main-body.png');
	width: 1007px;
	margin: 0 auto;
}
#main-bottom {
	background: url('img/main-bottom.png');
	width: 1007px;
	height: 72px;
	margin: 0 auto;
	position: relative;
}
#header {
	width: 1007px;
	height: 70px;
	margin: 0 auto;
	position: relative;
	z-index: 100;
}
#main-logo {
	width: 208px;
	height: 80px;
	position: relative;
	bottom: -4px;
	left: 15px;
	z-index: 95;
}
#nav-tabs {
	position:absolute;
	/**bottom: -3px;**/
	top:37px;
	left:330px;
}
#nav-tabs div {
	height:33px;
	width:100px;
	display: inline-block;
	cursor: pointer;
	margin-left:3px;
	*display:inline;
	zoom:1;
}
#home-tab-active {
	background: url('img/home-active-tab.png');
}
#home-tab-inactive {
	background: url('img/home-inactive-tab.png');
}
#add-tab-active {
	background: url('img/add-active-tab.png');
}
#add-tab-inactive {
	background: url('img/add-inactive-tab.png');
}
#cram-tab-active {
	background: url('img/cram-active-tab.png');
}
#cram-tab-inactive {
	background: url('img/cram-inactive-tab.png');
}
#manage-tab-active {
	background: url('img/manage-active-tab.png');
}
#manage-tab-inactive {
	background: url('img/manage-inactive-tab.png');
}
#stats-tab-active {
	background: url('img/stats-active-tab.png');
}
#stats-tab-inactive {
	background: url('img/stats-inactive-tab.png');
}
#leaders-tab-active {
	background: url('img/leaders-active-tab.png');
}
#leaders-tab-inactive {
	background: url('img/leaders-inactive-tab.png');
}
.inactive-tab {
	opacity: 0.70;
	filter:alpha(opacity='70');
}

.inactive-tab:hover {
	opacity: 1.0;
	filter: alpha(opacity='100');
}
#body-content {
	width: 949px;
	margin: 0 auto;
	overflow: hidden;
}
.column-layout {
	background: url('img/home-right-gray.png') repeat-y right top;
}
#home-left-column {
	width: 658px;
	float: left;
}
#home-right-column-top {
	width: 291px;
	height: 51px;
	background: url('img/home-right-gray.png');
	position: absolute;
	top: -51px;
}
#right-column-top {
	width: 291px;
	height: 51px;
	background: url('img/home-right-gray.png');
	position: absolute;
	top: 0px;
	right: 29px;
}
#right-column-bottom {
	width: 291px;
	height: 40px;
	background: url('img/home-right-gray.png');
	position: absolute;
	top: 0px;
	right: 29px;
}
#home-right-column-bottom {
	width: 292px;
	height: 40px;
	background: url('img/home-right-gray.png');
	position: absolute;
	bottom: -40px;
}
#home-right-column {
	width: 291px;
	float: right;
	/*background: url('img/home-right-gray.png');*/
	position: relative;	
	display: block;
}
#study-update-box {
	width: 590px;
	height: 141px;
	background: url('img/schedule-bg.png');
	margin: 0 auto;
	text-align: center;
	color: white;
	font-weight: bold;
}
#study-now-button {
	display: block;
	margin: 0 auto;
	position: relative;
	top: -25px;
}
.right-column-header {
	width: 294px;
	height: 49px;
	position: relative;
	left: -3px;
}
#stats-overview-header {
	background: url('img/stats-overview-header.png');
	margin-top:0px;
}
#schedule-header {
	background: url('img/schedule-header.png');
	/*margin-top: 52px;*/
}
#activity-feed {
	margin-top:30px;
	padding: 0 38px;
}
#schedule-items div {
	border-bottom: solid 2px #e8e8e8;
	width: 274px;
	position: relative;
	left: 3px;
	color: #767676;
	padding: 10px 7px;
}
.schedule-item-text {
	margin: 10px 7px;
}

.blue {
	color: #0071bc;
}
.faded-blue {
	color: #71baea;
}
.green {
	color: #69cc6d;
}
.orange {
	color: #f7931e;
}

.bold {
	font-weight: bold;
}
.activity-feed-item {
	height:62px;
	position: relative;
}
.feed-item-main-text {
	position: absolute;
	top: 19px;
	left: 45px;
	font-weight: bold;
	color: #767676;
}
.feed-item-details {
	position:absolute;
	left: 45px;
	top: 42px;
	color: #c6c6c6;
	font-size: 12px;
	font-weight: bold;
}
.feed-separator {
	background: url('img/feed-separator.png');
	height: 19px;
	width: 616px;
}
#stats-overview {
	height: 200px;
	position: relative;
}
#level-bar-container {
	position: absolute;
	top: 6px;
	left: 130px;
}
#stats-level-bar-container {
	position: relative;
}
#stats-score-container {
	text-align: center;
	margin-top: 8px;
	position: relative;
}
#stats-score {
	font-size: 42px;
	margin-bottom: 10px;
}
#level-bar {
	height: 20px;
	width: 123px;
	background: url('img/level-bar.png');
	display: inline-block;
	position: relative;
	text-align: left;
	top: 4px;
	padding: 1px;
	*display: inline;
	zoom: 1;
}
#level-bar-level {
	position: absolute;
	top: 5px;
	left: -20px;
}
#level-bar-next-level {
	position: absolute;
	top: 5px;
	right: -20px;
}
#stats-bar-level {
	position: absolute;
	top: 5px;
	left: 61px;
}
#stats-bar-next-level{
	position: absolute;
	top:5px;
	right: 62px;
}
#level-bar div {
	background: url('img/level-bar-fill.png');
	height: 20px;
}
#home-score {
	font-size: 32px;
	font-weight: bold;
	margin: 20px 0 0 15px;
}
#home-stats{
	font-size: 14px;
	color: #767676;
	margin: 10px 0 0 15px;
	line-height: 1.4em;
}
#home-invite {
	margin: 170px 0 0 15px;
}
#top-right-nav {
	font-size: 12px;
	font-weight:bold;
	position: absolute;
	top:2px;
	right:34px;
}
#top-right-nav a {
	color: #0071bc;
}
#add-left-column {
	width: 309px;
	height: 100%;
	float:left;
	text-align: center;
	font-weight: bold;
}

#add-left-column:hover, #add-right-column:hover {
	background: #e5e5e5;
	cursor: pointer;
}
#add-middle-column{
	width: 310px;
	height: 100%;
	float:left;
	text-align: center;
	font-weight:bold;
}
#add-middle-column form input[type='text'] {
	border: 3px solid #d1d1d1;
	padding: 3px;
}
#add-middle-column table {
	margin: 0 auto;
	font-weight: normal;
}
input[type="submit"]{
	cursor: pointer;
}
#add-right-column {
	width: 309px;
	height: 100%;
	float: right;
	text-align: center;
}
.add-options-divider {
	width: 11px;
	height: 495px;
	float: left;
	background: url('img/add-options-divider.png');
}
#ways-to-add-terms-header {
	background: url('img/ways-to-add-terms.png');
}
#statistics-header {
	background: url('img/statistics-header.png');
}
#achievements-header {
	background: url('img/achievements-header.png');
	margin-top: 52px;
}
#home-left-content {
	margin-left: 35px;
	margin-top: 10px;
}
h1 {
	font-weight: bold;
	font-size: 24px;
}
.lingt-list-entry {
	height: 31px;
	width: 565px;
	padding: 8px;
	position: relative;
	background: #eeeeee;
}
.lingt-list-entry-even {
	height: 31px;
	width: 565px;
	padding: 8px;
	position: relative;
	background: #eeeeee;
}
.lingt-list-entry-odd {
	height: 31px;
	width: 565px;
	padding: 8px;
	position: relative;
	background: none;
}
.lingt-list-entry-title {
	font-weight: bold;
	position: relative;
	bottom: 7px;
}
.lingt-list-entry-score {
	letter-spacing: -1px;
	font-size: 14px;
	position: relative;
	bottom: 1px;
}
.lingt-list-entry-terms {
	color: #0071bc;
	position: absolute;
	bottom: 10px;
	right: 100px;
}
.lingt-list-entry-expand {
	position: absolute;
	bottom: 14px;
	right: 10px;
	cursor: pointer;
}
#unlock-message{
	text-align:center;
	margin-top: 80px;
	font-weight: bold;
}
#unlock-message ul {
	margin-top:10px;
	line-height:1.6em;
	font-weight:normal;
}
#unlock-message ul li img {
	position: relative;
	top: 3px;
}
.ways-to-add-img {
	width:50px;
	text-align:right
}
.ways-to-add-text {
	font-weight:bold;
	padding-left:3px;
}
#ways-to-add-terms-content table tr {
	height: 45px;
}
.add-list-img, .remove-list-img {
	position: absolute;
	bottom: 12px;
	right: -30px;
	cursor: pointer;
}
.add-list-bubble, .remove-list-bubble {
	position: absolute;
	top: -58px;
	right: -91px;
	z-index: 1000;
	display: none;
}
.list-entry-author {
	font-size: 12px;
	color: #9e9e9e;
}
#search-box {
	font-size: 18px;
}
#seach-box input {
	margin-left:2px;
	padding:1px;
	color:#5c5c5c;
	width: 200px;
	border: solid 2px #c4c4c4;
}
#search-box span {
	color: #0071bc;
	cursor: pointer;
}
#search-box span:hover {
	text-decoration: underline;
}
#word-preview-disambiguate {
	display:none;
	font-size:12px;
	cursor: pointer;
	color: #b2b2b2;
}
#word-preview-disambiguate:hover {
	text-decoration: underline;
}
.image-attribution {
	background: black;
	color: white;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	z-index: 1000;
	opacity: 0.85;
	filter:alpha(opacity='85');
	font-weight: bold;
}
.settings-label {
	color: #0071bc;
	font-weight: bold;
	font-size: 18px;
	margin-left: 8px;
	margin-right:10px;
}
.cram-header {
	position:relative;
	margin-left:10px;
	bottom:10px;
	display: inline;
}
.cram-list-checkbox {
	position: absolute;
	bottom: 15px;
	*bottom: 11px;
	left: -18px;
	*left: -21px;
}
#interaction-bars {
	margin-top:30px;
	margin-left: 15px;
}
.interaction-bar {
	width: 270px;
	height: 44px;
	cursor:move;
	position: relative;
}
.cram-match-bar {
	background: url("img/cram-match-bar.png");
}
.cram-reverse-match-bar {
	background: url("img/cram-reverse-match-bar.png");
}
.cram-speak-bar {
	background: url('img/cram-speak-bar.png');
}
.cram-write-bar {
	background: url('img/cram-write-bar.png');
}
.remove-input {
	display:none;
	cursor:pointer;
	position:absolute;
	right: 15px;
	top: 8px;
}
.input-box {
	position: relative;
}
.remove-interaction {
	display: none;
	cursor: pointer;
	position: absolute;
	color: #d1d1d1;
	top: 7px;
	right: -17px;
}
#interaction-container {
	width:270px;
	height: 300px;
	border: 3px solid #c7c7c7;
	background: #f5f5f5;
}
#drag-watermark {
	margin-top:75px;
	width: 103px;
	height: 105px;
	margin:100px auto;
	background: url('img/drag-watermark.png')
}
#start-cramming-button {
	opacity: 0.7;
}
#start-cramming-button:hover {
	opacity: 1.0;
}
#graph-container {
	height: 400px;
	width: 610px;
	margin: 0 auto;
}
#achievements-container {
	width: 610px;
	margin: 0 auto;
}
#graph {
	height: 385px;
}
#stats-details {
	text-align:left;
	margin-top: 20px;
	margin-left: 8px;
	font-size: 14px;
}
#graph-select {
	margin-top: 4px;
}
#graph-select span {
	cursor: pointer;
	font-weight: bold;
	margin-right: 10px;
}
#graph-select span:hover {
	color: #0071bc;
	text-decoration: underline;
}
#create-submit-button {
	opacity:0.8;
	position:relative;
	right:5px;
}
#create-submit-button:hover {
	opacity: 1.0;
}
.input-word-div {
	font-family:tahoma;
	font-size:14px;
	margin-bottom:4px;
	padding:4px;
	width:200px;
	height:20px;
	display: inline-block;
}
#dont-know-choose-img {
	opacity: 0.6;
	filter:alpha(opacity='60');
}
#dont-know-choose-img:hover {
	opacity: 1.0;
	filter:alpha(opacity='100');
}

/** new front page **/
#front-content-table tr {
	height: 85px;
}

.front-content-icon {
	padding-right: 10px;
}
.faq-question {
	margin-bottom:7px;
}
.faq-answer {
	padding-bottom:30px;
	width:800px;
	display:none;
	font-size:14px;
	color: #0071bc;
}
.faq-answer a {
	color: #f7931e;
}
#footer-container {
	height:25px;
}
#footer {
	position:relative;
	bottom:20px;
	width:926px;
	margin:0 auto;
	font-size:14px;
}
.option-saved {
	margin-left:10px;
	display:none;
}
.option-saved img{
	position: relative;
}
.edit-profile-button {
	position: relative;
	bottom: 2px;
	*bottom: 4px;
}
.profile-saved img {
	position: relative;
}
#id_email, #id_new_password1, #id_new_password2 {
	padding: 3px;
}
#pinyin-table tr {
	height: 50px;
}


/* TOOLTIP STYLES! */
#tooltip {
           position: absolute;
           z-index: 3000;
           border: 1px solid #111;
           background-color: #F7931E;
           padding: 5px;
           opacity: 1;
           }
#tooltip h3, #tooltip div { 
                            color:white;
                            font-weight:bold;
                            margin:0;
                            }
}