
BODY
{
    HEIGHT:100%;
    MARGIN:0;
    PADDING:0;
    BACKGROUND-COLOR: White;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

.pageTop 
{
    background-image: url('../images/background.jpg');
}

.pageTop a 
{
    color: White;
}

.lblCalendarName 
{
    font-size: 125%;
    font-weight: bold;
    color: #d72f2e;
}

.tblCalendarList 
{
    margin: auto;
    border: solid 1px Gray;
}

.tblCalendarList td {
    padding-top: 5px;
    padding-bottom: 5px;
}

.divNavMenu
{
    color: Silver;
    width:99%;
    background-image:url('../images/menu-background.gif');
    line-height:30px;
    padding-left: 10px;
}

.divNavMenu a
{
    color: Silver;
    padding: 7px 7px 7px 7px;
    text-decoration: none;
}

.divNavMenu a:hover 
{
    background-color: Maroon;
    Color: Yellow;
    padding: 7px 7px 7px 7px;
}

.tblCalendarList td
{
    font-size: 120%;
    padding-left: 10px;
    padding-right: 10px;
}
    
.rowAlt
{
    background-color: #F8E0E0;
}

.linkDelete 
{
    font-size: x-small;
}





.cfmCalendar 
{
    border: solid 1px Gray;
    background-color: #ffffff;
    width: 100%;
}

.cfmCalendarTitle 
{
    color: White;
    font-weight: bold;
    background-color: #d72f2e;
    font-size: large;
}






/*

.nifcCalendar
{
    border: solid 1px Silver; // Outer table border
    background-color: Black; // main background - including non-active days
    color: White;
}

.nifcCalendar 
{
    width: 100%;
}

.nifcCalendar a 
{
    color: Yellow;
}

.nifcCalendarTitle 
{
    color: #ffffcc;
    font-weight:bold;
    background-color:Maroon;
    font-size: large;
}

.dayDisplayBox 
{
    padding: 10px 10px 10px 10px;
    border: solid 2px Gray;
}

.tblDayDisplay 
{
}

.tblDayDisplay td 
{
    border-bottom: solid 1px Gray;
    padding: 10px;
    text-align: left;
}
*/

/*

.menuoutline	{ BORDER-BOTTOM: #000000 1px solid; BORDER-TOP: #000000 0px solid; }

.menu 
{
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 8pt;
	height: 25px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
	padding-right: 7px;
	cursor:pointer;
	font-weight: bold;
	text-align: center;
	line-height: 24px;
	display: block;
	border: #000000 0px solid; 
}

a.menu:link 
{
	background-image: url("../_common/images/menu.gif");
	color: #CFCFE0;
}

a.menu:visited 	
{
	background-image: url("../_common/images/menu.gif");
	color: #CFCFE0; }


a.menu:active 
{
	background-image: url("../_common/images/menu.gif");
	color: #CFCFE0; 
}


a.menu:hover 
{
	background-image: url("../_common/images/menuon.gif");
	background-color:#990000;
	color: yellow; 
}

.menuActive 
{
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 8pt;
	height: 25px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
	padding-right: 7px;
	cursor:pointer;
	font-weight: bold;
	text-align: center;
	line-height: 24px;
	display: block;
	border: #000000 0px solid; 
	background-image: url("../_common/images/menuon.gif");
	background-color: #990000;
	color: yellow; 
}

div.menuBar {
  font-family: "MS Sans Serif", Arial, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  color: #000000;
}

div.menuBar {
  background-color: #ccffff;
  border: 2px solid;
  border-color: #f0f0f0 #909090 #909090 #f0f0f0;
  padding: 1px 0px 1px 0px;
  text-align: left;
}

div.menuBar,
div.menuBar a.menuButton {
  font-family: "MS Sans Serif", Arial, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  color: #000000;
}

div.menuBar a.menuButton 
{
  width: 105px;
  background-color: transparent;
  border: 1px solid #ccffff;
  color: #000000;
  cursor: default;
  left: 0px;
  margin: 1px;
  padding: 1px 3px 1px 3px;
  position: relative;
  text-decoration: none;
  top: 0px;
  z-index: 100;
  text-align: center;
}

div.menuBar a.menuButton:hover {
  width: 105px;
  background-color: transparent;
  border-color: #f0f0f0 #909090 #909090 #f0f0f0;
  color: #000000;
  text-align: center;
}

div.menuBar a.menuButtonActive,
div.menuBar a.menuButtonActive:hover {
  width: 105px;
  background-color: #99ffcc;
  border-color: #909090 #f0f0f0 #f0f0f0 #909090;
  color: #000000;
  left: 1px;
  top: 1px;
  text-align: center;
}

.calendarList
{
	background-color: #ffffff;
	width: 33%;
	float: left;
}

A:link.green	{	
	text-decoration:	none;
	color:	green;
	}	
A:visited.green	{	
	text-decoration:	none;
	color:	green;
	}	
A:active.green	{	
	text-decoration:	none;
	color:	green;
	}	
A:hover.green	{	
	text-decoration:	underline;
	color:	green;
	}

A:link.purple	{	
	text-decoration:	none;
	color:	purple;
	}	
A:visited.purple	{	
	text-decoration:	none;
	color:	purple;
	}	
A:active.purple	{	
	text-decoration:	none;
	color:	purple;
	}	
A:hover.purple	{	
	text-decoration:	underline;
	color:	purple;
	}
	
A:link.redLink	{	
	text-decoration:	underline;
	color:	red;
	}	
A:visited.redLink	{	
	text-decoration:	underline;
	color:	red;
	}	
A:active.redLink	{	
	text-decoration:	underline;
	color:	red;
	}	
A:hover.redLink	{	
	text-decoration:	underline;
	color:	red;
	}
	
	
A:link.greenLink	{	
	text-decoration:	underline;
	color:	green;
	}	
A:visited.greenLink	{	
	text-decoration:	underline;
	color:	green;
	}	
A:active.greenLink	{	
	text-decoration:	underline;
	color:	green;
	}	
A:hover.greenLink	{	
	text-decoration:	underline;
	color:	green;
	}
	
.loginBox {
    background-color: #ffffff;
    border: solid 1px #000000;
    text-align: center;
    width: 450px;
    padding: 5px 5px 5px 0px;
}

.attention 
{
	background-color: White;
	color: Red;
	font-family:Verdana;
	font-size:xx-small
}

.loginBoxFooter {
    background-color: #ffffff;
    text-align: center;
    width: 320px;
    padding: 5px 5px 5px 0px;
}

.dayDisplayBox 
{
	border: solid 1px #000000;
	text-align: center;
	width: 500px;
	padding: 0px 5px 5px 5px;
}

.BoxLeftAlign {
    background-color: #ffffff;
	border: solid 1px #000000;
    text-align: left;
    width: 100%;
    padding: 5px 5px 5px 5px;
}

.BoxCenterAlignNoBorder {
    background-color: #ccffff;
    text-align: center;
    width: 100%;
    padding: 5px 5px 5px 5px;
}

.BoxRightAlignNoBorder {
    background-color: #ccffff;
    text-align: right;
    width: 100%;
    padding: 5px 5px 5px 5px;
}

.BoxPageTop 
{
	background-color: #ffffff;
	text-align: left;
	padding: 0px 0px 0px 0px;
}

table.tblMain 
{
	font-size: smaller;
	border-style: solid;
	border-width: thin;
	border-color: Navy;
	background-color: white;
}
table.tblMain th {
	padding: 1px;
	background-color: white;
}
table.tblMain td {
	background-color: white;
	padding: 0px 0px 0px 0px;
}

table.tblAdd
{
	border-color: Red;
}

table.tblDayDisplay 
{
	font-size: smaller;
	border-style: solid;
	border-width: 1px;
	border-color: Navy;
	background-color: white;
	padding: 10px 10px 10px 10px;
}

table.tblDayDisplay td 
{
	padding: 5px 10px 5px 10px;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}


*/

