@charset "utf-8";
/*@import url(../fonts/thsarabunnew.css);
@import url(../fonts/rsu.css);*/
@import url(../fonts/edsense.css);

/** =============================================================================
								LINK Color 
============================================================================= **/
a:link, a:visited {
	color: #303030;
	text-decoration: none;
}
a:hover {
	color: #1b64ce;
}
a:active {
	color: #c4ffe1;
}
.navBar a:link, .navBar a:visited {
	color: #999999;
	text-decoration: none;
}
.navBar a:hover {
	color: #4e9cea;
}
.navBar a:active {
	color: #4e9cea;
}

#tagCloud a:link, #tagCloud a:visited {
    color: #666666;
}
#tagCloud a:hover {
	color: #4e9cea;
}

.subscribeMessage,.unsubscribeMessage {
	font-size:20px;
	font-weight:normal;
	color:#1b64ce;
	margin: 8px auto 3px 7px;
	display: none;
}

.subscribeMessageError,.unsubscribeMessageError  {
	font-size:20px;
	font-weight:normal;
	color:#990000;
	margin: 8px auto 3px 7px;
	display: none;
}

/** =============================================================================
								Common
============================================================================= **/
.fileName {
/*	font-weight: bold;*/
}

/** =============================================================================
								News
============================================================================= **/
.centerNewsList .newsHeader {
	margin-bottom: 8px;
}
.centerNewsList .newsLine {
	padding: 15px 0 15px;
	border-bottom: 1px dashed #1b64ce;
	font-weight: bold;
}
.newsHeader, .newsHeadline, .newsHeadlineB {
	padding: 9px 0 15px 10px;
	color: #062c59;
	font-family: 'edsenseregular','Tahoma';
	font-size: 1.5em;
	font-weight: bold;
}
.newsHeadline, .newsHeadlineB {
	font-size: 1.5em; 
	line-height: 28px; 
}
.newsHeadline {
	background: url(../images/title.png) no-repeat;
}
.newsHeadlineB {
	margin-top: 0;
	padding-top: 0;
	padding-left: 2px;
}
.newsHeadline a:link, .newsHeadline a:visited {
	color: #1b64ce;
}
.newsItem .newsHeadline, .programItem .newsHeadline {
	margin-top: 18px;
}

.newsHeader {
	background: url(../images/sectionHeader.png) no-repeat;
}
.newsTagline {
	line-height: 24px;
}

.newsHeader,.pageHeader  {
	font-family: 'edsenseregular';
	font-weight: bold;
	color: #4D4D4D;
}
.newsHeader {
	text-transform: uppercase;
}

.pageHeader {
	margin-left: 0px;
	margin-bottom: 20px;
	line-height:35px;
}

.info {
	color: #808080;
	margin-top: 18px;
	font-size: 0.8em;
}

.readmore {
	font-family: 'edsenseregular';
	width:259px;
	text-align:right;
	font-size: 16px;
	font-weight: bold;
}

.readmore img { vertical-align:middle; }

.tagCloud {
	color: #666666;
	line-height: 24px;
}

.newsCategory {
	color: #666666;
	margin-bottom: 10px;
}
.errorMsg {
	font-family: 'THSarabunNew';
	font-size:14px;
	margin-bottom:50px;
}

.show {
	display: none;
}
.hide {
	display: auto;
}


/** =============================================================================
								Main Content 
============================================================================= **/
.vdoHighlightBox {
	padding-bottom: 20px;
}

.vdoHighlightBox .vdo {
	margin-bottom: 10px;
	width: 419px;
	height: 275px;
}

.vdoHighlightBox .vdo:first-child {
	margin-bottom: 10px;
}

/** =============================================================================
								MENU Style 
============================================================================= **/

#topBar {
	margin-top: 20px;
	padding-left: 45px;	
	height: 40px;
	background-color: #fff;
	/*box-shadow: 0 3px 0px -10px rgba(0, 0, 0, 0.35), 0 5px 10px -7px rgba(0, 0, 0, 0.35);*/
}
/*style the main menu*/
.myMenu {
	float: left;
	width: 825px;
	margin: 0 auto;
	padding: 0;
}
.myMenu li {
	list-style: none;
	float: left;
}
.myMenu li:last-child a:link, .myMenu li:last-child a:visited, .myMenu li:last-child a:hover, .myMenu li:last-child a:active {
	margin-right: 0;
}
/*ant: use this class when using image as menu
.myMenu li a:link, .myMenu li a:visited {
	display: block;
	text-decoration: none;
	background-color: #1b64ce;
	padding: 2px 1.1em;
	margin: 0px;
	margin-right: 2px;
	color: #FFFFFF;
	font-family: "THSarabunNew";
	font-size: 18px;
}*/

.myMenu li a:link, .myMenu li a:visited {
	display: block;
	text-decoration: none;
	/*padding: 0.2em;*/
	margin: 0px;
	margin-right: 50px;
	color: #999;
	font-family: 'edsenseregular',Tahoma;
	font-size: 18px;
	padding-top: 12px;
	font-weight: bold;
}
.myMenu li a:hover {
	/*background-color:#FC756D;	*/
	color: #4e9cea;
}
/*style the sub menu*/
.myMenu li ul {
	z-index: 5; /* Make submenu is on top every thing **/
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	padding-top: 8px;
	-webkit-box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.12);
	-moz-box-shadow:    4px 4px 6px 0px rgba(0, 0, 0, 0.12);
	box-shadow:         4px 4px 6px 0px rgba(0, 0, 0, 0.12);
}
.myMenu li ul li {
	display: inline;
	float: none;
}
.myMenu li ul li a:link, .myMenu li ul li a:visited {
	font-family: 'edsenseregular',Tahoma;
	font-size: 18px;
	font-weight: bold;
	background-color: #fff;
	border: none;
	border-bottom: 1px solid #ffffff;
	width: auto;
	min-width:150px;
	padding: 8px 15px 5px 15px;
	margin-right: 0;
}
.myMenu li ul li:last-child a:link, .myMenu li ul li:last-child a:visited {
	border-bottom: 1px solid #CCC;	
}
.myMenu li ul li a:hover {
	color: #4e9cea;
}
.myMenu li ul li img {
	
}

/** =============================================================================
								SEARCH AREA 
=============================================================================**/
#logo {
	/*float:left;*/
	margin-top: 46px;
	margin-left: 23px;
}
#searchBoxArea {
	/*float:left;*/
}

#socialBar {
	float: right;
	text-align:right;
	margin-top: 13px;
	font-family: 'edsenseregular', sans-serif;
	font-size:18px;
	font-weight: bold;
	margin-bottom:8px;
	color: #79a5bf;
	text-transform: uppercase;
}

#socialBar img {
	max-height:32px;
	max-width:32px;
	vertical-align:middle;
	margin-right:-3px;
	margin-top:-6px;

	 -webkit-transition: all 0.2s ease;
     -moz-transition: all 0.2s ease;
       -o-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
          transition: all 0.2s ease;
}
#socialBar img:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)";
	filter: or progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); or
	filter:gray;
	-webkit-filter: brightness(87%);
}

input#askMeSearchBox {
	width:247px;
	height:26px;
	font-size:14px;
	border-radius:5px;
	padding-left:8px;
	background:url(../images/icon/search.png) no-repeat 227px #ffffff;
	border: 1px solid #c9c9c9;	
}

input.watermark {
	font-size:12px;
	color:#999;
}


/** =============================================================================
								BANNER 
=============================================================================**/
#banner img {
	height: 225px;
	margin-left: 17px;
}

/*div#banner {
    height: 225px;
    overflow: hidden;
}

#banner img {
	width: 721px;
	height: auto;
	margin-top: -30px;
	margin-left: 17px;
}*/

.floatingText {
	font-family: 'THSarabunNew';
	font-size:16px;
	color:#FFFFFF;
	width:920px;
	height:26px;
	z-index:5;
	position:relative;
	top:-40px;
	background-color:#333333;
	padding-left:10px;
	padding-top:14px;
	opacity:0.8;
	text-align: center;
}

/** =============================================================================
								FOOTER 
=============================================================================**/
.footer .copyright {
	margin: 0 auto;
	padding: 50px 0 60px;
	width: 988px;
	text-align:center;
	background-color: #fff;
	color: #908C96;
	font-weight: normal;
}
.footer .copyright2 {
	margin: 0 auto;
	padding-bottom: 50px;
	width: 971px;
	text-align: right;
	background-color: #fff;
	color: #908C96;
	font-size: 0.9em;
	font-weight: normal;
}


.footer .foxtitudePower {
	margin-top: 8px;
	background-color: #fff;
	font-size:14px;
	font-weight:normal;
}
.footer .foxtitudePower a:hover {
	background-color: #fff;
	color: #d3450d;
}

.footer .support, .footer .support a:link, .footer .support a:visited {
	margin: 0 auto;
	padding-bottom: 10px;
	width: 971px;
	background-color: #fff;
	text-align: right;
	color: #000;
	font-weight: normal;
}

.footer a:link,.footer a:visited {
	color: #908C96;
}

.footer a:hover, .footer .support a:hover {
	color: #1b64ce;
}

/*
Back to top button 
*/
#back-top {
	position: fixed;
	bottom: 30px;
	right: 50px;
}
#back-top a {
	width: 80px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}
/* arrow icon (span tag) */
#back-top span {
	width: 80px;
	height: 88px;
	display: block;
	margin-bottom: 7px;
	background: #ddd url(../images/icon/up-arrow.png) no-repeat center center;
	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #777;
}


/** =============================================================================
								NAVIGATION BAR
=============================================================================**/

.navBar {
	/*width: 624px;*/ /*dec 2014*/
	margin-bottom: 15px;
	color: #86788E;
	font-size: 1em;
	line-height: 18px;
}

/** =============================================================================
								TAG CLOUD
=============================================================================**/
#tagCloud {
	color: #666666;
	line-height:24px;
	font-size: 20px;
	text-align:left;
	/*text-wrap:normal;*/
}
 
#tagCloud .smallest {
    font-size: 16px;
}
 
#tagCloud .small {
    font-size: 16px;
}
 
#tagCloud .medium {
    font-size:18px;
}
 
#tagCloud .large {
    font-size:20px;
}
 
#tagCloud .largest {
    font-size:22px;
}

/** =============================================================================
								FACEBOOK
=============================================================================**/
.right .facebookBox {
	padding-bottom: 16px;
}

._4s7c {
	margin: 0 17px;
}
img.facebookShare {
	margin-top: -2px;
	margin-right: 18px;	
}
.fb-like-box {
	border-radius: 5px;
	border: 1px solid #c9c9c9;
}
/** =============================================================================
								Subscribe Area 
============================================================================= **/
.subscribeArea,.unsubscribeArea {
	font-family: 'Cordia New', sans-serif;
}
.unsubscribeArea {
	margin: 60px auto auto 0;
	padding-bottom: 20px;
	width: 340px;
	background-color: #E6E6E6;
}


.subscribeArea input,.unsubscribeArea input  {
	font-family: 'THSarabunNew';
	width:230px;
	height:32px;
	font-size:14px;
	border-radius:6px;	
	padding-left:8px;
	border: 1px solid #c9c9c9;
}

.unsubscribeArea input  {
	width:300px;
}

.subscribeButton {
	font-family: 'edsenseregular';
	font-size: 18px;
	font-weight: bold;
	width:100px;
	height:28px;
	background-color:#1b64ce;
	border: none;
	/*box-shadow: 0 -4px 13px -5px rgba(0, 0, 0, 0.35), 0 5px 10px -5px rgba(0, 0, 0, 0.35);*/
	border-radius:6px;
	line-height:30px;
	text-align:center;
	margin-top:17px;
	margin-left:138px;
	cursor:pointer;
	color:#ffffff;
	box-shadow: inset 0 0 30px rgba(255,255,255,0.25);
}



/** =============================================================================
								News Dashboard 
============================================================================= **/
.newsItem {
	clear: both;
	/*float: left;*/
}
.newsItem .newsbox_R {
	margin-left: 35px;
}
.centerNewsList .newsBox_L, .centerNewsList .newsBox_R {
	width: 334px;
}
.newsBox {
	margin-bottom: 40px;
}

.newsBox_L, .newsBox_R {
	/*height: 420px;*/
	/*border:1px solid #333333;*/
	margin-bottom: 40px;
}

.newsBox_L {
	float: left;
}
.newsBox_R {
	float: right;
}

.newsBox_LR {
	font-family: 'THSarabunNew';
	line-height: 24px;
	font-size: 14px;
	/*width: 624px;*/
	text-align:justify;
}

.newsBox_L img, .newsBox_R img {
	border: none;
	padding: 0;
}

.newsBox_L iframe, .newsBox_R iframe {
	border: 1px solid #808080;
	padding: 3px;
}

img.newsBoxImage {
	width: 100%;
	height: auto;
}

video {
	border: 1px solid #808080;
	padding: 3px;
}

.newsBoxImageiframe {
	margin-bottom: 14px;
	border: 3px solid #E6E6E6;
}

.newsBoxHeader {
	padding: 0px 0 0 15px;
	line-height:40px;
	font-family: 'edsenseregular';
	font-weight: bold;
	font-size:22px;
	background:url(../images/tab.png) no-repeat;
	height:35px;
}


/** =============================================================================
								News List 
============================================================================= **/
.centerNewsList .newsHeadline {
	margin-left: -11px;
	margin-right: -2px;
	font-size: 1.3em;
}


/* =============================================================================
							Activity
============================================================================= */
.activityDocument .item {
	float: left;
	margin-left: -5px;
	clear: both;
	margin-top: 3px;
	margin-bottom: 20px;
}

.activityDocument img {
	float: left;
	 -webkit-transition: all 0.2s ease;
     -moz-transition: all 0.2s ease;
       -o-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
          transition: all 0.2s ease;
}
.activityDocument img:hover {
	-webkit-transform: rotate(-10deg);
     -moz-transform: rotate(-10deg);
       -o-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

.activityDocument .fileName {
	float: left;
	width: 276px;
	margin-left: 9px;
	margin-top: 2px;
}

.dashboard .activityDocument .fileName {
	width: 361px;
}

.activityDocument {
	margin-top: 20px;
}

.dashboard {
	float: left;
}

/** =============================================================================
								VDO 
============================================================================= **/
.vdoDetail .newsHeadline, .vdoItem .newsHeadline {
	background: none;
	color: #1b64ce;
	height: auto;
	padding: 0;
}

.vdoDetail {
	margin-top: 30px;F
}
.mediaItem, .vdoItem, .downloadItem {
	clear: both;
	float: left;
	margin-bottom: 40px;
}
.downloadItem, .searchItem {
	width: 100%;
	margin-bottom: 22px;
	border-bottom: 1px solid #c9c9c9;
}
.searchItem {
	padding-bottom: 22px;
}
.vdoDesc {
	float: right;
	width: 340px;
	margin-left: 35px;
}

.mediaClip, .vdoClip {
	float: left;
	width: 300px;
	height: 190px;
}

.mediaDesc .newsHeadline, .soundDesc .newsHeadline , .downloadDesc .newsHeadline, .searchDesc .newsHeadline {
	height: auto;
	margin-top: 0;
	padding: 0;
	background: none;
	color: #1b64ce;	
}
.mediaDesc .newsHeadline a, .soundDesc .newsHeadline a, .downloadDesc .newsHeadline a, .searchDesc .newsHeadline a {
	color: #1b64ce;	
}

.mediaItem .newsTagline {
	margin-top: 20px;
	font-size: 0.85em;
	font-weight: bold;
}
.mediaDetail .newsHeadline {
	margin-top: 36px;
}
.mediaDetail .newsTagline {
	margin-top: 20px;
	font-size: 1em;
	font-weight: bold;
}

.mediaItem .newsTag, .mediaDetail .newsTag, .vdoDetail .newsTag {
	margin-top: 38px;
	font-size: 0.9em;
	font-weight: bold;
}


/** =============================================================================
								Sidebox 
============================================================================= **/
.newsLine {
	margin-left:6px;
	height:auto;
	/*margin-bottom: 10px;*/
	padding: 10px 0;
	border-bottom: 1px dashed #333333;
	line-height:20px;	
	color: #176996;
}
.newsLine:last-child {
	border-bottom: 0px;
	margin-bottom: 0;
	padding-bottom: 0;
}

.right .newsHighlightBox {
	padding-bottom: 20px;
}

.right .vdoHighlightBox {
	padding-bottom: 40px;
}
.right .tagBox {
	padding-bottom: 33px;
}
.right .twitterBox {
	padding-bottom: 12px;
}


/** =============================================================================
								Calendar
============================================================================= **/
.core.border.monyear.title {
	text-transform: uppercase;
	color: #fff;
	font-weight: normal;
}
.core.border.monyear.title {
	padding-top: 1px;
}
.gldp-flatwhite div:first-child {
	border-radius: 8px 0 0 0;	
}
.gldp-flatwhite div:nth-child(3) {
	border-radius: 0 8px 0 0;	
}
.gldp-flatwhite .prev-arrow, .gldp-flatwhite .next-arrow { 
	color: #fff; text-shadow: none; 
}
.gldp-flatwhite .core { 
	color: #4d4d4d;
}
.gldp-flatwhite .dow { 
	color: #4d4d4d;
}
.gldp-flatwhite .core.special {
	background-color: #b9e6f9;
}
.gldp-flatwhite .core.selected {
	background-color: #b9e6f9;
	border: none;
	border-radius: 28px;
	width: 28px !important;
	margin: 0 6.5px;
}
.gldp-flatwhite .today {
	border: none;
	background-color: #e6e6e6;
}
.eventInfo {
	width: 200px;
	height: 90px;
	overflow: hidden;
	padding: 13px 11px;	
	border: none;
	border-radius: 6px;
	background-color: #1b64ce;
	color: #fff;
	font-family: 'Cordia New', sans-serif;
}
.eventInfo a, .eventInfo a:link, .eventInfo a:visited {
	color: #fff;
}

/** =============================================================================
								Override 
============================================================================= **/
sub {
	font-size: 0.9em;
}