@charset "utf-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #5D5E5B;
	margin:0px 0px 0px 0px;
	background: #d7d6d0;
}

a img {
	border: none;
}

#articletitle {
	font-size: 18px;
	padding: 0px;
}

#articletitle_news {
	font-size: 12px;
	font-weight:bold;
	padding: 0px;
}


#background-main{
	width:1003px;
	background-color:#FFFFFF;
	background:url(../images/overall/bg_main.gif) repeat-y;
	margin:auto;
}

#background-up{
	width:100%;
	background:url(../images/overall/bg-up.gif);
	background-repeat:no-repeat;
	background-position:center top;
}
#background-down{
	width:100%;
	background:url(../images/overall/bg-down.gif);
	background-repeat:no-repeat;
	background-position:center bottom;
}
#body-main{
	width:942px;
	margin-left:auto;
	margin-right:auto;
	
}
#header{
	height:130px;
}
#logo{
	width:210px;
	height:105px;
	padding-top:25px;
	padding-left:20px;
}
#nav-bar{
	width:712px;
}

#nav-bar a:link{
	color:#6c6c6c;
	text-decoration:none;
}
#nav-bar a:hover{
	color:#960;
	text-decoration:underline;
}
#nav-bar a:active{
	color:#6c6c6c;
	text-decoration:none;
}
#nav-bar a:visited{
	color:#6c6c6c;
	text-decoration:none;
}
#searchtab{	
	width:676px;
	height:40px;
	margin-top:20px;
	margin-left:40px;
}
#languagetab{
	width:712px;
	height:15px;
	text-align:right;
	font-size:10px;
	margin-top:22px;
}
#languagetab a:link{
	color:#6c6c6c;
	text-decoration:none;
}
#languagetab a:visited{
	color:#6c6c6c;
	text-decoration:none;
}
#languagetab a:hover{
	color:#6c6c6c;
	text-decoration:underline;
}
#languagetab a:active{
	color:#6c6c6c;
	text-decoration:none;
}

.flashmenu{
	float:left;
	height:40px;
	width:671px;
	position:relative;
	
}
.searchbar{
	float:right;
	width:170px;
	height:28px;
	padding-left:20px;
	 padding-top:8px;
	display:inline;
	line-height:20px;
	z-index:200;
	/* border:2px dotted #FF0000; */
	margin-left:465px;
	position:absolute;
}
.searchbox{
	border:solid;
	border-width:0px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
	height:15px;
	line-height:20px;
	width:150px;
	vertical-align:middle;
	border-spacing:0;
	
}
#searchsubmit{
	background:url(../images/mainmenu/bt_search.png) no-repeat;
	border:none;
	width:15px;
	height:14px;
	display:inline;
	vertical-align:middle;
}
.floatleft{
	float:left;
}
.floatright{
	float:right;
}
a:link, a:active, a:visited {
	color:#e50c5a;
	text-decoration:none;
}

a:hover{
	color:#e50c5a;
	text-decoration:underline;
}

/*--------------------content-body----------------------*/
#content-body{
	width:942px;
	border:solid;
	border-width:1px;
	border-color:#eaeaea;
	position:relative;
	background:url(../images/overall/content-bg-down.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:#f2f2f2;
	
}
#content-bg-up{
	width:942px;
	background:url(../images/overall/content-bg-up.gif);
	background-repeat:repeat-x;
	position:relative;
}
#content-bg-down{
	width:942px;
	position:relative;
	background:url(../images/overall/menu-under-bg.png) no-repeat bottom left;
	background-position:0px 300px;
}
.border-left-bottom{
	background:url(../images/overall/border-left-bottom.gif);
	width:7px;
	height:7px;
	float:left;
	vertical-align:bottom;
	margin-left:-1px;
	margin-top:-6px;
}
.border-right-bottom{
	background:url(../images/overall/border-right-bottom.gif);
	width:7px;
	height:7px;
	float:right;
	margin-right:-1px;
	margin-top:-6px;
	vertical-align:bottom;
}
#content-left{
	width:230px;
	padding-top:18px;
	
}
#content-main{
	width:712px;
	background:url(../images/overall/left-shadow-center.gif);
	background-repeat:repeat-y;
	background-position:left;
	position:relative;
}
#content-main-bg-up{
	width:712px;
	background:url(../images/overall/left-shadow-up.gif);
	background-position:left top;
	background-repeat:no-repeat;
	position:relative;
	
}
#content-main-bg-down{
	width:712px;
	background:url(../images/overall/left-shadow-down2.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	position:relative;
	
}

#content-mid {
	padding: 19px 19px 0px 27px;
}
/*----------------footer-----------------*/
#footer{
	height:106px;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#6c6c6c;
}
#footer-about{
	margin-left:20px;
	width:300px;
}
#footer-link{
	text-align:right;
}
#footer-box{
	height:19px;
	border:solid;
	border-width:1px;
	border-left-width:0px;
	border-right-width:0px;
	border-color:#d7d7d7;
	margin-top:18px;
	padding-left:25px;
}
#copyright{
	margin-top:2px;
	font-size:10px;
}

#footer a:link{
	color:#6c6c6c;
	text-decoration:none;
}
#footer a:visited{
	color:#6c6c6c;
	text-decoration:none;
}
#footer a:hover{
	color:#6c6c6c;
	text-decoration:underline;
}


#footer a:active{
	color:#6c6c6c;
	text-decoration:none;
}
/*---------------------------------------------------*/
#highlight-bottom{
	margin-top:18px;
	height:198px;
	background:url(../images/overall/inner-highlight-bg.gif);
	background-repeat:no-repeat;
}
.eventhighlight-items{
	padding-top:5px;
	position:relative;
	
}
.eventhighlight-items .icon{
	width:78px;
	height:58px;
	padding:1px 1px;
	border:solid;
	border-width:1px;
	border-color:#CCC;
	float:right;
	margin-bottom:3px;
}

.eventhighlight-items .content{
	background:url(../images/home/bl-2.gif);
	background-repeat:no-repeat;
	background-position:0px 4px;
	float:left;
	padding-left:10px;
	margin-top:auto;
	margin-bottom:auto;
	font-weight:bold;
	margin-top:10px;
}
.eventhighlight-items .date{
	font-weight:normal;
}
.sublink{
	font-size:11px;
	padding-right:5px;
}

.eventhighlight-items .venu{
	clear:both;
	border:solid;
	border-width:0px;
	border-top-width:1px;
	border-color:#CCC;
	padding-top:5px;
	padding-left:10px;
	
}
#LatestPromotions{
	margin-left:15px;
	margin-top:27px;
	position:relative;
}
#LatestPromotions .title{
	padding-bottom:5px;
}
#LatestPromotions .items-mask{
	width:480px;
	height:120px;
	overflow:hidden;
}
#LatestPromotions .items{
}
#LatestPromotions .item{
	background:url(../images/overall/latest-icon-border.gif);
	background-repeat:no-repeat;
	width:156px;
	height:119px;
	float:left;
	padding-left:4px;
	padding-top:4px;
}
.Inner-Content-672{
	width:672px;
	padding-top:20px;
	margin-left:auto;
	margin-right:auto;
}
.Inner-Content-640{
	width:640px;
	/*padding-top:20px;*/
	margin-left:auto;
	margin-right:auto;
}
.Inner-Content-660{
	width:660px;
	/*padding-top:20px;
	margin-left:auto;
	margin-right:auto;*/
}
.Inner-Content-700{
	width:700px;
	/*padding-top:20px;*/
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
.bt-previous{
	background:url(../images/overall/bl-prv.gif);
	background-position:center left;
	background-repeat:no-repeat;
	padding-left:13px;
}
.bt-next{
	background:url(../images/overall/bl-next.gif);
	background-position:center right;
	background-repeat:no-repeat;
	padding-right:13px;
}
.clearboth{
	clear:both;
}
.paging{
	text-align:right;
	padding-right:10px;
	background:url(../images/overall/event-calendar-paging-bg.gif);
	height:27px;
	padding-top:5px;
}
/*--------------------------------------------------------------*/

/*----------------main-menu---------------*/
/*
#Main-Menu{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#444444;
	margin-top:-5px;
}
ul{
	margin-top:20px;
}
ul ul{
	margin-top:0px;
	margin-bottom:10px;
}
li{
	font-size:18px;
	list-style:none;
	margin-left:0px;
	padding-top:8px;
	padding-bottom:10px;
	padding-left:15px;
	font-weight:normal;
	
}
li .active{
	background:url(../images/overall/main-menu-sub-bl.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	font-weight:bold;
}
li li{
	font-size:12px;
	padding-left:20px;
	padding-top:0px;
	padding-bottom:0px;
	background:url(../images/overall/main-menu-sub-bl.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	margin-left:-40px;
	margin-top:10px;
	margin-bottom:10px;
	font-weight:normal;
}
li li .active{
	background:url(../images/overall/main-menu-sub-sub-bl.gif);
	background-repeat:no-repeat;
	background-position:0px 2px;
	font-weight:bold;
}
li li li{
	padding-left:15px;
	padding-top:0px;
	padding-bottom:0px;
	background:url(../images/overall/main-menu-sub-sub-bl.gif);
	background-repeat:no-repeat;
	background-position:0px 2px;
	font-weight:normal;
}
li li li .active{
	background:url(../images/overall/main-menu-sub-sub-sub-bl.gif);
	background-repeat:no-repeat;
	background-position:0px 6px;
	font-weight:bold;
}
li li li li{
	padding-left:13px;
	padding-top:0px;
	padding-bottom:0px;
	background:url(../images/overall/main-menu-sub-sub-sub-bl.gif);
	background-repeat:no-repeat;
	background-position:0px 6px;
	font-weight:normal;
}

#menu-conventions li li li{
	background:url(../images/overall/main-menu-con-sub-sub-bl.gif);
	background-repeat:no-repeat;
	background-position:0px 2px;
}
.hr{
	background:url(../images/overall/main-menu-bg-down.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	height:2px;
	margin-bottom:5px;
	margin-top:5px;
}
.active{
	background:url(../images/overall/main-menu-bg-active.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
}

#menu-meeting-and-incentives a{
	color:#e50c5a;
}
#menu-meeting-and-incentives .active a{
	color:#e50c5a;
}
#menu-meeting-and-incentives .active li a{
	color:#333333;
}
#menu-meeting-and-incentives .active a:hover{
	color:#e50c5a;
}
#menu-conventions a{
	color:#0057a7;
}
#menu-conventions .active a{
	color:#0057a7;
}
#menu-conventions .active li a{
	color:#333333;
}
#menu-conventions .active a:hover{
	color:#0057a7;
}
*/
.hr{
	background:url(../images/overall/main-menu-bg-down.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	height:1px;
	margin-bottom:5px;
	margin-top:5px;
}
.MICE-Main-Menu{
}
.MICE-Main-Menu .Sub-Menu{
	padding-left:0px;
	padding-top:10px;
	padding-bottom:10px;
}
.MICE-Main-Menu .Menu {
	font-size:18px;
	font-weight:normal;
	list-style:none;
	padding-top:10px;
	padding-bottom:0px;
	padding-left:20px;
	padding-right:10px;
}
.MICE-Main-Menu .Menu .Menu{
	padding-left:20px;
	font-size:12px;
	padding-top:4px;
	padding-bottom:4px;
	background:url(../images/overall/main-menu-sub-bl.gif);
	background-repeat:no-repeat;
	background-position:0px 6px;
	font-weight:normal;	
}
.MICE-Main-Menu .Menu .Menu .Menu{
	padding-left:15px;
	background:url(../images/overall/main-menu-sub-sub-bl.gif);
	background-repeat:no-repeat;
	background-position:0px 6px;
	font-weight:normal;	
}

#menu-conventions .Menu .Menu .Menu{
	padding-left:15px;
	background:url(../images/overall/main-menu-con-sub-sub-bl.gif);
	background-repeat:no-repeat;
	background-position:0px 6px;
	font-weight:normal;	
}
#menu-exhibition .Menu .Menu .Menu{
	padding-left:15px;
	background:url(../images/overall/main-menu-ex-sub-sub-bl.gif);
	background-repeat:no-repeat;
	background-position:0px 6px;
	font-weight:normal;	
}
.MICE-Main-Menu .Menu .Menu .Menu .Menu{
	background:url(../images/overall/main-menu-sub-sub-sub-bl.gif);
	background-repeat:no-repeat;
	background-position:0px 11px;
	font-weight:normal;	
}
.MICE-Main-Menu .active{
	background:url(../images/overall/main-menu-bg-active.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
.MICE-Main-Menu .Menu .active{
	font-weight:bold;
}
.MICE-Main-Menu .Menu .Menu .active{
	font-weight:bold;
}
.MICE-Main-Menu .Menu .Menu .Menu .active{
	font-weight:bold;
}

#menu-meeting-and-incentives .active a{
	color:#e50c5a;
}
#menu-meeting-and-incentives .Sub-Menu a{
	color:#333333;
}
#menu-meeting-and-incentives .Sub-Menu a:hover{
	color:#e50c5a;
	text-decoration:none;
}

#menu-conventions a{
	color:#333333;
}
#menu-conventions .active a{
	color:#0057a7;
}
#menu-conventions .Sub-Menu a{
	color:#333333;
}
#menu-conventions .Sub-Menu a:hover{
	color:#0057a7;
}

#menu-exhibition a{
	color:#333333;
}
#menu-exhibition .active a{
	color:#8fb528;
}
#menu-exhibition .Sub-Menu a{
	color:#333333;
}
#menu-exhibition .Sub-Menu a:hover{
	color:#8fb528;
}

/*-------------------------- Home Right Module ---------------------------*/

.mod_bannerslider{
	margin-top:10px;
	margin-bottom:5px;}

#event_calendar_detail p{
	margin:0px;
	line-height:14px;}
#event_calendar_detail td{
	line-height:14px;}
#footerlink{
	line-height:14px;
	color:#999999;
	font-size:10px;
	text-align:center;	
	}
.footerlink{
	margin-bottom:20px;}

/* Event home */

.evencalendarrow1{
	background-color:#DFDFDF;
	border:dotted;
	border-width:0px;
	border-bottom-width:1px;
	border-color:#666666;
	padding:3px;
}
.evencalendarrow2{
	background-color:#FFFFFF;
	border:dotted;
	border-width:0px;
	border-bottom-width:1px;
	border-color:#666666;
	padding:3px;
}

.bgeventleft{
	background-image:url(../images/overall/bg-event-left.png);
	background-repeat:repeat-y;
}

.bgeventright{
	background-image:url(../images/overall/bg-event-right.png);
	background-repeat:repeat-y;
}
.bgeventlefttop{
	background-image:url(../images/overall/bg-event-left-top.png);
	background-repeat:no-repeat;
	
}
.bgeventrighttop{
	background-image:url(../images/overall/bg-event-right-top.png);
	background-repeat:repeat-y;
}
#event_calendar_bottom{
	width:98%;
	height:8px;
	background-image:url(../images/overall/bg-event-bottom.png);
	background-repeat:repeat-x;
	background-position:bottom;
	display:block;
}

#rss {
	font-size:10px;
}


#link:hover{
	color:#e50c5a;
}
	
.imgborder {
	border:1px solid #dedbdb; 
	padding: 2px;
}

/*------------------------------------- floating ------------------------------*/

#MI{
	
}
#MI .title{
	font-size:18px;
	padding-left:0px;
}
#MI .img{
	background:url(../../../components/com_milayout/images/ourserviceandteam/img-border.gif);
	background-repeat:no-repeat;
	padding:5px 5px 5px 5px;
	margin-top:10px;
}
#MI .mi-content {
	padding-left:0px;
	padding-right:5px;
	color:#757575;
}
#MI .mi-content .title{
font-size:14px;
font-weight:bold;
}
#MI .content .item{
	background:url(../../../components/com_milayout/images/ourserviceandteam/bl.gif);
	background-repeat:no-repeat;
	background-position:0px 6px;
	padding-left:10px;
}
#people-detail{
background:url(../../../components/com_milayout/images/ourserviceandteam/pen.gif);
background-repeat:no-repeat;
background-position:right top;
width:733px;
color:#666666;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
}
#people-detail .p-address{
	color:#777777;
	font-size:11px;
}
#people-detail .p-content{
	text-align:justify;
}
#people-detail .p-title{
	font-size:24px;
	color:#000000;
	font-weight:bold;
}

#dbgFloating{
	background-color:#FFFFFF;
	filter:alpha(opacity=77); opacity: 0.77;
	width:100%;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
	z-index:998;
}
#dFloating{
	width:767px;
	height:auto;
	left:0px;
	top:0px;
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
	margin-bottom:auto;
	position:absolute;
	z-index:999;
}
#closeBT{
	text-align:right;
}
#FT-border-up{
	background:url(../../../components/com_milayout/images/documentFloating/border-up.png);
	height:22px;
	width:767px;
}
#FT-border-down{
	clear:both;
	background:url(../../../components/com_milayout/images/documentFloating/border-down.png);
	height:18px;

}
#FT-content{
	width:767px;
	position:relative;
}
#FT-content-left{
	width:18px;
	float:left;
}
#floatingContent{
	background:url(../../../components/com_milayout/images/documentFloating/content-bg-down.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}
#FT-content-bg-up{
	background:url(../../../components/com_milayout/images/documentFloating/content-bg-up.gif);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#FFFFFF;
	position:relative;
	height:auto;
	width:733px;
	float:left;
}
#FT-content-right{
	width:16px;
	float:right;
}
#FT-content-left .up{
	background:url(../../../components/com_milayout/images/documentFloating/border-left-up.png);
	background-repeat:no-repeat;
	height:228px;
}
#FT-content-left .center{
	background:url(../../../components/com_milayout/images/documentFloating/border-left.png);
	background-repeat:repeat-y;
	height:auto;
}


#FT-content-left .down{
	background:url(../../../components/com_milayout/images/documentFloating/border-left-down.png);
	background-repeat:no-repeat;
	height:237px;
}
#FT-content-right .up{
	background:url(../../../components/com_milayout/images/documentFloating/border-right-up.png);
	background-repeat:no-repeat;
	height:228px;
}

#FT-content-right .center{
	background:url(../../../components/com_milayout/images/documentFloating/border-right.png);
	background-repeat:repeat-y;
	height:auto;
}
#FT-content-right .down{
	background:url(../../../components/com_milayout/images/documentFloating/border-right-down.png);
	background-repeat:no-repeat;
	height:237px;
}


/* ----------------- news  --------------------------------*/
.moduletable_news{
	float:left;
	margin-left:-20px;
	text-align:justify;
}
.moduletable_news img  {
  padding:2px;
   background-color:#ffffff;
}

div#article-content{
/*	width:600px; */
	padding:10px;
	min-height:60px;
	padding-bottom:25px;
	padding-top:10px;
	

}
.date{
	color:#E50C5A;
	}
div.trans-off {
	cursor:pointer;
}
div.trans-on {
	height:100%;
	/* filter: alpha(opacity=50); -moz-opacity: 0.5; */
	cursor:pointer;
	background-color:#E2E2E2;
	color:#000000;
}
.pic{
	float:left;
	height:65px;
	padding-left:4px;
	padding-top:4px;
	width:120px;
}
.pic img{
	width:95px;
	height:57px;
	padding:4px;
	border:1px solid #CCCCCC;
	float:left;
}	
	
.contentpaneopenprocurement{
	border-bottom:solid 1px #CCCCCC;
	}
.blog_news 	.trans-off {
	border-bottom:solid 1px #CCCCCC;
}

/* paging -------------------------------- */
div.pagination {
	height: 22px;margin-top: 10px;margin-bottom: 15px;
	/* background-color:#404040; */
	color:#FFFFFF;
	font-size:11px;
	height:18px;
	float:left;
}
div.pagegination a,div.pagegination a:link, div.pagegination a:visited{
	color:#908B8B;
	}
div.pagination div.tab {float: left;margin-right: 6px;}
div.pagination div.tab2 {padding: 0 8px;}
div.pagination div.page-block {padding: 0 4px;float: left;margin-right: 6px; }
.page-block a:link,.page-block a:visited{
text-decoration:none; color:#908B8B; 	

}
.tab2 a, .tab2 a:visited{text-decoration:none; color:#908B8B; 	font-size:11px; font-weight:normal;}
.page-block a:hover,.tab2 a:hover{
	color:#FFFFFF; 	
}
#start,#pre,#next,#end{
	background-color:#404040;
	position:relative;
	float:left;

}		
.pagelist{
	width:500px;
	background-color:#404040; 
	float:left;
	margin-right:5px;
	margin-top:0;
	padding-top:0;
}
#next img.a,#next img.a:visited{
	line-height:0;
	border:none;
	float:left;
}
#next .tab2,#pre .tab2{
	padding:0;
	margin:0;
	float:left;
	width:27px;
	height:18px;
	}
#next  , #next  .tab2{
	background-color:#ffffff;
	}	

#end  , #end  .tab2{
	display:block;
	}	
div.pagination a.img,div.pagination a.img:link,div.pagination a.img:hover,div.pagination img{
	border:none;
}
#pagetot{
	padding-left:10px;
	float:left;
	position:relative;
	padding-right:30px;
}
/* end pagination */

.componentheading_news{
	font-size:18px; padding-left:0px; padding-top:4px;

}


.items .content a:hover {
		font-weight:bold;
		text-decoration:none;
}

#event_calendar_detail  a:link, #event_calendar_detail  a:visited {
	color:#5D5E5B;
}

#event_calendar_detail a:hover {
	color:#e50c5a;
	text-decoration: none;
}

#eventpaging a:link, #eventpaging a:visited {
	color:#FFFFFF;
}

#eventpaging a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}

#mi_event_switch a:link, #mi_event_switch a:visited {
	color:#7A7A7A;
}

#mi_event_switch a:hover {
	color:#7A7A7A;
	text-decoration: none;
	font-weight:bold;
}

.items  .content  a:hover {
	color:#e50c5a;
	text-decoration:none;
	font-weight:normal;
}
div#viewall  , div#viewall2  , div#viewall3 {
		color:#E50C5A;
	}

div#viewall:hover , div#viewall2:hover , div#viewall3:hover{
		color:#E50C5A;
		text-decoration:underline;
	}
	
/*********************/
#FMP-recomment a {
	color: #7A7A7A;
}

#FMP-recomment a:hover {
	color: #e50c5a;
	text-decoration:none;
}
.gn_static_1{
	margin-bottom:15px;
	}
.padleft8 { padding-left: 8px;}


table.blog_procurement{
width:100%;}

.contentpaneopenprocurement{
	border-bottom:solid 1px #CCCCCC;
	}
.pic-download{
	float:left;
	vertical-align:top;
	}
#date-procurement{
	float:left;
	width:500px;
	}	
#data-procurement{
	vertical-align:top;
	float:left;
	text-align:center;
	position:relative;

}
div#article-procurement {
	padding:10px 10px 10px;
	border-bottom:1px solid #CCCCCC;
}
.date-pro{
	color:#A81332;
	width:75px;
	float:left;
}
.blog_procurement{
	padding-top:20px;
}
