body{
	margin:0px;
	padding:0px;
	text-align:center;
	height:100%;
	/*background-image:url(img/background.gif);*/
	background-image:url(img/back1.jpg);
	background-attachment: fixed;
	font-family: arial, "lucida console", sans-serif;
	font-size: 12px;
}

#headerTop {
	color:#FFFFFF;
	background-image:url('img/headerTop.jpg');
	padding:3px;
	font-size:12px;
}
#wrapper{
	text-align: left;
	margin: auto;
	width: 1000px;
	position:relative;


	
}

#footer{
	background-color:#000000;
	padding:5px;
	font-size: 10px;
}
 
#footer A:link {text-decoration: none; color: #ffffff;}
#footer A:visited {text-decoration: none; color: #ffffff;}
#footer A:active {text-decoration: none; color: #ffffff;}
#footer A:hover {text-decoration: underline ; color: #ffffff; padding:5px}

#newsbox{

}
.newsHeader{
	background-color:#000000;
	color:#FFFFFF;

}
.newsTableColumn{
	border-color:#CCCCCC;
	border:1px;
	
}
.yesasiaFooterFront{
background-color:#000000;

}
.style2{
	font-size: 12px;
}
.style2 A:link {text-decoration: none; color: #004573;}
.style2 A:visited {text-decoration: none; color: #004573;}
.style2 A:active {text-decoration: none; color: #004573;}
.style2 A:hover {text-decoration: underline ; color: #004573;}

/*       Taop Top NEWS TABLE      */
.headerTop A:link {text-decoration: none; color: #FFFFFF;}
.headerTop A:visited {text-decoration: none; color: #FFFFFF;}
.headerTop A:active {text-decoration: none; color: #FFFFFF;}
.headerTop A:hover {text-decoration: none ; color: #FFFFFF; background-color:#000000;}


/*       NEWS TABLE      */
table.news {
	border-width: thin;
	border-spacing: 0px;
	border-style: solid;
	border-color:#CCCCCC;
	border-collapse: collapse;
	background-color: white;
}
		.eventLink a {
			position: relative;
			padding:2px;
			text-decoration: none;
			font-size: 12px;
			color: #FFF;
			background: #000;
			
		}
		
		.eventLink a:hover {
			background: #D33431;
		}

.newsHeading{
	border-width: thin;
	padding: 5px;
	border-style: solid;
	border-color: #CCCCCC;
	color:#FFFFFF;
	background-color: black;
}
.newsBlock{
	border-width: thin;
	padding: 3px;
	border-style: solid;
	border-color:#CCCCCC;
	background-color: white;
}

#NewstopTable{
background-image:url(img/table/news_table_top.jpg)
}
#NewsLeftTable{
background-image:url(img/table/news_table_left.jpg)
}
#NewsRightTable{
background-image:url(img/table/news_table_right.jpg)
}
#NewsBottomTable{
background-image:url(img/table/news_table_bottom.jpg)
}
/*       NEWS TABLE      */


.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	color:#FFF;
	font-size: 12px;
	background-color:#000000;
	width:600px;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:2px;
	background-image:url('images/bg_answer.gif');
	background-repeat:no-repeat;
	background-position:top right;	
	height:20px;
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	border:1px solid #317082;
	background-color:#E2EBED;
	width:600px;
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:1px;
	font-size: 12px;
	position:relative;
}



.zitem {
	width:125px;
	height:125px;	
	border:2px solid #222;	
	margin:5px 5px 5px 0;
	
	/* required to hide the image after resized */
	overflow:hidden;
	
	/* for child absolute position */
	position:relative;
	
	/* display div in line */
	float:left;
}

.zitem .caption {
	width:125px;
	height:30px;
	background:#000;
	color:#fff;
		
	/* fix it at the bottom */
	position:absolute;
	bottom:-1px; /* fix IE issue */
	left:0;

	/* hide it by default */
	display:none;

	/* opacity setting */
	filter:alpha(opacity=70);    /* ie  */
	-moz-opacity:0.7;    /* old mozilla browser like netscape  */
	-khtml-opacity: 0.7;    /* for really really old safari */  
	opacity: 0.7;    /* css standard, currently it works in most modern browsers like firefox,  */

}

.zitem .caption a {
	text-decoration:none;
	color:#fff;
	font-size:12px;	
	
	/* add spacing and make the whole row clickable*/
	padding:5px;
	display:block;
}

img {
	border:0;
	
	/* allow javascript moves the img position
	position:absolute;*/
}
