/* LR for news display */
.newsDetail {
	font-family: 'Cordia New', sans-serif;
	line-height: 24px;
	font-size: 1.3em;
	text-align: left;
	margin-top: 6px;
	color: #545254;
}
.newsDetail p {	
	margin-bottom: 20px;
}

/*.caption, .topic, .extraInfo, .highlight : must be copied to the CMS for the wysiwyg*/
.newsDetail p.caption {
	color: #999;
	font-weight: bold;
	margin-bottom: 8px;
}
.newsDetail ul,.newsDetail ol {
	margin-left:40px;
	margin-bottom: 20px;
}
.newsDetail .topic {
	font-weight: bold;
	color: #347ee8;
}
.newsDetail .extraInfo {
	font-size: 0.9em;
}
.newsDetail .extraInfo p{
	margin-bottom: 10px;
}
.newsDetail p.readMore {
	color: #999;
}
.newsDetail img {
	max-width: 583px;
}
.newsDetail img.title {
	max-height: 200px;
	padding-bottom: 12px;
	padding-left: 20px;
	float: right;
}

.newsTitle, .newsInfo, .newsTag, .newsTool, .previousArticle, .nextArticle, .newsDocument {
/*	font-family: 'THSarabunNew';*/
}
.newsTitle {
	line-height: 35px;
	font-size: 22px;
	font-weight: bold;
	color: #4d4d4d;
}
.newsInfo {
	color: #808080;
	margin-top: 15px;
	margin-bottom: 22px;
	line-height: 24px;
	font-size: 20px;
	font-weight: normal;
	font-family: 'Cordia New', sans-serif;
}
.newsDetail .highlight {
	padding: 20px; 
	border: 1px solid #1b64ce;
}

/*******/
.newsDocument {
	font-size: 14px;
	color: #4d4d4d; 
	font-weight:bold;
	line-height: 26px;
	margin-top: 40px;
}
.newsDocument img {
	width: 33px;
	vertical-align: middle;
	margin-right: 20px;
	margin-bottom: 10px;
}
img.newsDocumentNav {
	float: right;
	margin-bottom: 20px;
}
.newsPrint img {
	width: 33px;
	margin-top: -4px;
}
/*******/
.newsTag {
	float: left;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;	
	font-family: 'Cordia New', sans-serif;
	font-size: 1.2em;
}

.newsTool {
	float: right;
}
.newsTool img {
	margin-right: 20px;
}
.newsTool img:last-child {
	margin-right: 0px;
}
.articleNav {
	margin: 50px 0 0;
}
.previousArticle {
	float: left
}
.nextArticle {
	float: right
}
.previousArticle, .nextArticle {
	font-size: 13px;
}
.previousArticle a, .nextArticle a{
	color: #333333;
	font-weight: bold;
}

/* =============================================================================
							Table
============================================================================= */
table {
	border-collapse:collapse;
	margin-bottom: 8px;	
}
table, td, th
{
	border: 1px solid #999999;
}
table tr td {
	padding: 5px;
	border-right: 1px solid #999999;
}
table th, table thead  {
	padding: 5px;
	background-color: #1b64ce;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
table th a:link, table th a:visited, table thead a:link, table thead a:visited {
	color: #fff;
}
table.schedule,  .schedule td,  .schedule th {
	border: none;
}
.newsDetail table p {
	padding-bottom: 0;
	margin-bottom: 0;
}