/* CSS Document */

a{
color:#0044FF;
text-decoration:none;
}
a:hover{
color:#0000FF;
text-decoration:none;
}

.content{
width:100%;
}
.resource_block {
border-bottom:1px dashed #CCCCCC;
margin:1px;
}
.resource_block table {
width:100%;
}
.resource_block tr:hover {
background-color:#FAFAFA;
}
.resource_block td{
vertical-align:top;
}
.resource_head{
cursor:pointer;

}
.resource_title {
color:#0044FF;
width:440px;
}
.resource_inputtime {
width:100px;
}
.resource_detail table {
width:100%;
}
.rollpage{
width:100%;
text-align:center;
}
