@charset "UTF-8";
/* layout */

#bg {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	
}
#content1 {
	position:absolute;
	top:120px;
	bottom:30px;
	left:150px;
	right:30px;
	overflow-x:auto;
	overflow-y:auto;
	padding:25px;
	background:url(/new/graphics/transparency1.png);
}

#title {
	position:absolute;
	top:20px;
	left:20px;
	height:80px;
	width:500px;
	background-image:url(/new/graphics/title.png);
}

#mainmenu {
	position:absolute;
	top:200px;
	left:20px;
	height:300px;
	width:120px;
}

#content {
	padding-right:300px;
	}
		
#contentrightbar {
	position:absolute;
	top:200px;
	right:50px;
	width:200px;
	height:inherit;
}



/* fonts */

body, p, h1, h2, h3, h4, h5, h6, a {
	font-family:"Courier New", Courier, monospace;
}

p, a {
	font-size:medium;
}

h1, .h1 {
	font-size:xx-large;
}

h2, .h2 {
	font-size:large;
}

h3, .h3 {
	font-size:medium;
}

a:link, a:hover, a:visited {
	text-decoration:none;
	font-weight:bold;
	color:#990033;
}

.quote {
	font-style:italic;
	font-weight:bold;
}

td {
vertical-align:top;
}

span.cat_field {
font-style:italic;
font-weight:bold;
}


/* works table */
table.workstable {
width:100%
}

td.worktitle {
font-size:large;
}

td.workdate {
text-align:right;
}

td.workduration {

}

td.workforces {
}

td.worknumber {
text-align:right;
}

td.workpublisher {
text-align:right;
}

td.worknotes {
}

td.workonline {
}

/* recordins table */
th {
	font-size:large;
	text-align:left;
}

