/* Styles for Containers  */

/* IMPORTANT - EACH CONTAINER MUST HAVE UNIQUE CSS CLASS NAMES FOR EACH CSS STYLE!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!  */

/* IMPORTANT - CONTAINERS SHOULD BE SAVED WITH INTUITIVE FILENAMES!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!  */

.NavyBluebarBgTitle   {
	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;	
}

.NavyBluebarBgWidth {
	width: 100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	
	border:1px solid #08478e;
	background-color:#dee7f0;
	background-image:url(images/NavyBluebarTitle.jpg);
	background-repeat:repeat-x;
}


.NavyBluebarBgContentpane {
	text-align: left;
	vertical-align: top;
	padding: 2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}

.NavyBluebarBgActionscell {
	height: 20px;
	text-align: left;
	vertical-align: middle;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}

.NavyBluebarBgVisibilitycell {
	height: 20px;
	text-align: right;
	vertical-align: middle;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}

.NavyBluebarBgContentbkgrd {
	text-align: left;
	vertical-align: top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}
.NavyBluebarBgContentTable {
	width: 100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}

.NavyBluebarBgSpacertable {
	height: 4px;
	width: 100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}

.NavyBluebarBgTitleTable {
	height: 21px;
	width: 100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}

.NavyBluebarBgTopLeftCorner {
	height: 30px;
	width: 5px;
	background: url(images/NavyBlueTitleBarTopLeft.jpg) no-repeat right top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}

.NavyBluebarBgTopMIddle {
	height: 24px;
	background: url(images/NavyBlueTitleBarTopMiddle.jpg) repeat-x left top;
	text-align: left;
	vertical-align: top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}

.NavyBluebarBgTopRightCorner {
	height: 30px;
	width: 5px;
	background: url(images/NavyBlueTitleBarTopRight.jpg) no-repeat left top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}

.NavyBluebarBgBottomLeftCorner {
	height: 6px;
	width: 5px;
	background: url(images/NavyBlueBottomLeftCorner1.jpg) no-repeat left bottom;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}

.NavyBluebarBgBottomMiddle {
	height: 6px;
	background: url(images/NavyBlueBottomMiddle1.jpg) repeat-x left bottom;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}

.NavyBluebarBgBottomRightCorner {
	height: 6px;
	width: 5px;
	background:  no-repeat right bottom;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}

.NavyBluebarBgLeftSide {
	height: 6px;
	width: 5px;
	background: url(images/NavyBlueLeftSide1.jpg) repeat-y left top;
	text-align: left;
	vertical-align: top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}

.NavyBluebarBgRightSide {
	height: 6px;
	width: 5px;
	background: url(images/NavyBlueRightSide1.jpg) repeat-y right top;
	text-align: left;
	vertical-align: top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}


.NavyBlueArrow { background-image:url(images/ArrowNavyBlue.jpg); background-repeat:no-repeat; width:17px; height:8px;}

