/* Styles for Containers  */

/* IMPORTANT - EACH CONTAINER MUST HAVE UNIQUE CSS CLASS NAMES FOR EACH CSS STYLE!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!  */

/* IMPORTANT - CONTAINERS SHOULD BE SAVED WITH INTUITIVE FILENAMES!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!  */

.BlueBarTitle   {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  10pt;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 2px;
}

.BlueBarWidth {
	width: 100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	
	background-image:url(images/contentbg.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}


.BlueBarContentpane {
	text-align: left;
	vertical-align: top;
	padding: 2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}

.BlueBarActionscell {
	height: 20px;
	text-align: left;
	vertical-align: middle;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}

.BlueBarVisibilitycell {
	height: 20px;
	text-align: right;
	vertical-align: middle;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}

.BlueBarContentbkgrd {
	text-align: left;
	vertical-align: top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}
.BlueBarContentTable {
	width: 100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}

.BlueBarSpacertable {
	height: 4px;
	width: 100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}

.BlueBarTitleTable {
	height: 30px;
	width: 100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}

.BlueBarTopLeftCorner {
	height: 30px;
	width: 5px;
	background: url(images/BlueTitleBarTopLeft.jpg) no-repeat right top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}

.BlueBarTopMIddle {
	height: 24px;
	background: url(images/BlueTitleBarTopMiddle.jpg) repeat-x left top;
	text-align: left;
	vertical-align: top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}

.BlueBarTopRightCorner {
	height: 30px;
	width: 5px;
	background: url(images/BlueTitleBarTopRight.jpg) no-repeat left top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}

.BlueBarBottomLeftCorner {
	height: 6px;
	width: 5px;
	background: url(images/BlueBottomLeftCorner1.jpg) no-repeat left bottom;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}

.BlueBarBottomMiddle {
	height: 6px;
	background: url(images/BlueBottomMiddle1.jpg) repeat-x left bottom;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}

.BlueBarBottomRightCorner {
	height: 6px;
	width: 5px;
	background: url(images/BlueBottomRightCorner1.jpg) no-repeat right bottom;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}

.BlueBarLeftSide {
	height: 6px;
	width: 5px;
	background: url(images/BlueLeftSide1.jpg) repeat-y left top;
	text-align: left;
	vertical-align: top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}

.BlueBarRightSide {
	height: 6px;
	width: 5px;
	background: url(images/BlueRightSide1.jpg) repeat-y right top;
	text-align: left;
	vertical-align: top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}


.BlueArrow { background-image:url(images/ArrowBlue.jpg); background-repeat:no-repeat; width:17px; height:8px;}

