/* Styles for Containers  */

/* IMPORTANT - EACH CONTAINER MUST HAVE UNIQUE CSS CLASS NAMES FOR EACH CSS STYLE!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!  */

/* IMPORTANT - CONTAINERS SHOULD BE SAVED WITH INTUITIVE FILENAMES!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!  */

.BLKTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #fff;
	font-size:13px;
	text-decoration:none;
	white-space:nowrap;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom:5px;
	padding-left: 2px;
	/*text-transform:uppercase;*/
	
}

.BLKWidth {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  8pt;
	font-weight: normal;
	color: #000000;
	border:0px solid #dadada;
	
	
}


.BLKContentpane {
	text-align: left;	
	vertical-align: top;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  12px;
	font-weight: normal;
	color: #ffffff;
	
}

.BLKActionscell {

	text-align: left;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  8pt;
	font-weight: normal;
	color: #4f4f4f;
	padding-left:5px;
}

.BLKVisibilitycell {

	text-align: right;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  8pt;
	font-weight: normal;
	color: #4f4f4f;
	padding-right:5px;
}

.BLKContentbkgrd {
	text-align: left;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  8pt;
	font-weight: normal;
	color: #000000;
}
.BLKContentTable {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  8pt;
	font-weight: normal;
	color: #000000;
}

.BLKSpacertable {
	height: 4px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  8pt;
	font-weight: normal;
	color: #000000;
}

.BLKTitleTable {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  8pt;
	font-weight: normal;
	color: #e9af0f;
	background-image: url(images/blackcont.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

.BLKTopLeftCorner {

	width: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  8pt;
	font-weight: normal;
	color: #000000;
}

.BLKTopMIddle {
    text-align: left;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  8pt;
	font-weight: normal;
	color: #000000;
}

.BLKTopRightCorner {

	width: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  8pt;
	font-weight: normal;
	color: #000000;
}

.BLKBottomLeftCorner {
	height: 10px;
	width: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  8pt;
	font-weight: normal;
	color: #000000;
}

.BLKBottomMiddle {
	height: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  8pt;
	font-weight: normal;
	color: #000000;
}


.BLKBottomAction {
	text-align: right;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  8pt;
	font-weight: normal;
	color: #000000;
	padding:5px;
}









