﻿/* Hacks for IE6 */
* html, * html body {
	overflow: hidden;
}

* html body {
	behavior: url('App_Themes/Cargobull/ie6hover.htc');
}

* html input.Button {
	padding: 3px 0;
}

* html select.max {
	width: 95%;
}

* html div.CustomDropDown {
	width: 95% !important;
}

* html div#PanelLoadingBackground,
* html div#PanelReLoadCRSBackground {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #808080;
	filter: Alpha(opacity=70);
	opacity: 0.7;
	display: none;
}

* html div#PanelLoading,
* html div#PanelReLoadCRS {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 200px;
	display: none;
}

* html div#MainPage {
	height: 100%;
	width: 100%;
	overflow: auto;
}

* html table#ContainerTable {
	margin-bottom: 85px;
}

* html div.divGridView {
	overflow: hidden;
}

* html select.OrderNumber {
    width:130px !important;
}

* html div.messagesScroll {
	position: absolute;
	margin-right: 25px;
}

*html div.FooterPanel {
	margin-top: -1px;
	position: absolute;
	top:expression(eval(document.compatMode &&document.compatMode=='CSS1Compat') ?documentElement.scrollTop+(documentElement.clientHeight-this.clientHeight - 15) : document.body.scrollTop +(document.body.clientHeight-this.clientHeight - 15));
}

/* Hacks for IE7 */

*+html table#ContainerTable {
	margin-bottom: 85px;
}


*+html div.SearchArea table {
        width:98% !important;
    }
    
*+html input.Button,
*+html td.Button input,
*+html input.ButtonStyle,
*+html input.ButtonOK,
*+html input.ButtonCancel { 
	width: auto !important;
	overflow: visible !important;
	vertical-align: middle !important;
}

*+html table.OrderInformation input, 
*+html div.WorkOrderData table input, 
*+html div.CustomerAdministrationDetail table input, 
*+html div.CustomerAdministrationDetail table input {
    width:96%;
}

*+html div.ComparableNumberDetails {
     width:300px !important; 
     }  
     
*+html table.OrderInformation input.date, 
*+html div.WorkOrderData table input.date {
    width:80% !important;
}

*+html div.PageRows input, 
*+html span.radioList input,
*+html td.administration input,
*+html table.ShipTypeList input,
*+html table.RightsList input{  
   width:auto !important;
   }
 
