/*
  COMMENTS: Contains the CSS styles for the AIMS system Inline Calendar

  PROGRAM: Archery Information Management System (AIMS)
  AUTHOR: Andrew Moran
  COPYRIGHT: (c) 2009 - Jon Barnard

  CREATED: 13/10/2009 by Andrew Moran

  LAST CHANGED: 30/06/2010 by Andrew Moran
*/

.dvCalendar { background-color:rgb(255,255,255); border:2px solid rgb(0,0,0); color:rgb(0,0,0); display:none; padding:10px; position:absolute; left:200px; top:400px; width:260px; z-index:999; }
.dvCloseCal { height:16px; margin:0px; padding:0px; position:absolute; right:2px; top:0px; width:30px; text-align:center; }
.dvCloseCal A { background-color:rgb(255,0,0); border:1px solid rgb(0,0,0); border-top:0px; color:white; display:block; font-family:Verdana, sans-serif; font-size:12px; font-weight:bold; line-height:12px; height:16px; margin:0px; padding:0px; text-align:center; text-decoration:none; vertical-align:middle; width:29px; }
.dvCloseCal A:hover { background-color:rgb(180,0,0); }
.dvCurrentDate { background-color:rgb(255,255,255); font-family:Arial, Sans-Serif; font-size:12pt; font-weight:bold; left:0px; line-height:24px; height:24px; position:absolute; right:32px; text-align:center; top:0px; vertical-align:middle; width:228px; }
.dvCalendar TD { font-family: Arial; font-size: 9pt; }
.dvCalendar BUTTON {border: none; width: 20px; height: 20px; padding:0px; margin:0px; text-align:center; vertical-align:middle; cursor:pointer;}
.today { background-color:rgb(240,255,200); cursor:pointer; color:rgb(40,40,255); font-weight:bold;}
.selDay { background-image:url('../images/cal-day.gif'); background-position:center center; background-repeat:no-repeat; color:rgb(0,0,0); cursor:pointer; font-weight:bold; }
.days { font-weight: bold; text-align: right; }
.day { background-color:rgb(240,255,200); cursor:pointer; }
.day_Blank { cursor:pointer; }
.tdNav { height:20px; width:20px; cursor:pointer; text-align:center; vertical-align:middle; }

#dayList TD { height:22px; width:20px; text-align:center; vertical-align:middle; }
