@charset "utf-8";
/* CSS Document */

table.tab
{
  	width: 935px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 16px;
    background: #ffffff none repeat scroll 0 0;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	border-collapse: collapse;
	/*margin: 4px 4px 4px 4px;*/

}
tr {
 height: 23px;
}
td {
 padding: 3px 3px 3px 3px;
 border-left: 1px solid #cdcdcd;
 border-bottom: 1px solid #cdcdcd;
 border-top: 1px solid #cdcdcd;
 border-right: 1px solid #cdcdcd;
 white-space: normal;
 /*height: 23px;*/
}
td.first {
 padding: 3px 3px 3px 8px;
 color: #333;
 font-weight: normal;
 font-size: 10px;
 text-align: left;
}
td.body {
 padding: 3px 3px 3px;
 color: #333;
 text-align: center;
}
td.body-oi {
 padding: 3px 3px 3px 3px;
 color: #f3f3d3	;
 font-weight: normal;
 text-align: center;
}
td.body-p {
padding: 3px 3px 3px 3px;
 color: #333;
 text-align: center;
 font-weight: bold;
}
tr.row-up {
	background: #f6f6f6;
    text-align: center;
	max-height: 20px;
}
td.row-top {
 font-weight: bold;
 font-size: 11px;
 text-align: center;
} 

td.order {
 padding: 3px 3px 3px 3px;
 font-weight: normal;
 font-size: 11px;
 text-align: center;
 white-space: normal;
} 
td.teicami {
 font-size: 10px;
 text-align: center;
} 
tr.row-a {
 background: #ffffff;
}

tr.row-b {
 background: #ffffff;		
}
tr.row-c {
 background: #efefef;
 font-weight: bold;	
}
td.row-c {
 padding: 3px 3px 3px 8px;
 text-align: center
}
tr.row-o {
 background: #ffffff;
 text-align: center;
 font-weight: bold;	
 }
 td.row-o {
 padding: 3px 3px 3px 8px;
 text-align: center	
}
.hidden {
display:block;
cursor:pointer;
background:url('./images/arrow-down.png') no-repeat bottom right;
padding-right:15px;
/*line-height: 16px;*/
}
