body {
}

form, div, p, h1, h2, h3, h4, h5, h6 {
	}

td, th, p, div, span {
}

.listEntry {
}

a, a:link, a:visited, a:active, a:focus {
	}
a:hover {
}

.articleText {
}

.articleCode {
	}

h1, h2, h3, h4, h5, h6 {
	
}

.articleSummary {
	
}

.nav_table, .nav_table a, .nav_table a:link, .nav_table a:active, .nav_table a:visited, .nav_table a:hover {
	}
.nav_table a:hover {
	}

.nav_table_active, .nav_table_active a, .nav_table_active a:link, .nav_table_active a:active, .nav_table_active a:visited, .nav_table_active a:hover {
	
}

.articleList_toptext {
}

.articleList_listhead {
	
}


/* CSS for the top level list */
ul.list_top, ul.list_level {
	}
ul.list_top li, ul.list_level li {
	}
ul.list_top li a, ul.list_level li a {
	}
ul.list_top li a:link, ul.list_level li a:link { }
ul.list_top li a:visited, ul.list_level li a:visited { }
ul.list_top li a:hover, ul.list_level li a:hover {
	}
ul.list_top li.active a, ul.list_level li.active a {
	}



/** 
 * Sample CSS for DIV pagelayout 
 */
#container {
	}

#headerBlock {
	}

#mainBlock {
}

#leftBlock {
	}

#rightBlock {
	
}

#footerBlock {
	}

.imgDIVinTextLeft {
	}
.imgDIVinTextRight {
	} 
.imgDIVtopLeft {
	} 
.imgDIVtopCenter { 
}

.imgDIVblockImgLeft { 
}
.imgDIVblockImgRight {
	
} 

.phpwcmsImgListRight {
	}
.phpwcmsImgListLeft {
	}


.phpwcmsSearchResult {
	
}
.phpwcmsSearchResult h3 {
	}
.phpwcmsSearchResult p {
	}
.phpwcmsSearchResult em.highlight, em.highlight {
	}

.phpwcmsArticleListEntry {
	}
.phpwcmsArticleListImage {
	}
.phpwcmsArticleListImageCaption {
	}

div.cpPagination {
}
a.cpPaginate, a.cpPaginateActive, a.cpPaginationPrev, a.cpPaginationNext {
}
a.cpPaginateActive {
	}

a.cpPaginationPrev:hover, a.cpPaginationNext:hover, a.cpPaginate:hover {
	
	}
	
	/* --------- article pagination ----------- */
.article_paginate_navi {
   font-family: verdana, arial, sans-serif; 
   font-size: 11px;
   background: url(../../picture/navi/article_navi.jpg) no-repeat left top; 
   color: #444;
   margin: 21px 0 0 0;
   height: 20px;
	padding: 3px 10px 0 0;
}

.article_paginate_navi a { 
   color: #ee7b07; 
   font-weight: bold; 
   text-decoration: none; 
   }
   
.article_paginate_navi a:hover { 
   color: #ee7b07; 
   font-weight: bold; 
   text-decoration: none; 
   }

.apn_prev { 
   color: #555;
   margin: 0; 
   padding: 0;
	font-size: 150%;
}
.apn_mid { 
   color: #888;
   margin: 0;
	padding-right: 0px;
	padding-top: 0;
	padding-bottom: 0;
}
.apn_navi { 
   color: #425b74;
   margin: 0;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 0;
	text-align: center;
	font-size: 100%;
}
.apn_next { 
   color: #555;
   margin: 0; 
   padding: 0 0px 0 20px;
	float: right;
	font-size: 150%;
}