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

body {
    background: white url(../img/main_body_bg.gif) repeat-y top left;   /* fekete háttér */
	color: black; /* fekete szöveggel */
	margin: 0px;
	padding: 0px;
	min-width: 800px;
	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 */
	margin: 0px;
	padding: 0px;
	background-color: black;
	color: #5c343d;	/* valami bordószerű */
}

#headerImageBG {
	margin: 0px;
	height: 118px;
	margin-left: 40px;
	background: url(../img/main_top_bg.gif) repeat-x top left;
}

#headerImage {
	margin: 0px;
	height: 118px;
	background: url(../img/main_top.gif) no-repeat top left;
}

#headerImage img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#content {
	/*position: relative;*/
	margin-left: 40px;
	padding-top: .5em;
	padding-bottom: 2em;
	padding-left: 10px;
	background: white url(../img/main_content_bg.gif) no-repeat top left;
	min-height: 400px;
}




#log {
    background-color: #FFA500/*orange*/;
    color: red;
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 200;
    overflow: auto;
}


#logToggle {
    border: 2px solid red;
    font-size: 120%;
    background-color: #FFA500 /*orange*/;
    color: red;
    position: fixed;
    right: 0px;
    top: 5px;
    width: 1em;
    margin-left: -2em;
    text-align: center;
    z-index: 201;
}


#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;
}

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;
	margin-left: 2em;
	color: black;
}

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

a:hover {
	text-decoration: underline;
}

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

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;
}

.editlang {
	pointer: hand;
}
.editlang:hover {
	color: red;
}

.clear {
	clear: both;
}


/* online bibliografia */
h2.online {
	margin-left: 1em;
}

h3.online {
	margin-left: 2em;
}
div.online_link_list {
	margin-left: 4em;
}
div.online_link_list a {
	display: block;
}

.hasright {
	color: green;
}
.noright {
	color: red;
}


.blogframe {
	width: 640px;
	border: 1px inset purple;
	background-color: #e0e0ff;
	margin: 1em;
}

.bloghead {
	background-color: #e0f0f0;
	border-bottom: 1px solid purple;
	margin: .5em;
}

.bloguser {
	font-variant: small-caps;
	font-weight: bold;
	float: left;
}

.blogdate {
	float: right;
}

.blogbody {
	margin: .5em;
}

.blogfooter {
	border-top: 1px solid purple;
	margin: .5em;
	text-align: right;
}

span.deletebutton {
	color: red;
	background-color: #f0d0d0;
	border: 1px outset;
	padding-left: .5em;
	padding-right: .5em;
}


/* Links on the mainPage */

#ilinks {
	width: 120px;
	position: absolute;
	top: 190px;
	left: 50px;
	text-align: center;
}

#ilinks a {
	display: block;
	padding-bottom: .5em;
	padding-top: .5em;
}

#ilinks a:hover img {
	border: 2px solid blue;
}

