
/* This file created by Martin Holmes (mholmes@uvic.ca). Last modified 31/08/06 for ScanCan Journal Project. See accompanying teiHeader.xsl comments for further information. */

div.teiHeaderContainer{
    margin: 0 1em 0 1em;
    padding: 0;
    font-family: gentium, georgia, garamond, serif;
    opacity: 0.7;
}

div#teiHeader{
	margin: 0% 5% 0% 5%;
	display: none;
	font-size: 90%;
}

div#teiHeader ul{
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}

div#teiHeader ul li{
	text-indent: 0;
}

div.teiHeaderChild{
	padding: 0.5em;
	margin: 0 auto 0 auto;
	display: none;
	background-color: #e0e0e0;
	color: #000000;
	border-style: solid;
	border-color: #000000;
	border-width: 0px 1px 1px 1px;
}

div.teiHeaderChild div.para{
	margin: 0.5em 0.5em 0.5em 2.0em;
	padding-left: 2em;
	text-indent: -2em;
}

div.teiHeaderChild fieldset{
	margin: 0.5em 0.5em 0.5em 2.0em;
}

span.teiHeaderLabel{
	font-weight: bold;
	text-decoration: underline;
}

div.teiHeaderHiddenDiv{
	display: none;
}

legend.Clickable{
	cursor: pointer;
	font-weight: bold;
}

legend.Clickable:hover{
	text-decoration: underline;
}

#HideMetadata{
	display: none;
}

button.MetadataButtonUp{
	border: outset;
	border-width: 1px;
	border-color: #dddddd;
	background-color: #ffffff;
	color: #000000;
	padding: 4px;
	width: 10em;
	margin: 0;
}

button.MetadataButtonDown{
	border: inset;
	border-width: 1px;
	border-color: #e0e0e0;
	background-color: #e0e0e0;
	color: #000000;
	padding: 4px;
	width: 10em;
	margin: 0;
}


button.TabDown{
	background-color: #e0e0e0;
	color: #000000;
	border-color: #000000 #000000 #e0e0e0 #000000;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	padding: 4px;
	cursor: pointer;
	margin: 0;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
}

button.TabUp{
	background-color: #ffffff;
	color: #000000;
	border-color: #000000;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	padding: 4px;
	cursor: pointer;
	margin: 0;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
}

