/* CSS Document */

.c_head
{
	border: solid 0px #000000;
	border-bottom: dotted 2px #E89022;
	height: 30px;
	padding: 0; 
	margin-top: 5px;
	margin-left: 0px;
	text-align: left;
}

/*---------- To align the Actions, Icon and Title ---------*/
.c_icon, .c_actions, .c_head h1{float:left;}
.c_head h1{margin:0; padding:0;}
.icn img{margin-right:5px;}

.head_title{margin:0; float:left;}
.title_vis
{
	border: solid 0px #000000;
	padding:0;
	float:right;
}

.c_content
{
	border: solid 0px #000000;
}
.c_contentpane
{
	padding:   5px 0 0 5px; 
	text-align:left;
}
.c_footer 
{
	border: solid 0px #000000;

	margin-bottom:20px;
	padding:0; 
	text-align:right;
}

/*---------- default style for head & normal -----------*/
.Normal p
{
	color: #2B2B2B;
	margin-top:0px;
}

/*---------- For the inline edit icons -----------*/
.eipbackimg {background-color:#DAE7F2;border:solid 1px #4F839F}









