/* Calendar Horizontal Menu Styles             */

/* background */
body{
	font-family: Arial,sans-serif;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/* Page Layout Divs */

#pagecell1{
	position:absolute;
	top: 112px;
	left: 2%;
	right: 2%;
	width:95.6%;
	background-color: #ffffff;
}

#masthead{
	position: absolute;
	top: 5px;
	left: 2%;
	right: 2%;
	width:95.6%;
}

/************* globalNav styles ****************/

#globalNav{
position: relative;
width: 100%;
min-width: 640px;
height: 32px;
color: #000000;
padding: 0px;
margin: 0px;
background-image:  url("glbnav_background.gif");
}

/** Helps Make Menu Background Curved**/
#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

/** Puts Submit Link on Same Line as Other Links**/
#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}

/** Other Link Styles**/
a.glink, a.glink:visited{
  	font-size: small;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
  	background-image:  url("glblnav_selected.gif");
	text-decoration: none;
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 84px;
	left: 0px;
	/*width: 100%;*/
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #ffffff;
}

/************ Submit Link Styles **************/
#submit{
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
}
 
#submit a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
}

#search a:hover{
	margin: 0px;
}

/********************* End of Calendar Menu Styles **********************/

/********************* Beginning of Other Calendar Styles **********************/
table#calendar a {
   text-decoration: none;
   }

/* Column Width Monday - Friday */
tr#days  th {
   width: 16%;
   }

/* Column Width Saturday & Sunday */   
tr#days th.sat, tr#days th.sun {
   width: 10%
   }
   
/* Formating for Days of the Week Row */
table#calendar tr#days th {
   color: #CCE; background-color: #224;
   font-weight: bold; 
   text-align: center;
   padding: 1px 0.33em;
   }

/* Formating for Month Row */   
table#calendar tr#title th {
   background: #AAC; 
   color: black;
   border: 1px solid #242; 
   font-size: 120%;
   }
   
table#calendar td {
   vertical-align: top; 
   padding: 0; 
   border: 0px solid gray; 
   border-width: 0 0 1px 1px;
   }

table#calendar td.sat {
   border-right: 1px solid gray;
   }
/* Formating for Hyperlinks */
table#calendar a {   
   font-weight: bold; 
   display: block; 
   margin: 0;
   }

table#calendar a:link {
   color: navy;
   }

table#calendar a:visited {
   color: purple;
   }

table#calendar a:hover {
   background: #FF6;
   }
      
/* Formating for Weekends Columns */
table#calendar td.sat, table#calendar td.sun {
   background: #FDD;
   }

/* Formating for Previous and Next Month Cells */
table#calendar td.othermonth {
   background: #AAB; 
   color: #889;
   }

table#calendar tr#lastweek td {
   border-bottom: 2px solid #AAB;
   }

/* Holiday Markup */ 
table#calendar td.holiday {
	background: #FFFF66;
	border: #999999;
   }

div.holiday {
	font-style: italic;
	font-weight: bold;
	color: #990000;
   }  


div.holiday2 {
	font-style: italic;
	font-weight: bold;
	color: #0000CC;
   }
/* Markups for Events, Time, Date, Location */ 
div.event {
   margin: 0.5;
   }   

div.event span {
   display: block;
   }

span.time {
   font-weight: bold;
   }

span.loc {
   color: #555; 
   font-style: italic;
   }

div.date {
   float: right; 
   text-align: center; 
   border: 1px solid gray; 
   border-width: 0 0 1px 1px; 
   padding: 0.125em 0.25em 0 0.25em; 
   margin: 0; 
   background: #F3F3F3;
   }

td.sat div.date, td.sun div.date {
   border-width: 0; 
   color: gray; 
   background: transparent;
   }

td.othermonth div.date {
   border-width: 0; 
   color: gray; 
   background: transparent;
   }
