.action_calendar {
   border:1px solid #5a5a5b;
   width:231px;
   margin:0 auto;
   padding:5px;
   padding-top:40px;
   position:relative;
}
.action_calendar h2 {
   margin:0;
   font-size:13px;
   font-weight:bold;
   color:white;
   text-align:center;
   position:absolute;
   top:-1px;
   left:-1px;
   width:243px;
   height:30px;
   padding-top:7px;
   background:url('../gfx/calendar_header_bg.jpg') no-repeat;
}

.book_stepsbrowser {
   background:white;
   float:left;
   width:225px;
   border:1px solid #cccccd;
   margin-bottom:1em;
}
.book_stepsbrowser a {
   display:block;
   text-decoration:none;
   color:#777777;
   padding:6px 7px;
   float:left;
}
.book_stepsbrowser a:hover {
   background:#e9e5f4;
   color:#777777;
}
.book_stepsbrowser a.book_steptab_active {
   background:url('../gfx/tabswitcher_active_bg.gif') repeat-x;
   color:white;
}
.action_calendar h3 {
   font-size:13px;
}
.book_step_show {
   display:block;
}
.book_step_hidden {
   display:none;
}

.ac_monthname {
   color:#A681FF;
   font-size:12px;
   font-weight:bold;
}
.ac_month table {
   width:85%;
   border-spacing:3px;
   border-bottom:1px solid #a7a7a7;
   margin:10px auto;
}
.ac_month table th {
   text-align:center;
   padding:3px 0;
}
.ac_month th.ac_weekend {
/*   background:#5c478c; */
}
.ac_month table td {
   text-align:center;
   padding:3px 0;
}
.ac_month td.ac_weekend {
/*   background:#5c478c; */
}
.ac_month td.ac_higlighted {
   color:white;
   background:#8f6ee0;
   cursor:pointer;
}
.ac_month td.ac_selected {
   background:#db6200;
}

.ac_monthnav {
   float:left;
   width:100%;
   clear:both;
   margin-bottom:5px;
   padding-bottom:3px;
   border-bottom:1px solid #a7a7a7;
}
a.ac_month_prev {
   float:left;
}
a.ac_month_next {
   float:right;
}
.error {
   color:#FF0000;
}
