/* 
  File name:  nl_calendar
  Created on: May 27, 2002 at 2:39 PM
  Author:     P  

  Description:
    Netlord Calendar default stylesheet
*/

@media screen {

.nl-cal-common { font-style: italic; color: red; line-height: 140%; background-color: inherit; }
.nl-cal-haptos { font-size: smaller; line-height:70%; background-color: rgb(40,0,0); vertical-align: bottom; color: #ff5050; }
.nl-cal-year { font-size: 100%; padding-top: 8pt; } /*font-family: Common Tongue; */
.nl-cal {       margin: 0 10% 0 10%; width: 75%;
                color: #ff5050; 
                background-color: inherit; }

.nl-cal-today   { width: 100%; background-color: #000050; color: inherit; }
.nl-cal-day     { width: 100%; }

table.nl-cal-day:hover { border-left-style: solid; border-color: #ff8040; }
table.nl-cal-today:hover { border-left-style: solid; border-color: #ff8040; }

.nl-today { color: #ffa080; background-color: inherit; margin-left:12%; line-height:150%; display: inline; }

input { background-color: #700000; color: #ff0000; }

.nl-cal-entry-meta { padding-top: 2pt; text-align: right; line-height:50%; font-size: 90%; font-style: italic; color: #ffa080; background-color: inherit; vertical-align: bottom;  }
.nl-cal-posted {  display: inline; }
.nl-cal-author {  display: inline; }
.nl-cal-author:before {  content: "enscribed by "; }
.nl-cal-posted:before {  content: "on "; }
table.nl-cal-entry { width: 100%; }
.nl-cal-entry-details { padding: 10pt 0 10pt 0; font-family: arial, sans-serif; font-size: 90%; color: #b08080; border-bottom: 1px ridge #b00000; background-color: inherit; }
.nl-cal-entry-buttons { width: 28pt; padding-right: 10pt; }

input.nl-scribe { margin-bottom: 10pt; 	}
textarea.nl-scribe { padding: 10pt; margin-top: 5pt; margin-left: 10pt; margin-bottom: 10pt; background-color: #300000; color: yellow; width:80%;}
textarea.nl-scribe:focus { background-color: #500000; color: yellow; }
form.nl-scribe { margin-left: 10%; margin-bottom: 10pt; }
label.nl-scribe { }
}

@media print,paged {

.nl-cal-common { font-style: italic; line-height: 70%; font-size: smaller; }
.nl-cal-haptos { font-size: smaller; line-height: 70%; vertical-align: bottom; }

.nl-cal-today   { width: 100%; padding-bottom: 16%; border-bottom: 1px solid black; }
.nl-cal-day     { width: 100%; padding-bottom: 16%; border-bottom: 1px solid black; }

.nl-cal-year    { color: red; font-size: smaller; text-align: left; }
.nl-today       { color: black; font-style: italic;  display: none; }

table.nl-cal { width: 100%; }
table.nl-cal-day:hover { }
table.nl-cal-today:hover { }

.nl-cal-entry-meta { display: none; }
.nl-cal-posted {  display: inline; }
.nl-cal-author {  display: inline; }
.nl-cal-author:before {  content: "enscribed by "; }
.nl-cal-posted:before {  content: "on "; }
table.nl-cal-entry { width: 100%; }
.nl-cal-entry-details { padding: 10pt 0 10pt 0; font-family: arial, sans-serif; font-size: 90%; color: #b08080; background-color: inherit; }
.nl-cal-entry-buttons { display: none; }

input.nl-scribe { margin-bottom: 10pt; 	}
textarea.nl-scribe { padding: 10pt; margin-top: 5pt; margin-left: 10pt; margin-bottom: 10pt; background-color: #300000; color: yellow; width:80%;}
textarea.nl-scribe:focus { background-color: #500000; color: yellow; }
form.nl-scribe { margin-left: 10%; margin-bottom: 10pt; }
label.nl-scribe { }
}

