/* * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * ie7.css
 * 
 * This file includes definitions which address the 
 * deficiencies of IE7
 *  
 * */
 
/*
 * To hide the vertical scrollbar (until needed) since it displays by default even when not needed
 */
html, body {
	overflow: auto;
}

* html #content {
	top:0; 
	bottom:0; 
	height:100%;
}
#language_selection {
	height: 30px;
	display: block;	
}
#top_nav_console .inlineimg {
	display: block;
	height: 30px;
	max-height: 30px;
}
	

#top_nav_language_selection {
	height: 30px !important;
}

#reco_btm_img {
	float: left;
    height: 5px;
    left: -8px;
    position: absolute;
    top: 25px;
    width: 153px;	
}
.first_tr_td, .inconsoleProductTypeLinksfist_col {
	background: #EFEFEF !important;
}
.first_td, .middle_td, .last_td {
    background-color: #6F9DBF !important;
}
/* Imported from CIC */

/* 
 * To set checkboxes so IE's default extra margin on them are removed 
 */
/*
input[type="checkbox"]{
	width:15px;
	height:15px;
	border:0px;
	margin:0;	
	padding:0;
}
*/

/*
 * To set the height of a wrapper container because IE7 does not set the height correctly to an element in an absolutely positioned element with top/bottom set
 */
/*
.parentheight{
	height:expression(this.offsetParent.clientHeight + "px");	
	overflow:hidden;
}

.parentwidth{
	width:expression(this.offsetParent.clientWidth + "px") !important;
	overflow:hidden;
}
*/


