html, body {
	margin:0px;
	background-color:rgb(255,255,255);
	color:rgb(100,100,100);
	font-family: Tahoma, sans-serif;
	height:100%;
	min-width:1280px;
}

a {
	text-decoration:none;
	color:rgb(100,100,100);
}
a:hover {
}
th {
	color:rgb(194,194,194);
}

.welcome_heading {
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
	font-size:200%;
	color:rgb(111, 111, 111);
}
.welcome_section {
	text-align:center;
	color:rgb(162, 162, 162);
}
.welcome_image {
	width:550px;
	border:1px solid rgb(240,240,240);
}

.wrapper {
	min-height:100%;
	position:relative;
}

.content {
	margin-left:auto;
	margin-right:auto;
	padding:5px;
	padding-top:40px;
	min-height:100%;
	padding-bottom:50px;
}

.footer_pusher {
	height:50px;
}
.footer {
	height:60px;
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	background-color:rgb(0,0,102);
	color:rgb(255,255,255);
	border-top:1px solid rgb(228, 228, 228);
}
.footer_content {
	height:60px;
	line-height:60px;
	text-align:center;
	font-size:120%;
}
.footer_content span {
}

.desk {
	position:relative;
	width:700px;
	left:0;
	right:0;
	margin:auto;
	padding:10px;
}

.app_flag {
	position:absolute;
	left:22px;
	top:45px;
	z-index:1;
}

.app_title {
	height:100px;
	text-align:center;
	font-size:350%;
	font-weight:700;
	line-height:100px;
	color:rgb(255,255,255);
}
.app_title:hover {
}
.app_title a {
	color:rgb(255,255,255);
}

.separator {
	clear:both;
}

.topbar {
	position:relative;
	height:160px;
	padding:0px;
	min-width:600px;
	background-color:rgb(0,0,102);
	border-bottom:1px solid rgb(228, 228, 228);
}

.topbar_menu_list {
	height:60px;
	line-height:60px;
	margin:0;
	padding:0;
	list-style-type:none;
	text-align:center;
	font-size:140%;
}
.topbar_menu_list li  {
	display: inline-block;
	height:60px;
}
.topbar_menu_list li:hover  {
	background-color:rgb(204,0,0);
}
.topbar_menu_list li:hover  a {
	color:rgb(255,255,255);
}
.topbar_menu_list a {
	padding-left:20px;
	padding-right:20px;
	display:inline-block;
	text-decoration:none;
	color:rgb(255,255,255);
}

.logInOut {
	position:absolute;
	bottom:0px;
	right:10px;
	color:rgb(255,255,255);
}
.logInOut a {
}
.logInOut a:hover {
}
.username {
	display:inline-block;
	max-width:200px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.logOut {
	display:inline-block;
	overflow:hidden;
}

.about {
	padding:20px;
	height:300px;
	background-color:rgb(181,181,255);
}

.button {
	margin-bottom:5px;
	padding:5px 15px;
	display:inline-block;
	background-color:rgb(248, 248, 248);
	border:1px solid rgb(216, 216, 216);
	color:rgb(117, 117, 117);
	border-radius:2px;
	font-size:110%;
	text-align:center;
	cursor:pointer;
	-webkit-user-select:none;
	user-select:none;
}
.button:hover {
	background-color:rgb(228, 228, 228);
}
.button_disabled {
	background-color:rgb(248,248,248);
	border:1px solid rgb(231,231,231);
	color:rgb(228,228,228);
}
.button_disabled:hover {
	background-color:rgb(248,248,248);
	border:1px solid rgb(231,231,231);
	color:rgb(228,228,228);
	cursor:default;
}
.button_grey {
	width:133px;
	background-color:rgb(250,250,250);
	float:left;
	margin:10px;
	padding:6px 10px;
	border:1px solid rgb(100,100,100);
	border-radius:3px;
	-webkit-user-select:none;
	user-select:none;
}
.button_grey:hover {
	background-color:rgb(255,255,255);
	cursor:pointer;
}
.button_bottom_right {
	position:absolute;
	right:20px;
	bottom:10px;
}
.button_bottom_left {
	position:absolute;
	left:20px;
	bottom:10px;
}
.button_link {
	color:rgb(28, 169, 255);
}
.button_link:hover {
	color:rgb(28, 169, 255);
	text-decoration:underline;
}

.tasks_progress {
	width:670px;
	height:7px;
	right:0;
	left:0;
	margin:auto;
	margin-bottom:20px;
	background-color:rgb(230, 225, 225);
	border:1px solid rgb(197, 197, 197);
	border-radius:5px;
}
.task_progress_content {
	height:7px;
	background-color:rgb(121, 236, 111);
	border-radius:5px;
	transition: width 500ms;
}

.test {
	margin-right:auto;
	margin-left:auto;
	padding:10px;
	width:700px;
	min-height:100px;
	border-radius:4px;
	text-align:center;
}

#task {
	position:relative;
}

.test_option {
	width:133px;
	background-color:rgb(248,248,248);
	float:left;
	margin:10px;
	padding:6px 10px;
	border:1px solid rgb(216, 216, 216);
	border-radius:3px;
	font-size:110%;
	color:rgb(145, 145, 145);
	-webkit-user-select:none;
	user-select:none;
}
.test_option:hover {
	background-color:rgb(228, 228, 228);
	cursor:pointer;
}
.test_option_correct {
	background-color:rgb(147,247,147);
	border:1px solid rgb(150,200,150);
	color:rgb(100,100,100);
}
.test_option_correct:hover {
	background-color:rgb(147,247,147);
	border:1px solid rgb(150,200,150);
}
.test_option_incorrect {
	background-color:rgb(255,182,182);
	border:1px solid rgb(230,150,150);
	color:rgb(100,100,100);
}
.test_option_incorrect:hover {
	background-color:rgb(255,182,182);
	border:1px solid rgb(230,150,150);
}
.test_option_disabled {
	background-color:rgb(209, 209, 209);
	color:rgb(150,150,150);
	border:1px solid rgb(180, 180, 180);
}

.task_word {
	font-size:200%;
}
.task_source_lang_label {
	font-size:100%;
	color:rgb(143, 143, 143);
}
.task_target_lang_label {
	font-size:100%;
	color:rgb(143, 143, 143);
}

.correct_answer {
	font-size:120%;
	font-weight:bold;
}

.small_text {
	font-size:90%;
	color:rgb(143, 143, 143);
}

.little_text {
	font-size:80%;
	color:rgb(143, 143, 143);
}

.test_results {
	margin-top:30px;
	margin-right:auto;
	margin-left:auto;
	padding:10px;
	width:700px;
	min-height:100px;
	background-color:rgb(255,255,255);
	#border:1px solid rgb(211, 211, 211);
	#border-radius:4px;
	text-align:center;
}
.test_result_word {
	font-size:160%;
}

.result_box {
	margin-bottom:5px;
	padding:5px;
	#background-color:rgb(245,245,245);
	border:1px dotted rgb(150,150,150);
	#border-radius:10px;
	position:relative;
}

.alternative_translation {
	#padding:2px 5px;
	#background-color:rgb(247,247,247);
	color:rgb(100,100,100);
	#border:1px solid rgb(150,150,150);
	#border-radius:3px;
	#font-size:90%;
}

.alternative_translations_list {
	color:rgb(100,100,100);
	font-size:85%;
}

.button_number {
	float:left;
	font-size:50%;
	color:rgb(70,70,70);
}

.new_word_english {
	font-size:180%;
	color:rgb(80,80,80);
}

.new_word_translation {
	font-size:110%;
	color:rgb(100,100,100);
}

.new_word_intro {
	font-size:70%;
	color:rgb(200,120,120);
}

.vocab_progress {
	margin:auto;
	border:1px solid rgb(150,150,150);
	display:table;
}

.vocab_progress_section {
	float:left;
	width:30px;
	height:40px;
}

.vocab_progress_section_0_percent {
	background-color:rgb(180,180,180);
}
.vocab_progress_section_10_percent {
	background-color:rgb(211,255,211);
}
.vocab_progress_section_20_percent {
	background-color:rgb(201,255,201);
}
.vocab_progress_section_30_percent {
	background-color:rgb(191,255,191);
}
.vocab_progress_section_40_percent {
	background-color:rgb(181,255,181);
}
.vocab_progress_section_50_percent {
	background-color:rgb(171,255,171);
}
.vocab_progress_section_60_percent {
	background-color:rgb(161,255,161);
}
.vocab_progress_section_70_percent {
	background-color:rgb(151,255,151);
}
.vocab_progress_section_80_percent {
	background-color:rgb(141,255,141);
}
.vocab_progress_section_90_percent {
	background-color:rgb(131,255,131);
}
.vocab_progress_section_100_percent {
	background-color:rgb(121,255,121);
}

.input_answer {
	width:300px;
	height:35px;
	font-size:120%;
	border-radius:10px;
	border: 1px solid rgb(172, 172, 172);
	background-color:rgb(253,253,253);
	padding-left:10px;
	padding-right:10px;
	outline:0;
	color:rgb(70,70,70);
}

.correct_color {
	background-color:rgb(169, 252, 166);
}

.incorrect_color {
	background-color:rgb(255, 184, 184);
}

.form_container {
	width: 250px;
	margin-left:auto;
	margin-right:auto;
	clear: both;
}
.form_container label {
	font-size:110%;
	color:rgb(155, 155, 155);
}
.form_container input[type=text],input[type=password],input[type=email] {
	width: 100%;
	height: 25px;
	font-size:110%;
	clear: both;
	padding:3px;
	color:rgb(105, 105, 105);
	margin-bottom:7px;
}
.form_container .submit_button_container {
	margin-top:5px;
	text-align:center;
}

.settings_link {
	float:right;
	font-size:95%;
}

.checkbox-with-label {
	margin-bottom:10px;
	color:rgb(100,100,100);
}
.checkbox-with-label input {
	vertical-align:middle;
}
.checkbox-with-label label {
	vertical-align:middle;
}

#ajaxStatusBar {
	position:fixed;
	height:20px;
	line-height:20px;
	padding:0px 5px;
	color:rgb(100,100,100);
	vertical-align:middle;
	border-bottom-left-radius:2px;
	border-bottom-right-radius:2px;
	z-index:255;
}
.ajaxStatusBar_Working {
	background-color:rgb(241,241,186);
	border:1px solid rgb(219,217,161);
	z-index:255;
}
.ajaxStatusBar_Success {
	background-color:rgb(185,243,208);
	border:1px solid rgb(161,213,200);
	z-index:255;
}
.ajaxStatusBar_Error {
	background-color:rgb(255,184,184);
	border:1px solid rgb(247,191,173);
	z-index:255;
}

.easy_row {
	background-color:rgb(208, 255, 208);
}
.hard_row {
	background-color:rgb(255, 229, 229);
}
.row-clickable {
	cursor:pointer;
}
.row-clickable:hover {
	background-color:rgb(220,220,220);
}

.info-box {
	display:table;
	margin-left:auto;
	margin-right:auto;
	padding: 10px 40px;
	text-align:center;
	background-color:rgb(204,0,0);
	#border:1px solid rgb(219,221,180);
	color:rgb(255,255,255);
}

.window {
	position:fixed;
	left:0;
	right:0;
	margin:auto;
	top:20%;
	padding:15px;
	padding-bottom:50px;
	#background-color:rgb(247,247,247);
	background-color:rgb(255,255,255);
	color:rgb(78, 78, 78);
	border-radius:4px;
	z-index:201;
	border:6px solid rgb(224,224,224);
}

#backgroundFog {
	height:100%;
	width:100%;
	position:fixed;
	top:0px;
	left:0px;
	background-color:rgb(0,0,0);
	background-repeat:repeat;
	opacity:0.7;
	z-index:200;
}

#errorWindow {
	z-index:211;
}

#errorBackgroundFog {
	height:100%;
	width:100%;
	position:fixed;
	top:0px;
	left:0px;
	background-color:rgb(0,0,0);
	background-repeat:repeat;
	opacity:0.7;
	z-index:210;
}

.main_translation {
	padding:2px 5px;
	background-color:rgb(204, 253, 197);
	color:rgb(100,100,100);
	border:1px solid rgb(150,150,150);
	border-radius:3px;
	font-size:100%;
}

.selectable_translation:hover {
	text-decoration:underline;
	cursor:pointer;
}

.editbox {
	height:30px;
	padding-left:10px;
	padding-right:10px;
	font-size:105%;
	color:rgb(70,70,70);
}

.editbox_eng_word {
	height:30px;
	padding-left:10px;
	padding-right:10px;
	font-size:130%;
	font-weight:bold;
	color:rgb(70,70,70);
	text-align:center;
}

.delete_cross {
	margin-left:3px;
	color:rgb(100,100,100);
	font-weight:bold;
	font-size:120%;
	cursor:pointer;
}
.delete_cross:hover {
	color:rgb(250,100,100);
}

.errorlist {
	margin-top:0px;
}
.form_error {
	color:rgb(255, 119, 119);
}

.error_msg {
	color:rgb(255, 119, 119);
	text-align:center;
}

.small_button {
	font-size:90%;
	position:absolute;
	right:0px;
	top:0px;
	padding:2px 5px;
	background-color:rgb(247,247,247);
	#color:rgb(100,100,100);
	border-left:1px solid rgb(150,150,150);
	border-bottom:1px solid rgb(150,150,150);
	border-bottom-left-radius:8px;
	cursor:pointer;
}
.small_button:hover {
	background-color:rgb(250,250,250);
}

.knowledge_progress_label {
	width:180px;
	left:0;
	right:0;
	margin:auto;
	margin-top:10px;
	#background-color:rgb(247,247,247);
	border-left:1px solid rgb(220,220,220);
	border-right:1px solid rgb(220,220,220);
	border-top:1px solid rgb(220,220,220);
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	text-align:center;
}
.knowledge_progress {
	width:500px;
	height:30px;
	margin:auto;
	background-color:rgb(255,245,136);
	border:1px solid rgb(150,150,150);
	padding:0;
}
.knowledge_progress_bar {
	height:30px;
	background-color:rgb(147,247,147);
	margin:0;
}
.knowledge_progress_bar_part {
	width:25px;
	height:30px;
	background-color:rgb(147,247,147);
	margin:0;
	float:left;
}
.knowledge_progress_bar_part:hover {
	opacity: 0.5;
}
.progress_tooltip{
	font-size:120%;
}

.text_input {
	width:95%;
	height:25px;
	padding:5px;
	font-size:120%;
}

.link_button {
	color:rgb(81, 182, 214);
	font-size:90%;
}
.link_button:hover {
	color:rgb(91, 192, 224);
}

#learn_select {
	position:relative;
	top:-1px;
	left:-7px;
	background-color:rgb(248, 248, 248);
	border-top:1px solid rgb(216, 216, 216);
	border-bottom:1px solid rgb(216, 216, 216);
	border-right:1px solid rgb(216, 216, 216);
	border-left:0;
	color:rgb(117, 117, 117);
	font-size:100%;
	height:33px;
}
#learn_select:hover {
	#background-color:rgb(228, 228, 228);
}

.tooltip {

}

.tooltip_register {
	padding:5px;
	font-size:120%;
	line-height:20px;
	background-color:rgb(204,0,0);
	color:rgb(255,255,255);
}

.section_title {
	position:absolute;
	top:5px;
	left:5px;
	color:rgb(172, 172, 172);
	text-transform: uppercase;
	font-size:80%;
	font-weight:bold;
}

.task_tip {
	font-size:80%;
	color:rgb(148, 148, 148);
}

.task_repeat_label {
	position:absolute;
	top:15px;
	left:15px;
	font-size:120%;
	color:rgb(63, 184, 180);
}

.cancel_cross {
	position:absolute;
	top:4px;
	right:6px;
	padding-top:0px;
	padding-left:3px;
	padding-right:4px;
	cursor:pointer;
	font-weight:bold;
	color:rgb(150,150,150);
}
.cancel_cross:after {
	content:"\2715";
}
.cancel_cross:hover {
	background-color:rgb(220,220,220);
}

.icon_person {
	position:relative;
	top:2px;
	width:17px;
	height:17px;
}

.icon_tooltip {
	font-size:200%;
}

.word_delete_link {
	color:rgb(239,112,112);
	position:absolute;
	left:15px;
	bottom:12px;
}
.word_delete_link:hover {
	text-decoration:underline;
	cursor:pointer;
}