/* Styles for Containers  */

/* IMPORTANT - EACH CONTAINER MUST HAVE UNIQUE CSS CLASS NAMES FOR EACH CSS STYLE!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!  */

/* IMPORTANT - CONTAINERS SHOULD BE SAVED WITH INTUITIVE FILENAMES!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!  */
.Container2Master {
	width: 100%;
	background-image: url(Container_leftbg.jpg);
	background-repeat:repeat-y;
	background-position:top left;
	border-top:1px solid #FFF;
	border-right:1px solid #FFF;
	border-bottom:1px solid #FFF;
	background-color:#FFF;
}
.Container2TitleTopBg {
	width: 100%;
	background-image: url(Container2_topbg2.jpg);
	background-repeat:repeat-x;
	background-position:top left;
}
.Container2TitleTop {
	width: 100%;
	background-image: url(Container2_topbg.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	height:33px;
	border-bottom:1px solid #FFF;
}
.BlackTitleTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  14px;
	font-weight: bold;
	color: #FFF;
}
.BlackTitleTitleTable {
	height: 20px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  8pt;
	font-weight: normal;
	color: #FFF;
}
.BlackTitleActionscell {
	height: 20px;
	text-align: left;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  8pt;
	font-weight: normal;
	color: #FFF;
}
.GreyTitleTitle  {
	font-family:  Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration:none;
	white-space:nowrap;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	white-space:nowrap;
}
.GreyBgContentpane {
	text-align: left;	
	vertical-align: top;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  8pt;
	font-weight: normal;
	color: #5f6f7b;
}
.BlackTitleBottomAction {
	text-align: right;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  8pt;
	font-weight: normal;
	color: #000000;
	padding:5px;
}
