/* CSS Document */

/*.c_head{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 {text-align: left;}
.c_content{clear:both;}

.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;}
.c_actions
{
	width: 100%;
	float:right;
}

.c_footer_relative
{
	position: relative;
}
.c_actions_absolute
{
	position: absolute;
	text-align: right;
}

.c_top
{
	background: url(images/sidebar_container_top.png) no-repeat;
	height: 33px;
	width: 283px;
}
.c_mid
{
	background-color: White;
	width: 283px;
	min-height: 166px;
	_height: 166px;
}
.c_bottom
{
	background: url(images/sidebar_container_bottom.png) no-repeat;
	width: 283px;
	height: 18px;
}

.c_head_sidebar
{
	float: right;
}

.c_top h1
{
	padding-left: 33px;
	line-height: 33px;
}

.c_mid .blog_body
{
	padding: 5px 12px 0px 12px;
}
.sidebarwrapper .c_contentpane
{
	padding: 0px;
}
.c_content_right
{
	text-align: right;
}

.c_flash_content, .c_flashpane
{
	padding: 0px;
}

.c_head_sidebar .c_head
{
	width: 283px;
}

.wrapper
{
	padding: 5px;
}


.relative
{
	position: relative;
}

.absolute
{
	position: absolute;
	top: 0px;
	left: 0px;
}