.caltab select
{
	background: none;
	background-color: #FFFFFF;
	background-image: url(../img/input-fondo.gif);
	background-repeat: repeat-x;
	border: 1px solid #FFFFFF;
	color: #00285f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 2px 5px 0px 0px;
	padding: 2px 3px;
	z-index: 2000;
}

/* For JS-popu-windows */
#calendar
{
	color:#00285f;
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding: 0;
	position: fixed;
	z-index: 2000;
}
#calendar table, #calendar tr, #calendar td, #calendar th
{
	font-size: 11px;
}
	


/* For calendar */
.caltab
{
	background: #b5d2ea;
	border: 1px solid #00285f;
	padding: 5px;
}
.caltab td {
    text-align: center;  
}
.caltab td a {
    display: block;
}
.caltab td.calheader a {
    display: inline;
    vertical-align: -.2em;
}
.caltab td.calheader img.calNoPrevMonth {
    background: transparent url(http://bookassist.com/scripts/calendar/calprev.png) 0 -32px no-repeat;
    vertical-align: -.2em;
}
.caltab td.calheader img.calNoNextMonth {
    background: transparent url(http://bookassist.com/scripts/calendar/calnext.png) 0 -32px no-repeat;
    vertical-align: -.2em;
}
.caltab td.calheader .calNextMonth img {
    background: transparent url(http://bookassist.com/scripts/calendar/calnext.png) 0 0 no-repeat;
}
.caltab td.calheader .calPrevMonth img {
    background: transparent url(http://bookassist.com/scripts/calendar/calprev.png) 0 0 no-repeat;
}
.caltab td.calheader .calNextMonth:hover img, .caltab td.calheader .calPrevMonth:hover img {
    background-position: 0 -16px;
}
.caltab td.calheader .calNextMonth:active img, .caltab td.calheader .calPrevMonth:active img {
    background-position: 0 -32px;
}
td.calheader{
	/*background:  #CCCCCC;*/
    padding: 0px;
	text-align: left;  
}
.weekdays td {
    border-bottom: 1px solid #539bce;  
}
.days td {
    padding: .1em;
}
.days td.weekend {
    background-color: #539bce;  
}
         
.days td.gone {
    text-decoration: line-through;      
	padding: 5px;
}
.days td.today, .days td.future {
    border: none;
}
.days td a {
    background-color: #eff8ff;
	color: #00285f;
    padding: 2px 4px;
    border: 1px solid #eff8ff;
	text-decoration: none;
}
.days td.weekend a {
    background-color: #c9e2f6;
	border-color: #c9e2f6;
    color: #00285f;	 
	text-decoration: none; 
}
.days td.today a {
	background: none;
    border: 1px solid #00285f;
	text-decoration: none;
}
.days td.selected a {
    background-color: #9e0039;
	border: 1px solid #9e0039;
	color: #FFFFFF;
	text-decoration: none;
}
.days td a:hover {
    background-color: #00285f;
	border: 1px solid #00285f;
	color: #FFFFFF;
	text-decoration: none;
}              

.caltab .calfoot
{
	padding: 5px 0px 0px 0px;
}
.caltab .calfoot a
{
	border: 1px solid #00285f;
	background-color: #00285f;
	color: #ffffff;
	font-weight: bold;
	padding: 3px 5px;
	text-decoration: none;
	text-transform: uppercase;
}
.caltab .calfoot a:hover
{
	background-color: #9e0039;
	border: 1px solid #9e0039;
	color: #ffffff;
	text-decoration: none;
}

/* Support for the "iehover-fix.js" */

#calendar iframe {
	position: absolute;
	z-index: -1;
	/*filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);*/
	width:100%;       
	height:auto;
}
              
#calendar{
	overflow:hidden;
}

* html table.caltab { z-index: 200; }
   
a.calNextMonth, a.calPrevMonth{
	background:transparent !important;
}

