/* START Container Style*/
.titlegrayfade  {
	font-size: 14px;
	font-weight: bold;
	color: #104b85;
	vertical-align:middle;
	text-align:left;
	padding:3px;
}

.grayfade_width {
	width: 100%;
}

.grayfade_contentbkgrd {
	vertical-align:top;
	text-align:left;
	padding:3px;
	
}

.grayfade_ltcon {
    width: 6px;
	height: 5px;
	background-image:url(images/SSC_C_03.png);
	background-repeat:no-repeat;	
}

.grayfade_cen {
	background: url(images/SSC_C_04.png);
	background-repeat: repeat-x;
	background-position:top;
	height:5px;
	width:auto;
}

.grayfade_rtcon {
    width: 6px;
	height: 5px;
	background-image:url(images/SSC_C_06.png);
	background-repeat:no-repeat;
}
.grayfade_bg {
    background:#e6e6e6 url(images/SSC_C_09.png);
	background-position:top;
	background-repeat:repeat-x;
}
.grayfade_leftborder {
	background-image:url(images/SSC_C_border.png);
	background-position:left;
	background-repeat:repeat-y;
	height:100%;
	width:1px;
}
.grayfade_rightborder {
    background-image:url(images/SSC_C_border.png);
	background-position:right;
	background-repeat:repeat-y;
	height:100%;
	width:1px;
}
.grayfade_ltbtcon {
    width: 6px;
	height: 5px;
	background-image:url(images/SSC_C_12.png);
	background-repeat:no-repeat;
}

.grayfade_btcen {
	background: url(images/SSC_C_13.png);
	background-repeat: repeat-x;
	height: 5px;
	width:100%;
}
.grayfade_rtbtcon {
    width: 6px;
	height: 5px;
	background-image:url(images/SSC_C_15.png);
	background-repeat:no-repeat;
}


