/*============================================================================*/
/* STYLES FOR INTERNET EXPLORER 7 */
/*============================================================================*/
/*
Revised 2014 by Frank Thomsen @ Magenta ApS
----------
These styles make our webpages appear allright in Internet Explorer 7.
Since every version of Internet Explorer has its own way of handling CSS standards,
the only bulletproof way to style across browsers is to serve special stylesheets
to Internet Explorer using conditional comments in the HTML head.

Styles that are supposed to be read by EVERY BROWSER go in the style.css file.
This stylesheet is ONLY for hacks intented for Internet Explorer 7.
*/

/* ADMIN STYLES */
.obadm #resizer {width: 1px;} /* Admin navigation resizer javascript only works in non-IE browsers. Removing the button breaks the layout, though. Thus this hack. */
div.obvius-common {height: 440px;}
.obvius-handling input {padding: 0;}
#obarea2 {position: relative;}
.obvius-filler {border: none !important;}
.sub-icon {margin-right: 0.5em;}

/* Web site info */
#webstedinfo .toggle {
  /* IE6 and 7 */ 
  filter: progid:DXImageTransform.Microsoft.Matrix(
           M11=3.061616999114022e-16,
           M12=1,
           M21=-1,
           M22=3.061616999114022e-16,
           SizingMethod='auto expand');
  margin-left: 19px; 
  margin-top: -22px;
}

  
/* PUBLIC STYLES */


/* #content-wrapper table tr td { word-break: normal; }  Keeps long entries, ie. URLs, from expanding table cells beyound their assigned width */
div#sidebar {overflow-x: hidden; overflow-y: visible;}
.dropdown, .dropdown ul {width: 217px;}

/* Include CSS-based dropdown list */
/* This style feeds a modified Holly hack to IE7 and up. The old star-html hack is
ignored by IE7, and IE7 correctly obeys the "height: 1%" layout-triggering fix, so
use a targeted CC and change the fix to "zoom: 1;" to achieve the same layout fix. */
.button .dropdown li, .nav a {zoom: 1;}

/* IE7 styles for CFIM Booking service (related to CFIMBooking doctype) */
#cbook_container fieldset {padding: 2em 1em 1em;}
#cbook_container legend {color: #777; margin-bottom: 1em;}
#loginForm input[type="submit"] {margin-left: 6.5em !important;}
#cbook_nav {margin-bottom: 0; padding-bottom: 0; zoom: 1;}
