/*============================================================================*/
/* STYLES FOR INTERNET EXPLORER 8 */
/*============================================================================*/
/*
Revised 2014 by Frank Thomsen @ Magenta ApS
----------
These styles make our webpages appear allright in Internet Explorer 8.
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 8.
*/


/* ADMIN STYLES */
div.obvius-common {height: 440px;}
.obadm #resizer {width: 1px;} /* Admin navigation resizer javascript only works in non-IE browsers. Removing the button breaks the layout, though. Thus this hack. */
.sub-icon {}

/* Gridfrontpage */
.obvius-common table.gcedit .rowheading {background: #aaa;}
.obvius-common table.gcedit td.gccolumn ul li div.heading, table.gcedit td.gccolumn ul li:hover div.heading, div.gridcontent-dialog {background-color: #666;}
.obvius-common table.gcedit .rowheading th {text-align: left;}
.obvius-common table.gcedit td.gccolumn ul li div.heading {display: none;}
.obvius-common table.gcedit .rowheading th {padding: 0.5em;}
.obvius-common table.gcedit {width: 100%; max-width: 756px;}
.obvius-common table.gcedit td.gccolumn {display: block;}
.obvius-common table.gcedit, .obvius-common table.gcedit tr.rowcontent {display: block; background: #fff;}
.obvius-common table.gcedit tr.rowcontent {clear: both;}

/* Web site info */
#webstedinfo .toggle {
  /* IE8+ - must be on one line, unfortunately */ 
  -ms-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 */

/* 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;}

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