/* --- Background Styles --- */
.s_head_grey h2.s_title, .s_head_grey h2.s_title input {
	color:#375162;
}
/* --- DNN Required Styles --- */

.s_container {
	padding-bottom:10px;
}
/*---------- To align the Actions, Icon and Title ---------*/
.s_icon, .s_actions, h2.s_title {
	float:left;
}
.s_icon img {
	float:left;
	padding-right:4px;
}
.icn img {
	margin-right:5px;
}
.title_vis {
	float:right;
}
.s_content {
	clear:both;
	background:url(images/middle.jpg) top center repeat-y;
}
.s_contentpane {
	padding:8px 0 0 0;
}
.s_footer {
	clear:both;
	padding:0;
	text-align:right;
	background:url(images/bottom.jpg) bottom left no-repeat;
	min-height:10px;
}
/*---------- default style for head & normal -----------*/
.Normal p {
	margin-top:0px;
}
/*---------- For the inline edit icons -----------*/
.eipbackimg {
	background-color:#DAE7F2;
	border:solid 1px #4F839F;
}
.s_content .eipbackimg {
	margin-top:0;
	margin-left:-20px;
}
/* My Styles */
.s_container {
	width:280px;
}
#s_top {
	margin:0;
	padding:0;
	height:60px;
	width:280px;
	background:url(images/top.jpg) top left no-repeat;
}

