﻿@charset "utf-8";
/*Reset Settings*/



ol, ul {
	list-style: none;
}


/*Style Settings*/

.layout { width:100%; text-align:center;}


hr { border:solid 1px #ddd; height:1px; }
.leftBg {
	background-image: url(../images/left_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.rightBg {
	background-image: url(../images/right_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.centerBg {
	background-image: url(../images/nav_center.gif);
	background-repeat: repeat-x;
}
.contentBox {
	/* [disabled]border:1px solid #c2dde5; */
	margin-bottom:10px;
}

/* clearFix*/
.clearfix:after,.feed:after,.feed-content .headline:after,.comment:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix,.feed,.feed-content .headline,.comment{display:inline-block}
.clearfix,.feed,.feed-content .headline,.comment {display:block}




/* box */
.box { margin:5px 0 5px 0;}
.box_header_bg {
	background-image: url(../images/box_header_center.gif);
	font-weight:bold;
	padding-left:5px;
}
.box_header_bg a { font-weight:normal; padding-right:7px;}
.box_body { padding:3px; background-color:#f3fbff; border:1px solid #d3e6eb;}
.box_body .search p {padding-top:5px;}
.box_body2 { padding:3px; background-color:#fff; border:1px solid #d3e6eb;}
.box_body2 img { padding:5px;}

/* nav */
.nav td {
	text-align:center;
	font-weight:bold;
	color:#fff;
	height:30px;
	background-image: url(images/nav_line.gif);
	background-repeat: repeat-y;
	background-position: right top;
	width:8%;
}
.nav td a:link {color:#fff;text-decoration:none}
.nav td a:visited {color:#fff;text-decoration:none}
.nav td a:hover{color:#fff;text-decoration:underline}
.nav td.start { width:6%;}
.nav td.end { background:none; width:7%;}

/* list  and bla bla */
.news_list {
	color:#a8a8a8;
	list-style-type: disc;
	list-style-position: inside;
	line-height:22px;
}

.news_list2 {
	color:#a8a8a8;
	list-style-type: disc;
	list-style-position: inside;
	line-height:24px;
	padding: 2px 2px 2px 10px;
}




.category_list 
{
	color:#a8a8a8;
	margin-left:5px;
	list-style-type: disc;
	list-style-position: inside;
	line-height:22px;
	font-size:12px;
	font-weight:bold;
	margin-bottom:50px;
}
.path {
	padding:5px;
	border:1px solid #d3e6eb;
	margin-bottom:5px;
	 color:#999;
}
.others_list {
	color:#a8a8a8;
	margin-left:5px;
	list-style-type: disc;
	list-style-position: inside;
	line-height:23px;
}

.others_list li 
{
    height:23px;
    line-height:23px;
    width:266px;
	overflow:hidden;
	white-space: nowrap; 
	text-overflow: ellipsis;
}

.imagefocus p { line-height:20px;}
.imagefocus image { margin-right:5px;}

.line { border:1px solid #d3e6eb;}

.pagination { text-align:center; padding-top:10px; padding-bottom:5px;}

/* for View page*/
.title {font-size:24px; font-weight:bold; text-align:center; padding-bottom:10px; padding-top:20px;}
.subtitle {font-size:20px; font-weight:bold; text-align:center; padding-bottom:10px; padding-top:20px;}
.view_content { line-height:30px; padding:20px; font-size:16px; color:#555;}
    .view_content P {
        padding:10px 0px
    }
.lastedit { text-align:right; color:#999; padding:10px;}


.mdp_index_list_top li{
	width:345px; 
	overflow:hidden; 
	color:#a8a8a8;
	list-style-type: disc;
	list-style-position: inside;
	line-height:22px;
	height:22px;
}

.mdp_index_list li{
	width:238px; 
	overflow:hidden; 
	color:#a8a8a8;
	list-style-type: disc;
	list-style-position: inside;
	line-height:22px;
	height:22px;
}



.clearfix {clear:both;}
.sp5 {height:5px;width:100%;clear:both;}
.sp6 {height:6px;width:100%;clear:both;}
.sp7 {height:7px;width:100%;clear:both;}
.sp8 {height:8px;width:100%;clear:both;}
.sp9 {height:9px;width:100%;clear:both;}
.sp10 {height:10px;width:100%;clear:both;}

.w50p {width:50%;float:left;}


.maincontent {width:100%;margin:0 auto;}



.link_white a:link {color: #FFF; text-decoration: none;}
.link_white a:hover {color: #FFF; text-decoration: underline;}
.link_white a:visited {color: #FFF; text-decoration: none;}
