/* globális beállítások */
body, table{
	text-align:left;
	font-family:arial;
	color:black;
	font-size:12px;
	cursor:default;
	margin:0px;
	padding:0px;
}

table{
	border-collapse:collapse;
}

/* a címkék beállítása */
label{
	margin:2px;
}
label:hover{
	font-weight:bold;
	cursor:pointer;
	margin:0px;
}

a{
	text-decoration:none;
}

/* a tananyagok menüpont, megtekintés almenüje alatt látható */
A.Lesson{
	font-weight:normal;
	color:black;
}

A.Lesson:Hover{
	font-weight:bold;
}

/* a keret */
.Frame{
	padding:0px;
	margin:0px;
	width:100%;
}

.Logo{
	width:100px;
	height:50px;
}

.Caption{
	font-size:16px;
	font-weight:bold;
	border-bottom:2px solid black;
	height:25px;
	padding-left:5px;
}

/* lapozás */
.Paging, .PagingActive{
	font-family:verdana;
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
	color:black;
	margin:5px;
}

.PagingActive, .Paging:Hover{
	text-decoration:underline;
}


/* menü */
.Menu{
	width:100%;
}

.MenuContent{
	font-size:13px;
	background-color:#E6E6FA;
}

.MenuHeader{
	border-bottom:2px solid #6a5acd;
	font-size:16px;
	text-align:center;
	font-weight:bold;
}

.MenuFooter{
	font-size:14px;
	text-align:center;
	padding-top:20px;
	border-top:2px solid #6a5acd;
}

ul.MenuItems{
	list-style: none;
	margin:0px;
	padding:0px;
	padding-left:10px;
	width:100%;
}

A.MenuItem, A.MenuItemActive{
	font-weight:bold;
	color:#6a5acd;
	list-style: none;
	float:left;
	margin-left:0px;
	width:100%;
}


A.MenuItem:Hover, A.MenuItemActive{
	color:#4B0082;
}

/* a tananyagok oldalai */
div.LessonPages{
	height: 500px;
	overflow:auto;
	width:130px;
	border:1px solid silver;
	background-color: ghostwhite;
	padding: 5px;
}

div.LessonPageText,
div.LessonPageTextActive,
div.LessonPageTest,
div.LessonPageTestActive,
div.LessonPageFlash,
div.LessonPageFlashActive{
	height:30px;
	margin-bottom:5px;
	width:100px;
	border:1px solid #4B0082;
	background-color:#E6E6FA;
	float:left;
	background-repeat: no-repeat;
	background-position: 98% 25%;
	font-family:verdana;
	text-align:left;
	font-size:16px;
	font-weight:bold;
	color:black;
	padding-left:5px;
	padding-top:13px;
}

div.LessonPageText, div.LessonPageTextActive{
	background-image:url( "../images/PageTypeText.gif" );
}

div.LessonPageTest, div.LessonPageTestActive{
	background-image:url( "../images/PageTypeTest.gif" );
}

div.LessonPageFlash,div.LessonPageFlashActive{
	background-image:url( "../images/PageTypeFlash.gif" );
}

div.LessonPageText:Hover,
div.LessonPageTextActive,
div.LessonPageTest:Hover,
div.LessonPageTestActive,
div.LessonPageFlash:Hover,
div.LessonPageFlashActive{
	background-color:#b0c4de;
	cursor:pointer;
}

/* kötelező mező */
.ImportantField{
	width:18px;
	height:18px;
	background-image:url( "../images/ImportantField10.gif" );
	background-repeat: no-repeat;
	background-position: 50% 50%;
}


/* a táblázatok beállítása */
.TableHeader{
	font-size:12px;
	font-weight:bold;
	color:black;
	padding-left:10px;
	text-align:left;
}

.TableContent{
	border-top:1px solid silver;
	border-bottom:1px solid silver;
	background-color:ghostwhite;
	padding:5px;
}

.TableBox{
	width:100%;
}

/* soron belüli táblázat */
.TableBox2{
	width:280px;
	margin:2px;
	margin-top:10px;
	float:left;
	text-align:left;
}

.TableBox2Header{
	font-weight: bold;
	padding-left:10px;
	border-bottom:1px solid black;
}


.TableRow1, .TableRow2{
	border:1px solid orange;
	margin-bottom:2px;
}

.TableRow1{
	background-color:#FAFAD2;
}

.TableRow2{
	background-color:#F0E68C;
}


/* a beviteli mezők beállítása */
.InputText, .InputTextarea, .InputSelect{
	width:250px;
	color:black;
	font-weight:bold;
	border:1px solid silver;
	font-family:arial;
	font-size:12px;
	margin:1px;
}

.InputText:hover, .InputText:focus, .InputSelect:focus{
	border:2px solid orange;
	margin:0px;
}

.InputTextarea{
	height:100px;
}


/* a "küldő" gombok beállítsa */
.SubmitAdd, .SubmitSave, .SubmitDelete{
	margin:2px;
	font-family:verdana;
	color:black;
	font-weight:bold;
	font-size:10px;
	border-style: solid;
	border-width: 1px;
	border-left-width:3px;
}

.SubmitAdd{
	border-color:orange;
	background-color:lemonchiffon;
}

.SubmitSave{
	border-color:green;
	background-color:lightgreen;
}

.SubmitDelete{
	border-color:red;
	background-color:lightcoral;
}



