@import url("divbook.css");
@import url("menu.css");

body {
    background: white;
	color: black; /* fekete szöveggel */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

h1 {
	font-size: 12pt;
	color: #688097;
}
h2 {
	font-size: 11pt;
	color: #688097;
	height: 1em;
}
h3 {
	font-size: 10pt;
	color: #688097;
}

#header {	/* fejrész */
	display: none;
}

#headerImageBG {
}

#headerImage {
}

#headerImage img {
}

#content {
	margin-left: 40px;
	padding-top: .5em;
	padding-bottom: 2em;
	padding-left: 10px;
	background: white;
	min-height: 400px;
}

#log {
    display: none;
}


#logToggle {
    display: none;
}


#footer {
	clear: both;
    height: 2em;
	line-height: 2em;
    background-color: #688098;
    color: white;
    text-align: center;
	margin-top: 2em;
	margin-bottom: 2em;
	margin-left: -50px;
}

#adminBar {
    display: none;
}

#adminBar a {
}

#adminBar a:hover {
}



input, select, textarea, checkbox, button {
	background-color: #d0d0f0;
	color: inherit;
	font-size: 8pt;
}

.formError {    /* red frame around invalid form elements, DIV */
	padding-left: .3em;
	padding-right: .3em;
	padding-top: .5em;
	padding-bottom: .3em;
	background-color: red;
	color: inherit;
    display: inline;
}

.formErrorMsg { /* form error messages, TD */
	background-color: inherit;
    color: red;
}

.formErrorNum { /* a number next to the wrong input field, links to the message, A */
    color: red;
    text-decoration: none;
    vertical-align: super;
    font-size: 80%;
    padding-left: .3ex;
}


tr.line0 {
	background-color: #e0e0ff;
	color: inherit;
}

tr.line1 {
	background-color: #e0f0f0;
	color: inherit;
}

th {
	background-color: #8080c0;
	color: inherit;
}


div.authorList {
	line-height: 14pt;
	color: black;
}

a {
	text-decoration: none;
	color: black;
}

a:hover {
	text-decoration: underline;
}

div.workList {
	line-height: 12pt;
	margin-left: 40px;
}

div.sep {
	display: block;
	height: 6pt;
}

div.div3 {
	float: left;
	width: 20%;
	padding-right: 3%;
}

div.clear{
	clear: both;
	height: 1px;
	line-height: 1px;
}

div.tran_works {
	padding-left: 4em;
	padding-bottom: .5em;
}