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

.news_style{
display:none;
}

.news_show
{
position:absolute;
background-color: white;
color: #5d5d5f;
font: normal 100% "Arial", "Lucida Grande",Verdana,  Sans-Serif;
clip:rect(0px 285px 120px 0px);
}

	.news_show p
	{
		font: normal 100% "Arial", "Lucida Grande",Verdana,  Sans-Serif;
	}

.news_border
{
background-color: white;
width:287px;
height:122px;
font: normal 100% "Arial", "Lucida Grande",Verdana,  Sans-Serif;
border: 1px solid gray;
padding: 0px;

/*overflow: auto;*/	
}

.news_mark{
background-color:white ;
font: normal 70% "Arial", "Lucida Grande",Verdana,  Sans-Serif;
border: 0px solid gray;
width:278px;
height:55px;
color:#5d5d5f;
text-align:center;
}

.news_title{
font: bold 120% "Arial", "Lucida Grande",Verdana,  Sans-Serif;
border: 0px solid gray;
padding: 5px 0px 9px 5px;
color: #5d5d5f;
text-align: left;
padding-left: 85px;
}

.buttondiv
{
position: absolute;
/*float: left;*/
/*top: 169px;*/
padding: 5px 5px 5px 5px;
background-color:white ;
border: 1px solid gray;
/*border-top-color: white;*/
border-top:none;
height:20px;
}

  .news_move {
 position: relative;

 }
  
.mytable
{
width:275px;
height:120px;
vertical-align: top; 
}


