/** --- include style definitions valid for all templates --------------------*/
@import url("inc_callme.css");

/* hide div with image for stretched backgrounds by default */
div#bg-image-stretched {
  display:none;
}

/* Movie Panel */
#movie-panel
{
	display:none;
	margin:11px 0 10px 25px;
	padding:0 0 5px 0;
	position:relative;
}
	#movie-panel div.movie
	{
		width:420px;
		overflow:hidden;
	}

  
/* Photo / Logo / Header Image */
div#photo img
{
  max-height: 78px;
  max-width: 78px;
}

/* hide group separators by deafult (layouts 7,8 only) */
div.group-separator{
  display: none;
}

/* hide back to top below the #content div by default (layout 7 only) */
div.back-to-top
{
  display: none;
}

/* hide TelNames content collapse text by default (TEL305 / SO-2266) */
div#header div.show-content
{
  display: none;
}

/* Fix for SO-2322 */
a.delayed_activation {
  pointer-events: none;
  cursor: progress;
}