/* ---- Default Container Styles ----*/
.cx_master, .c1_master, .c2_master, .c3_master {
	width: auto;
	margin: 5px 0 10px 0;
}
.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: 30px;
	padding-top: 7px;
}
.c1_titlebar .Head {
	color: #fff;
	font-weight: bold;
}
.c1_content {
	background: #e2e2e2;
}
.c1_content .Normal {
	color: #000;
}
.c1_bottom {
	background: url(img/c1-TB.png) repeat-x scroll bottom left;
	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;
}
.c1-TL {
	background: url(img/c1-all.png) no-repeat scroll top left;
	padding-left: 10px;
	height: 30px;
}
.c1-TR {
	background: url(img/c1-all.png) no-repeat scroll top right;
	padding-right: 30px;
	height: 30px;
}
.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;
}
/* ---- #2 Container Style ----*/
.c2_master {
}
.c2_titlebar {
	background: url(img/c2-TB.png) repeat-x scroll top left;
	height: 30px;
	padding-top: 7px;
}
.c2_titlebar .Head {
	color: #379fbb;
	font-weight: bold;
}
.c2_content {
	background: #333333;
}
.c2_content .Normal {
	color: #fff;
}
.c2_bottom {
	height: 25px;
	background: url(img/c2-TB.png) repeat-x scroll bottom left;
}
.c2-L {
	background: url(img/c2-LR.png) repeat-y scroll top left;
	padding-left: 10px;
}
.c2-R {
	background: url(img/c2-LR.png) repeat-y scroll top right;
	padding-right: 10px;
}
.c2-TL {
	background: url(img/c2-all.png) no-repeat scroll top left;
	padding-left: 10px;
	height: 30px;
}
.c2-TR {
	background: url(img/c2-all.png) no-repeat scroll top right;
	padding-right: 10px;
	height: 30px;
}
.c2-BL {
	background: url(img/c2-all.png) no-repeat scroll bottom left;
	padding-left: 10px;
	height: 25px;
}
.c2-BR {
	background: url(img/c2-all.png) no-repeat scroll bottom right;
	padding-right: 10px;
	height: 25px;
}
/* ---- #3 Container Style ----*/
.c3_master {
}
.c3_titlebar {
	background: url(img/c3-TB.png) repeat-x scroll top left;
	height: 40px;
	padding-top: 3px;
}
.c3_titlebar .Head {
	color: #ffc324;
	font-weight: bold;
}
.c3_content {
	background: #231f20;
}
.c3_content .Normal {
	color: #fff;
}
.c3_bottom {
	height: 25px;
	background: url(img/c3-TB.png) repeat-x scroll bottom left;
}
.c3-L {
	background: url(img/c3-LR.png) repeat-y scroll top left;
	padding-left: 10px;
}
.c3-R {
	background: url(img/c3-LR.png) repeat-y scroll top right;
	padding-right: 10px;
}
.c3-TL {
	background: url(img/c3-all.png) no-repeat scroll top left;
	padding-left: 10px;
	height: 40px;
}
.c3-TR {
	background: url(img/c3-all.png) no-repeat scroll top right;
	padding-right: 10px;
	height: 40px;
}
.c3-BL {
	background: url(img/c3-all.png) no-repeat scroll bottom left;
	padding-left: 10px;
	height: 25px;
}
.c3-BR {
	background: url(img/c3-all.png) no-repeat scroll bottom right;
	padding-right: 10px;
	height: 25px;
}
/* NIU */
.width100 {
	width: 100%;
}


