/* ---- 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;
}
/* ---- #2 Container Style ----*/
.c2_master {
}
.c2_titlebar {
	background: url(img/c2-TB.png) repeat-x scroll top left;
	height: 28px;
	padding-top: 4px;
	text-align: left;
}
.c2_titlebar .Head {
	color: #000;
	font-weight: bold;
}
.c2_content {
	background: #fff;
}
.c2_content .Normal {
	color: #000;
}
.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: 35px;
	height: 28px;
}
.c2-TR {
	background: url(img/c2-all.png) no-repeat scroll top right;
	padding-right: 10px;
	height: 28px;
}
.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: 45px;
	padding-top: 1px;
}
.c3_titlebar .Head {
	color: #fff;
	font-weight: bold;
}
.c3_content {
	background: #4a6d41;
}
.c3_content .Normal {
	color: #000;
}
.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: 45px;
}
.c3-TR {
	background: url(img/c3-all.png) no-repeat scroll top right;
	padding-right: 10px;
	height: 45px;
}
.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%;
}

