/* CSS Document */

.c_head
{
	padding: 0;
	margin-top: 8px;
	text-align: left;
}

/* Container layout */
.outer
{
	background: #cccccc; 
	padding: 4px 4px 4px 4px;
	margin-bottom: 4px;
}	
.copy
{
		background: #ffffff;
}



/* Dynamic Headers */
.h1-dfu
{
	background: url('images/dfu-header-grc-a.png') no-repeat;
	clear: both;
	padding: 0 0 0 0px;
	margin: 0 0 4px 0;
	height: 31px;
}
.h1-dfu .head
{
	background: url('images/dfu-header-grc-b.png') top left repeat-x;
	float: left;
	height: 31px;
	line-height: 31px;
	padding: 0;
	margin: 0 0 0 8px;
	font-size: 1.1667em !important;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
}
.h1-dfu span {
	background: url('images/dfu-header-grc-c.png') no-repeat;
	float: left;
	width: 8px;
	height: 31px;
}

.wide {
	width: 641px !important; 
}

.narrow {
	width: 251px !important; 
}

.long {
	width: 926px !important; 
}


/* video */



/*---------- To align the Actions, Icon and Title ---------*/
.c_actions
{
	float: right;
}
.c_icon, .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
{
	margin: 0;
	float: right;
}

.container{
	
	padding:5px 0 ;
	margin:0 0 10px;
	background: #cccccc;
	

}
.c_content
{
	clear: both;
}
.c_contentpane  /* i.e. .module */
{
	padding: 10px;
	margin: 0px 5px 0;
	background: #FFF;
}
.c_footer
{
	margin-bottom: 20px;
	padding: 0;
	text-align: right;
}

/*---------- default style for head & normal -----------*/
.Normal p
{
	margin-top: 0px;
}

/*---------- For the inline edit icons -----------*/
.eipbackimg
{
	background-color: #DAE7F2;
	border: solid 1px #4F839F;
}
















































