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

.news_style{
display:none;
}
.news_show
{
position:absolute;
background-color: white;
color:black;
font: normal 100% "Arial", "Lucida Grande",Verdana,  Sans-Serif;
clip:rect(0px 400px 300px 0px);

}

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

/*overflow: auto;*/	

}
.news_mark{
background-color:white ;
font: normal 70% "Arial", "Lucida Grande",Verdana,  Sans-Serif;
border: 0px solid gray;
width:400px;
height:35px;
color:black;
text-align:center;
}
.news_title{
display: none;
font-face:Arial, Helvetica, sans-serif;
font-size:9px;
border: 0px solid gray;
padding: 0px 0px 0px 0px;
color: #33CC00;
}
.news_show img{

margin-left: 10px;
margin-right: 10px;

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

  }
.mytable
{
width:400px;
height:300px;
vertical-align: top; 
}

