/* Styles for Containers  */

/* IMPORTANT - EACH CONTAINER MUST HAVE UNIQUE CSS CLASS NAMES FOR EACH CSS STYLE!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!  */

/* IMPORTANT - CONTAINERS SHOULD BE SAVED WITH INTUITIVE FILENAMES!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!  */

.BlueTitle {
background-image:url(images/box_top.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:  1pt;
	font-weight: bold;
	color: #b7e6f0;
	padding-right: 3px;
	padding-left: 20px;
	background-color:#5a79ad;
	height:8px;
}

.WhiteTitleBarYellowBgWidth {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  8pt;
	font-weight: normal;
	color: #000000;
	background-color:#f8f9e9;
}


.DarkBlueBgContentpane {
background-color:#eaf4f6;
	text-align: left;
	vertical-align: top;
	padding-left:10px;
	padding-right:10px;
	padding-top:0px;
	padding-bottom:2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #b3d0d6;
	border-left-color: #b3d0d6;		
}

.DarkBlueBgActionscell {
background-image:url(images/box_top.jpg);
height:8px;
	text-align: left;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1pt;
	font-weight: normal;
	color: #5a79ad;
}

.DarkBlueBgVisibilitycell {
background-image:url(images/box_top.jpg);
height:8px;
	text-align: right;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  1pt;
	font-weight: normal;
	color: #ffffff;
	}

.WhiteTitleBarYellowBgContentbkgrd {
	text-align: left;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  8pt;
	font-weight: normal;
	color: #000000;
}
.WhiteTitleBarYellowBgContentTable {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  8pt;
	font-weight: normal;
	color: #000000;
}

.WhiteTitleBarYellowBgSpacertable {
	height: 4px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  8pt;
	font-weight: normal;
	color: #000000;
}

.WhiteTitleBarYellowBgTitleTable {
	height: 31px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  8pt;
	font-weight: normal;
	color: #000000;
}

.WhiteTitleBarYellowBgTopLeftCorner {
	height: 31px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  8pt;
	font-weight: normal;
	color: #000000;
	background-color:#FFFFFF;
}

.WhiteTitleBarYellowBgTopMIddle {
	text-align: left;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  8pt;
	font-weight: normal;
	color: #000000;
	background-color:#FFFFFF;
}

.WhiteTitleBarYellowBgTopRightCorner {
	height: 31px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  8pt;
	font-weight: normal;
	color: #000000;
	background-color:#FFFFFF;
}

.WhiteTitleBarYellowBgBottomLeftCorner {
	height: 10px;
	width: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  8pt;
	font-weight: normal;
	color: #000000;
}

.WhiteTitleBarYellowBgBottomMiddle {
	height: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  8pt;
	font-weight: normal;
	color: #000000;
}

.WhiteTitleBarYellowBgBottomRightCorner {
	height: 10px;
	width: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  8pt;
	font-weight: normal;
	color: #000000;
}

.WhiteTitleBarYellowBgLeftSide {
	height: 6px;
	width:20px;
	text-align: left;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  8pt;
	font-weight: normal;
	color: #000000;
}

.WhiteTitleBarYellowBgRightSide {
	height: 10px;
	width: 8px;
	text-align: left;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  8pt;
	font-weight: normal;
	color: #000000;
}

.LightBlue1BottomAction {
	text-align: right;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  8pt;
	font-weight: normal;
	color: #000000;
	padding:5px;
}
.bottom_bg{
background-image:url(images/box_bottom.jpg);
height:5px;
vertical-align:top;

}
.left_border{
background-image:url(images/box_middle1.jpg);
background-repeat:repeat-y;
background-position:top left;
background-color:f0f3f7;
}
.right_border{
background-image:url(images/box_middle2.jpg);
background-repeat:repeat-y;
background-position:top right;
background-color:f0f3f7;
}



