* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
 
body {
	font-size: 12px;
	margin: 0;
	background: #ffffff url("images/bg2.jpg") repeat-x;
}

div.static {
	line-height: 1.7em;
}

div.static li {
	padding-bottom: 8px;
}
 
h1 { color: #29649F; font-size: 16px; font-weight: bold; margin: 0 8px; }
h2 { color: #29649F; font-size: 15px; font-weight: bold; margin: 0 8px; }
h3 { color: #29649F; font-size: 13px; font-weight: bold; margin: 0 8px; }
h4 { color: #29649F; font-size: 12px; font-weight: bold; margin: 0 8px; }
 
h5 { color: #5A8FC4; font-size: 16px; font-weight: bold; margin: 0 8px; }
h6 { color: #5A8FC4; font-size: 15px; font-weight: bold; margin: 0 8px; }
h7 { color: #5A8FC4; font-size: 13px; font-weight: bold; margin: 0 8px; }
h8 { color: #5A8FC4; font-size: 12px; font-weight: bold; margin: 0 8px; }

div.h7 { color: #5A8FC4; font-size: 13px; font-weight: bold; margin: 0 8px; }

form {
	padding: 0;
	margin: 0;
}
 
a {
	text-decoration: none;
	color: #29649F;
}
a:hover { text-decoration: underline; }
  
.clear { clear: both; }
.center { text-align: center; margin: 0 auto; }
 
div#h {
	width: 982px;
	margin: 5px auto;
}
 
img#logo {
	width: 245px;
	float: left;
	border: 0px;
}
 
div#banner {
	width: 700px;
	padding-top: 5px;
	text-align: center;
	float: left;
}
 
ul#lang {
	float: right;
	margin: 0;
	padding: 55px 0 0;
	list-style-type: none;
}
 
ul#lang li { padding: 0; }
ul#lang li a { color: #3770aa; }
 
div.menu {
	width: 982px;
	height: 38px;
	margin: 0 auto;
	background: #4581bd url("images/menubg.jpg") repeat-x;
}
 
div.menu ul {
	margin: 0;
	padding: 10px;
	list-style-type: none;
}
 
div.menu ul li {
	float: left;
	padding: 0 9px;
    /*display: inline;*/
	font-size: 14px;
	border-left: 1px solid #ffffff;
}
 
div.menu ul li:first-child { border-left: 0; }
 
div.menu ul li a { 
	color: #ffffff; font-size: 13px;
	display: block;
}

/*
div.menu ul li ul {
	position: absolute;
	visibility: hidden;
	margin: 0;
	margin-left: -20px;
	margin-top: 12px;
	padding: 0;
	list-style-type: none;
	background-color: #c5d7ea;
}
 
div.menu ul li ul li {
	float:none;
	display: block;
	border: 0;
	padding: 5px 20px;
}
 
div.menu ul li ul li a {
	width: auto;
	color: #427cb7;
} */

div.menu ul li ul {
	position: absolute;
	visibility: hidden;
	margin: 0;
	margin-left: -10px;
	margin-top: 12px;
	padding: 0;
	list-style-type: none;
	border: 1px solid rgb(66, 124, 183);
	border-top: 0px;
	background: rgb(66, 124, 183);
}

div.menu ul li ul li {
	float:none;
	display: block;
	border: 0;
}

div.menu ul li ul li:hover {
	background-color: #c5d7ea;
}

div.menu ul li ul li a {
	width: auto;
	color: white;
	padding: 5px;
}

div.menu ul li ul li a:hover {
	color: #427cb7;
}

 
div#c {
	width: 982px;	
	min-height: 350px;
	margin: 0 auto;
	background: url("images/cbg.jpg") repeat-x;
}
 
div#cl {
	width: 785px;
	padding: 20px 5px;
	color: #29649f;
	float: left;
}
 
div#cl a {
	text-decoration: underline;
}

div#cl_l {
	float: left;
	width: 510px;
}
 
div#cl_r {
	float: right;
	width: 255px;
}
 
div#cl_r img { margin-top: 15px; }
div#cl_r p { margin: 5px 0 10px; }
 
div#cl_f {
}
 
div.bub {
	float: left;
	width: 223px;
	height: 51px;
	margin: 20px auto;
	padding: 10px 15px;
}

div.bub:hover {
	cursor: pointer;
}

div.bub h2 {
	margin: 0;
	font-weight: normal;
	font-size: 15px;
	color: #ffffff;
}
 
div.bub h2 span { 
	font-size: 15px; 
	font-weight: bold;
}
 
div.bub p {
	margin: 0;
	padding: 5px 0 0 ;
	color: #000000;
	font-size: 11px;
	text-align: left;
}
 
div.b1 { background: url("images/bub1.png") no-repeat; }
div.b2 { background: url("images/bub2.png") no-repeat; margin-left: 13px; margin-right: 13px; }
div.b3 { background: url("images/bub3.png") no-repeat; }

div.title {
	border-bottom: 2px solid #427cb7;
/*	height: 26px; */
}
 
div.title span {
/*	background-color: #427cb7; */
	background: url("images/menubg.jpg") repeat-x #427cb7;
	padding: 4px 10px;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	display: inline-block;
	max-width: 500px;
}
 
div.title span.sec {
	background: none;
	background-color: #c5d7ea;
	color: #427cb7;
}
 
div.title span.no {
	background: none;
	background-color: transparent;
	color: #427cb7;
	font-weight: bold;
}
 
div.m1 {
	border-bottom: 2px solid #427cb7;
	height: 22px;
	padding-top: 5px;
}
 
div.m1 > span { 
	background-color: #427cb7;
	padding: 4px 10px;
	font-size: 12px;
	color: #9FBBD7;
	display: inline-block;
}
div.m1 > span > span { color: #FFFFFF; }
 
div.m2 { 
	color: #C8C8C8;
	border: none;
	height: 22px;
	padding-top: 5px;
}
 
div.m2 > span { 
	background-color: #FFFFFF;
	padding: 4px 10px;
	border: none;
	font-size: 12px;
	color: #C8C8C8;
}
 
div.m2 > span > span { color: #E40F16; }
 
div.m2 a { 
	color: #C8C8C8;
}
 
div.small {
	height: 22px;
}
div.small span { font-size: 12px; }
 
div.lapozo_het { text-align: center; color: #000000; font-weight: bold; padding-bottom: 3px;}
 
div.lapozo {
	border-bottom: 2px solid #427cb7;
	height: 22px;	
}
 
div.lapozo span {
	background-color: #427cb7;
	padding: 4px 10px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	display: inline-block;
}
 
div.lapozo div.tleft { float: left; text-align: left; }
div.lapozo div.tcenter { float: left; text-align: center; color: #000000; font-weight: bold; }
div.lapozo div.tright { float: right; text-align: right; }
div.lapozo div.tcenter a { color: #427cb7; font-weight: normal; }
div.lapozo a { color: #ffffff; font-weight: normal; }
 
div.next {
	text-align: right;
	border-top: 1px solid #c5d7ea;
}
 
div.next span {
	background-color: #c5d7ea;
	padding: 2px 10px;
	font-size: 11px;
/*	color: #29649f; */
	display: inline-block;
	display: hand;
}
 
div#cr {
	float: right;
	width: 180px;
	padding: 20px 0px;
}

div#cr p {
	overflow: auto;
}

span.itext input {
	background: url("images/inputbg.jpg") no-repeat top left;
	height: 13px;
	border: 1px solid #dfdfdf;
	width: 100px;
	font-size: 10px;
	padding: 3px 4px 0;
}
 
span.ibutton input {
	width: 59px;
	height: 16px;
	background: url("images/btn_w59.png") no-repeat;
	border: 0;
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	padding: 2px 0;
	cursor: hand;
}
 
div#loginbox {
	width: 154px;
	background: url("images/loginbg.jpg") no-repeat top left;
	padding: 10px 13px;
	margin: 10px 0;
}

div#loginbox span.itext input {
	margin-bottom: 5px;
	width: 144px;
}

div#loginbox h3 {
	color: #96abc2;
	margin: 0 0 3px;
	letter-spacing: 1px;
	font-size: 13px;
}

div#loginbox span.lostpw, div#loginbox span.name { 
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px; 
	float: left;
	display: inline-block;
	color: #ffffff;
}

div#loginbox span.lostpw span {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px; 
	display: -moz-inline-box;
	display: inline-block;
	float: left;
	padding-top: 2px;
}

div#loginbox span.lostpw span label {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px; 
	display: -moz-inline-box;
	display: inline-block;
	float: left;
	padding-top: 2px;
}

div#loginbox span.lostpw input[type=checkbox] {
	display: -moz-inline-box;
	display: inline-block;
	float: left;
}

div#loginbox span.lostpw a { font-family: Tahoma, Helvetica, sans-serif; color: #ffffff; }

div#loginbox a:visited {
	color: #fff;
}

div#loginbox span.ibutton input {
	margin-top: 10px;
	width: 65px;
	background: url("images/btn_login.png") no-repeat;
	height: 20px;
	display: inline-block;
	float: right;
	font-size: 10px;
	letter-spacing: 0px;
}

div#loginbox span.logout input {
	background: url("images/btn_logout.png") no-repeat;
	height: 20px;
	display: inline-block;
	float: right;
}

div#loginbox span.reg {
	display: -moz-inline-box;
	display: inline-block;
	padding-top: 10px;
	float: right;
}

div#loginbox span.reg a {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}

div#elonyok {
	background-color: #e6ebf2;
	padding: 13px 13px;
}
 
div#elonyok span.tup {
	display: inline-block;
	float: left;
	font-weight: bold;
}
 
div#elonyok img.tlogo {
	display: inline-block;
	float: left;
	padding: 4px 3px;
}
 
div#elonyok span.tdown {
	display: inline-block;
	float: left;
	padding-top: 14px;
	font-weight: bold;
}
 
div#elonyok ul {
	margin: 0;
	padding: 10px 0 0 13px;
	list-style-type: square;
	color: #427cb7;
}
 
div#elonyok ul li {
	padding: 10px 0 0;
}
 
div#elonyok ul li span { color: #000000; }
 
ul.square {
	padding: 0px 0px 0px 20px;
	list-style-type: square;
}
 
ul.square li {
	padding: 10px 0 0;
}

div#f {
	position: relative;
	top: -20px;
/*	z-index: -10; */
	width: 982px;
	height: 99px;
	margin: 0 auto;
	background: url("images/footerbg.jpg") repeat-x;	
}
 
div#f ul {
	margin: 0;
	padding: 10px;
	padding-top: 45px;
	list-style-type: none;
	float: left;
}
 
div#f ul li {
	padding: 0 9px;
	display: inline;
	font-size: 13px;
	border-left: 1px solid #889ab2;
}
 
div#f ul li ul {
	display: none;
}
 
div#f ul li:first-child {
	padding-left: 20px;
	border: 0;
}
 
div#f ul li a { color: #889ab2; }
 
div#copy {
	padding: 10px;
	padding-top: 45px;
	float: right;
	color: #889ab2;
}
 
span.mboxh {
	color: #000000;
	display: block;
	padding-bottom: 5px;
	clear: both;
}

span.mboxh span.date {
	color: #c4351c;
	font-weight: bold;
}
 
div#c > div#loginbox {
	padding: 10px 53px;
	width: 156px;
	margin: 0 auto;
	float: none;
	display: block;
	margin-top: 50px;
}
 
div#c > div#loginbox h3 {
	text-align: center;
}
 
div#admintitle {
	position: relative;
	margin-right: 40px;
	top: 50px;
	float: right;
	display: inline-block;
	padding: 15px 15px 0;
	height: 30px;
	background-color: #c5d7ea;
	color: #2c5682;
	font-size: 14px;
	font-weight: bold;
}
 
div.cc {
	margin: 0 auto;
	width: 775px;
	padding: 20px 0px;
}
 
div.cl_3 {
/*	width: 445px; */
	width: 100%;
/*	height: 51px; */
	margin: 0 0 20px;
}
 
span.iselect select {
	margin: 10px 0;
	width: 145px;
}
 
table.t1 {
	width: 100%;
	text-align: center;
	margin: 15px 0;
	font-weight: bold;
	padding: 0;
}
 
table.t1 tr th {
	width: 130px;
	border-left: 0;
	border-bottom: 2px solid #427cb7;
	margin: 0;
}
 
table.t2 tr th {
	width: 110px;
}
 
table.t1 tbody tr td {
	padding: 6px;
	margin: 0;
}
 
table.t1 tbody tr td a {
	color: #29649F;
}

table.t1 tbody tr td span:hover {
	cursor: default;
}
	
.t1bg1 { background-color: #dee5ed; }
.t1bg2 { background-color: #f3f6fa; }
 
.cgreen { color: #17a105; }
.cred { color: #bf3218; }
.cblack { color: #000; }
 
td.cl_3_l {
	width: 50%;
	vertical-align: top;
}
 
td.cl_3_l img {
	vertical-align: middle;
}

td.cl_3_r {
	width: 50%;
	vertical-align: top;
}
 
td.cl_3_r img {
	vertical-align: middle;
}

div.error {
	background: #fee;
	border: 1px solid #C81C18;
	color: #C81C18;
	padding: 5px;
	margin: 10px auto;
	display: inline-block;
}
 
div.error p {
	background: url('images/icon_felkialtojel.jpg') no-repeat top left;
	padding: 3px 0 0 25px;
	margin: 0;
	min-height: 18px;
}

div.infomessage {
	background: rgb(223, 255, 223);
	border: 1px solid rgb(159, 207, 159);;
	color: rgb(0, 95, 0);
	margin: 10px auto;
	display: inline-block;
}

div.infomessage p {
	background: url('images/true.png') no-repeat scroll 8px 5px;
	padding: 7px 4px 4px 30px;
	margin: 0;
	min-height: 18px;
}
 
.fright { float: right; }
.fleft { float: left; }
 

div.fleft table {
	margin: 12px 6px;
}

div.fleft table tr td {
	padding: 0px 10px 3px 0px;
}

div.fright table {
	margin: 12px 6px; 
}

div.fleft p {
	margin: 12px 8px; 
}

div.tanar { padding-top: 15px; }

div.tanar > div.fleft {
	max-width: 50%;
	text-align: left;
	padding-right: 30px;
}

div.tanar > div.fright {
	width: 40%;
	text-align: left;
}

div.tanar > div.picfright {
	float: right;
	width: 90px;
	text-align: right;
}

div.tanar > div.fleft h2 {
	margin-left: 0px;
}

div.lista > div.fright {
	text-align: right;
}

div.lista > div.fright > div.int { 
	float: left;
	width: 385px;
	text-align: right;
}
 
div.lista > div.fright > div.int p { 
	padding: 0 0 5px 0;
	margin: 0;
}
 
div.lista > div.fright > img { 
/*	float: right; */
	border: 1px solid #80a7ce;
}
 
a > img { border: 0; }
 
div.leiras > img { 
	float: left;
	border: 1px solid #80a7ce;
}
 
div.leiras > p img {
	padding-bottom: 10px;
}
 
table.lister {
	font-size: 11px;
	background-color: #fbfbfb;
	width: 100%;
	border-spacing: 1px;
}

.overflow {
	overflow: auto;
}
 
table.lister thead td {
	background-color: #c6d7eb;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-align: center;
	padding: 3px;
}
 
table.lister tfoot td {
	background: #eee;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-align: right;
	padding: 3px;
}

table.lister select {
	font-size: 11px;
}
 
table.lister tbody td {
	background-color: #fafafa;
	padding: 3px;
	border: 1px solid #ededed;
}

table.lister thead td a {
	text-decoration: none;
	color: black;
}
 
table.lister thead td a:hover {
	text-decoration: underline;
	color: black;
}

div.berlet {
	width: 380px;
	float: left;
	margin-right: 10px;
}
 
div.berlet div.title {
	border: 0;
	margin-bottom: 0;
	height: 37px;
}
 
div.berlet div.title > span { margin-bottom: 0; padding: 10px; }
div.berlet div.title > span > span {
	margin: 0;
	padding: 0;
	color: #df7601;
}
div.berlet div.tprivat span { background: none; background-color: #2466a0; color: #ffffff; }
div.berlet div.tcsoportos span { background: none; background-color: #adc8e5; color: #5A8FC4;}
 
div.berlet p {
	margin: 0;
	padding: 0 0 10px 0;
	text-align: justify;	
}
 
div.berlet div.box {
	padding: 18px;
	margin: 0;
	min-height: 150px;
}
 
div.berlet div.bprivat {
	background-color: #417cb6;
	color: #ffffff;
}
 
div.berlet div.next { border: 0; }
 
div.berlet div.next a span { 
	font-size: 12px;
	font-weight: bold;
}

div.next span {
	color: rgb(100, 150, 190);
}

div.next a span {
	color: rgb(41, 100, 159);
}

div.bprivat div.next span { background-color: #bed4eb; color: #4e71a7;}
div.bcsoportos div.next span { background-color: #5071a7; color: #ffffff;}
 
div.berlet div.bcsoportos {
	background-color: #c6d7eb;	
}
 
.corange { color: #df7601; }

table.lister td.selecttd {
	background-color: #fdd;
	border: 1px solid #ecc;
}

table.lister td.selecttd:hover {
	background-color: #fee;
}

table.lister td.selecttd a {
	color: #600;
	display: block;
	width: 100%;
	height: 100%;
}

div.contract {
	padding: 15px;
	border: 1px solid #ddd;
	background: #f7f7f7;
	margin: 5px;
}

div.calkeys {
	padding: 10px;
}

span.key {
	border: 1px solid gray;
}

.choosable {
	background-color: #F1FDF2;
	border: 1px solid #D6F6D6;
}

.choosable a {
	text-decoration: underline;
}

/*
.choosable:hover {
	border: 1px solid green;
}
*/

.notchoosable {
	background-color: #FDF1F2;
	border: 1px solid #F6D6D6;
}

.assigned {
	background-color: rgb(66, 124, 183);
	color: white;
	text-weight: bold;
	border: 1px solid rgb(33, 90, 150);
}

.assigned2 {
	background-color: #BFCEE3;
	color: white;
	text-weight: bold;
	border: 1px solid rgb(33, 90, 150);
}

.old {
	background-color: rgb(66, 124, 183);
	color: white;
	text-weight: bold;
	border: 1px solid rgb(33, 90, 150);
}

.old2 {
	background-color: #BFCEE3;
	color: white;
	text-weight: bold;
	border: 1px solid rgb(33, 90, 150);
}

/*
.assigned:hover {
	background-color: #C6D7EB;
}*/

.assigned a {
	color: white !important;
	text-decoration: underline !important;
}

.current {
	border: 2px solid rgb(196, 53, 28);
}

/* 2009.07.09 eloora */
body#eloora {
	background: #ffffff;
	text-align: center;
}

div#eloora_h {
	margin: 5px 0 0 15px;
}

div#eloora_h a {
	display: -moz-inline-box;
	display: inline-block;
	padding: 5px 10px;
	font-weight: bold;
	margin: 0 10px;
	font-family: Tahoma, Helvetica, Verdana, sans-serif;
}

div#eloora_h a.btn_blue {
	background: #b1c9e1;
	color: #4f71a7;
	margin-left: 450px;
}

div#eloora_h a.btn_red {
	background: #d90707;
	color: #ffffff;
}

div#eloora_c {
	margin: 0 15px;
}

/* 2009.07.07 formok.html */
.iI input {
	background: url("images/inputbg.png") no-repeat top left;
	border: 1px solid #dfdfdf;
	font-size: 10px;
	padding: 3px;
}

.iS select {
	margin: 1px;
	background: url("images/inputbg.png") no-repeat top left;
	border: 1px solid #dfdfdf;
	font-size: 10px;
	padding: 2px;
}

.iT textarea {
	margin: 1px;
	background: url("images/inputbg.png") no-repeat top left;
	border: 1px solid #dfdfdf;
	font-size: 10px;
	padding: 2px;
}

a.btn {
	display: -moz-inline-box;
	display: inline-block;
	height: 20px;
	margin: 2px;
	text-decoration: none;
	font-weight: bold;
	clear: both;
	cursor: pointer;
}

a.btn div.t {
	display: block;
	float: left;
	padding: 3px 10px 0 13px;
	height: 17px;
	margin: 0;
	font-size: 11px;
	text-align: left;
	color: #fff;
	background: url('images/btn_grey2_bg.png') no-repeat top left;
}

a.btn div.c {
	display: block;
	float: left;
	width: 3px;
	height: 20px;
	color: #fff;
	background: url('images/btn_grey2_right.png') no-repeat top right;
}

/* 2009.07.15 privatberlet */

div.buyprivate {
	width: 600px;
	margin: 0 auto;
}

div.buyprivate table {
	width: 100%;
	margin: 15px 0;
}

div.buyprivate table tr td:last-child {
	color: #000000;
}

/**/

/* 2009.07.15 orarend tooltip */
p.tip { color: #2c64a1; }
p.tip span { color: #000000; }
h3.tip { color: #5A8FC4; padding-bottom:0;}

.qtip-content table tr td {
	color: black;
	padding: 5px 7px;
	vertical-align: top;
}

.qtip-content table tr td img.avatar {
	border: 1px solid #5c8bbf;
}

table thead tr td img.avatar {
	vertical-align: middle;
}

.qtip-content table tr td:first-child { color: #2c64a1; font-size: 0.8em; }

/**/

/* 2009.07.15 reg */
div.reg_form {
	width: 600px;
	margin: 0 auto;
	border-bottom: 1px solid #c5d7eb;
	color: rgb(41, 100, 159);
}
div.reg_form table {
	margin: 15px auto;
}
span.bluebtn input {
	background: url('images/btn_bg_blue.png') repeat-x;
	height: 20px;
	width: auto;
	padding: 0 10px;
}

span.itext2 input {
	background: url("images/inputbg2.png") no-repeat top right;
	height: 15px;
	border: 1px solid #4780b7;
	width: 150px;
	font-size: 10px;
	padding: 3px 4px 0;
}

/**/

div.usernamebox {
	background: rgb(230, 235, 242);
	margin: 0px;
	width: 785px;
	min-height: 84px; 
}

div.usernamebox img {
	padding: 2px;
}

div.usernameboxcomp {
	background: rgb(230, 235, 242);
	margin: 0px;
	width: 100%;
	min-height: 84px; 
}

div.usernameboxcomp img {
	padding: 2px;
}

td.errormsg {
	color: red;
}

div.qtip-content a {
	color: black;
	text-decoration: underline;
}

span.formerror {
	background: #fee;
	border: 1px solid #C81C18;
	color: #C81C18;
	padding: 5px;
	margin: 10px auto;
	display: inline-block;
}

#logout {
	position: relative;
	border: 0px;
	margin: 0px;
	padding: 0px;
	top: 67px;
	left: 873px;
	width: 62px;
	height: 45px;
	z-index: 1000;
}

#logoutliveclass {
	position: relative;
	border: 0px;
	margin: 0px;
	padding: 0px;
	top: 10px;
	right: 56px;
	width: 62px;
	height: 45px;
	z-index: 1000;
	display: none;
}

#eloora_flash {
	border: 0px;
	width: 1000px;
	height: 520px;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
}

div.exercises ul {
	position: relative;	
	top: -48px;
}

div.macmillan {
	height:auto;
	min-height: 1010px;
	border: 0px;
}

table.hudtable {
	border: 0px;
}

table.hudtable tr th {
	color: black;
}

table.hudtable tr td {
	padding: 2px;
	vertical-align: middle;
}

div.log {
	width: 90%;
	overflow: auto;
	padding: 15px;
	border: 1px solid #ddd;
	background: #f7f7f7;
	margin: 5px;
	display: none;
}

div.legend {
	padding: 20px;
	background: rgb(243, 246, 250);
}

div.legend table {
	width: 100%;
}

div.legend table tr td {
	vertical-align: top;
}

div.legend table tr td div.label {
	font-weight: bold;
	margin: 5px 0px 5px 0px;
}

div.legend table tr td img {
	vertical-align: middle;
	margin-bottom: 2px;
}

div.leveltest input[type=text] {
	background: url("images/inputbg.jpg") no-repeat top left;
	height: 13px;
	border: 1px solid #dfdfdf;
	width: 50px;
	font-size: 10px;
	padding: 3px 4px 0;
}

div.leveltest ul {
	list-style-type: none;
}

div.leveltest ul li {
	line-height: 30px;
}

div.feedbacktitle {
	padding-top: 10px;
	padding-bottom: 5px;
	font-weight: bold;
}

div.selectedclass {
	padding: 5px 4px;
	font-weight: bold;
	background: white;
}

div.modifyclass {
	background: rgb(197, 215, 234);
	padding: 1px 5px;
	font-weight: normal;
	margin: 2px 0px 4px 30px;
	width: 140px;
	text-align: center;
}

div#old, div#actual {
	background: rgb(243, 246, 250);
	max-height: 393px;
	overflow: auto;
/*	border: 2px solid rgb(66, 124, 183); */
	border-top: none;
}

span#clock {
	color: rgb(222, 229, 237);
	font-size: 13px;
	font-weight: bold;
	display: block;
}

.lister tbody tr td textarea {
	width: 100%;
	height: 60px;
}

.lister tr td a {
	text-decoration: underline;
}

.lister tr td a:hover {
	color: black;
}

.lister tbody tr td a {
	text-decoration: underline;
}

.lister tbody tr td a:hover {
	color: black;
}

textarea.advancelog {
	width: 95%;
	height: 80px;
	margin: 15px 30px 15px 0px;
}

.advancelogdatas {
	background: rgb(230, 235, 242);
	padding: 10px;
}

div.advancelogentry {
	width: 94%;
	margin: 15px 30px 15px 0px;
	border: #ddd 1px solid;
	background: #fafafa;
	color: black;
	font-size: 0.9em;
	padding: 5px;
}

table.advancelogstudents {
	width: 100%;
	padding-top: 20px;
}

table.advancelogstudents tr td {
	vertical-align: top;
}

table.advancelogstudents tr td textarea {
	width: 100%;
	height: 80px;
}

input.points {
	width: 30px;
}

span.percent {
	padding-left: 80px;
	font-size: 1.4em;
}

table.advancelogstudents tr td table tr td {
	vertical-align: middle;
}

span.attention {
	font-weight: bold;
	color: rgb(196, 53, 28);
}

span.attentionbubble {
	font-weight: bold;
	color: rgb(196, 53, 28);
	cursor: help;
}

.printonly {
	visibility: hidden;
}

.boxbottom {
	padding: 10px;
	padding-top: 0px;
}

ul.payment_method_ul {
	list-style-type: none;
	margin-right: 50px;
}

.payment_method_ul li {
	padding: 20px;
	background: rgb(243, 246, 250);
}

.payment_method_ul li img {
	border: 1px solid rgb(66, 124, 183);
}

.paymethodtitle {
	 color: #29649F; font-size: 13px; font-weight: bold; margin: 0 8px;
}

.printonlyinline {
	display: none;
}

.printonlyblock {
	display: none;
}

span.langdebug {
	border: 1px dotted cyan;
	padding: 0px !important;
	margin: 0px !important;
}

span.langdebug-code {
	border: 1px dashed magenta;
	padding: 0px !important;
	margin: 0px !important;
}

div#c dl dt {
	font-weight: bold;
}

div#c dl dd {
	margin-left: 30px;
	margin-bottom: 20px;	
}

div.remainder {
	background: rgb(243, 246, 250);
	border: 1px solid rgb(159, 159, 207);
	color: rgb(0, 0, 95);
	margin: 10px auto;
	display: inline-block;
}

div.remainder p {
	padding: 7px 4px 4px 4px;
	margin: 0;
	min-height: 18px;
}




.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
 
.mt5 { margin-top: 5px; }
 
div#macbuy {
	padding-top: 10px;
	margin: 0 auto;
	width: 763px;
}
 
div#macbuy a.next {
	font-weight: bold;
	color: #ffffff;
	background-color: #5071a7;
	padding: 3px 10px;
	margin: 0 10px;
}
 
div#macbuy h1 {
	width: 330px;
	margin: 0;
	font-size: 17px;
	font-weight: normal;
	text-transform: uppercase;
	color: #ffffff;
	line-height: 17px;
	padding: 15px 25px;
	float: left;
}
 
div#macbuy p {
	margin: 0;
	padding: 5px 25px;
	color: #ffffff;
	text-align: justify;
}
 
div#macbuy ul {
	color: #ffffff;
	margin: 0;
	padding: 10px 40px;
}
 
div#macbuy ul li {
	padding: 0 0 3px 0;
	margin: 0;
}
 
div.mb_privat {
	width: 380px;
	height: 350px;
	background: url('images/bg_left.png') no-repeat top left;
	float: left;
}
 
div.mb_csoportos {
	margin-left: 3px;
	width: 380px;
	height: 350px;
	background: url('images/bg_right.png') no-repeat top left;	
	float: left;
}
 
div.macmillan_top {
	margin-top: 3px;
	width: 763px;
	min-height: 100px;
	background: url('images/w763_top.png') no-repeat top left;	
}
 
div.macmillan_bottom {
	width: 763px;
	height: 2px;
	background: url('images/w763_bottom.png') no-repeat top left;	
}
 
div.macmillan_top div.logok {
	float: right;
	padding-top: 10px;
}

.tleft { text-align: left; }
.tright { text-align: right; }

a.next { text-decoration: none !important; }

div.macbuytext {
	width: 300px;
}

