/* ---- 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: 25px;
	padding-top: 3px;
}
.c1_titlebar .Head {
	color: #000;
	font-weight:bold;
}
.c1_icon {
		background: url(img/c1-icon.png) no-repeat scroll center left;
		padding-left:38px;
		height: 25px;
}

.c1_icon img{
text-align: bottom;
}
.c1_content {
	background: #e8a81a;
}
.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: 10px;
	height: 25px;
}
.c1-TR {
	background: url(img/c1-all.png) no-repeat scroll top right;
	padding-right: 10px;
	height: 25px;
}
.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 {
	background: #fff;
	border: 3px #3d4044 solid;
	border-top: 0;
}
.c2_titlebar {
	background: transparent url(img/c2-T.png) repeat-x scroll top left;
	padding: 4px;
}
.c2_titlebar .Head {
	color: #a10327;
	font-style: italic;
	font-weight: bold;
	font-size: 12pt;
}
.c2_content {
}
/* ---- #3 Container Style ----*/
.c3_master {
	background: #c48d8d;
	border: 2px #453f44 solid;
}
.c3_titlebar {
	padding: 4px;
}
.c3_titlebar .Head {
	color: #fff;
	font-size: 12pt;
}
.c3_content {
}
/* NIU */
.width100 {
	width: 100%;
}

