/* Start of CMSMS style sheet 'jica_resvcal' */
/* 教室予約状況カレンダー */
div#main div.paging {
  float: left;
  padding-bottom: 1px;
  border-bottom: solid 1px #CBE381;
  margin-bottom: 1em;
  margin-right: 5px;
  font-size: 14px;
}
div#main table.resvcal {
  margin: 0 4px 1em 0;
  background-color: white;
  border: solid 1px #90A15B;
}
div#main table.resvcal caption {
  margin-left: 0;
  margin-top: 1em;
}
caption .note {
  margin-left: 1em;
}
div#main table.resvcal th,
div#main table.resvcal td {
  padding: 2px;
  text-align: center;
  border: solid 1px #CBE381;
}
* html div#main table.resvcal th,
* html div#main table.resvcal td {
  padding: 1px;
}
* html div#main table.resvcal tbody th {
  padding: 2px;
}
div#main table.resvcal tr.date th {
  border-top: solid 1px #90A15B;
}
div#main table.resvcal tbody tr.rtop th,
div#main table.resvcal tbody tr.rtop td
{
  border-top: double 3px #90A15B;
}
div#main table.resvcal tr.rbottom th,
div#main table.resvcal tr.rbottom td,
div#main table.resvcal tbody th.room
{
  border-bottom: solid 1px #90A15B;
}

div#main table.resvcal th.room {
  width: 3em;
  border-left-color: #90A15B;
}
div#main table.resvcal th.tz {
  width: 2em;
  white-space: nowrap;
  border-right-color: #90A15B;
}
div#main table.resvcal th.dend,
div#main table.resvcal td.dend
{
  border-right-color: #90A15B;
}

/* 曜日や休日 */
table.resvcal thead th.sun,
table.resvcal thead th.hol {
  color: red;
}
table.resvcal thead th.sat {
  color: blue;
}
table.resvcal td.sun,
table.resvcal td.hol {
  background-color: #FFEEEE;
}
table.resvcal td.sat {
  background-color: #FFEEEE;
}

/* 空き状況 */
table.resvcal td.vacant {
  background-image: url(/images/bullet_blue.gif);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  text-indent: -9000px;
  color: #5379DF;
}
table.resvcal td.occupied {
  color: orange;
  background-color: #FFFFCE;
}

/* End of 'jica_resvcal' */

