/* CSS Document */

.c_head
{
	padding: 0;
	margin-top: 0px;
	text-align: left;
}
/*---------- To align the Actions, Icon and Title ---------*/
.c_icon, .c_actions, .head_title h1
{
	float: left;
}
.c_icon img
{
	float: left;
	padding-right: 4px;
}
.head_title h1
{
	margin: 0;
	padding: 0;
}

.icn img
{
	margin-right: 5px;
}

.head_title
{
	margin: 0;
	float: left;
	width: 100%;
}
.title_vis
{
	margin: 0;
	float: right;
}

.c_content
{
	clear: both;
}

.c_contentpane
{
	/*padding: 8px 0 0 0;*/
	padding:0px 0px 0px 0px;
	text-align: left;
}

.c_footer
{
	clear: both;
	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;
}
.c_content .eipbackimg
{
	margin-top: 0;
	margin-left: -20px;
}





/*Blue Box*/

.bc_icon, .bc_actions, .bhead_title h1
{
	float: left;
	background-color: #35c6f9;
	color: #001b4d;
}

.bhead_title h1
{
	margin: 0;
	padding: 5px 12px 5px 5px;
	font-size: 10px;
	font-weight: bold;
}
.bc_content
{
	clear: both;
	border: solid 1px #35c6f9;
	height:auto;
}
.bc_contentpane
{
	padding: 5px 5px 0px 5px;
	text-align: left;
}
/*BlueBox Over */

/*Blue Box*/

.Gc_icon, .Gc_actions, .Ghead_title h1
{
	float: left;
	background-color:Transparent;
	color: #001b4d;
	background-image:url('images/LeftCorner.jpg');
	background-position:top left;
	background-repeat:no-repeat;
}
.Gc_icon
{
	background-image:url('images/RightCorner.jpg');
	background-color:#efefef;
	background-position:top right;
	background-repeat:no-repeat;
}

.Ghead_title h1
{
	margin: 0;
	padding: 5px 12px 5px 5px;
	font-size: 13px;
	font-weight: bold;
}
.Gc_content
{
	clear: both;
	border: solid 1px #efefef;
	background-color:#efefef;
	height:auto;
}
.Gc_contentpane
{
	padding: 5px 5px 5px 5px;
	text-align: left;
}
/*BlueBox Over */









































