/* CSS Document */
html,body{
	height:100%;
	margin:0px;
	padding:0px;
	font-size:12px;
	font-family:Tahoma,"MS Sans Serif", AngsanaUPC;
}
#wrapper{
	display:table;
	margin:0 auto;
	width:100% !important;	
	min-width:1000px;
}
#header{
	background-image:url(../images/header_bg.jpg);
	background-repeat:repeat-x;
	height:140px;
	padding:0px;
	padding-top: 10px;
}
#logo{
	
	width: 448px;
	height: 83px;
	background: url(../images/logo.jpg) no-repeat;	
	margin-left: 30px;
	
}
#language{
	float:right;
	padding-top:10px;
}
#language ul
{
	list-style: none;
	padding: 0;
	margin-top: 3px;	
	font-weight: normal;
}
#language ul li
{
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 1px 1px 1px 1px;
	white-space: nowrap;
	border: none;
	font-size: 0.9em;	
}

#menu{
	padding:0px 0px 0px 120px; 
	margin:0px;
}
#menu ul{
	padding:0px;
	margin:5px 0px 0px;
	list-style:none;	
	
	
}
#menu ul li{	
	padding:0px;
	margin:0px;	
	display:inline;
	float:left;
	font-size:1px;
}
#body{
	margin-top:20px;
	margin-left:15px;
	display:block;
}
#body_left{
	display:block;
	width:672px;
	overflow:hidden;
	float:left;
}
#body_right{
	width:309px;
	display:block;
	overflow:hidden;
	float:left;	
}
#new_news{
	width: 672px;
	height: 194px;
	background: url(../images/new_news_bg.jpg) no-repeat;
	padding-top:69px;
}
#new_news_detail{
	height:140px;
	width:400px;
	overflow:auto;
	margin-left:65px;
}
#article_wrapper{
	width:326px;
	display:block;
	float:left;
}
#article_header{
	width: 315px;
	height: 36px;
	background: url(../images/article_bg.jpg) no-repeat;	
	padding-bottom:5px;
}
#article_detail{
	width: 315px;
	display:block;
	padding-left:5px;

}
#news_wrapper{
	width:340px;
	display:block;
	float:left;
	overflow:hidden;
}
#news_event_header{
	width: 340px;
	height: 60px;
	background: url(../images/news_header_bg.jpg) no-repeat;	
}
#news_event_list{
	width: 326px;
	background: url(../images/news_detail_bg.jpg) repeat-y;	
	height:106px;	
}
#news_event_list ul{
	padding:5px;
	margin:0px;
}
#news_event_list li{
	padding:0px;
	margin:0px 0px 0px 40px;	
	list-style-image:url(../images/arrow.jpg);
	
}
#news_event_list li a{
	text-decoration:none;
	color:#ffad10;	
}
#news_event_list li a:hover{
	text-decoration:underline;
}
#journal_detail ul{
	padding:5px 0px 5px 0px;
	margin:0px;
}
#journal_detail li{
	padding:0px;
	margin:0px 0px 0px 40px;	
	list-style-image:url(../images/arrow.jpg);
}
.latestnews_journal a{
	text-decoration:none;
	color:#0085E0;	
}
.latestnews_journal a:hover{
	text-decoration:underline;
}
#journal_wrapper{
	width:180px;
	float:left;
	display:block;			
}
#journal_header{
	margin-top:57px;
	width: 180px;
	height: 29px;
	background: url(../images/journal_bg.jpg) no-repeat;		
}
#journal{
	display:block;
	overflow:hidden;
	width:180px;
	float:left;
}
#document_wrapper{
	width:156px;
	float:right;
	display:block;		
}
#document_header{
	margin-top:57px;
	width: 156px;
	height: 29px;
	background: url(../images/document_bg.jpg) no-repeat;
}
#document{
	display:block;
	overflow:hidden;
	width:156px;
	float:left;
}
#journal ul,#document ul{
	padding:0px;
	margin:5px 0px 0px 0px;	
}
#journal li,#document li{
	padding:0px;
	margin:0px 0px 0px 20px;		
	list-style-image:url(../images/arrow.jpg);
}
#document li a{
	text-decoration:none;
	color:#0085E0;
}
#document li a:hover{
	text-decoration:underline;
}
.detail{
	min-height:120px;	
	height:120px;
}
.show_all{
	width:150px;
	text-align:right;
}
.read_all{
	display:block;
	width:309px;
	height:20px;
	text-align:right;
}
#project_header{
	margin-top:16px;
	width: 311px;
	height: 29px;
	background: url(../images/project_bg.jpg) no-repeat;	
}
#project_detail{
	display:block;
	width:311px;		
	overflow:auto;
	min-height:120px;	
	height:120px;	
}
#project_detail ul{
	padding:0px;
	margin:5px 0px 0px 20px;	
}
#project_detail li{
	padding:0px;
	margin:0px 0px 0px 0px;	
	list-style-image:url(../images/arrow.jpg);
}
#project_detail a{
	text-decoration:none;
	color:#0085E0;
}
#project_detail a:hover{
	text-decoration:underline;
}
#calendar_wrapper{

}
#calendar_header{
	width: 288px;
	height: 112px;
	background: url(../images/calendar_header_bg.jpg) no-repeat;	
}
#calendar_body{
	width: 288px;
	height:300px;
	background: url(../images/calendar_bg.jpg) repeat-y;
	overflow:visible;
	padding-left:20px;
	padding-right:20px;	
}
#calendar_footer{
	width: 288px;
	height: 58px;
	background: url(../images/calendar_footer_bg.jpg) no-repeat;	
}
img
{
	border:0px;
}
#footer{
	clear:both;
	height:31px;
	background: url(../images/footer_bg.jpg) repeat-x;
	text-align:center;
	padding-top:15px;
	font-size:11px;
	color:#646464;
}

/**general**/
.contentpaneopen_news, .contentpaneopen_general,.contentpaneopen_article, .contentpaneopen{
	width:100%;
}
.contentpaneopen_news .show_detail, .contentpaneopen_general .show_detail, .contentpaneopen_article .show_detail, .contentpaneopen .show_detail{
	padding-left:15px;
	padding-right:75px;
}
.contentpaneopen a{
	color:#333333;
	text-decoration:none;
}
.contentpaneopen a:hover{
	text-decoration:underline;
}
.contentheading_general,.contentheading_news, .contentheading{
	background:url(../images/static_bg.jpg) no-repeat;
	width:672px;
	height:28px;
	color:#FFFFFF;
	padding-left:5px;
	font-weight:bold;
	display:block;
	padding-bottom:10px;
	line-height:25px;
}

/**Article**/
.contentheading_article{
	background:url(../images/article_title_bg.jpg) no-repeat;
	width:672px;
	height:28px;
	color:#FFFFFF;
	padding-left:5px;
	font-weight:bold;
	display:block;
	padding-bottom:10px;
	line-height:25px;
}

.article_column {
	font-weight:bold;
	background-image:none;
	color:#333333;
	padding-left:0px;
}
.readon_article{
	height:11px;
	width:37px;	
	overflow:hidden;
	margin:0; 
	padding:0; 	
	display:block;	
}
.readon_article{
	height:11px;
	width:660px;	
	overflow:hidden;
	background:url(../images/read_more_bg.jpg) repeat-x left top;
	margin:0; 
	padding:0; 	
	display:block;	
}
.readon_article span{
	background:url(../images/read_more_owner.jpg) no-repeat right top;
	width:100%;
	height:100%;
	display:block;	
	cursor:pointer;
}

/**News**/
.blog_news{
	font-weight:bold;
	background-image:none;
	color:#333333;
	padding-left:0px;
}
.readon_news{
	height:11px;
	width:37px;	
	overflow:hidden;
	margin:0; 
	padding:0; 	
	display:block;	
}
.readon_news{
	height:11px;
	width:660px;	
	overflow:hidden;
	background:url(../images/read_more_bg.jpg) repeat-x left top;
	margin:0; 
	padding:0; 	
	display:block;	
}
.readon_news span{
	background:url(../images/read_more_news.jpg) no-repeat right top;
	width:100%;
	height:100%;
	display:block;	
	cursor:pointer;
}
/** Joomla style sheet **/
.contentheading{
	font-weight:bold;
}
.readon{
	height:11px;
	width:37px;	
	overflow:hidden;
	margin:0; 
	padding:0; 	
	display:block;	
}
.readon span{
	background:url(../images/read_more_news.jpg) no-repeat left top;
	width:100%;
	height:100%;
	display:block;	
	cursor:pointer;
}
.content_readmore{
	width:310px;
	display:block;
	height:11px;
	text-align:right;	
	float:left;
}
.readabout{
	height:11px;
	width:315px;	
	overflow:hidden;
	background:url(../images/read_more_bg.jpg) repeat-x left top;
	margin:0; 
	padding:0; 	
	display:block;	
}
.readabout span{
	background:url(../images/read_more_owner.jpg) no-repeat right top;
	width:100%;
	height:100%;
	display:block;	
	cursor:pointer;
}
.readmore{
	height:11px;
	width:228px;	
	overflow:hidden;
	background:url(../images/read_more_bg.jpg) repeat-x left top;
	margin:0; 
	padding:0; 	
	display:block;	
}
.readmore span{
	background:url(../images/read_more_news.jpg) no-repeat right top;
	width:100%;
	height:100%;
	display:block;	
	cursor:pointer;
}
.calendar_title{
	color:#007dd0;
	font-weight:bold;
}
.gk_news_show_news_header{
	font-size:12px;
}
.gk_news_show_news_header a{
	text-decoration:none;
	color:#333333;
}
.gk_news_show_news_header a:hover{
	text-decoration:underline;	
}
.small,.createdate{
	font-size:11px;
	color:#808080;
}

/**news,general table **/
.list_item{
	background:url(../images/arrow.jpg) no-repeat left;
	width:10px;
}
.sectiontableentry1_news td a, .sectiontableentry2_news td a, .sectiontableentry1_general td a, .sectiontableentry2_general td a{
	color:#333333;
	text-decoration:none;
}
.sectiontableentry1_news td a:hover, .sectiontableentry2_news td a:hover, .sectiontableentry1_general td a:hover, .sectiontableentry2_general td a:hover{
	color:#C0C2C9;
	text-decoration:underline;
}

/**pubat book**/
#content li{
	padding:0px;
	margin:0;	
	height:20px;
	list-style-image:url(../images/arrow.jpg);
	
}
#content li a{
	text-decoration:none;
	color:#0085E0;	
}
#content li a:hover{
	text-decoration:underline;
}

/**news table **/
.sectiontableentry1_article td a, .sectiontableentry2_article td a{
	color:#333333;
	text-decoration:none;
}
.sectiontableentry1_article td a:hover, .sectiontableentry2_article td a:hover{
	color:#C0C2C9;
	text-decoration:underline;
}
