/* your custom style goes in this file */
/* if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block */
body		{ background: url(hoge.jpg) fixed; font: 11pt 'palatino linotype'; }
em		{ font: small-caps 110% 'palatino linotype'; }
i 		{ font: italic 'times new roman'; }
pre		{ background: url(Paper1.gif); border: ridge black; width: 6.5in; padding: 1em;  font: small 'nsimsun'; }
/* tng styles */
.header 		{ color: #333333; font: 27px 'palatino linotype', 'book antiqua', palatino, serif; }
.subhead		{ color: #333333; font: 21px 'palatino linotype', 'book antiqua', palatino, serif; }
.normal		{ font: 12px 'palatino linotype', 'book antiqua', palatino, serif; }
.fieldname		{ font:11px 'trebuchet ms', arial, sans-serif; }
.smfieldname		{ font: 9px 'trebuchet ms', arial, sans-serif; }
.fieldnameback	 { background-color: dimgray; }
.databack	 { background: #EFF0E8; }
.lightback		{ background-color: gainsboro; }
.sideback		{ background-color: #EFF0E8; }

.pboxname	 { font-family: 'palatino linotype', 'book antiqua', palatino, serif; }
.pboxdate		{ font-family: 'trebuchet ms', arial, sans-serif; }
.pboxpopup	 { font-family: 'trebuchet ms', arial, sans-serif}

a:link 		{ color: red; }
a:visited 		{ color: darkred; }
a:hover 		{ color: tomato; }
a:active 		{ color: dimgray; }
/* tng says these are for links on dark background, but my backgound is light, and they appear to only unfunction on the admin page */
a.lightlink:link		{ font-family: 'trebuchet ms', arial, sans-serif; color: #CC9966; }
a.lightlink:visited	{ font-family: 'trebuchet ms', arial, sans-serif; color: #CC9966; }

a.lightlink:hover		{ font-family: 'trebuchet ms', arial, sans-serif; color: tomato; text-decoration: underline;} 
a.lightlink:active		{ font-family: 'trebuchet ms', arial, sans-serif; color: crimson; }

.snlink		{ background-color: gainsboro; }
a.snlink:hover	 { background-color: dimgray; color: gold; }
a.snlinkact	 { background-color: dimgray; color: gold; }

#mnav 		{ background-color: gray; }
#mnav li		{ background-color: #EFF0E8; }
/* my styles */
.cite		{ width: 60%; margin-top: 13px; margin-bottom: 13px; border-bottom: ridge; font: small-caps bold 'palatino linotype'; }
.date		{ margin-bottom: 0.375in; font: 8pt 'times new roman'; }
.inset		{ margin: 0.25in; padding: 0.25in; border: inset; background-color: #F7F7F7; clear: right;  font: 9pt 'times new roman'; }
#menu	{ color: darkred; text-align: center; 
		 margin-top: 21px; margin-bottom: 13px;
		 padding-bottom: 13px; 
	}
#menu td	{ width: 120px; }
/* backgrounds/pages */
.gilt		{ margin: 0.25in; width: 6.0in; padding: 0.50in 0.25in 0.25in 0.25in; outline: ridge gainsboro; border: inset gainsboro; background: url(Paper1.gif); font: 10pt 'trebuchet ms'; }
.mail		{ margin: 0.25in; width: 4.5in; padding: 0.25in 0.25in 0.50in 1.75in; outline: thick ridge #DCDCDC; border: thin inset #DCDCDC; background: url(mail_b.jpg); font: 10pt 'trebuchet ms'; clear: right; }
.news		{ margin: 0.25in; width: 4.0in; padding: 0.50in 0.50in 0.50in 2.00in; border: inset gainsboro; background: url(news.jpg); font: 10pt 'times new roman'; }
.note		{ margin: 0.25in; width: 5.5in; padding: 0.25in 0.25in 0.25in 0.75in; outline: ridge #DCDCDC; border: inset #DCDCDC; background: url(notebook2.jpg); font: 10pt 'trebuchet ms'; }
.parchment	 { margin: 0.25in; width: 6.0in; padding: 0.50in 0.25in 0.25in 0.25in; outline: outset dimgray; border: inset dimgray; background: url(parchment.gif); font: 11pt 'sylfaen', 'trebuchet ms'; }
.white		{ margin: 0.25in; width: 6.0in; padding: 0.50in 0.25in 0.25in 0.25in; outline: ridge #DCDCDC; border: inset #DCDCDC; background: url(Paper7.gif); font: 11pt 'sylfaen', 'trebuchet ms'; }
.will		{ margin: 0.25in; width: 6.0in; padding: 0.50in 0.25in 0.25in 0.25in; outline: ridge dimgray; border: inset dimgray; background: url(will1.jpg); font: 11pt 'sylfaen', 'trebuchet ms'; }
/* obsolete - used as spacers Legacy generated webpages, not necessary in TNG  */
.event		{ margin: 0.0in; }
.item		{ margin: 0.0in; }
.tab		{ margin: 0.0in; }
