/* Gavel to Gavel Alaska style sheet */
/*  main body styles */

A:link { color : Navy; background-color : transparent; text-decoration : underline; }
A:visited { color : Navy; background-color : transparent; text-decoration : underline; }
A:hover { color : #666600 ; background-color : transparent; text-decoration : underline; }

.mainBody { color : Black; font-family: Times, serif; font-size: 12pt; font-weight: normal;
	
}

/* calendar navigation styles */

TD.calWhite { text-align: center; color : Black; font-size : 8pt; font-family : Arial, Helvetica, sans-serif;
  background-image: url("/gavel/images/white.gif"); background-color : White; }
A.calWhite:link { color : Black; font-size : 8pt; font-family : Arial, Helvetica, sans-serif; 
  background-color : transparent; text-decoration : none; }
A.calWhite:visited { color : Black; font-size : 8pt; font-family : Arial, Helvetica, sans-serif;
  background-color : transparent; text-decoration : none; }
A.calWhite:hover { color : Black; font-size : 8pt; font-family : Arial, Helvetica, sans-serif;
  background-color : transparent; text-decoration : underline; }
  
TD.calGray { text-align: center; color : Black; font-size : 8pt; font-family : Arial, Helvetica, sans-serif;
  background-image: url("/gavel/images/ltGray.gif"); background-color : #EEEEEE; }
A.calGray:link { color : Black; font-size : 8pt; font-family : Arial, Helvetica, sans-serif;
  background-color : transparent; text-decoration : none; }
A.calGray:visited { color : Black; font-size : 8pt; font-family : Arial, Helvetica, sans-serif;
  background-color : transparent; text-decoration : none; }
A.calGray:hover { color : Black; font-size : 8pt; font-family : Arial, Helvetica, sans-serif;
  background-color : transparent; text-decoration : underline; }

TD.calRed { text-align: center; color : Red; font-size : 8pt; font-family : Arial, Helvetica, sans-serif;
	background-image: url("/gavel/images/white.gif"); background-color : White; }
A.calRed:link { color : Red; font-size : 8pt; font-family : Arial, Helvetica, sans-serif;
  background-color : transparent; text-decoration : none; }
A.calRed:visited { color : Red; font-size : 8pt; font-family : Arial, Helvetica, sans-serif;
  background-color : transparent; text-decoration : none; }
A.calRed:hover { color : Red; font-size : 8pt; font-family : Arial, Helvetica, sans-serif;
  background-color : transparent; text-decoration : underline; }
 
 .calText { font-size: 8pt; font-family: Arial, Helvetica, sans-serif; background-color : transparent; }
 .calMonth { font-size: 8pt; font-family: Arial, Helvetica, sans-serif; width: 80px; height: 20px; }
.calDay { font-size: 8pt; font-family: Arial, Helvetica, sans-serif; width: 40px; height: 20px; }
.calYear { font-size: 8pt; font-family: Arial, Helvetica, sans-serif; width: 60px; height: 20px; }
.calSubmit { font-size: 8pt; font-family: Arial, Helvetica, sans-serif; width: 60px; height: 18px; }

/* side menu items */

P.menuItems { margin: 0px 10px 0px 10px; text-align: left; color : Black; 
  font-family : Arial, Helvetica, sans-serif; font-size: 10pt; background-color : transparent; }
A.menuItems:link { color : Black; font-size : 8pt; font-family : Arial, Helvetica, sans-serif; 
  background-color : transparent; text-decoration : none; }
A.menuItems:visited { color : Black; font-size : 8pt; font-family : Arial, Helvetica, sans-serif;
  background-color : transparent; text-decoration : none; }
A.menuItems:hover { color : Black; font-size : 8pt; font-family : Arial, Helvetica, sans-serif;
  background-color : transparent; text-decoration : underline; }

.menuBkg { background-image: url("/gavel/images/marble.gif"); }

/* other styles */

.notice { color : Black; font-size : 8pt; font-family : Arial, Helvetica, sans-serif;
  text-align: justify; background-color : transparent; }
 
.mnuTitle { color : Black; font-family : Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold;
  background-color : transparent; }
  
.dateTime { font-family: Times, serif; 	font-size: 10pt; font-weight: bold;
  background-color : transparent; color : #7F7F7F; }

.calTitle { font-family: Times, serif; font-size: 10pt; font-weight: bold;
  background-color : transparent; }

.printDate { color : Black; font-size : 8pt; font-family : Arial, Helvetica, sans-serif; }

.copyright { font-family : Arial, Helvetica, sans-serif; font-size: 6pt; font-weight: normal;
  background-color : transparent; }
 