@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	margin:0px;
}

h1, h2, h3, h4, h5, h6 {
	color: #222;
	font-size: 1.54em;
	font-weight: normal;
	line-height: 24px;
	margin: 0 0 .46em;
}
  
  
.redtext {
	color: #dd4b39;
}


.elearning-btn {
	display: inline-block;
	min-width: 46px;
	text-align: center;
	color: #444;
	font-size: 11px;
	font-weight: bold;
	padding: 0 8px;
	line-height: 27px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all 0.218s;
	-moz-transition: all 0.218s;
	-ms-transition: all 0.218s;
	-o-transition: all 0.218s;
	transition: all 0.218s;
	border: 1px solid #dcdcdc;
	background-color: #f5f5f5;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#f1f1f1));
	background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
	background-image: -moz-linear-gradient(top,#f5f5f5,#f1f1f1);
	background-image: -ms-linear-gradient(top,#f5f5f5,#f1f1f1);
	background-image: -o-linear-gradient(top,#f5f5f5,#f1f1f1);
	background-image: linear-gradient(top,#f5f5f5,#f1f1f1);
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	cursor: default;
}


.elearning-btn-red {
	border: 1px solid transparent;
	color: #fff;
	text-shadow: 0 1px rgba(0,0,0,0.1);
	text-transform: uppercase;
	background-color: #d14836;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#dd4b39),to(#d14836));
	background-image: -webkit-linear-gradient(top,#dd4b39,#d14836);
	background-image: -moz-linear-gradient(top,#dd4b39,#d14836);
	background-image: -ms-linear-gradient(top,#dd4b39,#d14836);
	background-image: -o-linear-gradient(top,#dd4b39,#d14836);
	background-image: linear-gradient(top,#dd4b39,#d14836);
}
.elearning-btn-red:hover {
	border: 1px solid #b0281a;
	color: #fff;
	text-shadow: 0 1px rgba(0,0,0,0.3);
	background-color: #c53727;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#dd4b39),to(#c53727));
	background-image: -webkit-linear-gradient(top,#dd4b39,#c53727);
	background-image: -moz-linear-gradient(top,#dd4b39,#c53727);
	background-image: -ms-linear-gradient(top,#dd4b39,#c53727);
	background-image: -o-linear-gradient(top,#dd4b39,#c53727);
	background-image: linear-gradient(top,#dd4b39,#c53727);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	-ms-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	-o-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	box-shadow: 0 1px 1px rgba(0,0,0,0.2);
}

div.header-content-right {
	float:right;
	color:#FFFFFF;
	padding-right:10px;
	padding-top:8px;
}

#flags {
	padding:4px;
}
#flags img {
	border:#909090 solid 1px;
	border-radius:2px;
}
#flags img:hover {
	border:#FFF solid 1px;
	border-radius:2px;
}

.signin-box {
	margin: 12px 0 0;
	padding: 20px 25px 15px;
	/*background: #f1f1f1;*/
	background: #f0f0f0;
	/*border: 1px solid #e5e5e5;*/
	border: 1px solid #e2e2e2;
}

  
.signin-box input[type=email],
.signin-box input[type=text],
.signin-box input[type=password] {
	width: 100%;
	height: 32px;
	font-size: 15px;
	direction: ltr;
}


.elearning-header-bar {
	/*height: 80px;*/
	padding-top:20px;
	padding-bottom:20px;
	background: #f1f1f1;
	background: #424242;
	/*border-bottom: 1px solid #e5e5e5;*/
	border-bottom:#CC0000 solid 2px;
	overflow: hidden;
}

div.header-content {
	width:940px;
	padding:10px;
	margin-top:10px;
	text-align:left;
	padding-left:30px;
}


.elearning-btn-submit {
	border: 1px solid #3079ed;
	color: #fff;
	text-shadow: 0 1px rgba(0,0,0,0.1);
	background-color: #4d90fe;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));
	background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed);
	background-image: -moz-linear-gradient(top,#4d90fe,#4787ed);
	background-image: -ms-linear-gradient(top,#4d90fe,#4787ed);
	background-image: -o-linear-gradient(top,#4d90fe,#4787ed);
	background-image: linear-gradient(top,#4d90fe,#4787ed);
}
.elearning-btn-submit:hover {
	border: 1px solid #2f5bb7;
	color: #fff;
	text-shadow: 0 1px rgba(0,0,0,0.3);
	background-color: #357ae8;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8));
	background-image: -webkit-linear-gradient(top,#4d90fe,#357ae8);
	background-image: -moz-linear-gradient(top,#4d90fe,#357ae8);
	background-image: -ms-linear-gradient(top,#4d90fe,#357ae8);
	background-image: -o-linear-gradient(top,#4d90fe,#357ae8);
	background-image: linear-gradient(top,#4d90fe,#357ae8);
}



table tr.admin_table_list_header {
	font-weight:bold;
}
table tr.admin_table_list_header td {
	border-bottom:solid 2px #000;
	height:32px;
	vertical-align:middle;
}


table tr.admin_table_list_row_pair {
	background-color:#FFF;
}
table tr.admin_table_list_row_pair td {
	border-bottom:solid 1px #CCC;
}
table tr.admin_table_list_row_pair:hover {
	background-color:#DCECD7;
}

table tr.admin_table_list_row_impair {
	background-color:#F5F5F5
}
table tr.admin_table_list_row_impair td {
	border-bottom:solid 1px #CCC;
}
table tr.admin_table_list_row_impair:hover {
	background-color:#DCECD7;
}


div.admin-out-div {
	width:960px;
	margin:6px;
	border: solid 3px #f5f5f5;
	border-radius:4px;
}
div.admin-base-box {
	margin: 12px 0 0;
	padding: 20px 25px 15px;
	/*border: 1px solid #e5e5e5;*/
	border: 2px solid #e2e2e2;
	border-radius:4px;
	background-color: #f9f9f9;
}



/* input */
input.cur_categories_title {
	width:800px;
	height:30px;
}
input.cur_data_title {
	width:800px;
	height:30px;
}
/* textareas */
textarea.shortinfo {
	width:800px;
	height:100px;
}
textarea.maininfo {
	width:800px;
	height:460px;
}




/* cur view */
div.cur_title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#6592C2;
	border-bottom:#999 solid 1px;
	padding-bottom:10px;
	margin-bottom:30px;
}
div.cur_shortinfo {
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:italic;
	line-height:20px;
}

div.cur_maininfo {
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:21px;
	padding-left:10px;
	padding-right:10px;
}
div.cur_test_right {
	float:right;
	color:#6592C2;
	font-style:italic;
	font-size:12px;
	padding-top:10px;
}

div.cur_test_correct_answer {
	color:#F00;
	font-size:12px;
	font-weight:bold;
	background-image:url(images/icon/test-answer-list.png);
	background-position:left;
	background-repeat:no-repeat;
	padding:2px;
	padding-left:30px;
}
div.cur_test_bad_answer {
	font-style:italic;
	color:#333;
	font-size:12px;
	font-weight:normal;
	background-image:url(images/icon/test-answer-list.png);
	background-position:left;
	background-repeat:no-repeat;
	padding:2px;
	padding-left:30px;
}
div.cur_tests {
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#6DAB6F;
	border-bottom:#999 solid 1px;
	padding-bottom:10px;
	margin-bottom:30p
}



/* user exams */
div.user-exams-right {
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	color:#121212;
	border:#CFCFCF solid 1px;
	border-radius:4px;
	background-color:#F3F3F3;
	text-align:left;
	padding:0px;
	width:300px;
	margin-left:10px;
	margin-bottom:4px;
	margin-top:4px;
}
div.user-exams-right div.title2 {
	padding:6px;
	border-bottom:#CFCFCF solid 1px;
	color: #fff;
	/* For WebKit (Safari, Google Chrome etc) */
	background: -webkit-gradient(linear, left top, left bottom, from(#FBC098), to(#F89E60));
	/* For Mozilla/Gecko (Firefox etc) */
	background: -moz-linear-gradient(top, #FBC098, #F89E60);
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFBC098, endColorstr=#FFF89E60);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFBC098, endColorstr=#FFF89E60)";
}
div.user-exams-right div.title2 h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFF;
	text-shadow: black 0.1em 0.1em 0.2em;
	text-align:left;
	padding:8px;
}
div.user-exams-right div.content {
	font-family:Arial, Helvetica, sans-serif;
	color:#7B8181;
	text-align:left;
	padding:10px;
}
div.user-exams-right div.content a {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	text-decoration:underline;
}
div.user-exams-right div.content a:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:#444;
	text-decoration:none;
}



/* w6: mashoz kell */
div.user-exams-main {
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	color:#121212;
	border:#CFCFCF solid 1px;
	border-radius:4px;
	background-color:#F3F3F3;
	text-align:left;
	padding:0px;
	width:90%;
	margin-left:10px;
	margin-bottom:4px;
	margin-top:4px;
}
div.user-exams-main div.title2 {
	padding:6px;
	border-bottom:#CFCFCF solid 1px;
	color: #fff;
	/* For WebKit (Safari, Google Chrome etc) */
	background: -webkit-gradient(linear, left top, left bottom, from(#FBC098), to(#F89E60));
	/* For Mozilla/Gecko (Firefox etc) */
	background: -moz-linear-gradient(top, #FBC098, #F89E60);
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFBC098, endColorstr=#FFF89E60);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFBC098, endColorstr=#FFF89E60)";
}
div.user-exams-main div.title2 h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFF;
	text-shadow: black 0.1em 0.1em 0.2em;
	text-align:left;
	padding:8px;
}
div.user-exams-main div.content {
	font-family:Arial, Helvetica, sans-serif;
	color:#7B8181;
	text-align:left;
	padding:10px;
}
div.user-exams-main div.content a {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	text-decoration:underline;
}
div.user-exams-main div.content a:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:#444;
	text-decoration:none;
}
/**********/






div.user-curs-left {
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	color:#121212;
	border:#CFCFCF solid 1px;
	border-radius:4px;
	background-color:#F3F3F3;
	text-align:left;
	padding:0px;
	width:580px;
	margin-left:10px;
	margin-bottom:4px;
	margin-top:4px;
}
div.user-curs-left div.title3 {
	padding:6px;
	border-bottom:#CFCFCF solid 1px;
	color: #fff;
	/* For WebKit (Safari, Google Chrome etc) */
	background: -webkit-gradient(linear, left top, left bottom, from(#F3F3F3), to(#E9E9E9));
	/* For Mozilla/Gecko (Firefox etc) */
	background: -moz-linear-gradient(top, #F3F3F3, #E9E9E9);
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFF3F3F3, endColorstr=#FFE9E9E9);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFF3F3F3, endColorstr=#FFE9E9E9)";
}
div.user-curs-left div.title3 h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#424242;
	text-shadow: white 0.1em 0.1em 0.2em;
	text-align:left;
	padding:8px;
}
div.user-curs-left div.content{
	font-family:Arial, Helvetica, sans-serif;
	color:#7B8181;
	text-align:left;
	padding:10px;
}
div.user-curs-left h3 {
	font-size:16px;
	color:#242424;
	letter-spacing:1px;
	font-weight:bold;
	background-image:url(images/icon/is.png);
	background-repeat:no-repeat;
	padding-left:24px;
}
div.user-curs-left div.curlink {
	padding:1px;
	padding-left:32px;
}
div.user-curs-left div.curlink a {
	font-size:12px;
	color:#FF3300;
	text-decoration:none;
}
div.user-curs-left div.curlink a:hover {
	font-size:12px;
	color:#000000;
	text-decoration:underline;
}



div.user-box1 {
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	color:#121212;
	border:#CFCFCF solid 1px;
	border-radius:4px;
	background-color:#F3F3F3;
	text-align:left;
	padding:0px;
	width:920px;
}
div.user-box1 div.title {
	padding:10px;
	border-bottom:#CFCFCF solid 1px;
	color: #fff;
	/* For WebKit (Safari, Google Chrome etc) */
	background: -webkit-gradient(linear, left top, left bottom, from(#F3F3F3), to(#E9E9E9));
	/* For Mozilla/Gecko (Firefox etc) */
	background: -moz-linear-gradient(top, #F3F3F3, #E9E9E9);
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFF3F3F3, endColorstr=#FFE9E9E9);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFF3F3F3, endColorstr=#FFE9E9E9)";
}
div.user-box1 div.title h2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	text-shadow: white 0.1em 0.1em 0.2em;
	font-size:14px;
	font-weight:bold;
}


/* menus */
#topmenu {
	/*width:940px;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#topmenu span {
	/*
	border-left:#999999 dotted 1px;
	border-right:#999999 dotted 1px;
	*/
	padding-left:8px;
	padding-right:8px;
	padding-bottom:3px;
	padding-top:4px;
	border-radius:3px;
	border:#DDDDDD solid 1px;
	background-color:#FFFFFF;
}
#topmenu a {
	color:#FF3300;
	font-weight:bold;
	text-decoration:underline;
}
#topmenu a:hover {
	color:#333366;
	font-weight:bold;
	text-decoration:none;
}

#basemenu {
	width:940px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-top:4px;
	padding-bottom:4PX;
}
#basemenu span {
	/*
	border-left:#999999 dotted 1px;
	border-right:#999999 dotted 1px;
	*/
	padding-left:8px;
	padding-right:8px;
	padding-bottom:3px;
	padding-top:4px;
	border-radius:3px;
	border:#DDDDDD solid 1px;
	background-color:#FFFFFF;
}
#basemenu a {
	color:#FF6600;
	font-weight:normal;
	text-decoration:underline;
}
#basemenu a:hover {
	color:#333366;
	font-weight:normal;
	text-decoration:none;
}




#imagesmenu {
	/*width:940px;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	/*width:100%;*/
	padding-bottom:8px;
	padding-top:8px;
	border-bottom:#999 solid 1px;
	border-top:#999 solid 1px;
	background-color:#666;
	padding-left:12px;
}
#imagesmenu span {
	/*
	border-left:#999999 dotted 1px;
	border-right:#999999 dotted 1px;
	*/
	padding-left:8px;
	padding-right:8px;
	padding-bottom:3px;
	padding-top:4px;
	border-radius:3px;
	border:#DDDDDD solid 1px;
	background-color:#FFFFFF;
}
#imagesmenu a {
	color:#FF3300;
	font-weight:bold;
	text-decoration:underline;
}
#imagesmenu a:hover {
	color:#333366;
	font-weight:bold;
	text-decoration:none;
}



#curmenu {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-bottom:8px;
	padding-top:8px;
	padding-left:12px;
	padding-left:12px;
	margin-right:10px;
}
#curmenu div {
	border:#CCC solid 1px;
	padding:8px;
	padding-left:12px;
	margin-top:2px;
	margin-bottom:2px;
}

/* end menus */

div.iconbar {
	/*width:100%;*/
	height:32px;
	/*border:#CCCCCC solid 1px;*/
	border-bottom:#CCCCCC solid 1px;
	border-top:#CCCCCC solid 1px;
	padding-left:20px;
	padding-right:20px;
	background:#E2E2E2;
}

/* relacio tablazat */
table.reltable  {
	border:none;
}
table.reltable tr td {
	border-bottom:#999999 solid 1px;
}
table.reltable tr.rowhover01:hover {
	background:#DCECD7;
}

table.reltable tr.rel-pair {
	background:#FFFFFF;
}

table.reltable tr.rel-impair {
	background:#F5F5F5;
}

/**********************/



div.divmaindata {
	padding:12px;
}

#downloadfiles div {
	padding:4px;
	border:#E6E6E6 solid 1px;
	margin:1px;
}
#downloadfiles div:hover {
	padding:4px;
	border:#999999 solid 1px;
	margin:1px;
}


#toplogo {
	padding-top:4px;
	float:left;
	padding-left:10px;
}

#userbasemenu {
	width:100%;
	background:#E1E1E1;
	border-bottom:#CC0000 solid 2px;
	padding-bottom:6px;
	padding-top:6px;
}



#mainimg {
	width:940px;
	height:240px;
}

a.imggallinks {
	border:#999999 solid 1px;
	background-color:#CCCCCC;
	padding:4px;
	color:#000;
	margin:2px;
}
a.imggallinks:hover {
	border:#999999 solid 1px;
	background-color:#333333;
	padding:4px;
	color:#FFF;
}
