/* CSS Document */
/*---------- To align the Actions, Icon and Title ---------*/
.c-icon, .c-actions, .c-title h1{float:left;}
.c-icon img { float:left;}
.head-title h1{margin:0; padding:0;}
.icn img{margin-right:5px; margin-top:5px}*/
.c-actions{float:left}

.c-title{margin:0; float:left;width:100%;}
.title-vis{margin:0; float:right;}

.c-content{clear:both;}
.c-footer {clear:both;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; margin-top:15px;}
.c-content .eipbackimg {margin-top:0;margin-left:-20px;}

.ModuleTitle_MenuBreak, .ModuleTitle_MenuBreak .ModuleTitle_MenuIcon 
{   
    height:3px;
}
.ModuleTitle_MenuItem{
	border:none;
}
/*=======FlowerListContainer And BackgroundContainer Styles======================*/
.c-flower-list, .c-background{
	border-bottom: #e2e2e1 1px solid;
	border-left: #e2e2e1 1px solid;
	border-right: #e2e2e1 1px solid;
	overflow:visible;
	font-size:14px;
	margin-bottom:20px;
	zoom:1;	
}
.c-flower-list{
	margin-left:10px;
}
.c-flower-list .c-title,
.c-background .c-title{
margin:0;
}
.c-flower-list .c-icon h1{
	padding:16px 0 13px;
	margin:0;
}
.c-background .c-icon h1{
	margin:0;
	padding:16px 10px 13px;
}
.c-flower-list .c-icon .TitleHead,
.c-background .c-icon .TitleHead{
	color:#fcfcfb;
	font-size:16px;
}
.c-flower-list .c-icon img{
	position:relative;
	left:-10px;
	margin-top:5px;
}
.c-flower-list .c-content,
.c-background .c-content{
	border-bottom:#aeaead 1px solid;
	font-size:1em;
	padding:16px 10px 10px;
	margin:0;
}
* html .c-flower-list .c-content, /*for ie6*/
* html .c-background .c-content{
	padding-top:40px;
}
.c-flower-list .c-content,
.c-flower-list .c-content .Normal,
.c-flower-list .c-content p,
.c-flower-list .c-content a,
.c-flower-list .c-content a,
.c-background .c-content,
.c-background .c-content .Normal,
.c-background .c-content p,
.c-background .c-content a,
.c-background .c-content a{
	color:#4b4b4a;
	font-size:14px;
}
.c-flower-list .c-content ul{
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
}
.c-flower-list .c-content ul li{
	list-style:none;
	padding:8px 0 8px 30px;
	margin-bottom:-1px;
	background:url(images/flower_list_marker.gif) left center no-repeat;
}
*html .c-flower-list .c-content ul li{
	margin:0;
}
*html .c-flower-list .c-content,
*html .c-background .c-content{
	margin-top:-24px;
}

/*=== ContainerGreenHeaderWithBookmark===*/

.c-header-bookmark{
	position: relative;
	zoom:1;
}
.c-header-bookmark .c-icon{
	position:absolute;
	left:-47px;
}

.c-header-bookmark .c-title {
	width:auto;
	display:inline;/*ie6*/
	margin-left:8px;
	margin-top:-3px;
}
.c-header-bookmark .c-head h1{
	margin:0;
}
.c-header-bookmark .c-head .TitleHead{
	font-size:30px;
}
.c-header-bookmark .c-content{
	margin-left:8px;
}
.c-header-bookmark .c-content,
.c-header-bookmark .c-content .Normal,
.c-header-bookmark .c-content p,
.c-header-bookmark .c-content a,
.c-header-bookmark .c-content a{
	color:#5f5f5e;
	font-size:12px;
}

/*========Default containers styles=====*/
.c-def h1 .TitleHead{
	font-size:23px;
}
.c-def .c-content,
.c-def .c-content .Normal,
.c-def .c-content p{
	color:#616161;
	font-size:12px;
	line-height:1.7em;
}
.c-def .c-content p{
	margin-bottom:20px;
}

/*Search container styles*/
.c-search .c-content{
	height:28px;
	padding:8px 4px 9px 46px;
	overflow:hidden;
	margin-top:10px;
}

.c-search .NormalTextBox{
	border:none;
	border-top:1px solid #989898;
	border-left:1px solid #989898;
	height:18px;
	padding-top:6px;
	padding-left:7px;
	width:198px;
	float:left;
	color:#90908f;
	font-size:14px;
	background:#FFFFFF;
	margin-top:-3px;
}
.c-search label{
	display:none;
}
.c-search .StandardButton{
	height:25px;
	width:26px;
	display:inline-block;
	border:none;
	margin-left:10px;
	cursor:pointer;
}