@charset "utf-8";

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.containerpane:after,.containerbot:after,.Container1 .title:after {
	content:".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	overflow: hidden;
}

.containerpane,.containerbot,.Container1 .title,* html .Container3 .title,* html .Container4 .title {
	display: inline-block;
}

.containerpane,.containerbot,.Container1 .title,* html .Container3 .title,* html .Container4 .title {
	display: block;
}

.containerbot {
	clear: both;
	padding-bottom: 1px;
}

/* =S Container Title ================================================= */
.Head1,.Head2,.Head3 {
	padding-left: 5px;
	color: #fff;
	font-family: Tahoma,Arial,sans-serif;
	font: 22px/29px Tahoma,Arial,sans-serif;
}

.Head1 {
	line-height: 33px;
}

.Head2 {
	padding-left: 0;
	white-space: nowrap;
}

.Head3 {
	white-space: nowrap;
}

.Head4 {
	color: #fff;
	font-family: Tahoma,Arial,sans-serif;
	font: 22px/34px Tahoma,Arial,sans-serif;
	white-space: nowrap;
}
/* =E Container Title ================================================= */



/* =S Container1 ====================================================== */
.Container1 .title {
	padding: 2px 0;
}

.Container1 .title img {
	float: left;
	margin-right: 8px;
}

.Container1 .containerpane {
	padding: 8px 5px 1px;
	text-align: left;
}
/* =E Container1 ====================================================== */



/* =S Container2 ====================================================== */
.Container2 {
	background: url("images/bg_c2.jpg") repeat-x left top;
}

.Container2 .bg-c2-head {
	background: url("images/bg_c2_tr.gif") no-repeat right top;
}

.Container2 .title {
	padding: 5px 0 0 14px;
	background: url("images/bg_c2_tl.gif") no-repeat left top;
}

.Container2 .title img {
	margin-right: 2px;
	vertical-align: middle;
}

.Container2 .containerpane {
	padding: 1px 8px 1px 13px;
	color: #c9c9c9;
	text-align: left;
}
/* =E Container2 ====================================================== */



/* =S Container3 ====================================================== */
.bg-c3-top {
	background: url("images/bg_c3_top.gif") repeat-x left bottom;
}

.bg-c3-tr {
	background: url("images/bg_c3_tr.gif") no-repeat right bottom;
}

.Container3 .title {
	padding: 9px 0 3px 36px;
	background: url("images/bg_c3_tl.gif") no-repeat left top;
}

.Container3 .title img {
	margin-right: 2px;
	vertical-align: middle;
}

.Container3 .containermain {
	border: 1px solid #0b455e;
	border-width: 0 1px;
}

.Container3 .containerpane {
	border: 1px solid #44839e;
	border-width: 0 1px;
	padding: 10px 10px 1px;
	text-align: left;
}

.bg-c3-br {
	background: url("images/bg_c3_br.gif") no-repeat right top;
}

.bg-c3-bl {
	background: url("images/bg_c3_bl.gif") no-repeat left top;
}

.bg-c3-border-ba {
	margin: 0 8px;
	border-bottom: 1px solid #0b455e;
}

.bg-c3-border-bb {
	height: 6px;
	overflow: hidden;
	border-bottom: 1px solid #44839e;
	font-size: 0;
}
/* =E Container3 ====================================================== */



/* =S Container4 ====================================================== */
.bg-c4-top {
	background: url("images/bg_c4_top.gif") repeat-x left bottom;
}

.bg-c4-tr {
	background: url("images/bg_c4_tr.jpg") no-repeat right bottom;
}

.Container4 .title {
	padding: 4px 0 2px 15px;
	background: url("images/bg_c4_tl.gif") no-repeat left bottom;
}

.Container4 .containermain {
	border: 1px solid #0b455e;
	border-width: 0 1px;
}

.Container4 .containerpane {
	border: 1px solid #44839e;
	border-width: 0 1px;
	padding: 12px 10px 1px;
	text-align: left;
}

.bg-c4-br {
	background: url("images/bg_c4_br.gif") no-repeat right top;
}

.bg-c4-bl {
	background: url("images/bg_c4_bl.gif") no-repeat left top;
}

.bg-c4-border-ba {
	margin: 0 8px;
	border-bottom: 1px solid #0b455e;
}

.bg-c4-border-bb {
	height: 6px;
	overflow: hidden;
	border-bottom: 1px solid #44839e;
	font-size: 0;
}
/* =E Container4 ====================================================== */

a .notselected {
	display:block;
	}
a .selected {
	display:none;
	}

a:hover .notselected {
	display:none;
	}
a:hover .selected {
	display:block;
}

