/* * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * 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%;
	border-top:70px solid #fff;
	border-bottom:50px solid #fff;
}


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

 .Even_Row td {
	background-color: #EFEFEF;
}

.Odd_Row td {
	background-color: #F9F9F9;
}

.language_chinese_link {
	display: inline-block;
}

#top_nav_language_selection{
	width:60px;
}
.crumb{
	padding-left:12px;
	padding-right:22px;
}

/* GEOTRUST and SYMANTEC sprite is different! */
 .active .ptr{
	background-position-x:-84px;
}

.visited_beforeLast .ptr{
	background-position-x:2px;
}

.crumb .ptr{
	width:39px;
	right:-19px;
}
.optionlist2 {
    width: 273px;
}
.optionlist1 {
    padding-left: 8px;
}

/*
 * 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
 */
/* these two styles are from cic.. for reference.
.parentheight{
	height:expression(this.offsetParent.clientHeight + "px");
	overflow:hidden;
}

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


.domainNameWM {
	padding-top:6px;
	margin-top:2px!important;
}
#undo_delBtn{
	position:absolute;
	left:560px;
	bottom:3px;
}

.sanTblRows{
	position:relative;
}

DIV.page .fieldRow .contentLabel {
	display:block;
	float:left;
}

.buttonWrapper_cont_back{
	width:335px !important;
}

div.page .fieldRow{
	clear:both !important;
}

#main_content .fieldRow .contentField input{
	position:relative !important;
	left:-40px !important;
}

.contentField select{
	clear:none !important;
}
