/* CSS Document */

.c_head{
	margin: 0px;
	padding: 10px;
	text-align: left;
}

/*---------- To align the Actions, Icon and Title ---------*/
.c_icon, .c_actions, .c_head h1{float:left;}
.c_head h1{
}
.icn img{
	margin-right: 5px;
}

.head_title{
	margin: 0;
	float: left;
}
.title_vis{
	margin: 0;
	float: right;
	vertical-align: top;
}

.c_content{
	clear: both;
	margin: 0px;
	padding: 10px;
}
.c_contentpane{
	text-align: left;
}
.c_footer {
	margin: 0px;
	padding: 10;
	text-align: right;
}

/*---------- default style for head & normal -----------*/
.Normal p{
	margin: 0 0 1em 0;
}

.Normal li{
	margin: 0 0 0.6em 0;
	list-style-type: disc;
}

/*---------- For the inline edit icons -----------*/
.eipbackimg {
	background-color: White;
	border: 1px solid White;
}












