﻿/* WebEvents CSS Document */

/* default text style and background of the page */
body {
   font-family: Georgia, Times New Roman, Times, Serif;
   font-size: 14pt;
   text-align: left;
   color: #000000;
   background-color: #FFFFFF;
}

/* text styles for the links */
a {font-size: 10pt;}
a:link {color:#0000FF; text-decoration:none;}
a:visited {color:#800080; text-decoration:none;}
a:hover {color:#FF0000; text-decoration:none;}

/* text and background style for the title */
.title {
   background: #FFFFFF;
   font-size: 18pt;
   color: #000000;
}

/* text and background styles for the calendar */
.calendar {
   background-color: #808080;
}
.weekendheader {
   background-color: #800000;
   color: #FFFFFF;
   width: 14%;
   height: 25px;
   vertical-align: middle;
   text-align: center;
   font-family: "Times New Roman";
   font-size: 14pt;
}
.weekdayheader {
   background-color: #000080;
   color: #FFFFFF;
   width: 14%;
   height: 25px;
   vertical-align: middle;
   text-align: center;
   font-family: "Times New Roman";
   font-size: 14pt;
}
.datecell {
   background-color: #FFFFFF;
   font-family: Verdana, Arial, Helvetica, Sans Serif;
   vertical-align: top;
   width: 14%;
   height: 150px;
}
.nondatecell {
   background-color: #BFBFBF;
   vertical-align: top;
   width: 14%;
   height: 150px;
}
.weekend {
   font-size: x-small;
   font-weight: bold;
   color: #800000;
   width: 30%;
   height: 30%;
}
.weekday {
   font-size: x-small; 
   font-weight: bold; 
   color: #000080;
}
.width30-vam {
   width: 30%;
   vertical-align: middle;
}
.width-vam-tar {
   vertical-align: middle;
   text-align: right;
   width: 70%;
}
.width20 {
   width: 20%;
}
.width30 {
   width: 30%;
}
.width60 {
   width: 60%;
}
.width70 {
   width: 70%;
}
/* text and background style for the copyright */
.copyright {
   font-family: Verdana, Arial, Helvetica, Sans Serif;
   font-size: xx-small;
   color: #000000;
   background-color: #FFFFFF;
}

/* text and background styles for the popup */
.popup {
   font-family: Georgia, Times New Roman, Times, Serif;
   font-size: medium;
   text-align: left;
   color: #000000;
   background-color: #C0C0C0;
}
.date {
   font-size: large; 
   color:#000000;
}
.event {
   font-weight: bold;
}
.details {
   font-size: small;
}

/* text and background styles for the main page */
.header1 {
   font-family: "Monotype Corsiva";
   font-size: 24pt;
   color: #990000;
}
.header2 {
   font-size: 32pt;
   font-weight: bold;
   color: #990000;
   font-family: "Copperplate Gothic Bold";
}
.background-navy {
   background-color: #000080;
}
.bgw-width-height {
   background-color: #FFFFFF;
   width: 100%;
   height: 100%;
}
.left-col-text {
   color: #FFFFFF;
   font-family: Arial;
   text-decoration: none;
   font-size: 12pt;
}
.church-address {
   font-family: "Times New Roman";
   font-size: 18pt;
   color: #990000;
}
.church-address {
   font-family: "Times New Roman";
   font-size: 18pt;
   color: #990000;
}
.align-center {
   text-align: center;
}
.address {
   text-align: center;
   font-size: 14px;
}
.bottom-link {
   font-family: "Times New Roman", Times, serif;
   font-size: 12pt;
   text-decoration: none;
}
