
/*------------------*/
/*    CONTAINERS    */
/*------------------*/

.actionsCell{
	padding-right:5px;
	white-space:nowrap;
}

/* -- PLAIN -- */
div.containerPlain{
	padding-bottom:9px;	
	padding-top:0px;
}
.containerPlain .containerTable{
	width:100%;
}
.containerPlain .containerTable .contentPane{
	padding:0px;
	margin:0px;
}

/* -- CREAM  -- */
div.containerCream{
	padding-bottom:9px;	
	padding-top:0px;
}
.containerCream div.title{
	padding-bottom:16px;
}
.containerCream .Head{
	font-family:Helvetica, Arial, sans-serif;
	font-size:24px;
	color:#9b302c;
	font-weight:100;
	padding-top:0px;
	margin-top:0px;
}
.containerCream .containerTable{
	width:100%;
}
.containerCream .containerTable .corner{
	height:6px;
	width:6px;
}
.containerCream .containerTable .top, .containerCream .containerTable .bottom{
	width:100%;
	background-image:url(images/containerBg.gif);
}
.containerCream .containerTable .contentPane{
	background-image:url(images/containerBg.gif);
	padding-left:15px;
	padding-right:15px;
	padding-top:9px;
	padding-bottom:9px;
}
.containerCream .containerTable .actionsPane{
	background-image:url(images/containerBg.gif);
}

/* -- WHITE  -- */
div.containerWhite{
	padding-bottom:9px;	
	padding-top:0px;
}
.containerWhite div.title{
	padding-bottom:16px;
}
.containerWhite .Head{
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#741311;
	font-weight:bold;
	padding-top:0px;
	margin-top:0px;
}
.containerWhite .containerTable{
	width:100%;
}
.containerWhite .containerTable .corner{
	height:6px;
	width:6px;
}
.containerWhite .containerTable .top, .containerWhite .containerTable .bottom{
	width:100%;
	background-image:url(images/container_whiteBg.gif);
}
.containerWhite .containerTable .contentPane{
	background-image:url(images/container_whiteBg.gif);
	padding-left:15px;
	padding-right:15px;
	padding-top:9px;
	padding-bottom:9px;
}
.containerWhite .containerTable .actionsPane{
	background-image:url(images/container_whiteBg.gif);
}

/* -- CREAM HEADER AND FOOTER -- */
div.containerHeaderFooter{
	padding-bottom:9px;	
	padding-top:0px;
}
.containerHeaderFooter div.title{
	display:inline;
}
.containerHeaderFooter .Head{
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#741311;
	font-weight:bold;
	padding-top:0px;
	margin-top:0px;
}
.containerHeaderFooter .containerTable{
	width:100%;
}
.containerHeaderFooter .containerTable .corner{
	height:6px;
	width:6px;
}
.containerHeaderFooter .containerTable .top, .containerHeaderFooter .containerTable .bottom{
	width:100%;
	background-image:url(images/containerBgHeader.gif);
}
.containerHeaderFooter .containerTable .header,  .containerHeaderFooter .containerTable .footer{
	width:100%;
	background-image:url(images/containerBgHeader.gif);
	height:15px;
}
.containerHeaderFooter .containerTable .icon{
	float: left;
	padding-left:6px;
}
.containerHeaderFooter .containerTable .title{
	float: left;
	padding-left:6px;
	color:#741311;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding-bottom:5px;
}
.containerHeaderFooter .containerTable .contentPane{
	background-image:url(images/containerBg.gif);
	padding-left:15px;
	padding-right:15px;
	padding-top:9px;
	padding-bottom:9px;
}

















































