/*
* @name Time Picker by AXXIS Internet Solutions
* Created By Chris Michaelides
* http://www.axxis.gr
* @copyright  Copyright (C) 2011  Axxis.gr / All rights reserved.
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php
*/
/* CSS Document */
.timepicker_table {
  display:none; 
  position:absolute; 
  border:2px double #666; 
  background-color: rgba(255, 255, 255, 0.9); 
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#FFFFFF', EndColorStr='#AAAAAA'); 
  color:#111; 
  height:350px; 
  width: 150px; 
  z-index: 999;
  /*
  margin-left: 130px;
  set margin-left to move the drop-down more to the right if needed
  */
}
.timepicker_table td {
  border:1px solid #666;
}
