/* CSS Document */

body {
	background-color: #0EB1C7;
	margin-top: 0px;
	margin-bottom: 0px;
}

img{
	border-width: 0px;
	text-align: absmiddle;
}

table{
	font-family:"ËÎÌå";
	font-size:9pt;
	color:#000000;
	line-height:150%;
}
td{
   padding:0px;
   margin: 0px;
}

.style{
	font-family:"ËÎÌå";
	font-size:9pt;
	color:#209CB3;
}

.style1{
	font-family:"ËÎÌå";
	font-size:9pt;
	color:#D0D0D0;
}

.title {
	font-family:"ËÎÌå";
	font-size:12pt;
	color:#FF6600;
}

.style2 {
	color: #FF5400;
}

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #FF9D10;
	text-decoration: none;
}
a:active{
	color: #FF9D10;
	text-decoration: none;	
}

/**********************************************************************************/

/***** index page********/
/* top news */
.topNews{
	margin-top: 0px;
	margin-right: 20px;
	padding-top:0px;
}
.topNews h4{
	font-size:12px;
	margin-top:0px;
	margin-bottom: 3px;
	color: #FF9D10;
}

/* community¡¡region */
.communityRegion td{
	padding: 5px 0px 5px 20px;
	background: #F6F6EC url(../images/community.gif) no-repeat;
	background-position: 5px center;
}

/************************/
/* location navigate */
.navigation{
	padding: 20px 0px;
	background: url(../images/point.gif) repeat-x;
	background-position: bottom;
}

.navigation a:link, .navigation a:visited,
.news a:link, .news a:visited{
	color: #0066FF;
}

.topNews a:hover, .topNews a:active, 
.navigation a:hover, .navigation a:active,
.news a:hover, .news a:active{
	color: #FF9D10;
}

.news a:link, .news a:visited, .news a:hover, .news a:active{
	text-decoration: underline;
}

/* news list */
.newsList{
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
}
.newsList ul{
	margin: 0px 20px;
	line-height: 120%;
	list-style: none;
}
.newsList li{
	padding: 5px 15px;
	background: url(../images/item.gif) no-repeat;
	background-position: center left;
}
.newsList li #postTime{
	color: #9E9E9E;
}

.newsItem{
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin: 0px 0px;
	line-height: 120%;
	background-image: url(../images/item.gif);
	background-repeat: no-repeat;
	background-position: left;
}

/* news */
.news{
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	padding: 0px 10px;
	margin: 0px;
}

.news #title{
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	padding-top: 20px;
}

.news #postTime{
	font-size: 12px;
	color: #3c3c3c;
	text-align: center;
	padding-top: 10px;
}

.news #content{
	text-align: left;
	margin-top: 20px;
}

.news #attachList{
	margin: 0px;
	margin-top: 20px;
}
.news #attachList ul{
	margin: 0px;
	line-height: 150%;
	list-style: none;
}
.news #attachList li{
	padding: 5px 0px 5px 25px;
	background: #F6F6EC url(../images/att_item.gif) no-repeat;
	background-position: 5px center;	
}
.news #attachList li a{
	text-decoration: none;	
}

/* community list */
.communityList{
	margin-left: 15px;
	padding-top: 20px;
	width: 580px;
}
.communityList ul{
	margin: 0px;
	line-height: 150%;
	list-style: none;
	background: #F6F6EC;
	display:inline;
}
.communityList li{
	float: left; 
	margin: 1px;
	width: 110px;
}
.communityList li a{
	display: block;
	width: 100%;
	padding: 5px 0px 5px 20px;
	background: #F6F6EC url(../images/community.gif) no-repeat;
	background-position: 5px center;
}
.communityList li a:hover{
	font-weight: bold;
	color: #fff;
	background-color: #FF9D10;
}

/* page navigate bar */
.navigatebar{
	text-align: center;
}

.navigatebar #records, .navigatebar #page{
	color: #FF9D10;
}

.navigatebar #go{
	cursor: hand;
}

.navigatebar #pageNoInput{
	width: 30px;
}

.navigatebar a{
	text-decoration: none;
}
.navigatebar a:link, .navigatebar a:visited{
	color: #0066FF;
}
.navigatebar a:hover, .navigatebar a:active{
	color: #FF9D10;
}