﻿/* ===========================================================================
FILE: calendar_styles.css
DESC: style sheet for Shaw Islanders website
NOTE: See notes at end of this file
HIST: 10 Dec 2005 - RKG
      28 Feb 2006 - Modified for twelve month calendar
============================================================================ */

.navcontainer
{
  margin: 0;
  padding: 0 0 0 12px;
}

.navcontainer UL
{
  list-style: none;
  list-style-image:none;
  margin: 0;
  padding: 0;
  border: none;
}

.navcontainer LI
{
  display: block;
  margin: 0;
  padding: 0;
  float: left;
  min-width: 100px;
width: 100px;
}

.navcontainer A
{
  color: black !important; 
  display: block;
  width: auto;
  text-align: center;
  text-decoration: none;
  font-weight: normal;
  background: #DDDDDD;
  margin: 0;
  padding: 2px 10px;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  border-right: 1px solid #aaa;
}

.navcontainer A:hover, .navcontainer A:active {
	color: white !important;
	background: #008000;
	font-weight: bold;
}

.navcontainer A.active:link, .navcontainer A.active:visited
{
  position: relative;
  z-index: 102;
  background: #BBBBBB;
  color: black;
  font-weight: normal;
}
.navcontainer BR { clear: both; }
/* ======================================================================== */
.navcontainer2010
{
  margin: 0;
  padding: 0 0 0 12px;
}

.navcontainer2010 UL
{
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
}

.navcontainer2010 LI
{
  display: block;
  margin: 0;
  padding: 0;
  float: left;
  min-width: 100px;
  width: 100px;
}

.navcontainer2010 A
{
  color: black !important; 
  display: block;
  width: auto;
  text-align: center;
  text-decoration: none;
  font-weight: normal;
  background: #DDDDDD;
  margin: 0;
  padding: 2px 10px;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  border-right: 1px solid #aaa;
}

.navcontainer2010 A:hover, .navcontainer2010 A:active {
	color: white !important;
	background: #336699;
	font-weight: bold;
}

.navcontainer2010 A.active:link, .navcontainer2010 A.active:visited
{
  position: relative;
  z-index: 102;
  background: #BBBBBB;
  color: black;
  font-weight: normal;
}
.navcontainer2010 BR { clear: both; }

/* --------------------------------------------------------------------------- 
ci = Calendar Item
sci = Selected Calendar Item                               
cm = current month
--------------------------------------------------------------------------- */

td.ci {
		font-size: 10pt;
		text-align: center;
                padding: 5px;

                background-color: white;
		color: black;
}

td.sci {
	font-size: 10pt;
	text-align: center;
	padding: 5px;
	background-color: #336699;
	color: red;
}

a.ci {
		text-decoration: none;
}
