/* Styles for Containers  */

/* IMPORTANT - EACH CONTAINER MUST HAVE UNIQUE CSS CLASS NAMES FOR EACH CSS STYLE!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!  */

/* IMPORTANT - CONTAINERS SHOULD BE SAVED WITH INTUITIVE FILENAMES!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!  */

.BlueBackTitle   {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  10pt;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 2px;
	vertical-align:bottom;
}

.BlueBackWidth {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  8pt;
	font-weight: normal;
	color: #000000;
	background:#e2edf1;
}


.BlueBackContentpane {
	text-align: left;
	vertical-align: top;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  8pt;
	font-weight: normal;
	color: #000000;
	background-color: #e2edf1;
}

.BlueBackActionscell {

	text-align: left;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  8pt;
	font-weight: normal;
	color: #000000;
}

.BlueBackVisibilitycell {

	text-align: right;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  8pt;
	font-weight: normal;
	color: #000000;
}

.BlueBackContentbkgrd {
	text-align: left;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  8pt;
	font-weight: normal;
	color: #000000;
}
.BlueBackContentTable {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  8pt;
	font-weight: normal;
	color: #000000;
}

.BlueBackSpacertable {
	height: 4px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  8pt;
	font-weight: normal;
	color: #000000;
}

.BlueBackTitleTable {
	height: 8px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  8pt;
	font-weight: normal;
	color: #000000;
	background: #e2edf1;
}

.BlueBackTopLeftCorner {
	height: 8px;
	width: 8px;
	/*background: url(images/BlueBackTopLeft.gif) no-repeat left top;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size:  8pt;
	font-weight: normal;
	color: #000000;
	vertical-align: top;
}

.BlueBackTopMIddle {
	height: 8px;
	background: url(images/BlueBackTopMiddle.gif) repeat-x right top;
	text-align: left;
	vertical-align: middle;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size:  8pt;
	font-weight: normal;
	color: #000000;
}

.BlueBackTopRightCorner {
	height: 8px;
	width: 8px;
	/*background: url(images/BlueBackTopRight.gif) no-repeat right bottom;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size:  8pt;
	font-weight: normal;
	color: #000000;
	vertical-align: top;
}

.BlueBackBottomLeftCorner {
	height: 10px;
	width: 8px;
	background: url(images/BottomLeft.gif) no-repeat left bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  8pt;
	font-weight: normal;
	color: #000000;
}

.BlueBackBottomMiddle {
	height: 10px;
	border-bottom:solid 1px #c6c8c7;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  8pt;
	font-weight: normal;
	color: #000000;
}

.BlueBackBottomRightCorner {
	height: 10px;
	width: 8px;
	background: url(images/BottomRight.gif) no-repeat right bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  8pt;
	font-weight: normal;
	color: #000000;
}

.BlueBackLeftSide {
	height: 9px;
	width: 8px;
	text-align: left;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  8pt;
	font-weight: normal;
	color: #000000;
	/*background: url(images/BlueBackBottomLeft.gif) no-repeat right bottom;*/
}

.BlueBackRightSide {
	height: 9px;
	width: 8px;

	text-align: right;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  8pt;
	font-weight: normal;
	color: #000000;
	/*background: url(images/BlueBackBottomRight.gif) no-repeat right bottom;*/
}

.BlueBackBottomAction {
	text-align: right;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  8pt;
	font-weight: normal;
	color: #000000;
	padding:5px;
}

.BlueBackLeft{
	background: url(images/BlueBackLeft.gif) repeat-y;
}

.BlueBackRight{
	background: url(images/BlueBackRight.gif) repeat-y;
}

.BlueBackBottom{
	background: url(images/BlueBackBottom.gif) repeat-x;
}

.BlueBackTop{
	background: url(images/BlueBackTop.gif) repeat-x;
}
