﻿table.table_library{
    border-top:1px solid #E4E4E4;
    border-left:1px solid #E4E4E4;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
}
.table_library th{
    border-right:1px solid #E4E4E4;
    border-bottom:1px solid #E4E4E4;
    color:#330000;
    padding:0.3em 1em;
    text-align:center;
}
.table_library td{
    border-right:1px solid #E4E4E4;
    border-bottom:1px solid #E4E4E4;
    padding:0.3em 1em;
}

.table_library .tableleft{
width:100px;
background-color:#F6F6F6
   
}

.maintextlib {
	width: 700px;
	height: auto;
	line-height:150%;
	margin-top:10px;
	margin-bottom:5px;
	float:left;
	font-size:13px;
	color: #000000;
	
}

.maintextlib_left{
width:100px;

	float:left;

}

.maintextlib_right{
width:590px;

	float:right;

}

.maintextlib_right span{
color:#0066FF;
font-weight:bold;
line-height:200%;

}