/*Vung Block*/
.XCSSNC01_Block {
	z-index:auto;
	height:auto;
	width:auto;
	margin:0px 0px 1px 0px;
}
.XCSSNC01_Top {
	z-index:auto;
	height:8px;
	width:auto;
	background: url(top.png) 0 0 repeat-x;
}
.XCSSNC01_Center {
	z-index:auto;
	height:auto;
	width:auto;
}
.XCSSNC01_Bottom {
	z-index:auto;
	height:8px;
	width:auto;
	background: url(bot.png) 0 0 repeat-x;
}
.XCSSNC01_TopLeft {
	z-index:auto;
	height:8px;
	width:auto;
	background: url(topleft.png) 0 0 no-repeat;
}
.XCSSNC01_TopRight {
	z-index:auto;
	height:8px;
	width:auto;
	background: url(topright.png) no-repeat right top;
}
.XCSSNC01_CaptionBlock {
	z-index:auto;
	height:auto;
	width:auto;
}
.XCSSNC01_Left {
	z-index:auto;
	height:auto;
	width:auto;
	background: url(left.png) repeat-y left;
}
.XCSSNC01_Right {
	z-index:auto;
	height:auto;
	width:auto;
	background: url(right.png) repeat-y right;
}
.XCSSNC01_ContentBlock {
	z-index:auto;
	height:auto;
	width:auto;
	margin: 0px 8px 0px 8px;
	padding: 1px 0px 1px 0px;
	background: url(bg.png) repeat;
}
.XCSSNC01_BotLeft {
	z-index:auto;
	height:8px;
	width:auto;
	background: url(botleft.png) no-repeat left top;
}
.XCSSNC01_BotRight {
	z-index:auto;
	height:8px;
	width:auto;
	background: url(botright.png) no-repeat right top;
}

/*Vung dinh dang thanh Menu*/
.XCSSNC01_Menu {
	z-index:auto;
	height:25px;
	width:auto;
	background: url(menu.png) 0 0 repeat-x;
}
.XCSSNC01_MenuLeft {
	z-index:auto;
	height:25px;
	width:auto;
	background: url(menuleft.png) 0 0 no-repeat;
}
.XCSSNC01_MenuRight {
	z-index:auto;
	height:25px;
	width:auto;
	background: url(menuright.png) no-repeat right top;
}
.XCSSNC01_MenuCaption {
	z-index:auto;
	height:auto;
	width:auto;
	/*background: url(iconcap.gif) 15px 8px no-repeat;*/
	padding: 4px 0px 0px 35px;
}
.XCSSNC01_MenuCaption a {
	font-family: Arial;
	font-size: 14px;
	text-decoration: none;
	font-weight:bold;
	color:#6699FF;
}
