/* CSS Document */

div.yearPicker { position: absolute; }

.yearPicker, .yearPicker table {
  background: url("/global/javascript/yearpicker/normal-bg.gif");
  border: 1px solid #bdb2bf;
  font-size: 11px;
  font-family: "trebuchet ms",verdana,tahoma,sans-serif;
	z-index: 1000000;
	cursor: default;
  color: #000;
}

.yearPicker {
  border-color: #797979;
}

.yearPicker tbody td {
  width: 5em;	
}

.yearPicker tbody td.yearPickerCurrentMonth { 
  font-family: verdana,tahoma,sans-serif;
  width: 10em;
  color: #000;
  background: url("/global/javascript/yearpicker/active-bg.gif"); color: #fff;
  text-align: right;
  padding: 2px 4px 2px 2px;
}

.yearPicker tbody td.yearPickerMonth {
  font-family: verdana,tahoma,sans-serif;
  width: 10em;
  color: #000;
  text-align: right;
  padding: 2px 4px 2px 2px;
}

.yearPickerHilite {
	color: #fff;
  background: url("/global/javascript/yearpicker/hover-bg.gif");
}

