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

.firstRowStyle{
border-left:1px solid #eaeaea;
border-bottom:1px solid #eaeaea;
border-top:1px solid #eaeaea;
width:120px;
background:#fcfcfc;
}
.firstRowStyleLast{
border:1px solid #eaeaea;
width:120px;
background:#fcfcfc;
}

.blankFirstRowStyle{
border-left:1px solid #eaeaea;
border-bottom:1px solid #eaeaea;
border-top:1px solid #eaeaea;
width:120px;
color:#fcfcfc;
background:#fcfcfc;
}
.blankFirstRowStyleLast{
border:1px solid #eaeaea;
width:120px;
color:#fcfcfc;
background:#fcfcfc;
}


.othersRowStyle{
border-left:1px solid #eaeaea;
border-bottom:1px solid #eaeaea;
width:120px;
background:#fcfcfc;
}

.othersRowStyleLast{
border-left:1px solid #eaeaea;
border-bottom:1px solid #eaeaea;
border-right:1px solid #eaeaea;
width:120px;
background:#fcfcfc;
}

.blankOthersRowStyle{
border-left:1px solid #eaeaea;
border-bottom:1px solid #eaeaea;
width:120px;
color:#fcfcfc;
background:#fcfcfc;
}
.blankOthersRowStyleLast{
border-left:1px solid #eaeaea;
border-bottom:1px solid #eaeaea;
border-right:1px solid #eaeaea;
width:120px;
color:#fcfcfc;
background:#fcfcfc;
}

a.a12px:link,a.a12px:visited{
font:13px/150% "宋体";
color:#000;
text-decoration:underline;
background:#fcfcfc;
}
a.a12px:hover{
color:#000;
text-decoration:underline;
background:#fcfcfc;
}