/* CSS Document */

.c_head
{
	padding: 0;
	margin-top: 8px;
	text-align: left;
}

/*---------- To align the Actions, Icon and Title ---------*/
.c_icon, .c_actions, .head_title h1
{
	float: left;
}
.c_icon img
{
	float: left;
}
.icn img
{
	margin-right: 5px;
}

.head_title
{
	margin: 0;
	width: 100%;
}
.head_title h1
{
	margin: 0;
	padding: 0;
	color: #F7721A;
	font-weight: normal;
	font-size: 18px;
	font-family: Century Gothic, Arial;
}
.title_vis
{
	margin: 0;
	float: right;
}

.c_content
{
	clear: both;
}
.c_contentpane, .c_contentpane li
{
	padding: 0px 0px 0px 0px;
	text-align: left;
	color: #000000;
}

.c_contentpane a, .c_contentpane a:link, .c_contentpane a:visited
{
	text-decoration: none;
}

 .c_contentpane a:hover
 {
 	text-decoration: underline;
 }

.c_footer
{
	height: 0px;
	overflow:visible;
	clear: both;
	margin-bottom: 8px;
	padding: 0;
	text-align: right;
}

/*---------- default style for head & normal -----------*/
.Normal p
{
	margin-top: 0px;
	color: #000000;
}

/*---------- For the inline edit icons -----------*/
.eipbackimg
{
	background-color: #DAE7F2;
	border: solid 1px #4F839F;
}
.c_content .eipbackimg
{
	margin-top: 0;
	margin-left: -20px;
}


