/*--- DNN Override Styles ---*/


/*--- Removes extra vertical spacing in IE when no slide show module is used in the sub skin (sub.ascx) ---*/
.DNNEmptyPane
{
	margin:0px;
	padding:0px;
	line-height:0px;
}

#SaveForm a, #SaveForm input
{
	margin-left:135px;
}

/*--- Moves the Pencil Pop Up Icon so it does not overlap the module drop down arrows. ---*/
.eipbackimg
{
	margin-left:15px;
}

/*--- Keep module drop down menu from displaying dettached from the module. ---*/
.ModuleTitle_SubMenu
{
	/*position:static !important;*/
}
