/* CSS file for the single work html file */
h1#pageheader {
    font-size:150%;
    /*margin: 24px 10% 0px 30px;*/
    font-weight:normal;
    border-bottom: solid #990000 2px;
    text-align:left;
}
.titlename {
	font-size:80%;
	display:block;
	margin-bottom: 6px;
}

h2.infoheader {
    border-bottom: solid #990000 1px;
    font-size: 115%;
}
/* overriding main.css here */
#maincontent {
	margin-left:30px;
}
#maincontent table {
	border-spacing:0px;
}
#maincontent td {
	padding: 3px 5px;
}

/* table with the data of the work */
#nametbl {
        font-size:90%;
        background-color:#dedede; 
	color:#000000;
	padding:5px;
	border-spacing: 0px;
	margin: 20px 60px;
        border: gray 1px dotted;
}
.nametblleft {
        font-size:90%;
        color:#770000;
        border-right:1px solid #909090;
        padding:4px 8px 4px 0;
        text-align:right;
        white-space:nowrap;
}
.nametblright {
}

