/* ---- Default Container Styles ----*/
.cx_master, .c1_master, .c2_master, .c3_master {
	width: auto;
}
.cx_titlebar, .c1_titlebar, .c2_titlebar, .c3_titlebar {
	padding: 0;
}
.cx_content, .c1_content, .c2_content, .c3_content {
	padding: 5px 10px 5px 10px;
	margin: 0;
}
/* ---- #1 Container Style ----*/
.c1_master {
}
.c1_titlebar {
	background: url(img/c1-TB.png) repeat-x scroll top left;
	height: 32px;
	padding-top: 8px;
}
.c1_titlebar .Head {
	color: #fff;
	font-weight: bold;
}
.c1_content {
	background: #ebebeb;
}
.c1_content .Normal {
}
.c1_bottom {
	background: url(img/c1-TB.png) repeat-x scroll bottom left;
	height: 25px;
}
.c1-TL {
	background: url(img/c1-all.png) no-repeat scroll top left;
	padding-left: 45px;
	height: 32px;
}
.c1-TR {
	background: url(img/c1-all.png) no-repeat scroll top right;
	padding-right: 10px;
	height: 32px;
}
.c1-BL {
	background: url(img/c1-all.png) no-repeat scroll bottom left;
	padding-left: 10px;
	height: 25px;
}
.c1-BR {
	background: url(img/c1-all.png) no-repeat scroll bottom right;
	padding-right: 10px;
	height: 25px;
}
.c1-L {
	background: url(img/c1-LR.png) repeat-y scroll top left;
	padding-left: 10px;
}
.c1-R {
	background: url(img/c1-LR.png) repeat-y scroll top right;
	padding-right: 10px;
}
/* ---- #2 Container Style ----*/
.c2_master {
}
.c2_titlebar {
	background: url(img/c2-TB.png) repeat-x scroll top left;
	height: 32px;
	padding-top: 8px;
}
.c2_titlebar .Head {
	color: #fff;
	font-weight: bold;
}
.c2_content {

}
.c2_content .Normal {
	color: #000;
}
.c2_bottom {
	height: 25px;
	padding: 0 10px 0 10px;
}
.c2-TL {
	background: url(img/c2-all.png) no-repeat scroll top left;
	padding-left: 35px;
	height: 32px;
}
.c2-TR {
	background: url(img/c2-all.png) no-repeat scroll top right;
	padding-right: 10px;
	height: 32px;
}

/* NIU */
.width100 {
	width: 100%;
}


