/**
 * @project         MapGuide Open Source Web Studio
 * @revision        $Id: panel_ie.css,v 1.15 2006/06/09 13:44:31 pspencer Exp $
 * @copyright       &copy; 2006 DM Solutions Group Inc.
 * released under LGPL License with MapGuide Open Source (see index.html)
 */

/* ================== */
/* IE SPECIFIC STYLES */
/* ================== */


.tabBox {
  /* width needs to be 100% in IE so things inside can have relative widths */
  width: 100%;
}

.tabContent {
  /* width needs to be 100% in IE so things inside can have relative widths */
  width: 100%;
}

table.formTableSmall td.formTd {
  /* width is set on the middle td so it does not collapse if others are spanned */
  width: 70%;
}

input.wideText {
  width: 100%;
}

select.ieSelect {
  width: auto;
}

#editor_field_form a.editor_cancel {
  vertical-align: bottom;
}

/* Rules sub-table nested in scale ranges table in layer style panel */
table.layerRulesTable {
  /* set border to 0 to clear datatable border styles in IE */
  border: 0px;
}

/** PICKERS **/

div.pointPicker, div.linePicker, div.areaPicker, div.fontPicker {
    /* IE needs this div to have a z-index so that the iframe 
       shim will work properly in these dialogs */
    z-index: 1;
}
