/* MIT Events Calendar Style Sheet for external web pages */

/* Default for text within <p> tag */
p {  font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; line-height: 16px; color: #505050; font-size: 12px; }

/* Monthly Navbar*/

.mnavtext { font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; font-size: 12px; color: #f6ecb5; }
a.mnavtext:hover {color: #78050c; text-weight:bold; }
a.mnavtext:active {color: #000000; text-weight:bold; }
.mnavbkgnd {  background-color: #a6081b; }

.home{ font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; font-size: 16px; font-weight: bold; color: #f6ecb5; }
a.home:hover {color: #78050c; text-weight:bold; }
a.home:active {color: #000000; text-weight:bold; }


/* Monthly Calendar Grid */
.month1bkgnd {  background-color: #a6081b; }
.month1textmonth {  font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; font-size: 13px; font-weight: bold; color: #f6ecb5; }
.month1texttoday {  font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; font-size: 10px; line-height: 14px; color: #f6ecb5; font-weight: bold; }
a.month1texttoday:link {color: #78050c; text-weight:bold; text-decoration:none; }
a.month1texttoday:visited {color: #a6081b; text-weight:bold; text-decoration:none; }
a.month1texttoday:hover {color: #a6081b; text-weight:bold; text-decoration:underline; }
a.month1texttoday:active {color: #90061d; text-weight:bold; text-decoration:underline; }
.month2 {  background-color: #78050c; font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; font-size: 11px; color: #f6ecb5 ; }
.month3 {  background-color: #f6ecb5; font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; font-size: 11px; font-weight: bold; color: #78050c; }
.month3textfaint {  font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; font-size: 10px; line-height: 14px; color: #ffffff; font-weight: bold; }
a.month3textfaint:link {color: #f6ecb5; text-weight:bold; text-decoration:none; }
a.month3textfaint:visited {color: #f6ecb5; text-weight:bold; text-decoration:none; }
a.month3textfaint:hover {color: #78050c; text-weight:bold; text-decoration:underline; }
a.month3textfaint:active {color: #78050c; text-weight:bold; text-decoration:underline; }
.month4 {  font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; font-size: 12px; color: #993333; background-color: #f6ecb5; background-position: top; }
a.month4:link {color: #000000; text-weight:bold; }
a.month4:visited {color: #000000; text-weight:bold; }
a.month4:hover {color: #78050c; text-weight:bold; }
a.month4:active {color: #78050c; text-weight:bold; }

/* Single Event */
.event1texttitle {  font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; font-size: 14px; font-weight: bold; color: #78050c; }
.event1textdetail {  font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; font-size: 12px; font-weight: normal; color: #505050; }
a.event1textdetail:link {color: #78050c; text-weight:bold; text-decoration:none; }
a.event1textdetail:visited {color: #000000; text-weight:bold; text-decoration:none; }
a.event1textdetail:hover {color: #000000; text-weight:bold; text-decoration:underline; }
a.event1textdetail:active {color: #78050c; text-weight:bold; text-decoration:underline; }
.event1bkgnd {  background-color: #f6ecb5; }
.event2bkgnd {  background-color: #f6ecb5; }
.event3bkgnd {  background-color: #f6ecb5; }
.event4bkgnd {  background-color: #f6ecb5; }

.floatingpicture
{
   float: right;
   color: #78050c;
   margin-right: 20px;
}
.bannerlink
{
color: #78050c;
}

/* Event list */
.list1text {  font-family: Arial, Helvetica, sans-serif; font-size: large; font-weight: bolder;}
.list2text {  font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold;}
.list3text {  font-family: Verdana, Arial, Helvetica, sans-serif;}
.listtable {  ; font-family: Verdana, Arial, Helvetica, sans-serif;}

.circle
{
   list-style-type: circle;
}

