/* ===================================
    CSS STYLES FOR Module Navigation
   ===================================
*/
.title
{
    width: 265px;
    height: 23px;
    white-space: nowrap;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
}

#moreList
{
    display: none;
}


:link.spChar
{
    text-decoration: none;
    color: #0066CC;
    font-size: 9pt;
    width: 9px;
}
:hover.spChar
{
    text-decoration: underline;
    color: #FF0000;
    font-size: 9pt;
    width: 9px;
}

.first .wrap .innerWrap, .last .wrap .innerWrap
{
    width: 70px;
    text-align: center;
}

.cardTitle
{
    height: 22px;
    width: 540px;
    background: url( "Images/Pic_card_title.jpg" ) repeat-x;
    line-height: 22px;
}
.cardBox
{
    background-color: #F8F8F8;
    margin: 0px;
    padding: 0px;
    margin-bottom: 2px;
}

.RIUl
{
    margin: 5px 10px;
    padding: 0px;
}

.RILi
{
    width: 100%;
    height: 25px;
    line-height: 25px;
    list-style-type: none;
    padding-left: 20px;
    background: url(images/ico_1.gif) 0px 8px no-repeat;
}

.RILi .paperName
{
    width: 540px;
}
.RILi .author
{
    width: 10%;
}

.ri table, .ri td, .ri th
{
    font-size: 12px;
    border-collapse: collapse;
    border: 1px solid #B6CBDD;
}
.ri table
{
    width: 700px;
    margin: 5px 0px 8px 12px;
}
.ri thead
{
    height: 20px;
    line-height: 20px;
}
.ri td
{
    height: 20px;
    line-height: 20px;
    text-align: center;
}
.ri th
{
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #155993;
    color: #FFF;
}
.ri td p
{
    margin: 1px 0 1px 1px;
}

.journalImg {
	width:150px;
	height:190px;
	border:1px solid #D2D2D4;
	overflow:hidden;
	position:relative;
	display:table-cell;
	text-align:center;
	vertical-align:middle
	}
.journalImg p {
	position:static;
	+position:absolute;
	top:50%
	}
.journalImg p img {
	position:static;
	+position:relative;
	top:-50%;left:-50%;
	}

:link.bluelink{
	color:#0050bb;
	}

:hover.bluelink{
	color:red;
	}
	
.a_search {
	color: #0066CC;
	text-decoration: underline;
}
.a_show{
	color: #0066CC;
	font-weight: bold;
	float: right;
}
.a_show:hover{
	color:#FF0000;
	font-weight: bold;
}
.t_title{
	color: #333333;
	font-weight: bold;
}

.TD_left {
	text-align: left;
}
.TD_center {
	text-align: center;
}
.TD_right {
	text-align: right;
}
.EngTD1 {
	border: 1px solid #76A9D3;
	background-color: #F0F7FB;
	color: #000000;
	font-weight: bold;
	font-size: 10pt;
	text-align:center
}
.EngTD2 {
	border: 1px solid #76A9D3;
	text-align: left;
	text-indent: 10px;
}
.Nobreak
{
display:inline;
}	

