.caltab select
{
	background-color: #e6e6e6;
	border: 1px solid #FFFFFF;
	color: #623c1b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px 3px 0px 0px;
	padding: 1px 0px;
}

/* For JS-popu-windows */
#calendar
{
	color:#623c1b;
	display: none;
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0;
	position: fixed;
	z-index: 2000;
}
#calendar table, #calendar tr, #calendar td, #calendar th
{
	font-size: 10px;
}
	


/* For calendar */
.caltab
{
	background: #d5b76f;
	border: 1px solid #623c1b;
	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 #d19129;  
}
.days td {
    padding: .1em;
}
.days td.weekend {
    background-color: #9c6409;  
}
         
.days td.gone {
    text-decoration: line-through;      
	padding: 5px;
}
.days td.today, .days td.future {
    border: none;
}
.days td a {
    background-color: #e9dab6;
	color: #623c1b;
    padding: 3px 2px;
    border: 1px solid #e9dab6;
	text-decoration: none;
}
.days td.weekend a {
    background-color: #ceb284;
	border-color: #ceb284;
    color: #623c1b;	 
	text-decoration: none; 
}
.days td.today a {
	background: none;
    border: 1px solid #623c1b;
	text-decoration: none;
}
.days td.selected a {
    background-color: #a71930;
	border: 1px solid #a71930;
	color: #FFFFFF;
	text-decoration: none;
}
.days td a:hover {
    background-color: #d19129;
	border: 1px solid #d19129;
	color: #FFFFFF;
	text-decoration: none;
}              

.caltab .calfoot
{
	padding: 5px 0px 0px 0px;
}
.caltab .calfoot a
{
	border: 1px solid #623c1b;
	background-color: #623c1b;
	color: #ffffff;
	font-weight: bold;
	padding: 3px 5px;
	text-decoration: none;
	text-transform: uppercase;
}
.caltab .calfoot a:hover
{
	background-color: #a71930;
	border: 1px solid #a71930;
	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;
}

