
.containerHeader
{
	padding:0; 
	text-align:left;
}

/*---------- To align the Actions, Icon and Title ---------*/
.containerIcon, 
.containerActions, 
.containerHeader h1
{
	float:left;
}


.icn img
{
	margin-right:5px;
}

.containerTitle
{
	margin:0; 
	float:left;
}

.containerToggle
{
	padding-top: 3px; 
	float:right;
}

.containerContent
{
	clear:both;
}

.containerContentPane
{ 
	text-align:left;
}

.containerFooter 
{/*
	padding: 8px 0 16px 0; */
	text-align:right;
	clear:both; 
}


/*---------- For the inline edit icons -----------*/
.eipbackimg 
{
	background-color:#DAE7F2;
	border:solid 1px #4F839F
}


div.nb_box {
	line-height:18px;
	color : #445366; 
	border-right : 2px solid #ff9600;
	background-image: url('/images/layout/dotted_1.gif') ;	
	background-color : #f5f5ef;
	background-repeat : repeat-y;
	background-position :left;
	padding : 0 5px 0 10px;
	height : 135px;
	position: relative;
}

.blog_box {
	border-right : 2px solid #99cc33;
	background-color : #f5f5ef;
	background-image: url('/images/layout/dotted_1.gif') ;	
	background-repeat : repeat-y;
	background-position :left;
	padding : 0 5px 0 10px;
	height : 135px;
	overflow:hidden;
}
