/* 
================================
 Container Styles
================================
 master
	title
	content
 additional visual styling
*/
/* --- common styles --- */
.cx_master, .c1_master, .c2_master, .c3_master {
	width: auto;
	background: transparent;
}
.cx_titlebar, .c1_titlebar, .c2_titlebar, .c3_titlebar {
	height: 25px;
	padding-left: 10px;
	padding-top: 3px;
}
.cx_titlebar .Head, .c1_titlebar .Head, .c2_titlebar .Head {
	color: black;
	font-weight: bold;
}
/* content padding */
.cx_content, .c1_content, .c2_content {
	padding: 0 10px 0 10px;
}
/* --- c1 ---*/
.c1_master {
}
.c1_titlebar {
	background: transparent url(img/c1-T.gif) repeat-x scroll top left;
	width: 100%;
	height: 13px;
}
.c1_titlebar .Head {
}
.c1_content {
}
.c1-L {
	background: transparent url(img/c1-L.gif) repeat-y scroll top left;
	padding-left: 13px;
}
.c1-R {
	background: transparent url(img/c1-R.gif) repeat-y scroll top right;
	padding-right: 13px;
}
.c1_bottom {
	width: 100%;
	background: url(img/c1-B.gif) repeat-x scroll bottom left;
}
.c1-TL {
	background: url(img/c1-TL.gif) no-repeat scroll top left;
	padding-left: 13px;
	height:25px;
}
.c1-TR {
	background: url(img/c1-TR.gif) no-repeat scroll top right;
	padding-left: 13px;
	height:25px;
}
.c1-BL {
	background: url(img/c1-BL.gif) no-repeat scroll bottom left;
	padding-left: 13px;
}
.c1-BR {
	background: url(img/c1-BR.gif) no-repeat scroll bottom right;
	padding-left: 13px;
}
/* --- c2 ---*/
.c2_master {
	border: 2px #000 solid;
	border-top: 0;
}
.c2_titlebar {
	background: transparent url(img/c2-T.gif) repeat-x scroll top left;
	
}
.c2_titlebar .Head {
	color: white;
}
.c2_content {
	background: white;
	border: 1px black solid;
}
/* --- c3 ---*/
.c3_master {
	border: 3px #3d4044 solid;
}
.c3_titlebar {
	background: url(img/c3-icon.gif) transparent no-repeat scroll 4px 50%;
	width: 100%;
	padding-left: 20px;
	border-bottom: 3px #3d4044 solid;
	height:19px;
	padding-top:0;
}
.c3_content {
	background: white;
	border: 1px black solid;
}
