table.cal {
       border: 0px;
}

#calendar td {
       font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
       border: 0px;
}

#calback {
       clear: both;
       width: 100%;
       height: 100%;
       background: url('./../images/cal/calWaiting.gif') no-repeat center;
}

#calendar {
       background: #FFF;
       width: 100%;
       height: 100%;
}

.cal {
       width: 230px;
       border: 1px solid #CCC;
       margin: 0 auto;
}

.cal a {
       color: #eb6e00;
       text-decoration: none;
       font-size: 9px;
}

.cal a:hover {
       color: #ff0000;
}

.calhead {
  
  font-weight: bold;
  color: #FF973E;
  font-size: 12px;
  padding: 5px;
  text-align: right;
  border-bottom: 1px solid #D6D6D6;      
}

.tr_calhead {  

  
}
       
.calhead img {
       border: none;
}

.calhead table {
       width: 100%;
}

.calhead a {
       text-decoration: none;
       border: none;
}

.dayhead {
       height: 25px;
       background: #fff;
}

.dayhead td {
       text-align: center;
       color: #aaa;
}

.dayrow {
       background: #FFF;
       height: 35px;
}

.dayrow td {
       width: 29px;
       font-size: 10px;
       color: #656551;
       padding: 3px;
       border: 1px solid #DDD;
       text-align: center;
}

.dayrow td div span {
   
}

.dayrow td div span.today {
  color: #FE7906;
    font-weight: bold; 

}
/*
.day {
       float: right;
}*/

.dayover {
       background: #FFF2A9;
}

.work_dayout {
       background: #F5F5F5;
}

.work_dayout_empty {
  background: #FCFCFC;
}

.week_dayout {
  background: #FFDEA9;
}

.week_dayout_empty {
  background: #FFF5E5;
}

#event {
       font-family: Arial, sans-serif;
       width: 100%;
       height: 100%;
       border-top: 1px solid #D5DFF1;
       border-bottom: 1px solid #D5DFF1;
}

#event .heading {
       padding: 10px;
       position: relative;
       background: url('./../images/cal/calEvent.gif') repeat-x top left;
       border-bottom: 1px dotted #CCC;
}

#event .title {
       color: #537097;
       font-size: 16px;
       font-weight: bold;
}

#event .posted {
       color: #8C8C73;
       font-size: 10px;
}

#event .back {
       position: absolute;
       top: 10px;
       right: 10px;
}

#event .back a {
       color: #0C0;
       text-decoration: underline;
       border: none;
       font-size: 10px;
}

#event .back a:hover {
       color: #0E0;
}

#event .line {
       padding: 4px;
       overflow: auto;
}

#event .line a {color:#FF7906;}


.error {
       color: #C00;
       font-size: 14px;
       font-weight: bold;
}

#jump {
       z-index: 100;
       line-height: 30px;
       padding: 5px;
       background: #F6F6F6;
       border: 1px solid #d6d6d6;
}

#jump a {
       text-decoration: none;
       border: none;
}

#jump img {
       border: none;
}

.links {
       /*width: 250px;*/
}

.links img {
  display: block;
  float: left;
}

.links img.cur {
  margin-left: 5px;
}

.links img.go {
  margin-left: 5px;
}

.links img.next {
  margin-left: 3px;
}

.cal_back {
  width: 100%;
  text-align: center;
}