body{
  font-family: Verdana;
  font-size: 12px;
  background-color: #ffffff;
  color: #336699;
  margin: 0px 0px 0px 0px;
}

table{
 font-size: 11px;
}

img{border: none;}

.table-info{
  background-color: #666666;
  width: 100%;
}

td.menu{
  background-color: #d0e5f9;
  text-align: center;
}
a.menu{
  color: #333399;
  text-decoration: underline;
  font-weight: bold;
}
.top-menu{
  color: #339;
  font-weight: bold;
  text-decoration: none;
  font-size: 13px;
}

.top-menu-small{
  font-weight: 100;
  font-size: 12px;
}

.table-header{
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  background-color: #999999;
}

.table-total{
  color: #333399;
  font-weight: bold;
  background-color: #dddddd;
}

.table-line{
  color: #333399;
  background-color: #eeeeee;
}

.table-line-over{
  background-color: #ffffff;
}

.table-line-nobg{
  color: #333399;
}

.td-nobg{
  background-color: #eeeeee;
}
.td-nobg-print{
  background-color: #ffffff;
}

tr.table-popup{
  background-color: #eeeeee;
  color: #666666; 
}

.input-popup{
  width: 100%;  
  background-color: #d0e5f9;
}
input.submit{
  color: #333399;
  font-weight: bold;
}
input.reset{
  color: #333399;
}
a{
  color: #0000ff;
}
a:hover{
  text-decoration: none;
}

.calendar-workday{
  width: 15%;
  height: 100px;
  background-color: #ffffff;
}


.calendar-weekend{
  width: 12%;
  background-color: #ffeeee;
}

.calendar-today{
  background-color: #eeeeff;
  border: solid 2px #ff0000;
}

.calendar-workday-day{
  color: #666666;
  font-size: 18px;
  font-weight: bold;
}


.calendar-weekend-day{
  color: #ff3333;
  font-size: 18px;
  font-weight: bold;
}

#filter{
  visibility: hidden;
  position: absolute;
  left: 40%;
  top: 220px;
  background-color: #eeeeee;
  border: #666666 1px solid;
  padding: 10px;
}

table.report_filter{
  border-top: 1px solid #999;
  border-left: 1px solid #999;
}
table.report_filter th{
  background-color: #eee;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  padding: 4px;
}
table.report_filter td{
  text-align: center;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
}
table.report_filter td.sel select{
  width: 100%;
}

.table-report{
  border-right: #666 solid 1px;
}
.table-report td{
  border-top: #666 solid 1px;
  border-left: #666 solid 1px;
  padding: 3px;
}
.table-report td.total{
  border-top: #666 solid 2px;
}
.table-report td.empty{
  background-color: #fff;
}
.table-report td.bottom{
  border-bottom: #666 solid 1px;
}

.side-block{
	width: 240px;
	padding-left: 10px;
	padding-bottom: 7px;
	padding-right: 7px;
	border-right: 1px solid #666; 
	border-bottom: 1px solid #666;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
}

.expensetd{}