﻿.wrapper
{
	width:auto;
	text-align:left;
	padding-top:10px;
}
*html .wrapper
{
	width:100%;
}

/* For news list*/
.newslist
{
	text-align:left;
	padding:0px 5px 8px 10px;
}
.newslist SPAN
{
	LINE-HEIGHT: 110%
}
.wrapper .morelink
{
	text-align:right;
	padding-right:10px;
}
.wrapper .morelink img
{
	border:0px;
}
/* For news detail list*/
.wrapper .pagenav,.wrapper .pagenav table
{
	text-align:center;
	margin:0 auto;
}
.newsline
{
	padding: 10px 20px;
	text-align:left;
	clear:both;
}

.newsline .headline 	
{
	FONT-SIZE: 14px;
	MARGIN: 15px 0px 0px;
	WIDTH: 100%;
	LINE-HEIGHT: 130%;
	TEXT-ALIGN: justify
} 
.newsline .headline SPAN 
{
	padding-left:18px;
	background: url(/../../img/cssimg/sprites.gif) no-repeat 0px -600px;
	MARGIN-BOTTOM: 5px;
	LINE-HEIGHT: 100%
}
.newsline .headline A:link 
{
	FONT-SIZE: 15px;
	TEXT-DECORATION: underline
}

.newsline .footline
{
	color: #666666; 
	text-align: left	
}

.newsline .footline DIV
{
	float: right	
}

/*For news detail*/
.newsdetail
{
	padding: 10px 20px;
	TEXT-ALIGN: justify;
}
.newsdetail DIV.posttime 
{
	MARGIN-BOTTOM: 20px;
	FONT: 12px Arial, Helvetica, sans-serif;
	TEXT-ALIGN: left
}
.newsdetail H3 
{
	MARGIN: 0px;
	PADDING: 10px 0px;
	FONT-WEIGHT: lighter;
	FONT-FAMILY: Arial, Helvetica, sans-serif, Verdana;
	TEXT-ALIGN: center
}

.newsdetail .newsfooter
{
	FONT-WEIGHT: bold; 
	FONT-SIZE: 12px; 
	text-align:right;
	margin-top:20px;
}
.newsdetail .newsfooter A
{
	background:url(img/arrow.gif) no-repeat left center;
	padding-left:20px;
	FONT: 14px Arial,sans-serif;
	TEXT-DECORATION: underline	
}

/* For News Group Style */
#utility {
	width:auto;
	*width:100%;
	padding: 10px;
	float: left;
	z-index:1000;
}

#navLeft, #navLeft ul {position:static}
#navLeft, #navLeft li {list-style: none;margin:0;padding:0;background:#fff}
#navLeft {padding-top:0;border-top: 1px solid #ccc;margin-top: 1px}
#navLeft a {
	line-height:1.5;
	padding: 5px 0 5px 23px;
	background: #fff url(../../img/cssimg/sprites.gif) no-repeat 10px -695px;
	display:block;
	font-size: 90%;
	font-weight: bold;
}

#navLeft a, #navLeft a:link, #navLeft a:visited, #navLeft a:hover, #navLeft a:active {text-decoration:none;cursor:pointer} 
#navLeft a:link {color:#a1a1a1} 
#navLeft a:visited {color:#a1a1a1} 
#navLeft li.active a:link, #navLeft li.active a:visited, #navLeft li.active a:hover, #navLeft li.active a:active 
{
	background: url(/../../img/cssimg/sprites.gif) no-repeat 0px 5px;
	color:#A31022; 
	background-color:#f4f4f4;
} 
#navLeft li a:hover{background-color:#eee;}
#navLeft li {border-top: 1px solid #fff;border-bottom: 1px solid #ccc;}
