@charset "utf-8";

/* =S Containers Base ------------------------------------------------- */
.DNNAlignleft,.DNNAligncenter {
	text-align: left;
}

.DNNAlignright {
	text-align: right;
}

.Container-mod {
	margin-bottom: 10px;
}

.con-pane:after {
	content:"\0020";
	display: block;
	clear: both;
}

.con-pane,.con3 .conhd {
	display: inline-block;
}

.con-pane,.con3 .conhd {
	display: block;
}

.conft {
	text-align: right;
}

.con-action {
	float: left;
}

.NO-Title .con-action {
	float: none;
}

.con-action table,.con-action td {
	width: auto;
}

.con-title img {
	margin-right: 2px;
	vertical-align: middle;
}
/* =E Containers Base ------------------------------------------------- */

/* =S Container Title ------------------------------------------------- */
.con1 .con-title .Head {
	color: #F4D400;
	font: 18px/22px Verdana,sans-serif;
}

	.con2 .con-title .Head,.con3 .con-title .Head {
	color: #F5D400;
	font: 26px/30px "Times New Roman",serif;
}

.con3 .con-title .Head {
	white-space: nowrap;
}
/* =E Container Title ------------------------------------------------- */

/* =S Container1 ------------------------------------------------------ */
.con1 .conhd{
	padding: 9px 0;
}

.con1 .con-pane {
	padding: 1px 0;
}
/* =E Container1 ------------------------------------------------------ */

/* =S Container2 ------------------------------------------------------ */
.con2 {
	border: 1px solid #655800;
	padding: 0 12px;
}

.con2 .conhd {
	padding: 7px 0;
}

.con2 .con-pane {
	padding: 0 0 4px;
}
/* =E Container2 ------------------------------------------------------ */

/* =S Container3 ------------------------------------------------------ */
.con3 {
	background: #2F1F7C;
}

.con3 .conhd,.con3 .conhd .con-area,.con3 .conhd .con-area2 {
	background: url("images/c3_t.png") no-repeat 0 0;
}

.con3 .conhd {
	padding-left: 60px;
}

.con3 .conhd .con-area {
	background-repeat: repeat-x;
	background-position: 0 -90px;
}

.con3 .conhd .con-area2 {
	padding: 6px 0;
	background-repeat: no-repeat;
	background-position: 100% -180px;
}

.con3 .conbd {
	background: url("images/c3_mm.png") repeat-x 0 0;
}

.con3 .conbd .con-area {
	background: url("images/c3_ml.png") no-repeat 0 0;
}

.con3 .conbd .con-area2 {
	padding: 6px 8px 6px 29px;
	background: url("images/c3_mr.png") no-repeat 100% 0;
}
/* =E Container3 ------------------------------------------------------ */

