﻿.crop  
{
	width: 140px; 
	height: 100px; 
	overflow: hidden
}
.newslist 
{	
	display:block;
	width:540px;
	height:115px; 
    padding:0px 10px 5px 10px; 
    margin-top:5px;
    margin-bottom:10px;
    text-align:right
}
.newslist a
{
	color:#333333;
	font-weight:bold
}
.newslist a:hover
{
	color:#2971a7
}
.newslist .newsdate
{
	margin-top:3px;
	color:#666666
}
.newslist .newscontent
{
	text-align:justify;
	height:71px;
	overflow: hidden;
	margin-top:3px;
	color:#333333
}
.newslist .readmore
{
	color:#666666;
	font-weight:normal
}

.pager a
{
	font-weight:normal;
}
.next
{
	background:url(/Images/lessarrow_blue.gif) no-repeat;
	background-position:2% 60%;
	padding:0 5px 0 10px
}
.prev
{
	background:url(/Images/morearrow_blue.gif) no-repeat;
	background-position:98% 60%;
	padding:0 10px 0 5px
}
.dataliststyle
{
	margin-right:2px;
}

#search input
{
	height:19px;
	border:0;
	background:url(/Images/searchfield_repeat.gif) repeat-x;
}
#search .go
{
	margin-top:3px;
	width:20px;
	background:none;
}
#search .rightend
{
	width:10px;
	background:url(/Images/searchfield_rightcap.gif) no-repeat 0 3px;
}
.newsdetail
{
	display:block;
	width:690px;
    margin:5px 10px 10px 5px;
    text-align:justify
}
.newsdetail .pic
{
	display:block;
	float:left;
	margin:0 10px 5px 0;
}

.visit
{
	text-align:left;
	font-weight:bold;
	margin-bottom:5px;
	color:#8c8c8c
}

.icon10{width:10px; height:10px; background-image:url(/Images/icons16.gif); background-repeat:no-repeat; cursor:pointer; vertical-align:middle;}
.icon10.minus{background-position:0px -64px;}
.icon10.plus{background-position:-16px -64px;}

.viewpointform
{
	color:#333333;
	margin:10px 10px 0 0;
}
.messagered
{
	color:Red;
	font-weight:bold
}