/*******************************************************************************
 container
*********************************************************************************/
.cal-container, #cal-container {
  background-color: #fff;
  border: 1px solid #CCC;
  overflow:hidden;
  padding: 0px;
  position:absolute;
  width: 200px;
  z-index: 10;

  font-size: 13px;
}

.cal-container iframe {
  border:none;
  height:100%;
  left:0px;
  margin:0;
  padding:0;
  position:absolute;
  top:0px;
  width:100%;
  z-index:0;
}

/*******************************************************************************
 calendar
*********************************************************************************/
table.cal-table {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.cal-header {
  background-color: #E8E0D7;
  color: #333;
  text-align: center;
  padding: 3px;
}

.cal-body {
  padding: 5px;
  text-align: center;
}

.cal-footer {
}

.cal-footer-top {
  display: none;
}

.cal-weekday {
  background-color: #f5f5f5;
  text-align: center;
}
table tr:nth-child(2n) td.cal-weekday {
  background-color: #f5f5f5;
  text-align: center;
}

.cal-otherday {
  color: #fff;
  background-color: #ECE9D8;
  text-align: center;
}
table tr:nth-child(2n) td.cal-otherday {
  color: #fff;
  background-color: #ECE9D8;
  text-align: center;
}

.cal-sunday {
  background-color: #f6b894;
  text-align: center;
}
table tr:nth-child(2n) td.cal-sunday {
  background-color: #f6b894;
  text-align: center;
}

.cal-saturday {
  background-color: #c1e4e9;
  text-align: center;
}
table tr:nth-child(2n) td.cal-saturday {
  background-color: #c1e4e9;
  text-align: center;
}

.cal-holiday {
  background-color: #f6b894;
  text-align: center;
}
table tr:nth-child(2n) td.cal-holiday {
  background-color: #f6b894;
  text-align: center;
}

.cal-label-cell {
  color: #555555;
  font-size: 90%;
  text-align: center;
}

.cal-label-row .cal-sunday {
  background-color: #fff;
  color: #F78E73;
  text-align: center;
}

.cal-label-row .cal-saturday {
  background-color: #fff;
  color: #73A2DE;
  text-align: center;
}

.cal-day-cell {
  font-size: 110%;
  font-family: Verdana, Courier, monospace;
  height: 32px;
  border: 1px solid #fff;
  line-height: 32px;
  width: 14%;
}

.cal-input-hour-minute {
  padding-bottom: 2px;
  text-align: center;
}
.cal-error-list {
  background-color: #E6EFFB;
  padding: 3px 5px 3px 5px;
  font-size: 80%;
  list-style: none;
}
.cal-error-list li {
  background: #E6EFFB url(../images/error.gif) no-repeat center left;
  text-indent: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
}
/* for ie bug */
* html .cal-error-list li {
  text-indent: 5px;
}
.cal-ok-button {
  margin-left: 2px;
}

.cal-select-year {
  margin:0 5px;
  width: 60px;
}
.cal-select-month {
  margin:0 5px;
  width: 43px;
}

/*******************************************************************************
 link
*********************************************************************************/
input{
  font-family: Verdana, Courier, monospace;
}

.cal-next-btn {
  padding:0;
  color: #555;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none;
}

.cal-prev-btn {
  padding:0;
  color: #555;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none;
}

.cal-day-cell a:link,
.cal-day-cell a:visited,
.cal-day-cell a:active {
  color: #333;
  display:block;
  text-decoration: none;
  padding:0 3px;
}
.cal-sunday a.cal-day,
.cal-saturday a.cal-day,
.cal-holiday a.cal-day {
  display:block;
  text-decoration: none;
}

.cal-day-cell a:hover {
  background-color: #ccc;
  color: #333;
  text-decoration: none;
}
.cal-sunday a.cal-day:hover,
.cal-holiday a.cal-day:hover {
  background-color: #c9171e;
  color:#fff;
  text-decoration: none;
}
.cal-saturday a.cal-day:hover {
  background-color: #0f2350;
  color:#fff;
  text-decoration: none;
}

.cal-selected {
  background-color: #ccc;
  color: #ADAAB5;
  font-weight: bold;
  text-align: center;
}

.cal-disabled {
  color: #B9B9B9 !important;
  background-color: #585756 !important;
  cursor: default;
}

.cal-day-cell a:link.cal-selected,
.cal-day-cell a:visited.cal-selected,
.cal-day-cell a:active.cal-selected {
  color: #ADAAB5;
  display:block;
  text-decoration: none;
}

/*--------------- protocalendar view ----------------------*/

.cal-container select{font-size:100%;}
.cal-container table {
	background: #fff;
	border-right:0;
	clear: none;
	color: #333;
	margin-bottom: 0;
	width: auto;
}
.cal-container table tr td {
	padding:0;
}
.cal-container th {
	padding:0 0 5px;
  border-bottom:1px solid #ccc;
}

.content_left input#AwklstB5, .content_right input#AwklstB5 {
	width:116px;
}
.content_left input#AwklstB6, .content_right input#AwklstB6 {
	width:116px;
}
.content_left input#AwklstT, .content_right input#AwklstT {
	font-size:120%;
}