@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;
}
h3 {
	font-size: 10pt;
	color: #688097;
}

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

#headerImageBG {
}

#headerImage {
}

#content {
	margin-left: 20px;
	padding-top: .5em;
	padding-bottom: 2em;
	padding-left: 10px;
	background-color: white;
	color: black;
}




#log {
	display: none;
}


#logToggle {
	display: none;
}


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

#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;
    padding-left: .5em;
    padding-right: .5em;
}


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

div.workList {
	line-height: 12pt;
}

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

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

div.clear{
	clear: both;
	height: 0px;
	line-height: 0px;
	background-color: red;
}

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

a:hover {
    text-decoration: underline;
}


.stat_author_line td {
    border-top: 3px solid black;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 1ex;
	margin-top: 1ex;
}

.stat_author_name {
    border-left: 1px solid black;
    border-bottom: 1px solid black;
}

.stat_header {
    font-weight: bold;
}

.stat_inner_table {
    border-left: 1px solid black;
}

