/* style for module title */
.sc_blue_con_title {
	font-family: Century Gothic, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #003366;
	text-align: left;
	vertical-align: middle;
	background-image: url(TWC3_05.gif);
	background-repeat: repeat;
}
.sc_blue_con_top_left {
	background-image: url(sc_blue_con_top_left.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 6px;
}
.sc_blue_con_top_middle {
	background-image: url(sc_blue_con_top_middle.gif);
	background-repeat: repeat-x;
	height: 20px;
}
.sc_blue_con_top_right {
	background-image: url(sc_blue_con_top_right.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 6px;
}

/* style for content pane */
.sc_blue_con_contentpane {
	background-color: #EBEFF8;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	text-align: left;
	vertical-align: top;
	border-left: 1px solid #849DCF;
	border-right: 1px solid #849DCF;	
}

.sc_blue_con_bottom_left {
	background-image: url(sc_blue_con_bottom_left.gif);
	background-repeat: no-repeat;
	height: 6px;
	width: 6px;
}
.sc_blue_con_bottom_middle {
	background-image: url(sc_blue_con_bottom_middle.gif);
	background-repeat: repeat-x;
	height: 6px;
}
.sc_blue_con_bottom_right {
	background-image: url(sc_blue_con_bottom_right.gif);
	background-repeat: no-repeat;
	height: 6px;
	width: 6px;
}

